Skip to content

Commit f681553

Browse files
committed
patch: Update dependencies
1 parent 38216f7 commit f681553

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

reckon-core/gradle.lockfile

+16-16
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
# This file is expected to be part of source control.
44
com.github.zafarkhaja:java-semver:0.10.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55
com.googlecode.javaewah:JavaEWAH:1.2.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6-
commons-codec:commons-codec:1.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7-
net.bytebuddy:byte-buddy-agent:1.14.11=testCompileClasspath,testRuntimeClasspath
8-
net.bytebuddy:byte-buddy:1.14.11=testCompileClasspath,testRuntimeClasspath
9-
org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6+
commons-codec:commons-codec:1.17.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
net.bytebuddy:byte-buddy-agent:1.15.4=testCompileClasspath,testRuntimeClasspath
8+
net.bytebuddy:byte-buddy:1.15.4=testCompileClasspath,testRuntimeClasspath
9+
org.apache.commons:commons-lang3:3.17.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1010
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
11-
org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12-
org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath
13-
org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath
14-
org.junit.jupiter:junit-jupiter-params:5.10.2=testCompileClasspath,testRuntimeClasspath
15-
org.junit.jupiter:junit-jupiter:5.10.2=testCompileClasspath,testRuntimeClasspath
16-
org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath
17-
org.junit.platform:junit-platform-engine:1.10.2=testRuntimeClasspath
18-
org.junit.platform:junit-platform-launcher:1.10.2=testRuntimeClasspath
19-
org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath
20-
org.mockito:mockito-core:5.10.0=testCompileClasspath,testRuntimeClasspath
11+
org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12+
org.junit.jupiter:junit-jupiter-api:5.11.3=testCompileClasspath,testRuntimeClasspath
13+
org.junit.jupiter:junit-jupiter-engine:5.11.3=testRuntimeClasspath
14+
org.junit.jupiter:junit-jupiter-params:5.11.3=testCompileClasspath,testRuntimeClasspath
15+
org.junit.jupiter:junit-jupiter:5.11.3=testCompileClasspath,testRuntimeClasspath
16+
org.junit.platform:junit-platform-commons:1.11.3=testCompileClasspath,testRuntimeClasspath
17+
org.junit.platform:junit-platform-engine:1.11.3=testRuntimeClasspath
18+
org.junit.platform:junit-platform-launcher:1.11.3=testRuntimeClasspath
19+
org.junit:junit-bom:5.11.3=testCompileClasspath,testRuntimeClasspath
20+
org.mockito:mockito-core:5.14.2=testCompileClasspath,testRuntimeClasspath
2121
org.objenesis:objenesis:3.3=testRuntimeClasspath
2222
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
23-
org.slf4j:slf4j-api:2.0.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24-
org.slf4j:slf4j-simple:2.0.12=testRuntimeClasspath
23+
org.slf4j:slf4j-api:2.1.0-alpha1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24+
org.slf4j:slf4j-simple:2.1.0-alpha1=testRuntimeClasspath
2525
empty=annotationProcessor,signatures,testAnnotationProcessor

reckon-gradle/gradle.lockfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
# This file is expected to be part of source control.
44
com.github.zafarkhaja:java-semver:0.10.2=runtimeClasspath,testRuntimeClasspath
55
com.googlecode.javaewah:JavaEWAH:1.2.3=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6-
commons-codec:commons-codec:1.16.0=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7-
org.apache.commons:commons-lang3:3.14.0=runtimeClasspath,testRuntimeClasspath
6+
commons-codec:commons-codec:1.17.0=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
org.apache.commons:commons-lang3:3.17.0=runtimeClasspath,testRuntimeClasspath
88
org.apiguardian:apiguardian-api:1.1.2=compatTestCompileClasspath
99
org.codehaus.groovy:groovy:3.0.12=compatTestCompileClasspath,compatTestRuntimeClasspath
10-
org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10+
org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1111
org.hamcrest:hamcrest:2.2=compatTestCompileClasspath,compatTestRuntimeClasspath
1212
org.junit.platform:junit-platform-commons:1.9.0=compatTestCompileClasspath,compatTestRuntimeClasspath
1313
org.junit.platform:junit-platform-engine:1.9.0=compatTestCompileClasspath,compatTestRuntimeClasspath
1414
org.junit:junit-bom:5.9.0=compatTestCompileClasspath,compatTestRuntimeClasspath
1515
org.opentest4j:opentest4j:1.2.0=compatTestCompileClasspath,compatTestRuntimeClasspath
1616
org.slf4j:slf4j-api:1.7.36=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,testCompileClasspath
17-
org.slf4j:slf4j-api:2.0.12=runtimeClasspath,testRuntimeClasspath
17+
org.slf4j:slf4j-api:2.1.0-alpha1=runtimeClasspath,testRuntimeClasspath
1818
org.spockframework:spock-core:2.3-groovy-3.0=compatTestCompileClasspath,compatTestRuntimeClasspath
1919
empty=annotationProcessor,compatTestAnnotationProcessor,signatures,testAnnotationProcessor

0 commit comments

Comments
 (0)