Skip to content

Commit

Permalink
Update UnboundID to 7.0.0
Browse files Browse the repository at this point in the history
Note: Minimum Java version is now Java 8
  • Loading branch information
markt-asf committed Apr 29, 2024
1 parent 0af751f commit e93ec0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.properties.default
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ objenesis.jar=${objenesis.home}/objenesis-${objenesis.version}.jar
objenesis.loc=${base-maven.loc}/org/objenesis/objenesis/${objenesis.version}/objenesis-${objenesis.version}.jar

# ----- UnboundID, used by unit tests, version 5.1.4 or later -----
unboundid.version=6.0.11
unboundid.version=7.0.0
unboundid.checksum.enabled=true
unboundid.checksum.algorithm=SHA-512
unboundid.checksum.value=4bb1dc4adef77fd124d1b184556c44b44945fc69f62662c62f46cff9a6792c24ed385c6a01854797ec069df42286ba51b3d1e3c7a6ee9ee4a3e69908850ffa36
unboundid.checksum.value=e9f9d1f5b954ab6939d5bf799f399a26896271547cc1fd061bb2710dc83d8ff6ae0d2fadf3062eccd8717ff0891c92fc871acfcefdf09c0fe8fa36018d609e5e
unboundid.home=${base.path}/unboundid-${unboundid.version}
unboundid.jar=${unboundid.home}/unboundid-ldapsdk-${unboundid.version}.jar
unboundid.loc=${base-maven.loc}/com/unboundid/unboundid-ldapsdk/${unboundid.version}/unboundid-ldapsdk-${unboundid.version}.jar
Expand Down
5 changes: 4 additions & 1 deletion webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,10 @@
Update to the Eclipse JDT compiler 4.31. (markt)
</update>
<update>
Update NSIS to 3.10. (markt)
Update NSIS to 3.10. (mark0t)
</update>
<update>
Update UnboundID to 7.0.0. (markt)
</update>
</changelog>
</subsection>
Expand Down

0 comments on commit e93ec0d

Please sign in to comment.