Skip to content

Commit eddb38a

Browse files
committed
2 parents 2d66db9 + 95794d5 commit eddb38a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-compiler-plugin</artifactId>
54-
<version>3.11.0</version>
54+
<version>3.13.0</version>
5555
<configuration>
5656
<compilerArgs>
5757
<arg>-parameters</arg>
@@ -61,12 +61,12 @@
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-surefire-plugin</artifactId>
64-
<version>2.22.0</version>
64+
<version>3.5.0</version>
6565
<dependencies>
6666
<dependency>
6767
<groupId>org.apache.maven.surefire</groupId>
6868
<artifactId>surefire-junit-platform</artifactId>
69-
<version>2.22.2</version>
69+
<version>3.5.0</version>
7070
</dependency>
7171
</dependencies>
7272
<configuration>
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>org.jacoco</groupId>
8080
<artifactId>jacoco-maven-plugin</artifactId>
81-
<version>0.8.10</version>
81+
<version>0.8.12</version>
8282
<executions>
8383
<execution>
8484
<id>prepare-agent</id>
@@ -102,13 +102,13 @@
102102
<dependency>
103103
<groupId>org.junit.jupiter</groupId>
104104
<artifactId>junit-jupiter</artifactId>
105-
<version>5.10.0-M1</version>
105+
<version>5.11.1</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.fasterxml.jackson.core</groupId>
110110
<artifactId>jackson-databind</artifactId>
111-
<version>2.14.2</version>
111+
<version>2.18.0</version>
112112
<scope>test</scope>
113113
</dependency>
114114
</dependencies>
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-release-plugin</artifactId>
131-
<version>3.0.0</version>
131+
<version>3.1.1</version>
132132
<configuration>
133133
<autoVersionSubmodules>true</autoVersionSubmodules>
134134
<useReleaseProfile>false</useReleaseProfile>
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-source-plugin</artifactId>
142-
<version>3.3.0</version>
142+
<version>3.3.1</version>
143143
<executions>
144144
<execution>
145145
<id>attach-sources</id>
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.apache.maven.plugins</groupId>
154154
<artifactId>maven-javadoc-plugin</artifactId>
155-
<version>3.5.0</version>
155+
<version>3.10.0</version>
156156
<configuration>
157157
<source>8</source>
158158
<additionalparam>-Xdoclint:none</additionalparam>
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.apache.maven.plugins</groupId>
173173
<artifactId>maven-gpg-plugin</artifactId>
174-
<version>3.1.0</version>
174+
<version>3.2.7</version>
175175
<configuration>
176176
<gpgArguments>
177177
<arg>--batch</arg>

0 commit comments

Comments
 (0)