File tree Expand file tree Collapse file tree 4 files changed +4
-21
lines changed Expand file tree Collapse file tree 4 files changed +4
-21
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
- <logback-core .version>1.4.14</logback-core .version>
40
37
</properties >
41
38
42
39
<dependencyManagement >
162
159
<version >${testcontainers.version} </version >
163
160
<scope >test</scope >
164
161
</dependency >
165
- <dependency >
166
- <groupId >ch.qos.logback</groupId >
167
- <artifactId >logback-core</artifactId >
168
- <version >${logback-core.version} </version >
169
- </dependency >
170
162
</dependencies >
171
163
</dependencyManagement >
172
164
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>
55
58
<protobuf .version>3.25.5</protobuf .version>
56
59
<opentelemetry .version>1.41.0</opentelemetry .version>
57
- <logback-core .version>1.5.16</logback-core .version>
58
60
<wiremock .version>3.9.1</wiremock .version>
59
61
<jakarta .annotation.version>2.1.1</jakarta .annotation.version>
60
62
<javax .annotation.version>1.3.2</javax .annotation.version>
274
276
<artifactId >commons-lang3</artifactId >
275
277
<version >${commons-lang.version} </version >
276
278
</dependency >
277
- <dependency >
278
- <groupId >ch.qos.logback</groupId >
279
- <artifactId >logback-core</artifactId >
280
- <version >${logback-core.version} </version >
281
- </dependency >
282
279
<dependency >
283
280
<groupId >commons-cli</groupId >
284
281
<artifactId >commons-cli</artifactId >
Original file line number Diff line number Diff line change 179
179
<artifactId >commons-lang3</artifactId >
180
180
<scope >test</scope >
181
181
</dependency >
182
- <dependency >
183
- <groupId >ch.qos.logback</groupId >
184
- <artifactId >logback-core</artifactId >
185
- <scope >test</scope >
186
- </dependency >
187
182
<dependency >
188
183
<groupId >org.testcontainers</groupId >
189
184
<artifactId >postgresql</artifactId >
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