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 58
58
<apache .commons.compress>1.20</apache .commons.compress>
59
59
<apache .commons.io>2.8.0</apache .commons.io>
60
60
<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>
63
63
<prometheus .client.version>0.10.0</prometheus .client.version>
64
64
65
65
<e2e .skip>true</e2e .skip>
Original file line number Diff line number Diff line change 26
26
<artifactId >maven-bundle-plugin</artifactId >
27
27
<extensions >true</extensions >
28
28
</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 >
29
37
</plugins >
30
38
</build >
31
39
</project >
You can’t perform that action at this time.
0 commit comments