File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 352352 <dependency >
353353 <groupId >org.springframework</groupId >
354354 <artifactId >spring-beans</artifactId >
355- <version >6.0.0-SNAPSHOT </version >
355+ <version >${springframework.version} </version >
356356 <scope >provided</scope >
357357 <optional >true</optional >
358358 </dependency >
359359
360360 <dependency >
361361 <groupId >org.springframework</groupId >
362362 <artifactId >spring-web</artifactId >
363- <version >6.0.0-SNAPSHOT </version >
363+ <version >${springframework.version} </version >
364364 <scope >provided</scope >
365365 <optional >true</optional >
366366 </dependency >
367367
368368 <dependency >
369369 <groupId >org.springframework</groupId >
370370 <artifactId >spring-webflux</artifactId >
371- <version >6.0.0-SNAPSHOT </version >
371+ <version >${springframework.version} </version >
372372 <scope >provided</scope >
373373 <optional >true</optional >
374374 </dependency >
375375
376376 <dependency >
377377 <groupId >org.springframework</groupId >
378378 <artifactId >spring-webmvc</artifactId >
379- <version >6.0.0-SNAPSHOT </version >
379+ <version >${springframework.version} </version >
380380 <scope >provided</scope >
381381 <optional >true</optional >
382382 </dependency >
383383
384384 <dependency >
385385 <groupId >org.springframework</groupId >
386386 <artifactId >spring-expression</artifactId >
387- <version >6.0.0-SNAPSHOT </version >
387+ <version >${springframework.version} </version >
388388 <scope >provided</scope >
389389 <optional >true</optional >
390390 </dependency >
You can’t perform that action at this time.
0 commit comments