Skip to content

Commit ab11a63

Browse files
committed
Bump vaadin to 24.6.5 and spring-boot to 3.4.2
1 parent e838804 commit ab11a63

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.3.1'
4-
id 'com.vaadin' version '24.4.4'
3+
id 'org.springframework.boot' version '3.4.2'
4+
id 'com.vaadin' version '24.6.5'
55
}
66

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

1717
ext {
18-
vaadinVersion = '24.4.4'
18+
vaadinVersion = '24.6.5'
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.3.1</version>
9+
<version>3.4.2</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.4.4</vaadin.version>
20+
<vaadin.version>24.6.5</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.3.1'
4-
id 'com.vaadin' version '24.4.4'
3+
id 'org.springframework.boot' version '3.4.2'
4+
id 'com.vaadin' version '24.6.5'
55
}
66

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

1717
ext {
18-
vaadinVersion = '24.4.4'
18+
vaadinVersion = '24.6.5'
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.3.1</version>
9+
<version>3.4.2</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.4.4</vaadin.version>
20+
<vaadin.version>24.6.5</vaadin.version>
2121
</properties>
2222

2323
<dependencies>

0 commit comments

Comments
 (0)