Skip to content

Commit 7cf01f3

Browse files
committed
Update dependencies
1 parent 61a1a0e commit 7cf01f3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-release-plugin</artifactId>
68-
<version>2.5.3</version>
68+
<version>3.0.1</version>
6969
</plugin>
7070
<!-- Source plugin -->
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-source-plugin</artifactId>
74-
<version>3.2.1</version>
74+
<version>3.3.0</version>
7575
<executions>
7676
<execution>
7777
<id>attach-sources</id>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-javadoc-plugin</artifactId>
88-
<version>3.3.1</version>
88+
<version>3.6.2</version>
8989
<executions>
9090
<execution>
9191
<id>attach-javadocs</id>
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-gpg-plugin</artifactId>
102-
<version>3.0.1</version>
102+
<version>3.1.0</version>
103103
<executions>
104104
<execution>
105105
<id>sign-artifacts</id>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.sonatype.plugins</groupId>
116116
<artifactId>nexus-staging-maven-plugin</artifactId>
117-
<version>1.6.8</version>
117+
<version>1.6.13</version>
118118
<extensions>true</extensions>
119119
<configuration>
120120
<serverId>ossrh</serverId>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-compiler-plugin</artifactId>
135-
<version>3.8.1</version>
135+
<version>3.11.0</version>
136136
<configuration>
137137
<source>${project.jdkVersion}</source>
138138
<target>${project.jdkVersion}</target>
@@ -141,12 +141,12 @@
141141
<plugin>
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-surefire-plugin</artifactId>
144-
<version>3.0.0-M5</version>
144+
<version>3.2.2</version>
145145
</plugin>
146146
<plugin>
147147
<groupId>org.jacoco</groupId>
148148
<artifactId>jacoco-maven-plugin</artifactId>
149-
<version>0.8.7</version>
149+
<version>0.8.11</version>
150150
<executions>
151151
<execution>
152152
<id>prepare-agent</id>
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>org.junit.jupiter</groupId>
172172
<artifactId>junit-jupiter</artifactId>
173-
<version>5.8.2</version>
173+
<version>5.10.1</version>
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>

0 commit comments

Comments
 (0)