Skip to content

Commit 138b677

Browse files
committed
Upgrade to Spring Boot 2.5.3
1 parent 2e81465 commit 138b677

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

complete/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.5.2'
2+
id 'org.springframework.boot' version '2.5.3'
33
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
44
id 'java'
55
}
66

77
group = 'com.example'
88
version = '0.0.1-SNAPSHOT'
9-
sourceCompatibility = '1.8'
9+
sourceCompatibility = '11'
1010

1111
repositories {
1212
mavenCentral()

complete/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.5.2</version>
9+
<version>2.5.3</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example</groupId>
@@ -16,7 +16,7 @@
1616
<description>Demo project for Spring Boot</description>
1717

1818
<properties>
19-
<java.version>1.8</java.version>
19+
<java.version>11</java.version>
2020
<astra-starter.version>0.1.13</astra-starter.version>
2121
</properties>
2222

initial/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.5.2'
2+
id 'org.springframework.boot' version '2.5.3'
33
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
44
id 'java'
55
}
66

77
group = 'com.example'
88
version = '0.0.1-SNAPSHOT'
9-
sourceCompatibility = '1.8'
9+
sourceCompatibility = '11'
1010

1111
repositories {
1212
mavenCentral()

initial/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.5.2</version>
9+
<version>2.5.3</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example</groupId>
@@ -16,7 +16,7 @@
1616
<description>Demo project for Spring Boot</description>
1717

1818
<properties>
19-
<java.version>1.8</java.version>
19+
<java.version>11</java.version>
2020
<astra-starter.version>0.1.13</astra-starter.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)