Skip to content

Commit

Permalink
Bump slf4j-api from 1.+ to 2.0.0 in /examples
Browse files Browse the repository at this point in the history
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.+ to 2.0.0.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits/v_2.0.0)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 24, 2022
1 parent e2081f6 commit 694466f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/aspectj/weaving/build.gradle
Expand Up @@ -21,7 +21,7 @@ sourceSets {
dependencies {
aspect project(":aspectj:aspect")

implementation "org.slf4j:slf4j-api:1.+"
implementation "org.slf4j:slf4j-api:2.+"

implementation "org.aspectj:aspectjrt:1.9.9.1"
implementation localGroovy()
Expand Down
2 changes: 1 addition & 1 deletion examples/lombok/build.gradle
Expand Up @@ -9,7 +9,7 @@ apply plugin: "io.freefair.lombok"


dependencies {
implementation "org.slf4j:slf4j-api:1.+"
implementation "org.slf4j:slf4j-api:2.+"
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion examples/lombok/sonarqube/build.gradle
Expand Up @@ -7,5 +7,5 @@ apply plugin: "io.freefair.lombok"


dependencies {
implementation "org.slf4j:slf4j-api:1.+"
implementation "org.slf4j:slf4j-api:2.+"
}

0 comments on commit 694466f

Please sign in to comment.