Skip to content

Commit

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

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


Updates `org.springframework.boot:spring-boot-starter-parent` 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:vaadin-bom` from 24.4.4 to 24.5.6

Updates `com.vaadin:vaadin-maven-plugin` from 24.4.4 to 24.5.6

Updates `com.vaadin:vaadin-maven-plugin` from 24.4.4 to 24.5.6

Updates `org.springframework.boot:spring-boot-starter-parent` 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:vaadin-bom` from 24.4.4 to 24.5.6

Updates `com.vaadin:vaadin-maven-plugin` from 24.4.4 to 24.5.6

Updates `com.vaadin:vaadin-maven-plugin` from 24.4.4 to 24.5.6

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: guide-dependencies-maven
- dependency-name: com.vaadin:vaadin-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: guide-dependencies-maven
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: guide-dependencies-maven
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: guide-dependencies-maven
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: guide-dependencies-maven
- dependency-name: com.vaadin:vaadin-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: guide-dependencies-maven
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: guide-dependencies-maven
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: guide-dependencies-maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent e838804 commit 1cec2f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand All @@ -17,7 +17,7 @@

<properties>
<java.version>17</java.version>
<vaadin.version>24.4.4</vaadin.version>
<vaadin.version>24.5.6</vaadin.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions initial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand All @@ -17,7 +17,7 @@

<properties>
<java.version>17</java.version>
<vaadin.version>24.4.4</vaadin.version>
<vaadin.version>24.5.6</vaadin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 1cec2f1

Please sign in to comment.