Skip to content

Commit bd8a43a

Browse files
committed
Upgrade to Logback 1.5.22.
See #2740
1 parent 6a5c0ca commit bd8a43a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<!--
54
@@ -119,7 +118,7 @@
119118
<junit5>5.11.4</junit5>
120119
<kotlin>1.9.25</kotlin>
121120
<kotlin-coroutines>1.9.0</kotlin-coroutines>
122-
<logback>1.5.21</logback>
121+
<logback>1.5.22</logback>
123122
<micrometer>1.14.14</micrometer>
124123
<micrometer-tracing>1.4.13</micrometer-tracing>
125124
<mockito>5.14.2</mockito>
@@ -1531,4 +1530,4 @@
15311530
</repository>
15321531
</repositories>
15331532

1534-
</project>
1533+
</project>

0 commit comments

Comments
 (0)