We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd8f0b9 + 559a021 commit 1eadff1Copy full SHA for 1eadff1
gradle/dependencies.gradle
@@ -9,7 +9,7 @@ dependencies {
9
implementation 'com.h2database:h2'
10
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
11
12
- implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.24.2'
+ implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.24.3'
13
14
testImplementation('org.springframework.boot:spring-boot-starter-test') {
15
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
0 commit comments