Skip to content

Commit

Permalink
upgrade spring-boot-gradel-plugin to 2.6.2
Browse files Browse the repository at this point in the history
remove explicity log4j dependency
  • Loading branch information
Axle1975 committed Dec 23, 2021
1 parent 82cd40f commit 88a4d9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.6.1"
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.6.2"
}
}

Expand Down Expand Up @@ -388,9 +388,6 @@ dependencies {
implementation("io.github.micheljung:fxstage:0.8.2")
implementation("io.github.micheljung:jfx-waitomo-theme:0.3.0")
implementation("org.kitteh.irc:client-lib:8.0.0")
implementation("org.apache.logging.log4j:log4j-api:2.17.0")
implementation("org.apache.logging.log4j:log4j-core:2.17.0")
implementation("org.apache.logging.log4j:log4j-to-slf4j:2.17.0")

implementation("org.openjfx:javafx-base:15.0.1:${javafxPlatform}")
implementation("org.openjfx:javafx-controls:15.0.1:${javafxPlatform}")
Expand Down

0 comments on commit 88a4d9f

Please sign in to comment.