Skip to content

Commit

Permalink
Upgrade to Spring Framework 6.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
weixsun committed Nov 16, 2022
1 parent dcc57c9 commit e772f9a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions dubbo-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
<properties>
<!-- Common libs -->
<!-- <spring_version>4.3.30.RELEASE</spring_version> -->
<spring_version>5.2.20.RELEASE</spring_version>
<!-- <spring_version>5.2.20.RELEASE</spring_version> -->
<spring_version>6.0.0-SNAPSHOT</spring_version>
<javassist_version>3.28.0-GA</javassist_version>
<netty_version>3.2.5.Final</netty_version>
<netty4_version>4.1.72.Final</netty4_version>
Expand Down Expand Up @@ -886,14 +887,5 @@
</plugins>
</build>
</profile>
<profile>
<id>spring-6</id>
<activation>
<jdk>[17,)</jdk>
</activation>
<properties>
<spring_version>6.0.0-SNAPSHOT</spring_version>
</properties>
</profile>
</profiles>
</project>

0 comments on commit e772f9a

Please sign in to comment.