File tree 1 file changed +15
-6
lines changed
1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
-
1
+ <? xml version = " 1.0 " ?>
2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
37
37
<contributor >
38
38
<name >Martin Nordqvist</name >
39
39
</contributor >
40
+ <contributor >
41
+ <name >Ben Turner</name >
42
+ </contributor >
40
43
</contributors >
41
44
42
45
<dependencies >
43
46
<dependency >
44
47
<groupId >org.json</groupId >
45
48
<artifactId >json</artifactId >
46
- <version >20220924 </version >
49
+ <version >20250107 </version >
47
50
</dependency >
48
51
<dependency >
49
52
<groupId >org.slf4j</groupId >
50
53
<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 >
52
61
</dependency >
53
62
<dependency >
54
63
<groupId >ch.qos.logback</groupId >
55
64
<artifactId >logback-classic</artifactId >
56
- <version >1.2.11 </version >
65
+ <version >1.5.16 </version >
57
66
<scope >test</scope >
58
67
</dependency >
59
68
</dependencies >
90
99
<version >3.0.2</version >
91
100
<configuration >
92
101
<archive >
93
- <addMavenDescriptor />
102
+ <addMavenDescriptor />
94
103
<compress >true</compress >
95
104
<manifest >
96
105
<addDefaultImplementationEntries >true</addDefaultImplementationEntries >
106
115
</plugin >
107
116
</plugins >
108
117
</build >
109
- </project >
118
+ </project >
You can’t perform that action at this time.
0 commit comments