@@ -16,7 +16,7 @@ plugins {
1616 id " io.github.gradle-nexus.publish-plugin" version " 2.0.0"
1717 id " groovy"
1818 id " me.champeau.jmh" version " 0.7.3"
19- id " net.ltgt.errorprone" version ' 4.3 .0'
19+ id " net.ltgt.errorprone" version ' 5.0 .0'
2020 //
2121 // Kotlin just for tests - not production code
2222 id ' org.jetbrains.kotlin.jvm' version ' 2.3.0'
@@ -136,15 +136,15 @@ dependencies {
136136 testImplementation ' org.apache.groovy:groovy-json:5.0.4'
137137 testImplementation ' com.google.code.gson:gson:2.13.2'
138138 testImplementation ' org.eclipse.jetty:jetty-server:11.0.26'
139- testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
139+ testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.21.0 '
140140 testImplementation ' org.awaitility:awaitility-groovy:4.3.0'
141141 testImplementation ' com.github.javafaker:javafaker:1.0.2'
142142
143143 testImplementation ' org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion
144144 testImplementation " io.reactivex.rxjava2:rxjava:2.2.21"
145145 testImplementation " io.projectreactor:reactor-core:3.8.0"
146146
147- testImplementation ' org.testng:testng:7.11 .0' // use for reactive streams test inheritance
147+ testImplementation ' org.testng:testng:7.12 .0' // use for reactive streams test inheritance
148148 testImplementation " com.tngtech.archunit:archunit-junit5:1.4.1"
149149 testImplementation ' org.openjdk.jmh:jmh-core:1.37' // required for ArchUnit to check JMH tests
150150
0 commit comments