Skip to content

Commit

Permalink
Merge pull request #127 from gocd-contrib/dependabot/gradle/org.slf4j…
Browse files Browse the repository at this point in the history
…-slf4j-simple-2.0.13

Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13
  • Loading branch information
chadlwilson authored Apr 12, 2024
2 parents b54fe07 + 1fed5ea commit 988f965
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 @@ -76,7 +76,7 @@ dependencies {
testImplementation('com.icegreen:greenmail:2.0.1') {
exclude group: 'junit'
}
testImplementation 'org.slf4j:slf4j-simple:2.0.12'
testImplementation 'org.slf4j:slf4j-simple:2.0.13'
}

test {
Expand Down

0 comments on commit 988f965

Please sign in to comment.