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 1, 2023
1 parent fa657ad commit 419b609
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 {
implementation project(':cerberus-core').sourceSets.test.output
implementation group: 'org.testng', name: 'testng', version: '7.5'
implementation 'junit:junit:4.13.2'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.slf4j:slf4j-api:2.0.6'
implementation group: 'org.apache.groovy', name: 'groovy-all', version: versions.groovy
implementation "io.rest-assured:rest-assured:${versions.restAssured}"
implementation group: 'io.rest-assured', name: 'json-schema-validator', version: versions.restAssured
Expand Down

0 comments on commit 419b609

Please sign in to comment.