Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Excavator: Upgrade dependencies
  • Loading branch information
svc-excavator-bot committed Jun 3, 2021
commit 05a206c8022ef51a8d1366d88449a25b343088b2
6 changes: 3 additions & 3 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ org.slf4j:slf4j-api:1.7.30 (2 constraints: 26160805)
[Test dependencies]
com.google.code.findbugs:annotations:3.0.1 (1 constraints: 9e0aafc3)
junit:junit:4.13.2 (1 constraints: 3c05463b)
net.bytebuddy:byte-buddy:1.11.0 (1 constraints: 3d0b35de)
net.bytebuddy:byte-buddy-agent:1.11.0 (1 constraints: 3d0b35de)
net.bytebuddy:byte-buddy:1.11.1 (1 constraints: 3e0b36de)
net.bytebuddy:byte-buddy-agent:1.11.1 (1 constraints: 3e0b36de)
net.jcip:jcip-annotations:1.0 (1 constraints: 560ff165)
org.apache-extras.beanshell:bsh:2.0b6 (1 constraints: ac07626b)
org.assertj:assertj-core:3.19.0 (1 constraints: 3f05503b)
Expand All @@ -33,6 +33,6 @@ org.hamcrest:hamcrest-core:2.1 (2 constraints: 88126e10)
org.hamcrest:hamcrest-library:2.1 (1 constraints: 1507415c)
org.jmock:jmock:2.12.0 (1 constraints: 3705353b)
org.jmock:jmock-testjar:2.12.0 (1 constraints: a507a272)
org.mockito:mockito-core:3.10.0 (1 constraints: 3605353b)
org.mockito:mockito-core:3.11.0 (1 constraints: 3705383b)
org.objenesis:objenesis:3.2 (1 constraints: b10a13bd)
org.ow2.asm:asm:9.1 (2 constraints: c70b61ef)
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.assertj:assertj-* = 3.19.0
org.hamcrest:hamcrest-* = 1.3
org.immutables:value = 2.8.8
org.jmock:jmock = 2.12.0
org.mockito:mockito-core = 3.10.0
org.mockito:mockito-core = 3.11.0
org.openjdk.jmh:* = 1.32
org.ow2.asm:asm = 9.1
org.slf4j:slf4j-* = 1.7.30