Skip to content

Commit

Permalink
fix(deps): update dependency org.json:json to v20240205
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 0f6b977 commit 38a5a40
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 @@ -59,7 +59,7 @@ dependencies {

implementation "eu.esdihumboldt.hale:eu.esdihumboldt.hale.app.cli.commands:$haleVersion"
implementation "org.codehaus.groovy:groovy-all:$groovyVersion"
implementation 'org.json:json:20190722'
implementation 'org.json:json:20240205'
implementation 'org.slf4j:jul-to-slf4j:2.0.12'
implementation 'org.apache.httpcomponents:httpmime:4.5.14'

Expand Down

0 comments on commit 38a5a40

Please sign in to comment.