Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Bump slf4j-api from 1.7.36 to 2.0.6
Browse files Browse the repository at this point in the history
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.6.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.36...v_2.0.6)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2023
1 parent 542f3bc commit 78e6224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerberus-api-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
integrationTestImplementation project(':cerberus-core').sourceSets.test.output
integrationTestImplementation group: 'org.testng', name: 'testng', version: '7.5'
integrationTestImplementation 'junit:junit:4.13.2'
integrationTestImplementation 'org.slf4j:slf4j-api:1.7.36'
integrationTestImplementation 'org.slf4j:slf4j-api:2.0.6'
integrationTestImplementation group: 'org.apache.groovy', name: 'groovy-all', version: versions.groovy
integrationTestImplementation "io.rest-assured:rest-assured:${versions.restAssured}"
integrationTestImplementation group: 'io.rest-assured', name: 'json-schema-validator', version: versions.restAssured
Expand Down

0 comments on commit 78e6224

Please sign in to comment.