This repository was archived by the owner on Jul 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = " 2.6.6 "
4
- easyMockVersion = " 4.1 "
3
+ springBootVersion = " 2.7.5 "
4
+ easyMockVersion = " 4.3 "
5
5
jmonVersion = " 2.82"
6
6
}
7
7
@@ -19,7 +19,7 @@ allprojects {
19
19
apply plugin : ' maven-publish'
20
20
21
21
group = ' io.spring.training.core-spring'
22
- version = ' 5.3.18 '
22
+ version = ' 5.3.23 '
23
23
}
24
24
25
25
subprojects {
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.spring.training.core-spring</groupId >
4
4
<artifactId >parentProject</artifactId >
5
- <version >5.3.18 </version >
5
+ <version >5.3.23 </version >
6
6
<organization >
7
7
<name >Spring Training</name >
8
8
<url >https://spring.io/training</url >
11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >2.6.6 </version >
14
+ <version >2.7.4 </version >
15
15
</parent >
16
16
<properties >
17
17
<!-- Versions of other dependencies not in spring IO. -->
18
- <easymock .version>4.1 </easymock .version>
18
+ <easymock .version>4.3 </easymock .version>
19
19
<hibernate .jmx.version>3.5.6-Final</hibernate .jmx.version>
20
20
<jamon .version>2.82</jamon .version>
21
21
You can’t perform that action at this time.
0 commit comments