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

Commit

Permalink
Bump org.springframework.boot:spring-boot in /sofa-serverless-runtime
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent a08be10 commit faa082c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sofa-serverless-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<revision>0.5.6-SNAPSHOT</revision>
<sofa.ark.version>2.2.6-SNAPSHOT</sofa.ark.version>
<spring.boot.version>2.7.15</spring.boot.version>
<spring.boot.version>2.7.18</spring.boot.version>
<logback.core>1.2.9</logback.core>
<project.encoding>UTF-8</project.encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>1.5.8.RELEASE</version>
<version>2.7.18</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit faa082c

Please sign in to comment.