Skip to content

Commit

Permalink
Update spring boot to v2.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent 22c7760 commit 709feab
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.7.15</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.7.15</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.7.15</version>
</parent>

<build>
Expand Down

0 comments on commit 709feab

Please sign in to comment.