Skip to content

Commit 66b4615

Browse files
build: bump org.springframework.boot:spring-boot-dependencies from 2.7.16 to 3.3.2 (#3727)
* build: bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.16 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.16...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml * Update pom.xml * Update pom.xml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jackshirazi <[email protected]>
1 parent 2bb60c7 commit 66b4615

File tree

6 files changed

+6
-6
lines changed
  • apm-agent-plugins
  • integration-tests/spring-boot-3

6 files changed

+6
-6
lines changed

apm-agent-plugins/apm-spring-resttemplate/apm-spring-restclient-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-dependencies</artifactId>
23-
<version>3.3.1</version>
23+
<version>3.3.2</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

apm-agent-plugins/apm-spring-resttemplate/apm-spring-resttemplate-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- Import dependency management from Spring Boot -->
2424
<groupId>org.springframework.boot</groupId>
2525
<artifactId>spring-boot-dependencies</artifactId>
26-
<version>3.3.1</version> <!-- update IT in case of major upgrade -->
26+
<version>3.3.2</version> <!-- update IT in case of major upgrade -->
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>

apm-agent-plugins/apm-spring-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!-- spring boot version to use for dependency management & testing -->
2020
<version.spring-boot-2>2.7.16</version.spring-boot-2>
21-
<version.spring-boot-3>3.3.1</version.spring-boot-3>
21+
<version.spring-boot-3>3.3.2</version.spring-boot-3>
2222
</properties>
2323

2424
<modules>

apm-agent-plugins/apm-spring-webmvc/apm-spring-webmvc-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Import dependency management from Spring Boot -->
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-dependencies</artifactId>
25-
<version>3.3.1</version> <!-- must be 3.X to correspond to spring 6 -->
25+
<version>3.3.2</version> <!-- must be 3.X to correspond to spring 6 -->
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>

apm-agent-plugins/apm-spring-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<!-- Import dependency management from Spring Boot -->
3030
<groupId>org.springframework.boot</groupId>
3131
<artifactId>spring-boot-dependencies</artifactId>
32-
<version>3.3.1</version> <!-- must be 3.X to correspond to spring 6 -->
32+
<version>3.3.2</version> <!-- must be 3.X to correspond to spring 6 -->
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>

integration-tests/spring-boot-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.springframework.boot</groupId>
3232
<artifactId>spring-boot-dependencies</artifactId>
33-
<version>3.3.1</version>
33+
<version>3.3.2</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

0 commit comments

Comments
 (0)