File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
integration-tests/bytecode-enhancements-it Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
runtimeOnly " io.vertx:vertx-pg-client:${ vertxVersion} "
15
15
16
16
// logging (optional)
17
- runtimeOnly " org.apache.logging.log4j:log4j-core:2.17.2 "
17
+ runtimeOnly " org.apache.logging.log4j:log4j-core:2.20.0 "
18
18
19
19
// Allow authentication to PostgreSQL using SCRAM:
20
20
runtimeOnly ' com.ongres.scram:client:2.1'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
runtimeOnly " io.vertx:vertx-mysql-client:${ vertxVersion} "
16
16
17
17
// logging (optional)
18
- runtimeOnly " org.apache.logging.log4j:log4j-core:2.17.2 "
18
+ runtimeOnly " org.apache.logging.log4j:log4j-core:2.20.0 "
19
19
20
20
// Allow authentication to PostgreSQL using SCRAM:
21
21
runtimeOnly ' com.ongres.scram:client:2.1'
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
61
61
testRuntimeOnly (" org.hibernate.orm:hibernate-jcache:${ hibernateOrmVersion} " )
62
62
63
63
// log4j
64
- testRuntimeOnly ' org.apache.logging.log4j:log4j-core:2.17.2 '
64
+ testRuntimeOnly ' org.apache.logging.log4j:log4j-core:2.20.0 '
65
65
66
66
// Testcontainers
67
67
testImplementation " org.testcontainers:postgresql:${ testcontainersVersion} "
Original file line number Diff line number Diff line change 1
1
description = ' Bytecode enhancements integration tests'
2
2
3
3
ext {
4
- log4jVersion = ' 2.17.2 '
4
+ log4jVersion = ' 2.20.0 '
5
5
assertjVersion = ' 3.24.2'
6
6
}
7
7
You can’t perform that action at this time.
0 commit comments