Skip to content

Commit 65e8520

Browse files
authored
Merge pull request #30 from jhipster/skip_ci_sb_2.3.5
Update spring-boot version to 2.3.5 and other dependencies
2 parents 27eb0f9 + eb64a18 commit 65e8520

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jhipster-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<hazelcast-hibernate5.version>2.1.1</hazelcast-hibernate5.version>
5454
<!-- The hibernate version should match the one managed by
5555
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/${spring-boot.version} -->
56-
<hibernate.version>5.4.21.Final</hibernate.version>
56+
<hibernate.version>5.4.22.Final</hibernate.version>
5757
<infinispan.version>10.1.8.Final</infinispan.version>
5858
<infinispan-spring-boot-starter-embedded.version>2.2.4.Final</infinispan-spring-boot-starter-embedded.version>
5959
<jaxb-api.version>2.3.1</jaxb-api.version>

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.4.RELEASE</version>
8+
<version>2.3.5.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>1.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.4.RELEASE</spring-boot.version>
45+
<spring-boot.version>2.3.5.RELEASE</spring-boot.version>
4646

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

0 commit comments

Comments
 (0)