Skip to content

Commit 0d8463a

Browse files
committed
aligning versions
1 parent d01da7a commit 0d8463a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dapr-spring/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
<testcontainers.version>1.19.8</testcontainers.version>
3535
<junit.version>5.11.2</junit.version>
3636
<dapr.spring.version>0.16.0-SNAPSHOT</dapr.spring.version>
37-
<springboot.version>3.2.6</springboot.version>
38-
<springframework.version>6.1.21</springframework.version>
3937
<logback-core.version>1.4.14</logback-core.version>
4038
</properties>
4139

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
<junit-bom.version>5.11.4</junit-bom.version>
4949
<snakeyaml.version>2.0</snakeyaml.version>
5050
<testcontainers.version>1.20.5</testcontainers.version>
51-
<springboot.version>3.4.3</springboot.version>
51+
<!-- Do NOT UPGRADE spring.version without checking springboot.version alignment -->
52+
<springboot.version>3.4.6</springboot.version>
53+
<springframework.version>6.2.7</springframework.version>
54+
<!-- Do NOT UPGRADE springframework.version without checking springboot.version alignment -->
5255
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
5356
<assertj.version>3.27.3</assertj.version>
5457
<grpc.version>1.69.0</grpc.version>

spring-boot-examples/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<properties>
1717
<maven.deploy.skip>true</maven.deploy.skip>
18-
<springboot.version>3.4.3</springboot.version>
1918
</properties>
2019

2120
<modules>

0 commit comments

Comments
 (0)