Skip to content

Commit fed7456

Browse files
committed
Merge branch 'master' into dataloader-cfs
2 parents 47300cb + ea9104d commit fed7456

21 files changed

+13110
-206
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.1'
9+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
1010
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1111

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

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ dependencies {
116116
testImplementation 'org.objenesis:objenesis:3.4'
117117
testImplementation 'org.apache.groovy:groovy:4.0.26"'
118118
testImplementation 'org.apache.groovy:groovy-json:4.0.26'
119-
testImplementation 'com.google.code.gson:gson:2.12.1'
119+
testImplementation 'com.google.code.gson:gson:2.13.1'
120120
testImplementation 'org.eclipse.jetty:jetty-server:11.0.25'
121-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
121+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
122122
testImplementation 'org.awaitility:awaitility-groovy:4.3.0'
123123
testImplementation 'com.github.javafaker:javafaker:1.0.2'
124124

125125
testImplementation 'org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion
126126
testImplementation "io.reactivex.rxjava2:rxjava:2.2.21"
127-
testImplementation "io.projectreactor:reactor-core:3.7.4"
127+
testImplementation "io.projectreactor:reactor-core:3.7.5"
128128

129129
testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance
130130
testImplementation "com.tngtech.archunit:archunit-junit5:1.4.0"

0 commit comments

Comments
 (0)