Update springboot to latest minor.patch version. (#826)

This commit is contained in:
Artur Souza 2023-02-02 12:30:22 -08:00 committed by GitHub
parent a947d5d5b1
commit 31a47f5521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 11 deletions

View File

@ -66,12 +66,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.7.8</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.7.8</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>

View File

@ -28,7 +28,7 @@
<gpg.skip>true</gpg.skip>
<spotbugs.version>4.0.0-RC1</spotbugs.version>
<spotbugs.fail>true</spotbugs.fail>
<springboot.version>2.3.5.RELEASE</springboot.version>
<springboot.version>2.7.8</springboot.version>
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine>
</properties>

View File

@ -58,7 +58,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.7.8</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -18,7 +18,7 @@
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<springboot.version>2.3.5.RELEASE</springboot.version>
<springboot.version>2.7.8</springboot.version>
</properties>
<dependencyManagement>
@ -68,13 +68,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.2.10.RELEASE</version>
<version>5.3.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.2.10.RELEASE</version>
<version>5.3.25</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -20,7 +20,7 @@
<grpc.version>1.42.1</grpc.version>
<protobuf.version>3.17.3</protobuf.version>
<opentelemetry.version>0.14.0</opentelemetry.version>
<spring-boot.version>2.3.5.RELEASE</spring-boot.version>
<spring-boot.version>2.7.8</spring-boot.version>
</properties>
<dependencies>

View File

@ -94,13 +94,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.7.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.7.8</version>
<scope>test</scope>
</dependency>
<dependency>