We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3be29f commit 104dde5Copy full SHA for 104dde5
2 files changed
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "maven"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ labels:
8
+ - "dependencies"
pom.xml
@@ -118,7 +118,7 @@
118
<dependency>
119
<groupId>com.google.code.gson</groupId>
120
<artifactId>gson</artifactId>
121
- <version>2.8.9</version>
+ <version>2.13.2</version>
122
</dependency>
123
124
<groupId>junit</groupId>
0 commit comments