File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ project("core-ng") {
3838 implementation(" org.javassist:javassist:3.30.2-GA" )
3939 implementation(" com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion} " )
4040 implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion} " )
41- implementation(" com.squareup.okhttp3:okhttp:5.3.0 " )
41+ implementation(" com.squareup.okhttp3:okhttp:5.3.1 " )
4242 implementation(" io.undertow:undertow-core:2.3.20.Final" )
4343 implementation(" org.apache.kafka:kafka-clients:4.1.0" ) {
4444 exclude(" org.xerial.snappy" )
4545 exclude(" org.lz4" )
4646 }
4747 compileOnly(" org.jboss.logging:jboss-logging-annotations:2.2.1.Final" )
48- compileOnly(" com.github.spotbugs:spotbugs-annotations:4.9.3 " )
48+ compileOnly(" com.github.spotbugs:spotbugs-annotations:4.9.8 " )
4949 testImplementation(" org.junit.jupiter:junit-jupiter-api:${junitVersion} " )
5050 testImplementation(" org.mockito:mockito-junit-jupiter:${mockitoVersion} " )
5151 testImplementation(" org.assertj:assertj-core:${assertjVersion} " )
You can’t perform that action at this time.
0 commit comments