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.11.4 </junit .version>
21
- <jackson .version>2.18.2 </jackson .version>
20
+ <junit .version>5.12.0 </junit .version>
21
+ <jackson .version>2.18.3 </jackson .version>
22
22
</properties >
23
23
<licenses >
24
24
<license >
44
44
<dependency >
45
45
<groupId >ch.qos.logback</groupId >
46
46
<artifactId >logback-classic</artifactId >
47
- <version >1.5.16 </version >
47
+ <version >1.5.17 </version >
48
48
<scope >provided</scope >
49
49
<optional >true</optional >
50
50
</dependency >
124
124
<plugin >
125
125
<groupId >com.diffplug.spotless</groupId >
126
126
<artifactId >spotless-maven-plugin</artifactId >
127
- <version >2.44.2 </version >
127
+ <version >2.44.3 </version >
128
128
<configuration >
129
129
<!-- define a language-specific format -->
130
130
<java >
You can’t perform that action at this time.
0 commit comments