Skip to content

Commit

Permalink
Update sfl4j and logback.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Oct 25, 2023
1 parent f87af40 commit 1da36c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@
<org.springframework.data.commons.version>2.7.15</org.springframework.data.commons.version>
<hibernate.version>5.4.33.Final</hibernate.version>
<mysql.driver.version>8.0.33</mysql.driver.version>
<slf4j.version>1.7.6</slf4j.version>
<slf4j.version>2.0.9</slf4j.version>
<logback.version>1.3.8</logback.version>
<jaxb.api.version>2.3.1</jaxb.api.version>

<skipITs>true</skipITs>
Expand Down Expand Up @@ -450,7 +451,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.9</version>
<version>${logback.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1da36c6

Please sign in to comment.