Skip to content

Commit beec6a3

Browse files
authored
Update logback version to address vulnerability (#37501)
1 parent 5240736 commit beec6a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sdks/java/io/expansion-service/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ configurations.runtimeClasspath {
5050
}
5151
}
5252

53-
// Pin logback to 1.5.20
54-
// Cannot upgrade to io modules due to logback 1.4.x dropped Java 8 support
55-
resolutionStrategy.force "ch.qos.logback:logback-classic:1.5.20"
56-
resolutionStrategy.force "ch.qos.logback:logback-core:1.5.20"
53+
// Pin logback to 1.5.27 to resolve CVE-2026-1225
54+
resolutionStrategy.force "ch.qos.logback:logback-classic:1.5.27"
55+
resolutionStrategy.force "ch.qos.logback:logback-core:1.5.27"
5756
}
5857

5958
shadowJar {

0 commit comments

Comments
 (0)