Skip to content

Commit

Permalink
Update spring boot to v2.2.2.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 6, 2019
1 parent 80a1eea commit cc004ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infra_github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.2.2.RELEASE</version>
</parent>

<build>
Expand Down Expand Up @@ -126,7 +126,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.2.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
Expand Down
2 changes: 1 addition & 1 deletion resource_bundle_github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.2.2.RELEASE</version>
</parent>

<build>
Expand Down

0 comments on commit cc004ac

Please sign in to comment.