Skip to content

Commit

Permalink
Merge pull request #1408 from contiki-ng/dependabot/gradle/master/ch.…
Browse files Browse the repository at this point in the history
…qos.logback-logback-classic-1.5.3

Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.3
  • Loading branch information
nfi authored Mar 20, 2024
2 parents 8af6769 + f1765fd commit 4c1995e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repositories {
dependencies {
implementation files('lib/jipv6.jar')
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
implementation 'ch.qos.logback:logback-classic:1.4.14'
implementation 'ch.qos.logback:logback-classic:1.5.3'
// https://mvnrepository.com/artifact/com.github.cliftonlabs/json-simple
implementation 'com.github.cliftonlabs:json-simple:4.0.1'
// https://mvnrepository.com/artifact/com.formdev/flatlaf
Expand Down

0 comments on commit 4c1995e

Please sign in to comment.