File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
<parent >
18
18
<groupId >org.springframework.boot</groupId >
19
19
<artifactId >spring-boot-starter-parent</artifactId >
20
- <version >3.4.0 </version >
20
+ <version >3.4.1 </version >
21
21
</parent >
22
22
23
23
<organization >
71
71
<properties >
72
72
<gpg .skip>true</gpg .skip>
73
73
<skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
74
+ <logback .version>1.5.16</logback .version>
74
75
</properties >
75
76
76
77
<profiles >
129
130
<dependency >
130
131
<groupId >ch.qos.logback.access</groupId >
131
132
<artifactId >logback-access-common</artifactId >
132
- <version >2.0.4 </version >
133
+ <version >2.0.6 </version >
133
134
</dependency >
134
135
<dependency >
135
136
<groupId >ch.qos.logback.access</groupId >
136
137
<artifactId >logback-access-tomcat</artifactId >
137
- <version >2.0.4 </version >
138
+ <version >2.0.6 </version >
138
139
</dependency >
139
140
<dependency >
140
141
<groupId >ch.qos.logback.access</groupId >
141
142
<artifactId >logback-access-jetty12</artifactId >
142
- <version >2.0.4 </version >
143
+ <version >2.0.6 </version >
143
144
</dependency >
144
145
<dependency >
145
146
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments