Skip to content

Commit 9e1746d

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group with 1 update
Bumps the maven-build-plugins group with 1 update: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin). Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6709895 commit 9e1746d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</plugin>
9595
<plugin>
9696
<artifactId>maven-compiler-plugin</artifactId>
97-
<version>3.11.0</version>
97+
<version>3.12.1</version>
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-surefire-plugin</artifactId>
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-compiler-plugin</artifactId>
133-
<version>3.11.0</version>
133+
<version>3.12.1</version>
134134
<configuration>
135135
<source>21</source>
136136
<target>21</target>

0 commit comments

Comments
 (0)