Skip to content

Commit

Permalink
update springcloud to 2022.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
致节 committed Jul 27, 2023
1 parent 3ea35e5 commit cb4fa18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sofa-boot-project/sofaboot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<sofa.ark.version>2.2.0</sofa.ark.version>
<sofa.lookout.version>1.6.1</sofa.lookout.version>
<!--3rd lib dependency-->
<spring.cloud.version>2022.0.0</spring.cloud.version>
<spring.cloud.version>2022.0.3</spring.cloud.version>
<asm.version>9.4</asm.version>
<fastjson.version>1.2.83</fastjson.version>
<javassist.version>3.29.2-GA</javassist.version>
Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2022.0.0</version>
<version>${spring.cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit cb4fa18

Please sign in to comment.