Skip to content

Commit

Permalink
Merge pull request #6995 from planetf1/fixlog
Browse files Browse the repository at this point in the history
#6994 Revert slf4j-api version - 3.12 regression preventing spring de…
  • Loading branch information
planetf1 authored Oct 13, 2022
2 parents 509e9f9 + bdfcc64 commit 30b0866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ allprojects {
servletVersion = '4.0.1'
sleepycatVersion = '18.3.12'
snakeyamlVersion = '1.33'
slf4jVersion = '2.0.3'
slf4jVersion = '1.7.36'
snappyVersion = '1.1.8.4'
spotbugsVersion = '4.7.2'
springdocVersion = '1.6.11'
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<junit.version>4.13.2</junit.version>
<surefire.plugin.version>3.0.0-M7</surefire.plugin.version>
<mockito.version>4.8.0</mockito.version>
<slf4j.version>2.0.3</slf4j.version>
<slf4j.version>1.7.36</slf4j.version>
<testng.version>7.5</testng.version>
<jackson.databind.version>2.13.4</jackson.databind.version>
<jackson.version>2.13.4</jackson.version>
Expand Down Expand Up @@ -208,7 +208,6 @@
<swagger.version>2.2.3</swagger.version>
<micrometer-registry-prometheus.version>1.9.4</micrometer-registry-prometheus.version>
<classgraph.version>4.8.149</classgraph.version>
<jcl-over-slf4j.version>2.0.3</jcl-over-slf4j.version>
<groovy.version>3.0.13</groovy.version>
<reflections.version>0.10.2</reflections.version>
<HdrHistogram.version>2.1.12</HdrHistogram.version>
Expand Down Expand Up @@ -3232,7 +3231,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${jcl-over-slf4j.version}</version>
<version>${slf4j.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 30b0866

Please sign in to comment.