Skip to content

Commit e9f7912

Browse files
committed
[#1621] Upgrade Log4j Core to 2.20.0
1 parent 5e142f4 commit e9f7912

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/native-sql-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
runtimeOnly "io.vertx:vertx-pg-client:${vertxVersion}"
1515

1616
// logging (optional)
17-
runtimeOnly "org.apache.logging.log4j:log4j-core:2.17.2"
17+
runtimeOnly "org.apache.logging.log4j:log4j-core:2.20.0"
1818

1919
// Allow authentication to PostgreSQL using SCRAM:
2020
runtimeOnly 'com.ongres.scram:client:2.1'

examples/session-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
runtimeOnly "io.vertx:vertx-mysql-client:${vertxVersion}"
1616

1717
// logging (optional)
18-
runtimeOnly "org.apache.logging.log4j:log4j-core:2.17.2"
18+
runtimeOnly "org.apache.logging.log4j:log4j-core:2.20.0"
1919

2020
// Allow authentication to PostgreSQL using SCRAM:
2121
runtimeOnly 'com.ongres.scram:client:2.1'

hibernate-reactive-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
testRuntimeOnly ("org.hibernate.orm:hibernate-jcache:${hibernateOrmVersion}")
6262

6363
// log4j
64-
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.17.2'
64+
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.20.0'
6565

6666
// Testcontainers
6767
testImplementation "org.testcontainers:postgresql:${testcontainersVersion}"

integration-tests/bytecode-enhancements-it/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
description = 'Bytecode enhancements integration tests'
22

33
ext {
4-
log4jVersion = '2.17.2'
4+
log4jVersion = '2.20.0'
55
assertjVersion = '3.24.2'
66
}
77

0 commit comments

Comments
 (0)