File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8888 <plugin >
8989 <groupId >org.springframework.boot</groupId >
9090 <artifactId >spring-boot-maven-plugin</artifactId >
91+ <version >${spring-boot.version} </version >
9192 </plugin >
9293 </plugins >
9394 </build >
Original file line number Diff line number Diff line change 5151
5252 <properties >
5353 <java .version>21</java .version>
54- <spring-modulith .version>1.2.4 </spring-modulith .version>
54+ <spring-boot .version>3.3.6 </spring-boot .version>
5555 <maven .compiler.source>${java.version} </maven .compiler.source>
5656 <maven .compiler.target>${java.version} </maven .compiler.target>
5757 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7272 <dependency >
7373 <groupId >org.springframework.boot</groupId >
7474 <artifactId >spring-boot-dependencies</artifactId >
75- <version >3.3.6 </version >
75+ <version >${spring-boot.version} </version >
7676 <type >pom</type >
7777 <scope >import</scope >
7878 </dependency >
You can’t perform that action at this time.
0 commit comments