Skip to content

Commit be5c0d7

Browse files
committed
Update dependency versions
Signed-off-by: Manoel Campos <[email protected]>
1 parent 3ab5f28 commit be5c0d7

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
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-javadoc-plugin</artifactId>
77-
<version>3.2.0</version>
77+
<version>3.5.0</version>
7878
<executions>
7979
<execution>
8080
<id>attach-javadocs</id>
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.sonatype.plugins</groupId>
125125
<artifactId>nexus-staging-maven-plugin</artifactId>
126-
<version>1.6.8</version>
126+
<version>1.6.13</version>
127127
<extensions>true</extensions>
128128
<configuration>
129129
<serverId>ossrh</serverId>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-compiler-plugin</artifactId>
146-
<version>3.8.1</version>
146+
<version>3.10.1</version>
147147
<configuration>
148148
<showDeprecation>true</showDeprecation>
149149
<release>17</release>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-jar-plugin</artifactId>
156-
<version>3.2.0</version>
156+
<version>3.3.0</version>
157157
<configuration>
158158
<archive>
159159
<manifest>

0 commit comments

Comments
 (0)