Skip to content

Commit a66d8b3

Browse files
committed
Merge branch 'master' into errorprone-jspecify-nullaway-support
2 parents 0827877 + f8171cf commit a66d8b3

File tree

37 files changed

+11870
-155
lines changed

37 files changed

+11870
-155
lines changed

agent-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
implementation(rootProject)
77
implementation("net.bytebuddy:byte-buddy-agent:1.17.5")
88

9-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
9+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
1010
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1111

1212
testImplementation("org.assertj:assertj-core:3.27.3")

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ dependencies {
129129
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
130130
testImplementation 'net.bytebuddy:byte-buddy:1.17.5'
131131
testImplementation 'org.objenesis:objenesis:3.4'
132-
testImplementation 'org.apache.groovy:groovy:4.0.26"'
133-
testImplementation 'org.apache.groovy:groovy-json:4.0.26'
132+
testImplementation 'org.apache.groovy:groovy:4.0.27"'
133+
testImplementation 'org.apache.groovy:groovy-json:4.0.27'
134134
testImplementation 'com.google.code.gson:gson:2.13.1'
135135
testImplementation 'org.eclipse.jetty:jetty-server:11.0.25'
136136
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'

0 commit comments

Comments
 (0)