This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new c066a84 Update UnboundID to 6.0.3 c066a84 is described below commit c066a847cdf93c82f55fc94f62d9731f7f89455c Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Jan 2 16:53:27 2022 +0000 Update UnboundID to 6.0.3 --- build.properties.default | 6 +++--- res/ide-support/eclipse/eclipse.classpath | 2 +- res/ide-support/idea/tomcat.iml | 2 +- webapps/docs/changelog.xml | 3 +++ 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/build.properties.default b/build.properties.default index 666d86e..6eba414 100644 --- a/build.properties.default +++ b/build.properties.default @@ -257,10 +257,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.0 +unboundid.version=6.0.3 unboundid.checksum.enabled=true -unboundid.checksum.algorithm=MD5|SHA-1 -unboundid.checksum.value=98eba1bb435221d20c6766774cde97cb|c17a6ca8b9923ff3fc3461ebbcd9a598df4955be +unboundid.checksum.algorithm=SHA-512 +unboundid.checksum.value=29c87814b7cdbbbc00ee8c29818b82f148001e3a64dabda8d1300c7366ba149f204b0355322a5287a6b7ccb5a2456f5f0e8c719f1a7eb637cb27646fe40191fb 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/res/ide-support/eclipse/eclipse.classpath b/res/ide-support/eclipse/eclipse.classpath index b081ec5..e2d80b6 100644 --- a/res/ide-support/eclipse/eclipse.classpath +++ b/res/ide-support/eclipse/eclipse.classpath @@ -31,6 +31,6 @@ <classpathentry kind="var" path="TOMCAT_LIBS_BASE/objenesis-3.2/objenesis-3.2.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/bnd-5.3.0/biz.aQute.bnd-5.3.0.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/migration-1.0.0/jakartaee-migration-1.0.0-shaded.jar"/> - <classpathentry kind="var" path="TOMCAT_LIBS_BASE/unboundid-6.0.0/unboundid-ldapsdk-6.0.0.jar"/> + <classpathentry kind="var" path="TOMCAT_LIBS_BASE/unboundid-6.0.3/unboundid-ldapsdk-6.0.3.jar"/> <classpathentry kind="output" path=".settings/output"/> </classpath> diff --git a/res/ide-support/idea/tomcat.iml b/res/ide-support/idea/tomcat.iml index 6e6a29a..a84c1de 100644 --- a/res/ide-support/idea/tomcat.iml +++ b/res/ide-support/idea/tomcat.iml @@ -131,7 +131,7 @@ <orderEntry type="module-library"> <library> <CLASSES> - <root url="jar://$TOMCAT_BUILD_LIBS$/unboundid-6.0.0/unboundid-ldapsdk-6.0.0.jar!/" /> + <root url="jar://$TOMCAT_BUILD_LIBS$/unboundid-6.0.3/unboundid-ldapsdk-6.0.3.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index cbb5f4f..0dc0058 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -185,6 +185,9 @@ <update> Update the NSIS installer to 3.08. (markt) </update> + <update> + Update UnboundID to 6.0.3. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org