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 May 8, 2024
1 parent aa7df45 commit bcf28e7
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 @@ -134,7 +134,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.13'

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

0 comments on commit bcf28e7

Please sign in to comment.