Skip to content

Commit 261a00d

Browse files
xenoterracidegithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent 1d6e4c0 commit 261a00d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildscript-gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
com.xenoterracide.gradle.semver:com.xenoterracide.gradle.semver.gradle.plugin:0.13.0=classpath
55
com.xenoterracide.gradle:git:0.13.0=classpath
66
com.xenoterracide.gradle:semver:0.13.0=classpath
7-
io.vavr:vavr-match:0.10.7=classpath
8-
io.vavr:vavr:0.10.7=classpath
7+
io.vavr:vavr-match:0.11.0=classpath
8+
io.vavr:vavr:0.11.0=classpath
99
org.apache.commons:commons-lang3:3.20.0=classpath
1010
org.jspecify:jspecify:1.0.0=classpath
1111
org.semver4j:semver4j:5.8.0=classpath

module/tools/gradle.lockfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ commons-io:commons-io:2.20.0=spotbugs
3535
info.picocli:picocli:4.7.7=checkstyle
3636
io.github.eisop:dataflow-errorprone:3.41.0-eisop1=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
3737
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
38-
io.vavr:vavr-match:0.10.7=testCompileClasspath,testRuntimeClasspath
39-
io.vavr:vavr:0.10.7=testCompileClasspath,testRuntimeClasspath
38+
io.vavr:vavr-match:0.11.0=testCompileClasspath,testRuntimeClasspath
39+
io.vavr:vavr:0.11.0=testCompileClasspath,testRuntimeClasspath
4040
jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,testCompileClasspath
4141
javax.inject:javax.inject:1=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
4242
jaxen:jaxen:2.0.0=spotbugs
@@ -77,7 +77,7 @@ org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
7777
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
7878
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
7979
org.javassist:javassist:3.28.0-GA=checkstyle
80-
org.jspecify:jspecify:1.0.0=annotationProcessor,checkstyle,compileClasspath,spotbugs,testAnnotationProcessor,testFixturesAnnotationProcessor
80+
org.jspecify:jspecify:1.0.0=annotationProcessor,checkstyle,compileClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testFixturesAnnotationProcessor,testRuntimeClasspath
8181
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
8282
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
8383
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)