Skip to content

Commit ed5d2a7

Browse files
authored
Downgrade log4j version to 2.20.0
for compatibility reasons
1 parent 459a829 commit ed5d2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ halplibe_version = 5.3.1
3333
# Check this on https://central.sonatype.com/artifact/org.slf4j/slf4j-api/
3434
slf4j_api_version = 2.0.17
3535
# Check this on https://central.sonatype.com/artifact/org.apache.logging.log4j/log4j-api/
36-
log4j_version = 2.25.2
36+
log4j_version = 2.20.0
3737
# Check this on https://central.sonatype.com/artifact/com.google.guava/guava/
3838
guava_version = 33.5.0-jre
3939
# Check this on https://central.sonatype.com/artifact/com.google.code.gson/gson/

0 commit comments

Comments
 (0)