File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
18
<maven .compiler.source>17</maven .compiler.source>
19
19
<maven .compiler.target>17</maven .compiler.target>
20
- <junit .version>5.12.0 </junit .version>
20
+ <junit .version>5.12.1 </junit .version>
21
21
<jackson .version>2.18.3</jackson .version>
22
22
</properties >
23
23
<licenses >
44
44
<dependency >
45
45
<groupId >ch.qos.logback</groupId >
46
46
<artifactId >logback-classic</artifactId >
47
- <version >1.5.17 </version >
47
+ <version >1.5.18 </version >
48
48
<scope >provided</scope >
49
49
<optional >true</optional >
50
50
</dependency >
66
66
<dependency >
67
67
<groupId >org.apache.httpcomponents.client5</groupId >
68
68
<artifactId >httpclient5</artifactId >
69
- <version >5.4.2 </version >
69
+ <version >5.4.3 </version >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >jakarta.annotation</groupId >
77
77
<dependency >
78
78
<groupId >com.google.guava</groupId >
79
79
<artifactId >guava</artifactId >
80
- <version >33.4.0 -jre</version >
80
+ <version >33.4.6 -jre</version >
81
81
</dependency >
82
82
<dependency >
83
83
<groupId >io.leonard</groupId >
You can’t perform that action at this time.
0 commit comments