Skip to content

Commit 59c77ec

Browse files
authored
Merge branch 'master' into dependabot/gradle/org.apache.logging.log4j-log4j-api-2.20.0
2 parents e4fb4a8 + 116b116 commit 59c77ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
java-version: '15'
1717
cache: 'gradle'
1818
- name: Gradle wrapper validation
19-
uses: gradle/[email protected].4
19+
uses: gradle/[email protected].6
2020
- name: Build with Gradle
2121
run: ./gradlew build

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// Project-specific dependencies
2525
// Log4j 2
2626
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0'
27-
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.2'
27+
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.20.0'
2828

2929
// For Log4j2 Async Logging
3030
compile group: 'com.lmax', name: 'disruptor', version: '3.4.4'

0 commit comments

Comments
 (0)