Skip to content

Commit a0ae3c3

Browse files
Upgrade springboot to 2.7.18 (#987)
Signed-off-by: Artur Souza <asouza.pro@gmail.com> Signed-off-by: Artur Souza <artursouza.ms@outlook.com> Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
1 parent a5f0c41 commit a0ae3c3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
experimental: [ false ]
2828
include:
2929
- java: 17
30-
spring-boot-version: 2.7.8
30+
spring-boot-version: 2.7.18
3131
experimental: false
3232
- java: 17
3333
spring-boot-version: 2.6.14

sdk-actors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-web</artifactId>
55-
<version>2.7.8</version>
55+
<version>2.7.18</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>

sdk-springboot/pom.xml

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

1919
<properties>
2020
<maven.deploy.skip>false</maven.deploy.skip>
21-
<springboot.version>2.7.8</springboot.version>
21+
<springboot.version>2.7.18</springboot.version>
2222
</properties>
2323

2424
<dependencyManagement>

sdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@
102102
<dependency>
103103
<groupId>org.springframework.boot</groupId>
104104
<artifactId>spring-boot-starter-web</artifactId>
105-
<version>2.7.8</version>
105+
<version>2.7.18</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.springframework.boot</groupId>
110110
<artifactId>spring-boot-autoconfigure</artifactId>
111-
<version>2.7.8</version>
111+
<version>2.7.18</version>
112112
<scope>test</scope>
113113
</dependency>
114114
<dependency>

0 commit comments

Comments
 (0)