Skip to content

Commit

Permalink
fix(deps): update dependency org.slf4j:jul-to-slf4j to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 725887a commit 270e096
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 @@ -136,7 +136,7 @@ dependencies {

// logging
implementation(group: 'eu.esdihumboldt.unpuzzled', name: 'de.fhg.igd.slf4jplus.logback.appender', version: '1.2.0.201503311443')
implementation 'org.slf4j:jul-to-slf4j:1.7.36'
implementation 'org.slf4j:jul-to-slf4j:2.0.14'

// resource cache
implementation(group: 'eu.esdihumboldt.hale', name: 'eu.esdihumboldt.util.resource', version: haleVersion)
Expand Down

0 comments on commit 270e096

Please sign in to comment.