Skip to content

Commit 31a47f5

Browse files
authored
Update springboot to latest minor.patch version. (dapr#826)
1 parent a947d5d commit 31a47f5

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
<dependency>
6767
<groupId>org.springframework.boot</groupId>
6868
<artifactId>spring-boot-starter-web</artifactId>
69-
<version>2.3.5.RELEASE</version>
69+
<version>2.7.8</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.springframework.boot</groupId>
7373
<artifactId>spring-boot-autoconfigure</artifactId>
74-
<version>2.3.5.RELEASE</version>
74+
<version>2.7.8</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.jayway.jsonpath</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<gpg.skip>true</gpg.skip>
2929
<spotbugs.version>4.0.0-RC1</spotbugs.version>
3030
<spotbugs.fail>true</spotbugs.fail>
31-
<springboot.version>2.3.5.RELEASE</springboot.version>
31+
<springboot.version>2.7.8</springboot.version>
3232
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine>
3333
</properties>
3434

sdk-actors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.springframework.boot</groupId>
6060
<artifactId>spring-boot-starter-web</artifactId>
61-
<version>2.3.5.RELEASE</version>
61+
<version>2.7.8</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>

sdk-springboot/pom.xml

Lines changed: 3 additions & 3 deletions
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.3.5.RELEASE</springboot.version>
21+
<springboot.version>2.7.8</springboot.version>
2222
</properties>
2323

2424
<dependencyManagement>
@@ -68,13 +68,13 @@
6868
<dependency>
6969
<groupId>org.springframework</groupId>
7070
<artifactId>spring-web</artifactId>
71-
<version>5.2.10.RELEASE</version>
71+
<version>5.3.25</version>
7272
<scope>compile</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.springframework</groupId>
7676
<artifactId>spring-context</artifactId>
77-
<version>5.2.10.RELEASE</version>
77+
<version>5.3.25</version>
7878
<scope>compile</scope>
7979
</dependency>
8080
<dependency>

sdk-tests/components/secret.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{}

sdk-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<grpc.version>1.42.1</grpc.version>
2121
<protobuf.version>3.17.3</protobuf.version>
2222
<opentelemetry.version>0.14.0</opentelemetry.version>
23-
<spring-boot.version>2.3.5.RELEASE</spring-boot.version>
23+
<spring-boot.version>2.7.8</spring-boot.version>
2424
</properties>
2525

2626
<dependencies>

sdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@
9494
<dependency>
9595
<groupId>org.springframework.boot</groupId>
9696
<artifactId>spring-boot-starter-web</artifactId>
97-
<version>2.3.5.RELEASE</version>
97+
<version>2.7.8</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.springframework.boot</groupId>
102102
<artifactId>spring-boot-autoconfigure</artifactId>
103-
<version>2.3.5.RELEASE</version>
103+
<version>2.7.8</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>

0 commit comments

Comments
 (0)