We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc506ec + d4ab56d commit aed42a7Copy full SHA for aed42a7
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-dependencies</artifactId>
8
- <version>2.3.7.RELEASE</version>
+ <version>2.3.8.RELEASE</version>
9
<relativePath />
10
</parent>
11
@@ -42,7 +42,7 @@
42
<!-- The jhipster-framework version should be the same as the artifact version above -->
43
<jhipster-framework.version>7.0.0-SNAPSHOT</jhipster-framework.version>
44
<!-- The spring-boot version should be the same as the parent version above -->
45
- <spring-boot.version>2.3.7.RELEASE</spring-boot.version>
+ <spring-boot.version>2.3.8.RELEASE</spring-boot.version>
46
47
<!-- Build properties -->
48
<java.version>1.8</java.version>
0 commit comments