Skip to content

Commit

Permalink
Bump commons-io from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps commons-io from 2.9.0 to 2.10.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 14, 2021
1 parent 44e276e commit 1557c5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4,7 +4,7 @@
//

buildscript {
dependencies.classpath 'commons-io:commons-io:2.9.0'
dependencies.classpath 'commons-io:commons-io:2.10.0'
}

plugins {
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.js.nodejs/build.gradle
Expand Up @@ -3,7 +3,7 @@ dependencies {
because 'public class NodejsCallGraphBuilderUtil extends class JSCallGraphUtil'
}
implementation(
'commons-io:commons-io:2.9.0',
'commons-io:commons-io:2.10.0',
'org.json:json:20210307',
project(':com.ibm.wala.cast'),
project(':com.ibm.wala.cast.js.rhino'),
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast.js/build.gradle
Expand Up @@ -3,7 +3,7 @@ dependencies {
because 'public class JSCallGraphUtil extends class CAstCallGraphUtil'
}
implementation(
'commons-io:commons-io:2.9.0',
'commons-io:commons-io:2.10.0',
'junit:junit:4.13.2',
'net.htmlparser.jericho:jericho-html:3.2',
'com.google.code.gson:gson:2.8.7',
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.wala.cast/build.gradle
Expand Up @@ -9,7 +9,7 @@ dependencies {
because 'public method AstCGNode.addTarget receives an argument of type CGNode'
}
implementation(
'commons-io:commons-io:2.9.0',
'commons-io:commons-io:2.10.0',
project(':com.ibm.wala.shrike'),
project(':com.ibm.wala.util'),
)
Expand Down

0 comments on commit 1557c5e

Please sign in to comment.