Skip to content

Commit

Permalink
Bump spring.boot.version from 3.4.1 to 3.4.2 (#4589)
Browse files Browse the repository at this point in the history
* Bump spring.boot.version from 3.4.1 to 3.4.2

Bumps `spring.boot.version` from 3.4.1 to 3.4.2.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pom.xml

Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Iliyan Velichkov <velichkov.iliyan@gmail.com>
  • Loading branch information
dependabot[bot] and iliyan-velichkov authored Jan 27, 2025
1 parent 08b3744 commit f3e232c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
<maven-license-plugin.version>4.6</maven-license-plugin.version>

<!-- Spring -->
<spring.boot.version>3.4.1</spring.boot.version>
<spring.admin.version>${spring.boot.version}</spring.admin.version>
<spring.boot.version>3.4.2</spring.boot.version>
<spring.admin.version>3.4.1</spring.admin.version>
<springdoc.version>2.8.3</springdoc.version>

<!-- Webjars -->
Expand Down

0 comments on commit f3e232c

Please sign in to comment.