This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git
The following commit(s) were added to refs/heads/master by this push: new 0866b94 Bump Hamcrest from org.hamcrest:hamcreset-all:1.3 to org.hamcrest:hamcreset:3.0 0866b94 is described below commit 0866b94a6e85222ebcf3156486b5eed3f9037c25 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 25 11:29:31 2024 -0400 Bump Hamcrest from org.hamcrest:hamcreset-all:1.3 to org.hamcrest:hamcreset:3.0 --- pom.xml | 5 +++-- src/changes/changes.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6563778..131d0c8 100644 --- a/pom.xml +++ b/pom.xml @@ -56,8 +56,8 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <version>1.3</version> + <artifactId>hamcrest</artifactId> + <version>3.0</version> <scope>test</scope> </dependency> </dependencies> @@ -82,6 +82,7 @@ <commons.componentid>dbutils</commons.componentid> <commons.packageId>dbutils</commons.packageId> <commons.release.version>1.9.0</commons.release.version> + <commons.next.version>1.9.1</commons.next.version> <commons.rc.version>RC1</commons.rc.version> <commons.bc.version>1.8.1</commons.bc.version> <commons.jira.id>DBUTILS</commons.jira.id> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f008f7c..35b0027 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java from 8 to 11.</action> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent from 62 to 73 #256, #277, #295.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Hamcrest from org.hamcrest:hamcreset-all:1.3 to org.hamcrest:hamcreset:3.0.</action> </release> <release version="1.8.1" date="2023-09-09" description="New features and bug fixes."> <!-- FIX -->