We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfcecf commit 345f58aCopy full SHA for 345f58a
pom.xml
@@ -55,20 +55,20 @@
55
<dependency>
56
<groupId>com.google.code.gson</groupId>
57
<artifactId>gson</artifactId>
58
- <version>2.11.0</version>
+ <version>2.13.1</version>
59
</dependency>
60
61
<!-- test scope -->
62
63
<groupId>org.junit.jupiter</groupId>
64
<artifactId>junit-jupiter</artifactId>
65
- <version>5.11.3</version>
+ <version>5.13.1</version>
66
<scope>test</scope>
67
68
69
<groupId>org.eclipse.jetty</groupId>
70
<artifactId>jetty-server</artifactId>
71
- <version>11.0.24</version>
+ <version>11.0.25</version>
72
73
74
</dependencies>
0 commit comments