Skip to content

Commit

Permalink
chore: bump maven3.version from 3.6.3 to 3.9.9
Browse files Browse the repository at this point in the history
Bumps `maven3.version` from 3.6.3 to 3.9.9.

Updates `org.apache.maven:maven-plugin-api` from 3.6.3 to 3.9.9
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.6.3...maven-3.9.9)

Updates `org.apache.maven:maven-core` from 3.6.3 to 3.9.9
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.6.3...maven-3.9.9)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2024
1 parent ab2b7f3 commit 73c68b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<properties>
<encoding>UTF-8</encoding>
<maven.compiler.release>11</maven.compiler.release>
<maven3.version>3.6.3</maven3.version>
<maven3.version>3.9.9</maven3.version>
<maven-plugin-annotations.version>3.6.2</maven-plugin-annotations.version>
<header.basedir>${project.basedir}</header.basedir>
<junit.version>5.10.3</junit.version>
Expand Down

0 comments on commit 73c68b2

Please sign in to comment.