File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 5858 <apache .commons.compress>1.20</apache .commons.compress>
5959 <apache .commons.io>2.8.0</apache .commons.io>
6060 <common .codec.version>1.15</common .codec.version>
61- <spring .boot.version>2.3.5.RELEASE </spring .boot.version>
62- <spring .version>5.2.9.RELEASE </spring .version>
61+ <spring .boot.version>2.4.4 </spring .boot.version>
62+ <spring .version>5.3.5 </spring .version>
6363 <prometheus .client.version>0.10.0</prometheus .client.version>
6464
6565 <e2e .skip>true</e2e .skip>
Original file line number Diff line number Diff line change 2626 <artifactId >maven-bundle-plugin</artifactId >
2727 <extensions >true</extensions >
2828 </plugin >
29+ <plugin >
30+ <groupId >org.apache.maven.plugins</groupId >
31+ <artifactId >maven-compiler-plugin</artifactId >
32+ <configuration >
33+ <source >8</source >
34+ <target >8</target >
35+ </configuration >
36+ </plugin >
2937 </plugins >
3038 </build >
3139</project >
You can’t perform that action at this time.
0 commit comments