diff --git a/complete/build.gradle b/complete/build.gradle
index f8454304..06e510d4 100644
--- a/complete/build.gradle
+++ b/complete/build.gradle
@@ -1,7 +1,7 @@
plugins {
id 'java'
- id 'org.springframework.boot' version '3.5.0'
- id 'com.vaadin' version '24.8.0'
+ id 'org.springframework.boot' version '3.5.5'
+ id 'com.vaadin' version '24.9.0'
}
apply plugin: 'io.spring.dependency-management'
@@ -15,7 +15,7 @@ repositories {
}
ext {
- vaadinVersion = '24.8.0'
+ vaadinVersion = '24.9.0'
}
dependencies {
diff --git a/complete/pom.xml b/complete/pom.xml
index a25212b8..df553674 100644
--- a/complete/pom.xml
+++ b/complete/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.0
+ 3.5.5
com.example
@@ -17,7 +17,7 @@
17
- 24.8.0
+ 24.9.0
diff --git a/initial/build.gradle b/initial/build.gradle
index f8454304..06e510d4 100644
--- a/initial/build.gradle
+++ b/initial/build.gradle
@@ -1,7 +1,7 @@
plugins {
id 'java'
- id 'org.springframework.boot' version '3.5.0'
- id 'com.vaadin' version '24.8.0'
+ id 'org.springframework.boot' version '3.5.5'
+ id 'com.vaadin' version '24.9.0'
}
apply plugin: 'io.spring.dependency-management'
@@ -15,7 +15,7 @@ repositories {
}
ext {
- vaadinVersion = '24.8.0'
+ vaadinVersion = '24.9.0'
}
dependencies {
diff --git a/initial/pom.xml b/initial/pom.xml
index a25212b8..df553674 100644
--- a/initial/pom.xml
+++ b/initial/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.0
+ 3.5.5
com.example
@@ -17,7 +17,7 @@
17
- 24.8.0
+ 24.9.0