Skip to content

Commit 2761883

Browse files
authored
Pin logback 1.5.20 in io-expansion-service (#36669)
1 parent 0090494 commit 2761883

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ configurations.runtimeClasspath {
4949
details.useVersion('9.4.57.v20241219')
5050
}
5151
}
52+
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"
5257
}
5358

5459
shadowJar {

0 commit comments

Comments
 (0)