Skip to content

Commit

Permalink
Merge pull request #11 from meik99/renovate/org.slf4j-slf4j-api-1.x
Browse files Browse the repository at this point in the history
Update dependency org.slf4j:slf4j-api to v1.7.36
  • Loading branch information
meik99 committed Jun 15, 2023
2 parents 87e48d5 + b6bada2 commit e21a70c
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.2.3'

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

// https://mvnrepository.com/artifact/uk.co.jemos.podam/podam
testCompile group: 'uk.co.jemos.podam', name: 'podam', version: '7.2.3.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: '1.7.30'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
implementation group: 'javax.ws.rs', name: 'javax.ws.rs-api', version: '2.1.1'
implementation group: 'org.glassfish.jersey.inject', name: 'jersey-hk2', version: '2.31'
implementation group: 'org.glassfish.jersey.containers', name: 'jersey-container-grizzly2-http', version: '2.31'
Expand Down

0 comments on commit e21a70c

Please sign in to comment.