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 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>
39- <logback-core .version>1.4.14</logback-core .version>
4037 </properties >
4138
4239 <dependencyManagement >
162159 <version >${testcontainers.version} </version >
163160 <scope >test</scope >
164161 </dependency >
165- <dependency >
166- <groupId >ch.qos.logback</groupId >
167- <artifactId >logback-core</artifactId >
168- <version >${logback-core.version} </version >
169- </dependency >
170162 </dependencies >
171163 </dependencyManagement >
172164
Original file line number Diff line number Diff line change 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>
5558 <protobuf .version>3.25.5</protobuf .version>
5659 <opentelemetry .version>1.41.0</opentelemetry .version>
57- <logback-core .version>1.5.16</logback-core .version>
5860 <wiremock .version>3.9.1</wiremock .version>
5961 <jakarta .annotation.version>2.1.1</jakarta .annotation.version>
6062 <javax .annotation.version>1.3.2</javax .annotation.version>
274276 <artifactId >commons-lang3</artifactId >
275277 <version >${commons-lang.version} </version >
276278 </dependency >
277- <dependency >
278- <groupId >ch.qos.logback</groupId >
279- <artifactId >logback-core</artifactId >
280- <version >${logback-core.version} </version >
281- </dependency >
282279 <dependency >
283280 <groupId >commons-cli</groupId >
284281 <artifactId >commons-cli</artifactId >
Original file line number Diff line number Diff line change 179179 <artifactId >commons-lang3</artifactId >
180180 <scope >test</scope >
181181 </dependency >
182- <dependency >
183- <groupId >ch.qos.logback</groupId >
184- <artifactId >logback-core</artifactId >
185- <scope >test</scope >
186- </dependency >
187182 <dependency >
188183 <groupId >org.testcontainers</groupId >
189184 <artifactId >postgresql</artifactId >
Original file line number Diff line number Diff line change 1515
1616 <properties >
1717 <maven .deploy.skip>true</maven .deploy.skip>
18- <springboot .version>3.4.3</springboot .version>
1918 </properties >
2019
2120 <modules >
You can’t perform that action at this time.
0 commit comments