Skip to content

Commit fc69cc4

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. Bumps the guide-dependencies-gradle group with 2 updates in the /initial directory: com.vaadin:vaadin-bom and com.vaadin. Updates `com.vaadin:vaadin-bom` from 24.4.4 to 24.5.2 Updates `com.vaadin` from 24.4.4 to 24.5.2 Updates `com.vaadin:vaadin-bom` from 24.4.4 to 24.5.2 Updates `com.vaadin` from 24.4.4 to 24.5.2 --- updated-dependencies: - dependency-name: com.vaadin:vaadin-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: com.vaadin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: com.vaadin:vaadin-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: com.vaadin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e838804 commit fc69cc4

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.3.1'
4-
id 'com.vaadin' version '24.4.4'
4+
id 'com.vaadin' version '24.5.2'
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.5.2'
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.3.1'
4-
id 'com.vaadin' version '24.4.4'
4+
id 'com.vaadin' version '24.5.2'
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.5.2'
1919
}
2020

2121
dependencies {

0 commit comments

Comments
 (0)