Skip to content

Commit 647bdf7

Browse files
Upgrade to Spring Boot 3.3.5
Closes gh-90
1 parent 902d87c commit 647bdf7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

proxy-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22

33
plugins {
44
id 'java-library'
5-
id 'org.springframework.boot' version '3.3.1' apply false
5+
id 'org.springframework.boot' version '3.3.5' apply false
66
}
77

88
apply plugin: 'io.spring.dependency-management'

proxy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.3.1'
2+
id 'org.springframework.boot' version '3.3.5'
33
}
44

55
apply plugin: 'io.spring.dependency-management'

starter-spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22

33
plugins {
44
id 'java-library'
5-
id 'org.springframework.boot' version '3.3.1' apply false
5+
id 'org.springframework.boot' version '3.3.5' apply false
66
}
77

88
apply plugin: 'io.spring.dependency-management'

0 commit comments

Comments
 (0)