This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 354397fe81b7a74cf75a736ffe1b9aab3667b470 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Dec 6 10:16:20 2023 +0000 Update UnboundID to 6.0.11 --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index 693f47e701..1bebe071f8 100644 --- a/build.properties.default +++ b/build.properties.default @@ -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.10 +unboundid.version=6.0.11 unboundid.checksum.enabled=true unboundid.checksum.algorithm=SHA-512 -unboundid.checksum.value=a89df8aaf5d8612465f9be710bd98941f9e738cac6447a3b333a3f9e2fee6ce8120d3673d1cf06047442222f4273d19a4fc5e964088109e8e6b6e4852e7528b1 +unboundid.checksum.value=4bb1dc4adef77fd124d1b184556c44b44945fc69f62662c62f46cff9a6792c24ed385c6a01854797ec069df42286ba51b3d1e3c7a6ee9ee4a3e69908850ffa36 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 diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index d2f298faf8..fae7d54e8f 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -163,6 +163,9 @@ <fix> <bug>68124</bug>: Migrate sample.war from javax to jakarta. (lihan) </fix> + <update> + Update UnboundID to 6.0.11. (markt) + </update> </changelog> </subsection> </section> @@ -443,7 +446,7 @@ Update to the Eclipse JDT compiler 4.29. (markt) </update> <update> - Update UnboundID to 6.0.9. (markt) + Update UnboundID to 6.0.10. (markt) </update> <update> Update Checkstyle to 10.12.3. (markt) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org