Skip to content

Commit 345f58a

Browse files
committed
Update dependencies
1 parent 5cfcecf commit 345f58a

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
@@ -55,20 +55,20 @@
5555
<dependency>
5656
<groupId>com.google.code.gson</groupId>
5757
<artifactId>gson</artifactId>
58-
<version>2.11.0</version>
58+
<version>2.13.1</version>
5959
</dependency>
6060

6161
<!-- test scope -->
6262
<dependency>
6363
<groupId>org.junit.jupiter</groupId>
6464
<artifactId>junit-jupiter</artifactId>
65-
<version>5.11.3</version>
65+
<version>5.13.1</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.eclipse.jetty</groupId>
7070
<artifactId>jetty-server</artifactId>
71-
<version>11.0.24</version>
71+
<version>11.0.25</version>
7272
<scope>test</scope>
7373
</dependency>
7474
</dependencies>

0 commit comments

Comments
 (0)