Skip to content

Commit

Permalink
upgrade spring boot version to 3.3.4 (#1335)
Browse files Browse the repository at this point in the history
* upgrade spring boot version to 3.3.2

Signed-off-by: JermaineHua <[email protected]>

* Upgrade spring boot version to 3.3.4

Signed-off-by: JermaineHua <[email protected]>

* Upgrade tracer version to 4.0.1

Signed-off-by: JermaineHua <[email protected]>

* Upgrade spring cloud version to 2023.0.3

Signed-off-by: JermaineHua <[email protected]>

---------

Signed-off-by: JermaineHua <[email protected]>
  • Loading branch information
CrazyHZM authored Sep 26, 2024
1 parent d285ec4 commit 8524bee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.6</version>
<version>3.3.4</version>
</parent>

<groupId>com.alipay.sofa</groupId>
Expand All @@ -37,7 +37,7 @@
<properties>
<revision>4.4.0-SNAPSHOT</revision>
<sofa.boot.version>${revision}</sofa.boot.version>
<spring.boot.version>3.2.6</spring.boot.version>
<spring.boot.version>3.3.4</spring.boot.version>
<!--project-->
<java.version>17</java.version>
<project.encoding>UTF-8</project.encoding>
Expand Down
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 @@ -23,15 +23,15 @@
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
<!-- sofa stack lib-->
<sofa.registry.version>6.1.8</sofa.registry.version>
<tracer.core.version>4.0.0</tracer.core.version>
<tracer.core.version>4.0.1</tracer.core.version>
<rpc.core.version>5.13.0</rpc.core.version>
<sofa.common.tools.version>2.1.1</sofa.common.tools.version>
<sofa.bolt.version>1.6.10</sofa.bolt.version>
<sofa.hessian.version>3.5.5</sofa.hessian.version>
<sofa.ark.version>2.2.7</sofa.ark.version>
<sofa.lookout.version>1.6.1</sofa.lookout.version>
<!--3rd lib dependency-->
<spring.cloud.version>2023.0.0</spring.cloud.version>
<spring.cloud.version>2023.0.3</spring.cloud.version>
<asm.version>9.5</asm.version>
<fastjson.version>1.2.83</fastjson.version>
<javassist.version>3.29.2-GA</javassist.version>
Expand Down

0 comments on commit 8524bee

Please sign in to comment.