Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent a3b0376 commit 0b00ae2
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 @@ -20,7 +20,7 @@ dependencies {
testCompile group: 'org.neo4j', name: 'neo4j-bolt', version: '5.19.0'

// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
testCompile group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.4'
testCompile group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.5'

// https://mvnrepository.com/artifact/ch.qos.logback/logback-core
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.5.4'
Expand Down

0 comments on commit 0b00ae2

Please sign in to comment.