Skip to content

Commit c8fe212

Browse files
build(deps): bump org.springframework.boot:spring-boot-dependencies
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.4.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.5...v3.4.0) --- 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]>
1 parent b383d2e commit c8fe212

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

health-check/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-dependencies</artifactId>
4444
<type>pom</type>
45-
<version>3.2.3</version>
45+
<version>3.4.0</version>
4646
<scope>import</scope>
4747
</dependency>
4848
<dependency>

layered-architecture/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<groupId>org.springframework.boot</groupId>
4545
<artifactId>spring-boot-dependencies</artifactId>
4646
<type>pom</type>
47-
<version>3.2.4</version>
47+
<version>3.4.0</version>
4848
<scope>import</scope>
4949
</dependency>
5050
</dependencies>

microservices-aggregrator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<groupId>org.springframework.boot</groupId>
4141
<artifactId>spring-boot-dependencies</artifactId>
4242
<type>pom</type>
43-
<version>3.2.4</version>
43+
<version>3.4.0</version>
4444
<scope>import</scope>
4545
</dependency>
4646
</dependencies>

microservices-api-gateway/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<groupId>org.springframework.boot</groupId>
4141
<artifactId>spring-boot-dependencies</artifactId>
4242
<type>pom</type>
43-
<version>3.2.4</version>
43+
<version>3.4.0</version>
4444
<scope>import</scope>
4545
</dependency>
4646
</dependencies>

microservices-distributed-tracing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<groupId>org.springframework.boot</groupId>
4141
<artifactId>spring-boot-dependencies</artifactId>
4242
<type>pom</type>
43-
<version>3.3.1</version>
43+
<version>3.4.0</version>
4444
<scope>import</scope>
4545
</dependency>
4646
</dependencies>

microservices-idempotent-consumer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-dependencies</artifactId>
4444
<type>pom</type>
45-
<version>3.2.3</version>
45+
<version>3.4.0</version>
4646
<scope>import</scope>
4747
</dependency>
4848
<dependency>

page-controller/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<groupId>org.springframework.boot</groupId>
4444
<artifactId>spring-boot-dependencies</artifactId>
4545
<type>pom</type>
46-
<version>3.2.4</version>
46+
<version>3.4.0</version>
4747
<scope>import</scope>
4848
</dependency>
4949
</dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<properties>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<sonar-maven-plugin.version>5.0.0.4389</sonar-maven-plugin.version>
40-
<spring-boot.version>2.7.5</spring-boot.version>
40+
<spring-boot.version>3.4.0</spring-boot.version>
4141
<jacoco.version>0.8.12</jacoco.version>
4242
<commons-dbcp.version>1.4</commons-dbcp.version>
4343
<htmlunit.version>4.5.0</htmlunit.version>

repository/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<groupId>org.springframework.boot</groupId>
4040
<artifactId>spring-boot-dependencies</artifactId>
4141
<type>pom</type>
42-
<version>3.2.3</version>
42+
<version>3.4.0</version>
4343
<scope>import</scope>
4444
</dependency>
4545
<dependency>

single-table-inheritance/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-dependencies</artifactId>
4444
<type>pom</type>
45-
<version>3.2.3</version>
45+
<version>3.4.0</version>
4646
<scope>import</scope>
4747
</dependency>
4848
</dependencies>

0 commit comments

Comments
 (0)