Skip to content

Commit 47691a6

Browse files
ZheSun88snicoll
authored andcommitted
Upgrade to Spring Boot 3.5.6 and Vaadin 24.9.1
See gh-142 Signed-off-by: Zhe Sun <[email protected]>
1 parent 37fa071 commit 47691a6

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

complete/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.5.0'
4-
id 'com.vaadin' version '24.8.0'
3+
id 'org.springframework.boot' version '3.5.6'
4+
id 'com.vaadin' version '24.9.1'
55
}
66

77
apply plugin: 'io.spring.dependency-management'
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
ext {
18-
vaadinVersion = '24.8.0'
18+
vaadinVersion = '24.9.1'
1919
}
2020

2121
dependencies {

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>3.5.0</version>
9+
<version>3.5.6</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example</groupId>
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>17</java.version>
20-
<vaadin.version>24.8.0</vaadin.version>
20+
<vaadin.version>24.9.1</vaadin.version>
2121
</properties>
2222

2323
<dependencies>

initial/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.5.0'
4-
id 'com.vaadin' version '24.8.0'
3+
id 'org.springframework.boot' version '3.5.6'
4+
id 'com.vaadin' version '24.9.1'
55
}
66

77
apply plugin: 'io.spring.dependency-management'
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
ext {
18-
vaadinVersion = '24.8.0'
18+
vaadinVersion = '24.9.1'
1919
}
2020

2121
dependencies {

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>3.5.0</version>
9+
<version>3.5.6</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example</groupId>
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>17</java.version>
20-
<vaadin.version>24.8.0</vaadin.version>
20+
<vaadin.version>24.9.1</vaadin.version>
2121
</properties>
2222

2323
<dependencies>

0 commit comments

Comments
 (0)