Skip to content

Commit 2dad61d

Browse files
Excavator: Upgrade dependencies (#547)
1 parent 4c1b71b commit 2dad61d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

versions.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ org.slf4j:slf4j-api:1.7.31 (2 constraints: 23163705)
2323
[Test dependencies]
2424
com.google.code.findbugs:annotations:3.0.1 (1 constraints: 9e0aafc3)
2525
junit:junit:4.13.2 (1 constraints: 3c05463b)
26-
net.bytebuddy:byte-buddy:1.11.2 (1 constraints: 3f0b37de)
27-
net.bytebuddy:byte-buddy-agent:1.11.2 (1 constraints: 3f0b37de)
26+
net.bytebuddy:byte-buddy:1.11.3 (1 constraints: 400b38de)
27+
net.bytebuddy:byte-buddy-agent:1.11.3 (1 constraints: 400b38de)
2828
net.jcip:jcip-annotations:1.0 (1 constraints: 560ff165)
2929
org.apache-extras.beanshell:bsh:2.0b6 (1 constraints: ac07626b)
3030
org.assertj:assertj-core:3.20.2 (1 constraints: 39053b3b)
@@ -33,6 +33,6 @@ org.hamcrest:hamcrest-core:2.1 (2 constraints: 88126e10)
3333
org.hamcrest:hamcrest-library:2.1 (1 constraints: 1507415c)
3434
org.jmock:jmock:2.12.0 (1 constraints: 3705353b)
3535
org.jmock:jmock-testjar:2.12.0 (1 constraints: a507a272)
36-
org.mockito:mockito-core:3.11.1 (1 constraints: 3805393b)
36+
org.mockito:mockito-core:3.11.2 (1 constraints: 39053a3b)
3737
org.objenesis:objenesis:3.2 (1 constraints: b10a13bd)
3838
org.ow2.asm:asm:9.1 (2 constraints: c70b61ef)

versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.assertj:assertj-* = 3.20.2
88
org.hamcrest:hamcrest-* = 1.3
99
org.immutables:value = 2.8.8
1010
org.jmock:jmock = 2.12.0
11-
org.mockito:mockito-core = 3.11.1
11+
org.mockito:mockito-core = 3.11.2
1212
org.openjdk.jmh:* = 1.32
1313
org.ow2.asm:asm = 9.1
1414
org.slf4j:slf4j-* = 1.7.31

0 commit comments

Comments
 (0)