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 Feb 8, 2023
1 parent 24a0a4d commit eeb3360
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 @@ -33,7 +33,7 @@ dependencies {
integrationTestImplementation group: 'org.testng', name: 'testng', version: '7.7.1'
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'

integrationTestImplementation 'org.slf4j:slf4j-api:1.7.36'
integrationTestImplementation 'org.slf4j:slf4j-api:2.0.6'
integrationTestImplementation "org.apache.groovy:groovy-all:${versions.groovy}"
integrationTestImplementation "io.rest-assured:rest-assured:${versions.restAssured}"
integrationTestImplementation "io.rest-assured:json-schema-validator:${versions.restAssured}"
Expand Down

0 comments on commit eeb3360

Please sign in to comment.