Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit faa082c

Browse files
Bump org.springframework.boot:spring-boot in /sofa-serverless-runtime
Bumps [org.springframework.boot:spring-boot](https://github.com/spring-projects/spring-boot) from 1.5.8.RELEASE to 2.7.18. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v1.5.8.RELEASE...v2.7.18) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a08be10 commit faa082c

File tree

2 files changed

+2
-2
lines changed
  • sofa-serverless-runtime
    • sofa-serverless-adapter-ext/sofa-serverless-adapter-apollo

2 files changed

+2
-2
lines changed

sofa-serverless-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<revision>0.5.6-SNAPSHOT</revision>
1313
<sofa.ark.version>2.2.6-SNAPSHOT</sofa.ark.version>
14-
<spring.boot.version>2.7.15</spring.boot.version>
14+
<spring.boot.version>2.7.18</spring.boot.version>
1515
<logback.core>1.2.9</logback.core>
1616
<project.encoding>UTF-8</project.encoding>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

sofa-serverless-runtime/sofa-serverless-adapter-ext/sofa-serverless-adapter-apollo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot</artifactId>
30-
<version>1.5.8.RELEASE</version>
30+
<version>2.7.18</version>
3131
<scope>provided</scope>
3232
</dependency>
3333

0 commit comments

Comments
 (0)