Skip to content

Commit 1012b2c

Browse files
Bump org.apache.logging.log4j:log4j-core from 2.0-beta9 to 3.0.0-beta3
Bumps org.apache.logging.log4j:log4j-core from 2.0-beta9 to 3.0.0-beta3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 3.0.0-beta3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcb9106 commit 1012b2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ version = $version
55
archivesBaseName = $commonBaseName
66

77
dependencies {
8-
compileOnly 'org.apache.logging.log4j:log4j-api:2.0-beta9'
9-
compileOnly 'org.apache.logging.log4j:log4j-core:2.0-beta9'
8+
compileOnly 'org.apache.logging.log4j:log4j-api:3.0.0-beta3'
9+
compileOnly 'org.apache.logging.log4j:log4j-core:3.0.0-beta3'
1010

1111
library "com.github.MPKMod.MPKNetworkAPI:common:main-SNAPSHOT"
1212
}

0 commit comments

Comments
 (0)