Skip to content

Commit

Permalink
GH-218 Update Logback to fix security issue CVE-2023-6481 (#218)
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Højholt Andersen <[email protected]>
  • Loading branch information
Medeah and Frederik Højholt Andersen authored Jun 7, 2024
1 parent 114bac6 commit c2fe061
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ subprojects {
testImplementation("net.javacrumbs.json-unit:json-unit-assertj:2.38.0")
testImplementation("com.konghq:unirest-java:3.14.2")

testImplementation("ch.qos.logback:logback-classic:1.4.13")
testImplementation("ch.qos.logback:logback-classic:1.4.14")
}

tasks.withType<Test> {
Expand Down
2 changes: 1 addition & 1 deletion examples/javalin-gradle-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")

// logging
implementation("ch.qos.logback:logback-classic:1.4.13")
implementation("ch.qos.logback:logback-classic:1.4.14")

// some test integrations
implementation("org.mongodb:bson:4.9.1")
Expand Down
2 changes: 1 addition & 1 deletion openapi-annotation-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

implementation("io.swagger.parser.v3:swagger-parser:2.1.15")

implementation("ch.qos.logback:logback-classic:1.4.13")
implementation("ch.qos.logback:logback-classic:1.4.14")

testImplementation("org.mongodb:bson:4.9.0")
}
Expand Down

0 comments on commit c2fe061

Please sign in to comment.