Skip to content

Commit

Permalink
Bump walaVersion from 1.5.8 to 1.5.9 (#13)
Browse files Browse the repository at this point in the history
Bumps `walaVersion` from 1.5.8 to 1.5.9.

Updates `com.ibm.wala.shrike` from 1.5.8 to 1.5.9
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.8...v1.5.9)

Updates `com.ibm.wala.util` from 1.5.8 to 1.5.9
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.8...v1.5.9)

Updates `com.ibm.wala.core` from 1.5.8 to 1.5.9
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.8...v1.5.9)

Updates `com.ibm.wala.cast` from 1.5.8 to 1.5.9
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.8...v1.5.9)

Updates `com.ibm.wala.cast.js` from 1.5.8 to 1.5.9
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.8...v1.5.9)

Updates `com.ibm.wala.cast.js.rhino` from 1.5.8 to 1.5.9
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.8...v1.5.9)

Updates `com.ibm.wala.cast.java` from 1.5.8 to 1.5.9
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.8...v1.5.9)

Updates `com.ibm.wala.cast.java.ecj` from 1.5.8 to 1.5.9
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.8...v1.5.9)

Updates `com.ibm.wala.dalvik` from 1.5.8 to 1.5.9
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.8...v1.5.9)

Updates `com.ibm.wala.scandroid` from 1.5.8 to 1.5.9
- [Release notes](https://github.com/wala/WALA/releases)
- [Commits](wala/WALA@v1.5.8...v1.5.9)

---
updated-dependencies:
- dependency-name: com.ibm.wala:com.ibm.wala.shrike
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.ibm.wala:com.ibm.wala.util
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.ibm.wala:com.ibm.wala.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.ibm.wala:com.ibm.wala.cast
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.ibm.wala:com.ibm.wala.cast.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.ibm.wala:com.ibm.wala.cast.js.rhino
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.ibm.wala:com.ibm.wala.cast.java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.ibm.wala:com.ibm.wala.cast.java.ecj
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.ibm.wala:com.ibm.wala.dalvik
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.ibm.wala:com.ibm.wala.scandroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2022
1 parent 9611596 commit e8441be
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 @@ -16,7 +16,7 @@ repositories {
}

dependencies {
def walaVersion = '1.5.8'
def walaVersion = '1.5.9'

implementation "com.ibm.wala:com.ibm.wala.shrike:${walaVersion}"
implementation "com.ibm.wala:com.ibm.wala.util:${walaVersion}"
Expand Down

0 comments on commit e8441be

Please sign in to comment.