Skip to content

Commit 3283af5

Browse files
Merge branch 'master' into master
2 parents b00fec6 + c99e591 commit 3283af5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<plugins>
6767
<plugin>
6868
<artifactId>maven-compiler-plugin</artifactId>
69-
<version>3.12.1</version>
69+
<version>3.13.0</version>
7070
<configuration>
7171
<showDeprecation>true</showDeprecation>
7272
<showWarnings>true</showWarnings>
@@ -80,7 +80,7 @@
8080
</plugin>
8181
<plugin>
8282
<artifactId>maven-jar-plugin</artifactId>
83-
<version>3.3.0</version>
83+
<version>3.4.1</version>
8484
<configuration>
8585
<archive>
8686
<manifestEntries>
@@ -91,7 +91,7 @@
9191
</plugin>
9292
<plugin>
9393
<artifactId>maven-source-plugin</artifactId>
94-
<version>3.3.0</version>
94+
<version>3.3.1</version>
9595
<executions>
9696
<execution>
9797
<id>attach-sources</id>
@@ -148,14 +148,14 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-shade-plugin</artifactId>
151-
<version>3.5.2</version>
151+
<version>3.5.3</version>
152152
</plugin>
153153
</plugins>
154154
</pluginManagement>
155155
<plugins>
156156
<plugin>
157157
<artifactId>maven-gpg-plugin</artifactId>
158-
<version>3.1.0</version>
158+
<version>3.2.4</version>
159159
<executions>
160160
<execution>
161161
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)