File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
<testcontainers .version>1.19.8</testcontainers .version>
35
35
<junit .version>5.11.2</junit .version>
36
36
<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>
39
37
<logback-core .version>1.4.14</logback-core .version>
40
38
</properties >
41
39
Original file line number Diff line number Diff line change 48
48
<junit-bom .version>5.11.4</junit-bom .version>
49
49
<snakeyaml .version>2.0</snakeyaml .version>
50
50
<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 -->
52
55
<nexus-staging-maven-plugin .version>1.7.0</nexus-staging-maven-plugin .version>
53
56
<assertj .version>3.27.3</assertj .version>
54
57
<grpc .version>1.69.0</grpc .version>
Original file line number Diff line number Diff line change 15
15
16
16
<properties >
17
17
<maven .deploy.skip>true</maven .deploy.skip>
18
- <springboot .version>3.4.3</springboot .version>
19
18
</properties >
20
19
21
20
<modules >
You can’t perform that action at this time.
0 commit comments