Skip to content

Commit aed42a7

Browse files
authored
Merge pull request #131 from DanielFran/skip_ci-spring-boot_2.3.8
Update spring-boot version to 2.3.8.RELEASE
2 parents fc506ec + d4ab56d commit aed42a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-dependencies</artifactId>
8-
<version>2.3.7.RELEASE</version>
8+
<version>2.3.8.RELEASE</version>
99
<relativePath />
1010
</parent>
1111

@@ -42,7 +42,7 @@
4242
<!-- The jhipster-framework version should be the same as the artifact version above -->
4343
<jhipster-framework.version>7.0.0-SNAPSHOT</jhipster-framework.version>
4444
<!-- The spring-boot version should be the same as the parent version above -->
45-
<spring-boot.version>2.3.7.RELEASE</spring-boot.version>
45+
<spring-boot.version>2.3.8.RELEASE</spring-boot.version>
4646

4747
<!-- Build properties -->
4848
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)