Skip to content

Commit 8c19d54

Browse files
authored
Merge pull request #334 from piomin/renovate/spring-boot
Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.7
2 parents d2f24c9 + 32ea095 commit 8c19d54

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

camel-spring/person-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.0</version>
9+
<version>3.5.7</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>

camel-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.3</version>
8+
<version>3.5.7</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<version>1.0-SNAPSHOT</version>

event-driven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.4.3</version>
11+
<version>3.5.7</version>
1212
<relativePath />
1313
</parent>
1414

messaging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.3</version>
8+
<version>3.5.7</version>
99
<relativePath />
1010
</parent>
1111
<version>1.0-SNAPSHOT</version>

micro-springboot/insurance-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.5</version>
8+
<version>3.5.7</version>
99
<relativePath />
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -48,7 +48,7 @@
4848

4949
<dependency>
5050
<groupId>com.blazebit</groupId>
51-
<artifactId>blaze-persistence-integration-spring-data-3.3</artifactId>
51+
<artifactId>blaze-persistence-integration-spring-data-3.4</artifactId>
5252
<version>${blaze.version}</version>
5353
</dependency>
5454
<dependency>

micro-springboot/person-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.5</version>
8+
<version>3.5.7</version>
99
<relativePath />
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -52,7 +52,7 @@
5252

5353
<dependency>
5454
<groupId>com.blazebit</groupId>
55-
<artifactId>blaze-persistence-integration-spring-data-3.3</artifactId>
55+
<artifactId>blaze-persistence-integration-spring-data-3.4</artifactId>
5656
<version>${blaze.version}</version>
5757
</dependency>
5858
<dependency>

micro-view/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.3</version>
8+
<version>3.5.7</version>
99
<relativePath />
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)