Skip to content

Commit 4264f1f

Browse files
Bump the guide-dependencies-gradle group across 2 directories with 2 updates
Bumps the guide-dependencies-gradle group with 2 updates in the /complete directory: com.vaadin:vaadin-bom and [com.vaadin](https://github.com/vaadin/platform). Bumps the guide-dependencies-gradle group with 2 updates in the /initial directory: com.vaadin:vaadin-bom and [com.vaadin](https://github.com/vaadin/platform). Updates `com.vaadin:vaadin-bom` from 24.8.0 to 24.9.1 Updates `com.vaadin` from 24.8.0 to 24.9.1 - [Release notes](https://github.com/vaadin/platform/releases) - [Commits](vaadin/platform@24.8.0...24.9.1) Updates `com.vaadin:vaadin-bom` from 24.8.0 to 24.9.1 Updates `com.vaadin` from 24.8.0 to 24.9.1 - [Release notes](https://github.com/vaadin/platform/releases) - [Commits](vaadin/platform@24.8.0...24.9.1) --- updated-dependencies: - dependency-name: com.vaadin:vaadin-bom dependency-version: 24.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: com.vaadin dependency-version: 24.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: com.vaadin:vaadin-bom dependency-version: 24.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: com.vaadin dependency-version: 24.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37fa071 commit 4264f1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

complete/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.5.0'
4-
id 'com.vaadin' version '24.8.0'
4+
id 'com.vaadin' version '24.9.1'
55
}
66

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

1717
ext {
18-
vaadinVersion = '24.8.0'
18+
vaadinVersion = '24.9.1'
1919
}
2020

2121
dependencies {

initial/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.5.0'
4-
id 'com.vaadin' version '24.8.0'
4+
id 'com.vaadin' version '24.9.1'
55
}
66

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

1717
ext {
18-
vaadinVersion = '24.8.0'
18+
vaadinVersion = '24.9.1'
1919
}
2020

2121
dependencies {

0 commit comments

Comments
 (0)