Skip to content

Commit

Permalink
chore(deps): bump org.slf4j:slf4j-simple from 2.0.2 to 2.0.7
Browse files Browse the repository at this point in the history
Bumps [org.slf4j:slf4j-simple](https://github.com/qos-ch/slf4j) from 2.0.2 to 2.0.7.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and joke committed Mar 20, 2023
1 parent 549ca28 commit 05c60f4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions examples/slf4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,81 +24,81 @@ dependencies {
testImplementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
testImplementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
testImplementation project(':spock-outputcapture')
testImplementation 'org.slf4j:slf4j-simple:2.0.6'
testImplementation 'org.slf4j:slf4j-simple:2.0.7'
testImplementation 'org.spockframework:spock-core'

spock13groovy24Implementation platform('org.codehaus.groovy:groovy-bom:2.4.21')
spock13groovy24Implementation platform('org.spockframework:spock-bom:1.3-groovy-2.4')
spock13groovy24Implementation project(':spock-outputcapture')
spock13groovy24Implementation 'org.slf4j:slf4j-simple:2.0.6'
spock13groovy24Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock13groovy24Implementation 'org.spockframework:spock-core'
spock13groovy24Implementation 'org.objenesis:objenesis:3.3'

spock13groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock13groovy25Implementation platform('org.spockframework:spock-bom:1.3-groovy-2.5')
spock13groovy25Implementation project(':spock-outputcapture')
spock13groovy25Implementation 'org.slf4j:slf4j-simple:2.0.5'
spock13groovy25Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock13groovy25Implementation 'org.spockframework:spock-core'
spock13groovy25Implementation 'org.objenesis:objenesis:2.6'

spock20groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock20groovy25Implementation platform('org.spockframework:spock-bom:2.0-groovy-2.5')
spock20groovy25Implementation project(':spock-outputcapture')
spock20groovy25Implementation 'org.slf4j:slf4j-simple:2.0.6'
spock20groovy25Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock20groovy25Implementation 'org.spockframework:spock-core'

spock20groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock20groovy30Implementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
spock20groovy30Implementation project(':spock-outputcapture')
spock20groovy30Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock20groovy30Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock20groovy30Implementation 'org.spockframework:spock-core'

spock21groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock21groovy25Implementation platform('org.spockframework:spock-bom:2.1-groovy-2.5')
spock21groovy25Implementation project(':spock-outputcapture')
spock21groovy25Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock21groovy25Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock21groovy25Implementation 'org.spockframework:spock-core'

spock21groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock21groovy30Implementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
spock21groovy30Implementation project(':spock-outputcapture')
spock21groovy30Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock21groovy30Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock21groovy30Implementation 'org.spockframework:spock-core'

spock22groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock22groovy25Implementation platform('org.spockframework:spock-bom:2.2-groovy-2.5')
spock22groovy25Implementation project(':spock-outputcapture')
spock22groovy25Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock22groovy25Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock22groovy25Implementation 'org.spockframework:spock-core'

spock22groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock22groovy30Implementation platform('org.spockframework:spock-bom:2.2-groovy-3.0')
spock22groovy30Implementation project(':spock-outputcapture')
spock22groovy30Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock22groovy30Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock22groovy30Implementation 'org.spockframework:spock-core'

spock22groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.6')
spock22groovy40Implementation platform('org.spockframework:spock-bom:2.2-groovy-4.0')
spock22groovy40Implementation project(':spock-outputcapture')
spock22groovy40Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock22groovy40Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock22groovy40Implementation 'org.spockframework:spock-core'

spock23groovy25Implementation platform('org.codehaus.groovy:groovy-bom:2.5.16')
spock23groovy25Implementation platform('org.spockframework:spock-bom:2.3-groovy-2.5')
spock23groovy25Implementation project(':spock-outputcapture')
spock23groovy25Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock23groovy25Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock23groovy25Implementation 'org.spockframework:spock-core'

spock23groovy30Implementation platform('org.codehaus.groovy:groovy-bom:3.0.9')
spock23groovy30Implementation platform('org.spockframework:spock-bom:2.3-groovy-3.0')
spock23groovy30Implementation project(':spock-outputcapture')
spock23groovy30Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock23groovy30Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock23groovy30Implementation 'org.spockframework:spock-core'

spock23groovy40Implementation platform('org.apache.groovy:groovy-bom:4.0.6')
spock23groovy40Implementation platform('org.spockframework:spock-bom:2.3-groovy-4.0')
spock23groovy40Implementation project(':spock-outputcapture')
spock23groovy40Implementation 'org.slf4j:slf4j-simple:2.0.2'
spock23groovy40Implementation 'org.slf4j:slf4j-simple:2.0.7'
spock23groovy40Implementation 'org.spockframework:spock-core'
}

Expand Down

0 comments on commit 05c60f4

Please sign in to comment.