Skip to content

Commit 2040322

Browse files
committed
upgrade dependencies
1 parent 2381e48 commit 2040322

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@
219219
<dependency>
220220
<groupId>org.json</groupId>
221221
<artifactId>json</artifactId>
222-
<version>20240303</version>
222+
<version>20250107</version>
223223
</dependency>
224224
<dependency>
225225
<groupId>com.google.guava</groupId>
226226
<artifactId>guava</artifactId>
227-
<version>33.1.0-jre</version>
227+
<version>33.4.0-jre</version>
228228
<scope>test</scope>
229229
</dependency>
230230
<dependency>
@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>commons-validator</groupId>
238238
<artifactId>commons-validator</artifactId>
239-
<version>1.8.0</version>
239+
<version>1.9.0</version>
240240
<exclusions>
241241
<exclusion>
242242
<artifactId>commons-beanutils</artifactId>
@@ -270,7 +270,7 @@
270270
<dependency>
271271
<groupId>com.google.re2j</groupId>
272272
<artifactId>re2j</artifactId>
273-
<version>1.7</version>
273+
<version>1.8</version>
274274
</dependency>
275275
<dependency>
276276
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)