Skip to content

Commit a2fccba

Browse files
Merge pull request #59 from igorcampos-dev/renovate/spring-boot
fix(deps): update spring boot to v3.5.5
2 parents 1929f17 + 3da0a86 commit a2fccba

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

spring-jasper-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.4</version>
10+
<version>3.5.5</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<java.version>21</java.version>
22-
<spring.boot.version>3.5.4</spring.boot.version>
22+
<spring.boot.version>3.5.5</spring.boot.version>
2323
<jasper.version>7.0.3</jasper.version>
2424
<lombok.version>1.18.38</lombok.version>
2525
</properties>

spring-kafka-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.4</version>
10+
<version>3.5.5</version>
1111
<relativePath/>
1212
</parent>
1313

spring-keycloak-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.4</version>
10+
<version>3.5.5</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<java.version>21</java.version>
22-
<spring.boot.version>3.5.4</spring.boot.version>
22+
<spring.boot.version>3.5.5</spring.boot.version>
2323
<spring.security.version>6.5.3</spring.security.version>
2424
<lombok.version>1.18.38</lombok.version>
2525
<maven.plugins.version>3.14.0</maven.plugins.version>

spring-prometheus-grafana-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.4</version>
10+
<version>3.5.5</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<java.version>21</java.version>
22-
<spring.boot.version>3.5.4</spring.boot.version>
22+
<spring.boot.version>3.5.5</spring.boot.version>
2323
<io.micrometer.version>1.15.3</io.micrometer.version>
2424
</properties>
2525

0 commit comments

Comments
 (0)