We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d82dcf commit c49c172Copy full SHA for c49c172
build.gradle
@@ -61,7 +61,7 @@ dependencies {
61
implementation "eu.esdihumboldt.hale:eu.esdihumboldt.hale.app.cli.commands:$haleVersion"
62
implementation "org.codehaus.groovy:groovy-all:$groovyVersion"
63
implementation 'org.json:json:20240303'
64
- implementation 'org.slf4j:jul-to-slf4j:2.0.13'
+ implementation 'org.slf4j:jul-to-slf4j:2.0.17'
65
implementation 'org.apache.httpcomponents:httpmime:4.5.14'
66
67
//developmentOnly 'org.springframework.boot:spring-boot-docker-compose'
0 commit comments