From bc176bff0b2b9f68bc89f5502b123029aea4f3fd Mon Sep 17 00:00:00 2001
From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Date: Wed, 16 Oct 2024 22:00:39 +0300
Subject: [PATCH 1/4] Upgrade to Vaadin 24.5.0
---
initial/build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/initial/build.gradle b/initial/build.gradle
index 3148914b..d5f3638d 100644
--- a/initial/build.gradle
+++ b/initial/build.gradle
@@ -1,7 +1,7 @@
plugins {
id 'java'
- id 'org.springframework.boot' version '3.3.1'
- id 'com.vaadin' version '24.4.4'
+ id 'org.springframework.boot' version '3.3.4'
+ id 'com.vaadin' version '24.5.0'
}
apply plugin: 'io.spring.dependency-management'
@@ -15,7 +15,7 @@ repositories {
}
ext {
- vaadinVersion = '24.4.4'
+ vaadinVersion = '24.5.0'
}
dependencies {
From 04b8ed4ce9a2f7b94129441655e9172c5a70f549 Mon Sep 17 00:00:00 2001
From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Date: Wed, 16 Oct 2024 22:01:41 +0300
Subject: [PATCH 2/4] Upgrade to Vaadin 24.5.0
---
complete/build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/complete/build.gradle b/complete/build.gradle
index 3148914b..d5f3638d 100644
--- a/complete/build.gradle
+++ b/complete/build.gradle
@@ -1,7 +1,7 @@
plugins {
id 'java'
- id 'org.springframework.boot' version '3.3.1'
- id 'com.vaadin' version '24.4.4'
+ id 'org.springframework.boot' version '3.3.4'
+ id 'com.vaadin' version '24.5.0'
}
apply plugin: 'io.spring.dependency-management'
@@ -15,7 +15,7 @@ repositories {
}
ext {
- vaadinVersion = '24.4.4'
+ vaadinVersion = '24.5.0'
}
dependencies {
From 7044725364cd889fbb99fb7f6c9f82c3ec564590 Mon Sep 17 00:00:00 2001
From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Date: Wed, 16 Oct 2024 22:02:07 +0300
Subject: [PATCH 3/4] Upgrade to Vaadin 24.5.0
---
complete/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/complete/pom.xml b/complete/pom.xml
index 2d861a88..6cd7b3dd 100644
--- a/complete/pom.xml
+++ b/complete/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.1
+ 3.3.4
com.example
@@ -17,7 +17,7 @@
17
- 24.4.4
+ 24.5.0
From 218b89b8fda81e0a2ef2c6c0a848564aca8d916f Mon Sep 17 00:00:00 2001
From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Date: Wed, 16 Oct 2024 22:02:30 +0300
Subject: [PATCH 4/4] Upgrade to Vaadin 24.5.0
---
initial/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/initial/pom.xml b/initial/pom.xml
index 2d861a88..6cd7b3dd 100644
--- a/initial/pom.xml
+++ b/initial/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.1
+ 3.3.4
com.example
@@ -17,7 +17,7 @@
17
- 24.4.4
+ 24.5.0