Skip to content

Commit

Permalink
fix: upgrade org.slf4j:slf4j-api from 1.7.12 to 1.7.36 (#126)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.slf4j:slf4j-api from 1.7.12 to 1.7.36.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.slf4j/slf4j-api/

See this project in Snyk:
https://app.snyk.io/org/spotify-foss/project/d28d0545-d982-459c-a6a7-2fa44edc3d80?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 30, 2023
1 parent 2d251ae commit 3544c35
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 @@ -94,7 +94,7 @@
<jsr305.version>3.0.2</jsr305.version>
<jsr311-api.version>1.1.1</jsr311-api.version>
<junit.version>4.13.1</junit.version>
<slf4j-api.version>1.7.12</slf4j-api.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<mockito-core.version>3.2.4</mockito-core.version>
<commons-io.version>2.6</commons-io.version>
<jackson.version>2.13.2.20220328</jackson.version>
Expand Down Expand Up @@ -444,7 +444,7 @@
<id>enforce</id>
<configuration>
<rules>
<requireUpperBoundDeps />
<requireUpperBoundDeps/>
</rules>
</configuration>
<goals>
Expand Down

0 comments on commit 3544c35

Please sign in to comment.