Skip to content

Commit

Permalink
Update spring boot to v2.3.4.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 29, 2020
1 parent d977eaf commit f57aee2
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.3.4.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.3.4.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.3.4.RELEASE</version>
</parent>

<build>
Expand Down

0 comments on commit f57aee2

Please sign in to comment.