Skip to content

Commit 93f7cb9

Browse files
Excavator: Pin consistent slf4j versions to avoid breaks (#725)
1 parent ceed6df commit 93f7cb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

versions.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ org.immutables:value:2.8.8 (1 constraints: 14051536)
3636
org.junit.jupiter:junit-jupiter-api:5.5.0 (4 constraints: 723497b4)
3737
org.junit.platform:junit-platform-commons:1.5.0 (2 constraints: d320004a)
3838
org.opentest4j:opentest4j:1.2.0 (2 constraints: cd205b49)
39-
org.slf4j:slf4j-api:1.7.30 (6 constraints: 42457bcf)
39+
org.slf4j:slf4j-api:1.7.36 (6 constraints: 4e45fdd3)
4040
org.yaml:snakeyaml:1.33 (1 constraints: 6f17f827)
4141

4242
[Test dependencies]
@@ -77,7 +77,7 @@ org.mockito:mockito-core:3.9.0 (1 constraints: ec0bd6ee)
7777
org.mockito:mockito-inline:3.9.0 (1 constraints: 0e051536)
7878
org.objenesis:objenesis:3.2 (1 constraints: b10a13bd)
7979
org.ow2.asm:asm:7.0 (2 constraints: 061aea08)
80-
org.slf4j:slf4j-simple:1.7.30 (1 constraints: 3d05433b)
80+
org.slf4j:slf4j-simple:1.7.36 (1 constraints: 43054b3b)
8181
org.xmlunit:xmlunit-core:2.6.2 (3 constraints: bd288e9d)
8282
org.xmlunit:xmlunit-legacy:2.6.2 (1 constraints: 120ea03b)
8383
org.xmlunit:xmlunit-placeholders:2.6.2 (1 constraints: 120ea03b)

versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ junit:junit = 4.13
99
org.hamcrest:* = 2.1
1010
org.immutables:* = 2.8.8
1111
org.mockito:* = 3.9.0
12-
org.slf4j:* = 1.7.12
12+
org.slf4j:* = 1.7.36
1313
one.util:streamex = 0.7.2
1414
org.assertj:assertj-core = 3.14.0
1515
com.palantir.conjure:* = 4.16.1

0 commit comments

Comments
 (0)