File tree Expand file tree Collapse file tree 6 files changed +27
-12
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-jersey
aws-serverless-java-container-spark
aws-serverless-java-container-springboot2
aws-serverless-java-container-spring
aws-serverless-java-container-struts2 Expand file tree Collapse file tree 6 files changed +27
-12
lines changed Original file line number Diff line number Diff line change 104104 <plugin >
105105 <groupId >org.jacoco</groupId >
106106 <artifactId >jacoco-maven-plugin</artifactId >
107- <version >0.8.1 </version >
107+ <version >0.8.6 </version >
108108 <configuration >
109109 <destFile >${basedir} /target/coverage-reports/jacoco-unit.exec</destFile >
110110 <dataFile >${basedir} /target/coverage-reports/jacoco-unit.exec</dataFile >
151151 <plugin >
152152 <groupId >com.github.spotbugs</groupId >
153153 <artifactId >spotbugs-maven-plugin</artifactId >
154- <version >3.1.1 </version >
154+ <version >4.2.0 </version >
155155 <configuration >
156156 <!--
157157 Enables analysis which takes more memory but finds more bugs.
210210 </plugins >
211211 </build >
212212
213+ <profiles >
214+ <profile >
215+ <id >java9-plus</id >
216+ <activation >
217+ <jdk >[9,)</jdk >
218+ </activation >
219+ <dependencies >
220+ <dependency >
221+ <groupId >com.sun.activation</groupId >
222+ <artifactId >jakarta.activation</artifactId >
223+ <version >1.2.2</version >
224+ </dependency >
225+ </dependencies >
226+ </profile >
227+ </profiles >
213228</project >
Original file line number Diff line number Diff line change 107107 <plugin >
108108 <groupId >org.jacoco</groupId >
109109 <artifactId >jacoco-maven-plugin</artifactId >
110- <version >0.8.1 </version >
110+ <version >0.8.6 </version >
111111 <configuration >
112112 <destFile >${basedir} /target/coverage-reports/jacoco-unit.exec</destFile >
113113 <dataFile >${basedir} /target/coverage-reports/jacoco-unit.exec</dataFile >
160160 <plugin >
161161 <groupId >com.github.spotbugs</groupId >
162162 <artifactId >spotbugs-maven-plugin</artifactId >
163- <version >3.1.1 </version >
163+ <version >4.2.0 </version >
164164 <configuration >
165165 <!--
166166 Enables analysis which takes more memory but finds more bugs.
Original file line number Diff line number Diff line change 4747 <plugin >
4848 <groupId >org.jacoco</groupId >
4949 <artifactId >jacoco-maven-plugin</artifactId >
50- <version >0.8.1 </version >
50+ <version >0.8.6 </version >
5151 <configuration >
5252 <destFile >${basedir} /target/coverage-reports/jacoco-unit.exec</destFile >
5353 <dataFile >${basedir} /target/coverage-reports/jacoco-unit.exec</dataFile >
100100 <plugin >
101101 <groupId >com.github.spotbugs</groupId >
102102 <artifactId >spotbugs-maven-plugin</artifactId >
103- <version >3.1.1 </version >
103+ <version >4.2.0 </version >
104104 <configuration >
105105 <!--
106106 Enables analysis which takes more memory but finds more bugs.
Original file line number Diff line number Diff line change 188188 <plugin >
189189 <groupId >org.jacoco</groupId >
190190 <artifactId >jacoco-maven-plugin</artifactId >
191- <version >0.8.1 </version >
191+ <version >0.8.6 </version >
192192 <configuration >
193193 <destFile >${basedir} /target/coverage-reports/jacoco-unit.exec</destFile >
194194 <dataFile >${basedir} /target/coverage-reports/jacoco-unit.exec</dataFile >
241241 <plugin >
242242 <groupId >com.github.spotbugs</groupId >
243243 <artifactId >spotbugs-maven-plugin</artifactId >
244- <version >3.1.1 </version >
244+ <version >4.2.0 </version >
245245 <configuration >
246246 <!--
247247 Enables analysis which takes more memory but finds more bugs.
Original file line number Diff line number Diff line change 179179 <plugin >
180180 <groupId >org.jacoco</groupId >
181181 <artifactId >jacoco-maven-plugin</artifactId >
182- <version >0.8.1 </version >
182+ <version >0.8.6 </version >
183183 <configuration >
184184 <destFile >${basedir} /target/coverage-reports/jacoco-unit.exec</destFile >
185185 <dataFile >${basedir} /target/coverage-reports/jacoco-unit.exec</dataFile >
234234 <plugin >
235235 <groupId >com.github.spotbugs</groupId >
236236 <artifactId >spotbugs-maven-plugin</artifactId >
237- <version >3.1.1 </version >
237+ <version >4.2.0 </version >
238238 <configuration >
239239 <!--
240240 Enables analysis which takes more memory but finds more bugs.
Original file line number Diff line number Diff line change 105105 <plugin >
106106 <groupId >org.jacoco</groupId >
107107 <artifactId >jacoco-maven-plugin</artifactId >
108- <version >0.8.1 </version >
108+ <version >0.8.6 </version >
109109 <configuration >
110110 <destFile >${basedir} /target/coverage-reports/jacoco-unit.exec</destFile >
111111 <dataFile >${basedir} /target/coverage-reports/jacoco-unit.exec</dataFile >
158158 <plugin >
159159 <groupId >com.github.spotbugs</groupId >
160160 <artifactId >spotbugs-maven-plugin</artifactId >
161- <version >3.1.1 </version >
161+ <version >4.2.0 </version >
162162 <configuration >
163163 <!--
164164 Enables analysis which takes more memory but finds more bugs.
You can’t perform that action at this time.
0 commit comments