Skip to content

Commit

Permalink
Update slf4j to v2.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] committed Nov 26, 2022
1 parent b3df62a commit 1949925
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 @@ -58,7 +58,7 @@ dependencies {
androidTestImplementation('com.tngtech.jgiven:jgiven-android:' + version)

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

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.9.1"
byteBuddy-version = "1.12.19"
junit4-version = "4.13.2"
slf4j-version = "2.0.4"
slf4j-version = "2.0.5"
spring-version = "5.3.24"

[libraries]
Expand Down

0 comments on commit 1949925

Please sign in to comment.