This is an automated email from the ASF dual-hosted git repository. jungm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push: new 3f600cfc Bump org.apache.maven:maven-core in /johnzon-maven-plugin (#124) 3f600cfc is described below commit 3f600cfca70c75fd6447b83a14f39754d574b5f5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Mar 17 18:45:07 2024 +0100 Bump org.apache.maven:maven-core in /johnzon-maven-plugin (#124) Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.6.0 to 3.8.1. - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.6.0...maven-3.8.1) --- updated-dependencies: - dependency-name: org.apache.maven:maven-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- johnzon-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/johnzon-maven-plugin/pom.xml b/johnzon-maven-plugin/pom.xml index 2b28f36c..164012d8 100644 --- a/johnzon-maven-plugin/pom.xml +++ b/johnzon-maven-plugin/pom.xml @@ -31,7 +31,7 @@ <packaging>maven-plugin</packaging> <properties> - <maven.version>3.6.0</maven.version> + <maven.version>3.8.1</maven.version> </properties>