Skip to content

Commit a284739

Browse files
committed
upgrade of dependencies
1 parent 2757f15 commit a284739

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

pom.xml

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
<?xml version="1.0"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
@@ -37,23 +37,32 @@
3737
<contributor>
3838
<name>Martin Nordqvist</name>
3939
</contributor>
40+
<contributor>
41+
<name>Ben Turner</name>
42+
</contributor>
4043
</contributors>
4144

4245
<dependencies>
4346
<dependency>
4447
<groupId>org.json</groupId>
4548
<artifactId>json</artifactId>
46-
<version>20220924</version>
49+
<version>20250107</version>
4750
</dependency>
4851
<dependency>
4952
<groupId>org.slf4j</groupId>
5053
<artifactId>slf4j-api</artifactId>
51-
<version>1.7.36</version>
54+
<version>2.0.16</version>
55+
</dependency>
56+
<dependency>
57+
<groupId>junit</groupId>
58+
<artifactId>junit</artifactId>
59+
<version>4.13.2</version>
60+
<scope>test</scope>
5261
</dependency>
5362
<dependency>
5463
<groupId>ch.qos.logback</groupId>
5564
<artifactId>logback-classic</artifactId>
56-
<version>1.2.11</version>
65+
<version>1.5.16</version>
5766
<scope>test</scope>
5867
</dependency>
5968
</dependencies>
@@ -90,7 +99,7 @@
9099
<version>3.0.2</version>
91100
<configuration>
92101
<archive>
93-
<addMavenDescriptor />
102+
<addMavenDescriptor/>
94103
<compress>true</compress>
95104
<manifest>
96105
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
@@ -106,4 +115,4 @@
106115
</plugin>
107116
</plugins>
108117
</build>
109-
</project>
118+
</project>

0 commit comments

Comments
 (0)