File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <maven .compiler.release>11</maven .compiler.release>
3131 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3232 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
33- <spring-boot .version>2.7.10 </spring-boot .version>
33+ <spring-boot .version>2.7.18 </spring-boot .version>
3434 </properties >
3535
3636 <repositories >
6262 <dependency >
6363 <groupId >com.github.spacious-team</groupId >
6464 <artifactId >table-wrapper-excel-impl</artifactId >
65- <version >2023 .1</version >
65+ <version >2024 .1</version >
6666 </dependency >
6767 <dependency >
6868 <groupId >com.github.spacious-team</groupId >
9292 <plugins >
9393 <plugin >
9494 <artifactId >maven-surefire-plugin</artifactId >
95- <version >2.22.2 </version > <!-- JUnit 5 requirement -->
95+ <version >3.2.5 </version > <!-- JUnit 5 requirement -->
9696 </plugin >
9797 </plugins >
9898 </pluginManagement >
9999 <plugins >
100100 <plugin >
101101 <groupId >org.apache.maven.plugins</groupId >
102102 <artifactId >maven-compiler-plugin</artifactId >
103- <version >3.10.1 </version >
103+ <version >3.13.0 </version >
104104 </plugin >
105105 <plugin >
106106 <groupId >org.jacoco</groupId >
107107 <artifactId >jacoco-maven-plugin</artifactId >
108- <version >0.8.8 </version >
108+ <version >0.8.12 </version >
109109 <executions >
110110 <execution >
111111 <id >prepare-agent</id >
125125 <plugin >
126126 <groupId >org.apache.maven.plugins</groupId >
127127 <artifactId >maven-source-plugin</artifactId >
128- <version >3.2 .1</version >
128+ <version >3.3 .1</version >
129129 <executions >
130130 <execution >
131131 <id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments