Skip to content

Commit

Permalink
Update slf4j to v2.0.11
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] committed Jan 12, 2024
1 parent 9054d8a commit 0a7d4e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-projects/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
androidTestImplementation('com.tngtech.jgiven:jgiven-android:' + version)

jgivenReport 'com.tngtech.jgiven:jgiven-html5-report:' + version
jgivenReport 'org.slf4j:slf4j-simple:2.0.9'
jgivenReport 'org.slf4j:slf4j-simple:2.0.11'
}

def targetDir = 'build/reports/jgiven/json'
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
aspectj-version = "1.9.21"
byteBuddy-version = "1.14.11"
junit4-version = "4.13.2"
slf4j-version = "2.0.9"
slf4j-version = "2.0.11"
spring-version = "5.3.31"
androidx-test-version = "1.5.0"

Expand Down

0 comments on commit 0a7d4e0

Please sign in to comment.