Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-core to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 28, 2024
1 parent 321629d commit 4983de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/neo4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testCompile group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.1'

// https://mvnrepository.com/artifact/ch.qos.logback/logback-core
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.5.0'
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.5.1'

// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
compile group: 'org.slf4j', name: 'slf4j-api', version: '2.0.12'
Expand Down

0 comments on commit 4983de3

Please sign in to comment.