Skip to content

Commit

Permalink
Merge pull request #16 from meik99/renovate/ch.qos.logback-logback-co…
Browse files Browse the repository at this point in the history
…re-1.x

Update dependency ch.qos.logback:logback-core to v1.4.8
  • Loading branch information
meik99 authored Jun 15, 2023
2 parents 72f8d5f + 62fce8e commit 355e59b
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.4.8'

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

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

0 comments on commit 355e59b

Please sign in to comment.