Skip to content

Commit c32f630

Browse files
authored
Merge pull request #537 from dmitrysulman/upgrade-logback-access
Upgrade Logback Access to 2.0.6
2 parents 29a8930 + 8c4f664 commit c32f630

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>3.4.0</version>
20+
<version>3.4.1</version>
2121
</parent>
2222

2323
<organization>
@@ -71,6 +71,7 @@
7171
<properties>
7272
<gpg.skip>true</gpg.skip>
7373
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
74+
<logback.version>1.5.16</logback.version>
7475
</properties>
7576

7677
<profiles>
@@ -129,17 +130,17 @@
129130
<dependency>
130131
<groupId>ch.qos.logback.access</groupId>
131132
<artifactId>logback-access-common</artifactId>
132-
<version>2.0.4</version>
133+
<version>2.0.6</version>
133134
</dependency>
134135
<dependency>
135136
<groupId>ch.qos.logback.access</groupId>
136137
<artifactId>logback-access-tomcat</artifactId>
137-
<version>2.0.4</version>
138+
<version>2.0.6</version>
138139
</dependency>
139140
<dependency>
140141
<groupId>ch.qos.logback.access</groupId>
141142
<artifactId>logback-access-jetty12</artifactId>
142-
<version>2.0.4</version>
143+
<version>2.0.6</version>
143144
</dependency>
144145
<dependency>
145146
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)