Skip to content

Commit

Permalink
Merge pull request #80 from wadoon/dependabot/gradle/org.slf4j-slf4j-…
Browse files Browse the repository at this point in the history
…simple-2.0.13

Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13
  • Loading branch information
wadoon authored Apr 15, 2024
2 parents 3f747f0 + bf9b78a commit 3cf4d02
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ subprojects {
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("com.google.truth:truth:1.4.2")
testImplementation("org.slf4j:slf4j-simple:2.0.12")
testImplementation("org.slf4j:slf4j-simple:2.0.13")
}

tasks.withType<KotlinCompile> {
Expand Down
2 changes: 1 addition & 1 deletion citool/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation("org.key-project:key.util:2.12.2")

val plugin by configurations
plugin("org.slf4j:slf4j-simple:2.0.12")
plugin("org.slf4j:slf4j-simple:2.0.13")
plugin("com.google.code.gson:gson:2.10.1")
}

Expand Down
2 changes: 1 addition & 1 deletion ide/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.kordamp.ikonli:ikonli-javafx:12.3.1")
compileOnly("org.projectlombok:lombok:1.18.32")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.slf4j:slf4j-simple:2.0.12")
implementation("org.slf4j:slf4j-simple:2.0.13")
implementation("no.tornado:tornadofx:1.7.20")
implementation("org.antlr:antlr4-runtime:4.13.1")
antlr("org.antlr:antlr4:4.13.1")
Expand Down
2 changes: 1 addition & 1 deletion interactionlog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation("org.key-project:key.ui:2.12.2")
implementation("org.slf4j:slf4j-api:2.0.12")

testImplementation("org.slf4j:slf4j-simple:2.0.12")
testImplementation("org.slf4j:slf4j-simple:2.0.13")

val plugin by configurations
plugin("com.atlassian.commonmark:commonmark:0.17.0")
Expand Down
2 changes: 1 addition & 1 deletion miniweb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation("io.ktor:ktor-server-netty:2.3.9")
implementation("io.ktor:ktor-html-builder:1.6.8")
implementation("io.github.microutils:kotlin-logging:4.0.0-beta-2")
implementation("org.slf4j:slf4j-simple:2.0.12")
implementation("org.slf4j:slf4j-simple:2.0.13")

implementation("org.key-project:key.core:2.12.2")
implementation("org.key-project:key.util:2.12.2")
Expand Down

0 comments on commit 3cf4d02

Please sign in to comment.