File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >com.fasterxml.jackson.core</groupId >
29
29
<artifactId >jackson-annotations</artifactId >
30
- <version >2.18.0 </version >
30
+ <version >2.18.1 </version >
31
31
</dependency >
32
32
</dependencies >
33
33
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >ch.qos.logback</groupId >
28
28
<artifactId >logback-classic</artifactId >
29
- <version >1.5.11 </version >
29
+ <version >1.5.12 </version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >ch.qos.logback</groupId >
Original file line number Diff line number Diff line change 35
35
<maven .compiler.target>17</maven .compiler.target>
36
36
<jakarta .persistence.version>3.2.0</jakarta .persistence.version>
37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
- <jackson .version>2.18.0 </jackson .version>
38
+ <jackson .version>2.18.1 </jackson .version>
39
39
</properties >
40
40
41
41
<parent >
42
42
<groupId >org.springframework.boot</groupId >
43
43
<artifactId >spring-boot-starter-parent</artifactId >
44
- <version >3.3.3 </version >
44
+ <version >3.3.5 </version >
45
45
</parent >
46
46
47
47
<repositories >
You can’t perform that action at this time.
0 commit comments