Skip to content

Commit

Permalink
Update slf4j monorepo to v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 6, 2024
1 parent 04be03a commit 3663b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion storage/neo4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.4.14'

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

// https://mvnrepository.com/artifact/uk.co.jemos.podam/podam
testCompile group: 'uk.co.jemos.podam', name: 'podam', version: '7.2.11.RELEASE'
Expand Down
4 changes: 2 additions & 2 deletions web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ task runTest(type: JavaExec, dependsOn: classes, group: 'application') {
}

dependencies {
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.11'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.11'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.12'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.12'

implementation group: 'org.glassfish.jersey.inject', name: 'jersey-hk2', version: '3.1.5'
implementation group: 'org.glassfish.jersey.containers', name: 'jersey-container-grizzly2-http', version: '3.1.5'
Expand Down

0 comments on commit 3663b94

Please sign in to comment.