Skip to content

Commit 441c639

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group with 2 updates
Bumps the maven-build-plugins group with 2 updates: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin). Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.12.1 to 3.13.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.0...maven-gpg-plugin-3.2.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 - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f4c60c commit 441c639

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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.12.1</version>
97+
<version>3.13.0</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.12.1</version>
133+
<version>3.13.0</version>
134134
<configuration>
135135
<source>22</source>
136136
<target>22</target>
@@ -168,7 +168,7 @@
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-gpg-plugin</artifactId>
171-
<version>3.2.0</version>
171+
<version>3.2.1</version>
172172
<executions>
173173
<execution>
174174
<id>sign-artifacts</id>
@@ -208,7 +208,7 @@
208208
<plugin>
209209
<groupId>org.apache.maven.plugins</groupId>
210210
<artifactId>maven-gpg-plugin</artifactId>
211-
<version>3.2.0</version>
211+
<version>3.2.1</version>
212212
<executions>
213213
<execution>
214214
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)