Skip to content

Commit

Permalink
build(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.7
Browse files Browse the repository at this point in the history
Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.7.
- [Commits](qos-ch/slf4j@v_1.7.36...v_2.0.7)

---
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 Jul 25, 2023
1 parent f8a2df0 commit 502d512
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 @@ -94,7 +94,7 @@ dependencies {
compileOnly "org.apache.kafka:connect-api:$kafkaVersion"
compileOnly "io.debezium:debezium-api:$debeziumVersion"

implementation "org.slf4j:slf4j-api:1.7.36"
implementation "org.slf4j:slf4j-api:2.0.7"

testImplementation "org.junit.jupiter:junit-jupiter:5.9.3"
testImplementation "org.apache.kafka:connect-api:$kafkaVersion"
Expand Down

0 comments on commit 502d512

Please sign in to comment.