Skip to content

Commit

Permalink
Merge pull request #62 from gocd/dependabot/gradle/org.slf4j-slf4j-si…
Browse files Browse the repository at this point in the history
…mple-1.7.34

Bump slf4j-simple from 1.7.32 to 1.7.34
  • Loading branch information
chadlwilson authored Feb 3, 2022
2 parents d970523 + fe6b6fa commit 3d0fa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.13.1'
testImplementation group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.19.0'

integrationTestImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.32'
integrationTestImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.34'
integrationTestImplementation group: 'org.apache.directory.server', name: 'apacheds-core', version: '2.0.0-M24'
integrationTestImplementation group: 'org.apache.directory.server', name: 'apacheds-core-annotations', version: '2.0.0-M24'
integrationTestImplementation group: 'org.apache.directory.server', name: 'apacheds-core-integ', version: '2.0.0-M24'
Expand Down

0 comments on commit 3d0fa10

Please sign in to comment.