File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7575 <java .version>17</java .version>
7676 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7777 <project .reporting.outputEncoding>${project.build.sourceEncoding} </project .reporting.outputEncoding>
78- <surefire .argLine />
78+ <surefire .argLine/>
7979
8080 <sonar .projectKey>ContinuousSecurityTooling_zap-java</sonar .projectKey>
8181 <sonar .organization>continuoussecuritytooling</sonar .organization>
101101 <!-- Dependencies versions -->
102102 <zap-api-java .version>1.16.0</zap-api-java .version>
103103 <jdom .version>1.1.1</jdom .version>
104- <selenium .version>4.27 .0</selenium .version>
104+ <selenium .version>4.28 .0</selenium .version>
105105 <phantomjsdriver .version>1.5.0</phantomjsdriver .version>
106106 <commons-lang .version>3.17.0</commons-lang .version>
107107 <commons-io .version>2.18.0</commons-io .version>
207207 <target >${java.version} </target >
208208 <encoding >${project.build.sourceEncoding} </encoding >
209209 <compilerArgs >
210- <compilerArg />
210+ <compilerArg />
211211 <arg >--add-exports</arg >
212212 <arg >java.xml/com.sun=ALL-UNNAMED</arg >
213213 <arg >--add-exports</arg >
241241 <configuration >
242242 <apiToken >${SNYK_API_TOKEN} </apiToken >
243243 <failOnSeverity >medium</failOnSeverity >
244- <org />
244+ <org />
245245 </configuration >
246246 </plugin >
247247
You can’t perform that action at this time.
0 commit comments