Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent 955312a commit 88ec0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actor-solver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0")

testImplementation("com.typesafe.akka:akka-actor-testkit-typed_$akkaVersion")
implementation("ch.qos.logback:logback-classic:1.4.4")
implementation("ch.qos.logback:logback-classic:1.4.8")

implementation("it.unibo.tuprolog:dsl-solve:$tuPrologVersion")
implementation("it.unibo.tuprolog:solve-classic:$tuPrologVersion")
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 {
runtimeOnly("org.openjfx:javafx-graphics:$javaFxVersion:mac")

/* JUNG DEPENDENCIES */
api("ch.qos.logback", "logback-classic", "1.4.4")
api("ch.qos.logback", "logback-classic", "1.4.8")
api("ch.qos.logback", "logback-core", "1.4.4")
api("net.sf.jung", "jung-api", "2.1.1")
api("net.sf.jung", "jung-visualization", "2.1.1")
Expand Down

0 comments on commit 88ec0a2

Please sign in to comment.