Skip to content

Commit 500be86

Browse files
authored
Merge branch 'main' into dependabot/gradle/org.cyclonedx.bom-2.4.0
2 parents 461d250 + 69ed795 commit 500be86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
plugins {
22
id 'java'
3-
id 'com.vaadin' version '24.8.8'
3+
id 'com.vaadin' version '24.9.0'
44
id 'org.cyclonedx.bom' version '2.4.0'
55
id 'com.gorylenko.gradle-git-properties' version '2.5.3'
6-
id 'org.springframework.boot' version '3.5.5'
6+
id 'org.springframework.boot' version '3.5.6'
77
id 'io.spring.dependency-management' version '1.1.7'
88
id 'org.eclipse.jkube.kubernetes' version '1.18.1'
99
}
@@ -23,7 +23,7 @@ repositories {
2323

2424
ext {
2525
set('springCloudVersion', "2025.0.0")
26-
set('vaadinVersion', "24.8.8")
26+
set('vaadinVersion', "24.9.0")
2727
}
2828

2929
dependencies {

0 commit comments

Comments
 (0)