Skip to content

Commit

Permalink
Fix slf4j/logback version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Mar 15, 2024
1 parent eb28828 commit 6645a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
<hsqldb.version>2.7.2</hsqldb.version>
<junit.version>4.13.2</junit.version>
<junit5.version>5.9.3</junit5.version>
<logback.version>1.4.8</logback.version>
<logback.version>1.3.14</logback.version>
<mockito.version>4.8.1</mockito.version>
<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.7</slf4j.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 6645a2c

Please sign in to comment.