Skip to content

Commit 3544c35

Browse files
authored
fix: upgrade org.slf4j:slf4j-api from 1.7.12 to 1.7.36 (#126)
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
1 parent 2d251ae commit 3544c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<jsr305.version>3.0.2</jsr305.version>
9595
<jsr311-api.version>1.1.1</jsr311-api.version>
9696
<junit.version>4.13.1</junit.version>
97-
<slf4j-api.version>1.7.12</slf4j-api.version>
97+
<slf4j-api.version>1.7.36</slf4j-api.version>
9898
<mockito-core.version>3.2.4</mockito-core.version>
9999
<commons-io.version>2.6</commons-io.version>
100100
<jackson.version>2.13.2.20220328</jackson.version>
@@ -444,7 +444,7 @@
444444
<id>enforce</id>
445445
<configuration>
446446
<rules>
447-
<requireUpperBoundDeps />
447+
<requireUpperBoundDeps/>
448448
</rules>
449449
</configuration>
450450
<goals>

0 commit comments

Comments
 (0)