Skip to content

Commit

Permalink
Bump spring.boot.version from 3.3.4 to 3.4.0 (#4460)
Browse files Browse the repository at this point in the history
* Bump spring.boot.version from 3.3.4 to 3.4.0

Bumps `spring.boot.version` from 3.3.4 to 3.4.0.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* add version for okhttp since it is removed in spring 3.4.0, update spring admin version as well

Signed-off-by: Iliyan Velichkov <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Iliyan Velichkov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Iliyan Velichkov <[email protected]>
  • Loading branch information
dependabot[bot] and iliyan-velichkov authored Nov 25, 2024
1 parent 0ef3e53 commit 06334e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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.3.4</spring.boot.version>
<spring.admin.version>${spring.boot.version}</spring.admin.version>
<spring.boot.version>3.4.0</spring.boot.version>
<spring.admin.version>3.3.6</spring.admin.version>
<springdoc.version>2.6.0</springdoc.version>

<!-- Webjars -->
Expand All @@ -135,6 +135,7 @@
<apache-httpcomponents-httpmime.version>4.5.14</apache-httpcomponents-httpmime.version>
<apache-httpcomponents-httpclient.version>4.5.14</apache-httpcomponents-httpclient.version>
<apache-httpcomponents-httpasyncclient.version>4.1.5</apache-httpcomponents-httpasyncclient.version>
<okhttp.version>4.12.0</okhttp.version>

<jaxb.version>2.3.1</jaxb.version>

Expand Down Expand Up @@ -730,10 +731,12 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<scope>test</scope>
<version>${okhttp.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>${okhttp.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 06334e7

Please sign in to comment.