Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit cd8d37f

Browse files
committed
[vmware-tanzu-learning/core-spring-course#85] upgrade to spring boot 2.7.5
1 parent 4af4397 commit cd8d37f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lab/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
3-
springBootVersion = "2.6.6"
4-
easyMockVersion = "4.1"
3+
springBootVersion = "2.7.5"
4+
easyMockVersion = "4.3"
55
jmonVersion = "2.82"
66
}
77

@@ -19,7 +19,7 @@ allprojects {
1919
apply plugin: 'maven-publish'
2020

2121
group = 'io.spring.training.core-spring'
22-
version = '5.3.18'
22+
version = '5.3.23'
2323
}
2424

2525
subprojects {

lab/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.spring.training.core-spring</groupId>
44
<artifactId>parentProject</artifactId>
5-
<version>5.3.18</version>
5+
<version>5.3.23</version>
66
<organization>
77
<name>Spring Training</name>
88
<url>https://spring.io/training</url>
@@ -11,11 +11,11 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.6.6</version>
14+
<version>2.7.4</version>
1515
</parent>
1616
<properties>
1717
<!-- Versions of other dependencies not in spring IO. -->
18-
<easymock.version>4.1</easymock.version>
18+
<easymock.version>4.3</easymock.version>
1919
<hibernate.jmx.version>3.5.6-Final</hibernate.jmx.version>
2020
<jamon.version>2.82</jamon.version>
2121

0 commit comments

Comments
 (0)