diff --git a/grgit-core/gradle.lockfile b/grgit-core/gradle.lockfile index 9006ddf6..d3779ce9 100644 --- a/grgit-core/gradle.lockfile +++ b/grgit-core/gradle.lockfile @@ -2,22 +2,24 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.googlecode.javaewah:JavaEWAH:1.2.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -commons-codec:commons-codec:1.16.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +commons-codec:commons-codec:1.16.0=default +commons-codec:commons-codec:1.17.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.codehaus.groovy:groovy:3.0.12=testCompileClasspath,testRuntimeClasspath org.codehaus.groovy:groovy:3.0.19=default -org.codehaus.groovy:groovy:3.0.20=compileClasspath,runtimeClasspath,transformCompileClasspath,transformRuntimeClasspath +org.codehaus.groovy:groovy:3.0.20=transformCompileClasspath,transformRuntimeClasspath +org.codehaus.groovy:groovy:3.0.22=compileClasspath,runtimeClasspath,transform1CompileClasspath,transform1RuntimeClasspath,transform2CompileClasspath,transform2RuntimeClasspath +org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r=default -org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.10.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.10.2=testRuntimeClasspath -org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.11.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.11.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.11.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-launcher:1.11.2=testRuntimeClasspath +org.junit:junit-bom:5.11.2=testCompileClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-api:1.7.36=compileClasspath,default,runtimeClasspath org.slf4j:slf4j-api:2.1.0-alpha1=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.1.0-alpha1=testRuntimeClasspath org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath -empty=annotationProcessor,archives,signatures,testAnnotationProcessor,transformAnnotationProcessor +empty=annotationProcessor,archives,signatures,testAnnotationProcessor,transform1AnnotationProcessor,transform2AnnotationProcessor,transformAnnotationProcessor diff --git a/grgit-gradle/gradle.lockfile b/grgit-gradle/gradle.lockfile index 9b08ff29..f144348a 100644 --- a/grgit-gradle/gradle.lockfile +++ b/grgit-gradle/gradle.lockfile @@ -2,11 +2,12 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.googlecode.javaewah:JavaEWAH:1.2.3=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -commons-codec:commons-codec:1.16.0=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +commons-codec:commons-codec:1.16.0=default +commons-codec:commons-codec:1.17.0=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apiguardian:apiguardian-api:1.1.2=compatTestCompileClasspath org.codehaus.groovy:groovy:3.0.12=compatTestCompileClasspath,compatTestRuntimeClasspath +org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r=default -org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r=compatTestCompileClasspath,compatTestRuntimeClasspath,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.hamcrest:hamcrest:2.2=compatTestCompileClasspath,compatTestRuntimeClasspath org.junit.platform:junit-platform-commons:1.9.0=compatTestCompileClasspath,compatTestRuntimeClasspath org.junit.platform:junit-platform-engine:1.9.0=compatTestCompileClasspath,compatTestRuntimeClasspath