Skip to content

Commit

Permalink
Bump the guide-dependencies-gradle group across 2 directories with 3 …
Browse files Browse the repository at this point in the history
…updates

Bumps the guide-dependencies-gradle group with 3 updates in the /complete directory: com.vaadin:vaadin-bom, [org.springframework.boot](https://github.com/spring-projects/spring-boot) and com.vaadin.
Bumps the guide-dependencies-gradle group with 3 updates in the /initial directory: com.vaadin:vaadin-bom, [org.springframework.boot](https://github.com/spring-projects/spring-boot) and com.vaadin.


Updates `com.vaadin:vaadin-bom` from 24.4.4 to 24.5.6

Updates `org.springframework.boot` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.1...v3.4.0)

Updates `com.vaadin` from 24.4.4 to 24.5.6

Updates `com.vaadin:vaadin-bom` from 24.4.4 to 24.5.6

Updates `org.springframework.boot` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.1...v3.4.0)

Updates `com.vaadin` from 24.4.4 to 24.5.6

---
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: org.springframework.boot
  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: org.springframework.boot
  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]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent e838804 commit 0168a71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.4.0'
id 'com.vaadin' version '24.5.6'
}

apply plugin: 'io.spring.dependency-management'
Expand All @@ -15,7 +15,7 @@ repositories {
}

ext {
vaadinVersion = '24.4.4'
vaadinVersion = '24.5.6'
}

dependencies {
Expand Down
6 changes: 3 additions & 3 deletions initial/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.4.0'
id 'com.vaadin' version '24.5.6'
}

apply plugin: 'io.spring.dependency-management'
Expand All @@ -15,7 +15,7 @@ repositories {
}

ext {
vaadinVersion = '24.4.4'
vaadinVersion = '24.5.6'
}

dependencies {
Expand Down

0 comments on commit 0168a71

Please sign in to comment.