Skip to content

Commit 81dd559

Browse files
Update spring boot
1 parent 470441f commit 81dd559

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

cloud-gateway/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
plugins {
88
id 'java'
9-
id 'org.springframework.boot' version '3.1.5'
9+
id 'org.springframework.boot' version '3.2.1'
1010
id 'io.spring.dependency-management' version '1.1.4'
1111
}
1212

department-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>3.1.5</version>
13+
<version>3.2.2</version>
1414
<relativePath/> <!-- lookup parent from repository -->
1515
</parent>
1616
<groupId>com.saurabh</groupId>

employee-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>3.1.5</version>
13+
<version>3.2.2</version>
1414
<relativePath/> <!-- lookup parent from repository -->
1515
</parent>
1616
<groupId>com.saurabh</groupId>

rxjava-tutorial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
plugins {
88
id 'java'
99
id "io.freefair.lombok" version "8.4" // for lombok processors
10-
id 'org.springframework.boot' version '3.1.5'
10+
id 'org.springframework.boot' version '3.2.1'
1111
id 'io.spring.dependency-management' version '1.1.4'
1212
}
1313

sample-rest-app/lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.1.5</version>
17+
<version>3.2.2</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

sample-rest-app/rest-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.1.5</version>
17+
<version>3.2.2</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

service-registry/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
plugins {
99
id 'java'
10-
id 'org.springframework.boot' version '3.1.5'
10+
id 'org.springframework.boot' version '3.2.1'
1111
id 'io.spring.dependency-management' version '1.1.4'
1212
}
1313

0 commit comments

Comments
 (0)