Skip to content

Commit 69e7deb

Browse files
committed
update okhttp to 5.3.1
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent 5865f64 commit 69e7deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}")

0 commit comments

Comments
 (0)