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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new d45c8f5 Bump maven.dependency.version from 3.9.7 to 3.9.8 (#290) d45c8f5 is described below commit d45c8f55258754888c4df028dfbfbe89de99b07c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jun 18 10:27:35 2024 -0400 Bump maven.dependency.version from 3.9.7 to 3.9.8 (#290) Bumps `maven.dependency.version` from 3.9.7 to 3.9.8. Updates `org.apache.maven:maven-core` from 3.9.7 to 3.9.8 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.7...maven-3.9.8) Updates `org.apache.maven:maven-plugin-api` from 3.9.7 to 3.9.8 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.7...maven-3.9.8) Updates `org.apache.maven:maven-artifact` from 3.9.7 to 3.9.8 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.7...maven-3.9.8) Updates `org.apache.maven:maven-compat` from 3.9.7 to 3.9.8 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.7...maven-3.9.8) --- updated-dependencies: - dependency-name: org.apache.maven:maven-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-plugin-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-artifact dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven:maven-compat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7c11a84..5de365d 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ <maven.compiler.target>1.8</maven.compiler.target> <!-- 3.8.2 fails with some class not found error --> <!-- 3.8.3 fails because MavenProject.getAttachedArtifacts() returns an IMMUTABLE collection and we want to change it! --> - <maven.dependency.version>3.9.7</maven.dependency.version> + <maven.dependency.version>3.9.8</maven.dependency.version> <commons.componentid>release-plugin</commons.componentid> <commons.dist.subdir>release-plugin</commons.dist.subdir> <commons.jira.id>COMMONSSITE</commons.jira.id>