Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 29, 2023
1 parent 7600684 commit 8048268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9'
compile group: 'org.slf4j', name: 'slf4j-api', version: '2.0.10'

// https://mvnrepository.com/artifact/uk.co.jemos.podam/podam
testCompile group: 'uk.co.jemos.podam', name: 'podam', version: '8.0.0.RELEASE'
Expand Down
2 changes: 1 addition & 1 deletion web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ task runTest(type: JavaExec, dependsOn: classes, group: 'application') {

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

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 8048268

Please sign in to comment.