Skip to content

Commit

Permalink
bump slf4j to 2+ and logback to 1.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb committed Sep 28, 2023
1 parent ef13f6a commit 4e19fc8
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 @@ -73,12 +73,12 @@
<dep.junit-jupiter.version>5.8.2</dep.junit-jupiter.version>
<!-- junit-vintage, hamcrest and jersey disagree, but this works for everyone -->
<dep.junit.version>4.13.2</dep.junit.version>
<dep.logback.version>1.2.11</dep.logback.version>
<dep.logback.version>1.3.8</dep.logback.version>
<!-- seems to have an impact with java 11 integration, update with caution -->
<dep.maven-surefire-plugin.version>3.1.0</dep.maven-surefire-plugin.version>
<dep.mockito.version>5.4.0</dep.mockito.version>
<dep.picocli.version>4.7.4</dep.picocli.version>
<dep.slf4j.version>1.7.36</dep.slf4j.version>
<dep.slf4j.version>2.0.7</dep.slf4j.version>
<dep.spullara.mustache.compiler.version>0.9.10</dep.spullara.mustache.compiler.version>
<dep.spymemcached.version>2.12.3</dep.spymemcached.version>
<dep.versions.maven.plugin.version>2.14.2</dep.versions.maven.plugin.version>
Expand Down

0 comments on commit 4e19fc8

Please sign in to comment.