Skip to content

Commit

Permalink
pom: downgraded logback-core to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki committed Aug 18, 2024
1 parent 5db3319 commit e22421a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<relativePath>..</relativePath>
</parent>

<properties>
Expand All @@ -73,7 +72,7 @@
<spring-web.version>6.1.12</spring-web.version>
<snakeyaml.version>2.2</snakeyaml.version>
<tomcat-embed-core.version>10.1.28</tomcat-embed-core.version>
<logback-core.version>1.5.7</logback-core.version>
<logback-core.version>1.5.6</logback-core.version>
<jackson-core.version>2.17.2</jackson-core.version>
<json-path.version>2.9.0</json-path.version>
<json-smart.version>2.5.1</json-smart.version>
Expand Down

0 comments on commit e22421a

Please sign in to comment.