We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2ded9 commit cc476cfCopy full SHA for cc476cf
1 file changed
build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
implementation('org.springframework.boot:spring-boot-starter-web') {
17
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
18
}
19
- implementation 'org.springframework.boot:spring-boot-starter-log4j2:2.6.1'
+ implementation 'org.springframework.boot:spring-boot-starter-log4j2:2.6.3'
20
testImplementation 'org.springframework.boot:spring-boot-starter-test'
21
22
0 commit comments