We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 461d250 + 69ed795 commit 500be86Copy full SHA for 500be86
build.gradle
@@ -1,9 +1,9 @@
1
plugins {
2
id 'java'
3
- id 'com.vaadin' version '24.8.8'
+ id 'com.vaadin' version '24.9.0'
4
id 'org.cyclonedx.bom' version '2.4.0'
5
id 'com.gorylenko.gradle-git-properties' version '2.5.3'
6
- id 'org.springframework.boot' version '3.5.5'
+ id 'org.springframework.boot' version '3.5.6'
7
id 'io.spring.dependency-management' version '1.1.7'
8
id 'org.eclipse.jkube.kubernetes' version '1.18.1'
9
}
@@ -23,7 +23,7 @@ repositories {
23
24
ext {
25
set('springCloudVersion', "2025.0.0")
26
- set('vaadinVersion', "24.8.8")
+ set('vaadinVersion', "24.9.0")
27
28
29
dependencies {
0 commit comments