Skip to content

Commit

Permalink
chore(deps): update dependency fr.inria.gforge.spoon:spoon-core to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 16, 2020
1 parent d807109 commit 4829519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spoon-dataflow/build.gradle
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compile group: 'fr.inria.gforge.spoon', name: 'spoon-core', version: '7.6.0'
compile group: 'fr.inria.gforge.spoon', name: 'spoon-core', version: '8.1.0'
compile group: 'commons-cli', name: 'commons-cli', version: '1.4'
compile group: 'com.microsoft', name: 'z3', version: '4.8.4'
testCompile group: 'junit', name: 'junit', version: '4.13'
Expand Down
2 changes: 1 addition & 1 deletion spoon-visualisation/pom.xml
Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>7.6.0</version>
<version>8.1.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down

0 comments on commit 4829519

Please sign in to comment.