Skip to content

Commit

Permalink
Update slf4j to v2.0.13
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent 8cadde9 commit 01e78d2
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
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.13'
}

def targetDir = 'build/reports/jgiven/json'
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -2,7 +2,7 @@
aspectj-version = "1.9.22"
byteBuddy-version = "1.14.13"
junit4-version = "4.13.2"
slf4j-version = "2.0.9"
slf4j-version = "2.0.13"
spring-version = "5.3.34"
androidx-test-version = "1.5.0"

Expand Down

0 comments on commit 01e78d2

Please sign in to comment.