Skip to content

Commit

Permalink
bump log4j to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vectrixdevelops committed Dec 18, 2021
1 parent 4b1f13f commit a6ae92f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
}

dependencies {
compileOnlyApi("org.checkerframework:checker-qual:3.19.0")
compileOnlyApi("org.checkerframework:checker-qual:3.20.0")

// Logging

api("org.apache.logging.log4j:log4j-api:2.16.0")
api("org.apache.logging.log4j:log4j-api:2.17.0")

// Configuration

Expand Down Expand Up @@ -35,3 +35,6 @@ dependencies {
}

applyJarMetadata("space.vectrix.ignite")
repositories {
mavenCentral()
}
2 changes: 1 addition & 1 deletion launcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
// Logging

implementation("net.minecrell:terminalconsoleappender:1.3.0")
implementation("org.apache.logging.log4j:log4j-core:2.16.0")
implementation("org.apache.logging.log4j:log4j-core:2.17.0")
implementation("org.jline:jline-terminal:3.21.0")
implementation("org.jline:jline-reader:3.21.0")
implementation("org.jline:jline-terminal-jansi:3.21.0")
Expand Down

0 comments on commit a6ae92f

Please sign in to comment.