Skip to content

Commit

Permalink
devonfw#522:update guava version and junit version
Browse files Browse the repository at this point in the history
devonfw#522:update guava version and junit version
  • Loading branch information
suvmanda committed Jan 29, 2021
1 parent da9004f commit 9d17c62
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ public static MigrationImpl devon4j() {
.and() //
.next().to(VersionIdentifier.ofDevon4j("2020.12.002")).pom() //
.replaceProperty("devon4j.version", "2020.12.002") //
.replaceProperty("spring.boot.version", "2.4.0") //
.replaceProperty("spring.boot.version", "2.4.0")//
.replaceProperty("guava.version", "30.0-jre")//
.replaceProperty("junit.version", "5.7.0")//
.and().next().build();
}

Expand Down

0 comments on commit 9d17c62

Please sign in to comment.