Skip to content

Commit

Permalink
Excavator: Pin consistent slf4j versions to avoid breaks (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Mar 24, 2023
1 parent ceed6df commit 93f7cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ org.immutables:value:2.8.8 (1 constraints: 14051536)
org.junit.jupiter:junit-jupiter-api:5.5.0 (4 constraints: 723497b4)
org.junit.platform:junit-platform-commons:1.5.0 (2 constraints: d320004a)
org.opentest4j:opentest4j:1.2.0 (2 constraints: cd205b49)
org.slf4j:slf4j-api:1.7.30 (6 constraints: 42457bcf)
org.slf4j:slf4j-api:1.7.36 (6 constraints: 4e45fdd3)
org.yaml:snakeyaml:1.33 (1 constraints: 6f17f827)

[Test dependencies]
Expand Down Expand Up @@ -77,7 +77,7 @@ org.mockito:mockito-core:3.9.0 (1 constraints: ec0bd6ee)
org.mockito:mockito-inline:3.9.0 (1 constraints: 0e051536)
org.objenesis:objenesis:3.2 (1 constraints: b10a13bd)
org.ow2.asm:asm:7.0 (2 constraints: 061aea08)
org.slf4j:slf4j-simple:1.7.30 (1 constraints: 3d05433b)
org.slf4j:slf4j-simple:1.7.36 (1 constraints: 43054b3b)
org.xmlunit:xmlunit-core:2.6.2 (3 constraints: bd288e9d)
org.xmlunit:xmlunit-legacy:2.6.2 (1 constraints: 120ea03b)
org.xmlunit:xmlunit-placeholders:2.6.2 (1 constraints: 120ea03b)
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ junit:junit = 4.13
org.hamcrest:* = 2.1
org.immutables:* = 2.8.8
org.mockito:* = 3.9.0
org.slf4j:* = 1.7.12
org.slf4j:* = 1.7.36
one.util:streamex = 0.7.2
org.assertj:assertj-core = 3.14.0
com.palantir.conjure:* = 4.16.1
Expand Down

0 comments on commit 93f7cb9

Please sign in to comment.