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 and florianesser committed Feb 28, 2024
1 parent 7d34f82 commit bcb2182
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 @@ -60,7 +60,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 bcb2182

Please sign in to comment.