Skip to content

Commit e73a0af

Browse files
committed
Upgrade to Vaadin 24.9.6
1 parent 8df4d8d commit e73a0af

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

complete/build.gradle

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

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

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

2121
dependencies {

complete/pom.xml

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

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

2323
<dependencies>

initial/build.gradle

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

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

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

2121
dependencies {

initial/pom.xml

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

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

2323
<dependencies>

0 commit comments

Comments
 (0)