Skip to content

Commit 089b8b2

Browse files
committed
2 parents d0b1e72 + 92684d1 commit 089b8b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<lombok.version>1.18.32</lombok.version>
12+
<lombok.version>1.18.34</lombok.version>
1313
<!-- Testing -->
1414
<junit.jupiter.version>5.11.3</junit.jupiter.version>
1515
<!-- Plugins -->
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>nl.jqno.equalsverifier</groupId>
3333
<artifactId>equalsverifier</artifactId>
34-
<version>3.16.1</version>
34+
<version>3.17.3</version>
3535
<scope>test</scope>
3636
</dependency>
3737
<dependency>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.code.gson</groupId>
5757
<artifactId>gson</artifactId>
58-
<version>2.10.1</version>
58+
<version>2.11.0</version>
5959
</dependency>
6060
<!-- Apache Commons libraries -->
6161
<dependency>

0 commit comments

Comments
 (0)