Skip to content

Commit

Permalink
Upgrade to Vaadin 24.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Oct 16, 2024
1 parent bc176bf commit 04b8ed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions complete/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -15,7 +15,7 @@ repositories {
}

ext {
vaadinVersion = '24.4.4'
vaadinVersion = '24.5.0'
}

dependencies {
Expand Down

0 comments on commit 04b8ed4

Please sign in to comment.