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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 605ee8e1 Bump commons-parent from 53 to 54 605ee8e1 is described below commit 605ee8e1228cbc45a0d4b087494f2a8b1cf66c57 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Sep 29 17:56:35 2022 -0400 Bump commons-parent from 53 to 54 --- pom.xml | 12 ++---------- src/changes/changes.xml | 4 ++-- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index eba5c292..da305e17 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>53</version> + <version>54</version> </parent> <artifactId>commons-compress</artifactId> @@ -75,7 +75,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl> <japicmp.skip>false</japicmp.skip> - <junit.version>5.9.1</junit.version> + <commons.junit.version>5.9.1</commons.junit.version> <commons.surefire.version>3.0.0-M7</commons.surefire.version> <pax.exam.version>4.13.5</pax.exam.version> <slf4j.version>2.0.2</slf4j.version> @@ -91,22 +91,14 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. </issueManagement> <dependencies> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> - <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> - <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 242ff7fe..c1167e86 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -188,8 +188,8 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="kinow" due-to="Dependabot"> Bump slf4j-api from 1.7.30 to 2.0.2 #213, #241, #258, #310, #314, #315. </action> - <action type="update" dev="kinow" due-to="Dependabot"> - Bump commons-parent from 52 to 53 #280. + <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory"> + Bump commons-parent from 52 to 54 #280. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons.jacoco.version from 0.8.7 to 0.8.8.