Skip to content

Commit

Permalink
Merge pull request #1290 from aws-observability/dependabot/gradle/com…
Browse files Browse the repository at this point in the history
…mons-io-commons-io-2.13.0

Bump commons-io:commons-io from 2.12.0 to 2.13.0
  • Loading branch information
Aneurysm9 authored Jul 20, 2023
2 parents dd7e98f + 846c71c commit afd2ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.10'

// apache io utils
implementation group: 'commons-io', name: 'commons-io', version: '2.12.0'
implementation group: 'commons-io', name: 'commons-io', version: '2.13.0'

// yaml reader
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.15.2'
Expand Down

0 comments on commit afd2ceb

Please sign in to comment.