We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680317b commit 8d888bdCopy full SHA for 8d888bd
pom.xml
@@ -211,7 +211,7 @@
211
<plugins>
212
<plugin>
213
<artifactId>maven-gpg-plugin</artifactId>
214
- <version>3.2.0</version>
+ <version>3.2.2</version>
215
<executions>
216
<execution>
217
<id>sign-artifacts</id>
@@ -240,7 +240,7 @@
240
241
242
<artifactId>maven-compiler-plugin</artifactId>
243
- <version>3.12.1</version>
+ <version>3.13.0</version>
244
<configuration>
245
<source>${project.build.version.source}</source>
246
<target>${project.build.version.target}</target>
0 commit comments