Skip to content

Commit 31576ee

Browse files
committed
update dep versions
1 parent c782520 commit 31576ee

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
@@ -49,8 +49,8 @@
4949
<maven.compiler.release>11</maven.compiler.release>
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
52-
<lombok.version>1.18.28</lombok.version>
53-
<checkerframework.version>3.32.0</checkerframework.version>
52+
<lombok.version>1.18.38</lombok.version>
53+
<checkerframework.version>3.49.2</checkerframework.version>
5454
</properties>
5555

5656
<dependencies>
@@ -76,19 +76,19 @@
7676
<dependency>
7777
<groupId>org.junit.jupiter</groupId>
7878
<artifactId>junit-jupiter</artifactId>
79-
<version>5.9.2</version>
79+
<version>5.12.2</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.mockito</groupId>
8484
<artifactId>mockito-junit-jupiter</artifactId>
85-
<version>5.2.0</version>
85+
<version>5.17.0</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>
8989
<groupId>nl.jqno.equalsverifier</groupId>
9090
<artifactId>equalsverifier</artifactId>
91-
<version>3.14.1</version>
91+
<version>3.19.3</version>
9292
<scope>test</scope>
9393
</dependency>
9494
</dependencies>
@@ -98,15 +98,15 @@
9898
<plugins>
9999
<plugin>
100100
<artifactId>maven-surefire-plugin</artifactId>
101-
<version>2.22.2</version> <!-- JUnit 5 requirement -->
101+
<version>3.5.3</version> <!-- JUnit 5 requirement -->
102102
</plugin>
103103
</plugins>
104104
</pluginManagement>
105105
<plugins>
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-compiler-plugin</artifactId>
109-
<version>3.10.1</version>
109+
<version>3.14.0</version>
110110
<configuration>
111111
<fork>true</fork> <!-- Must fork or else JVM arguments are ignored. -->
112112
<showDeprecation>true</showDeprecation>
@@ -149,7 +149,7 @@
149149
<plugin>
150150
<groupId>org.jacoco</groupId>
151151
<artifactId>jacoco-maven-plugin</artifactId>
152-
<version>0.8.8</version>
152+
<version>0.8.13</version>
153153
<executions>
154154
<execution>
155155
<id>prepare-agent</id>
@@ -169,7 +169,7 @@
169169
<plugin>
170170
<groupId>org.apache.maven.plugins</groupId>
171171
<artifactId>maven-source-plugin</artifactId>
172-
<version>3.2.1</version>
172+
<version>3.3.1</version>
173173
<executions>
174174
<execution>
175175
<id>attach-sources</id>

0 commit comments

Comments
 (0)