Skip to content

Commit

Permalink
fix: upgrade org.seleniumhq.selenium:selenium-java from 4.9.1 to 4.20.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.seleniumhq.selenium:selenium-java from 4.9.1 to 4.20.0.

See this package in maven:
org.seleniumhq.selenium:selenium-java

See this project in Snyk:
https://app.snyk.io/org/qld-gov-au/project/502df6d4-f429-4ca7-aacb-dfad00b9e456?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed May 24, 2024
1 parent 09a11e9 commit 738c677
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

<dependency><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId><version>2.0.6</version></dependency>

<dependency><groupId>org.seleniumhq.selenium</groupId><artifactId>selenium-java</artifactId><version>4.9.1</version>
<dependency><groupId>org.seleniumhq.selenium</groupId><artifactId>selenium-java</artifactId><version>4.20.0</version>
<exclusions>
<exclusion><groupId>org.seleniumhq.selenium</groupId><artifactId>selenium-opera-driver</artifactId></exclusion>
<exclusion><groupId>org.slf4j</groupId><artifactId>slf4j</artifactId></exclusion>
Expand Down Expand Up @@ -140,8 +140,8 @@
<id>enforce</id>
<configuration>
<rules>
<dependencyConvergence />
<banDuplicatePomDependencyVersions />
<dependencyConvergence/>
<banDuplicatePomDependencyVersions/>
</rules>
</configuration>
<goals>
Expand Down Expand Up @@ -524,8 +524,8 @@
</activation>
<properties>
<!-- Not use alpn agent as Java11+ supports alpn out of the box -->
<argLine.alpnAgent />
<argLine.java9.extras />
<argLine.alpnAgent/>
<argLine.java9.extras/>
<!-- Export some stuff which is used during our tests -->
<argLine.java9>--illegal-access=deny ${argLine.java9.extras}</argLine.java9>
<forbiddenapis.skip>true</forbiddenapis.skip>
Expand All @@ -547,8 +547,8 @@
</activation>
<properties>
<!-- Not use alpn agent as Java11+ supports alpn out of the box -->
<argLine.alpnAgent />
<argLine.java9.extras />
<argLine.alpnAgent/>
<argLine.java9.extras/>
<!-- Export some stuff which is used during our tests -->
<argLine.java9>--illegal-access=deny ${argLine.java9.extras}</argLine.java9>
<forbiddenapis.skip>true</forbiddenapis.skip>
Expand All @@ -569,11 +569,11 @@
<jdk>15</jdk>
</activation>
<properties>
<argLine.java9.extras />
<argLine.java9.extras/>
<!-- Export some stuff which is used during our tests -->
<argLine.java9>--illegal-access=deny ${argLine.java9.extras}</argLine.java9>
<!-- Not use alpn agent as Java11+ supports alpn out of the box -->
<argLine.alpnAgent />
<argLine.alpnAgent/>
<forbiddenapis.skip>true</forbiddenapis.skip>
<!-- This is the minimum supported by Java12+ -->
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -589,11 +589,11 @@
<jdk>14</jdk>
</activation>
<properties>
<argLine.java9.extras />
<argLine.java9.extras/>
<!-- Export some stuff which is used during our tests -->
<argLine.java9>--illegal-access=deny ${argLine.java9.extras}</argLine.java9>
<!-- Not use alpn agent as Java11+ supports alpn out of the box -->
<argLine.alpnAgent />
<argLine.alpnAgent/>
<forbiddenapis.skip>true</forbiddenapis.skip>
<!-- This is the minimum supported by Java12+ -->
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -609,11 +609,11 @@
<jdk>13</jdk>
</activation>
<properties>
<argLine.java9.extras />
<argLine.java9.extras/>
<!-- Export some stuff which is used during our tests -->
<argLine.java9>--illegal-access=deny ${argLine.java9.extras}</argLine.java9>
<!-- Not use alpn agent as Java11+ supports alpn out of the box -->
<argLine.alpnAgent />
<argLine.alpnAgent/>
<forbiddenapis.skip>true</forbiddenapis.skip>
<!-- This is the minimum supported by Java12+ -->
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -630,11 +630,11 @@
<jdk>12</jdk>
</activation>
<properties>
<argLine.java9.extras />
<argLine.java9.extras/>
<!-- Export some stuff which is used during our tests -->
<argLine.java9>--illegal-access=deny ${argLine.java9.extras}</argLine.java9>
<!-- Not use alpn agent as Java11+ supports alpn out of the box -->
<argLine.alpnAgent />
<argLine.alpnAgent/>
<forbiddenapis.skip>true</forbiddenapis.skip>
<!-- This is the minimum supported by Java12+ -->
<maven.compiler.source>1.7</maven.compiler.source>
Expand All @@ -651,11 +651,11 @@
<jdk>11</jdk>
</activation>
<properties>
<argLine.java9.extras />
<argLine.java9.extras/>
<!-- Export some stuff which is used during our tests -->
<argLine.java9>--illegal-access=deny ${argLine.java9.extras}</argLine.java9>
<!-- Not use alpn agent as Java11+ supports alpn out of the box -->
<argLine.alpnAgent />
<argLine.alpnAgent/>
<forbiddenapis.skip>true</forbiddenapis.skip>
<!-- pax-exam does not work on latest Java11 build -->
<skipOsgiTestsuite>true</skipOsgiTestsuite>
Expand All @@ -669,11 +669,11 @@
<jdk>10</jdk>
</activation>
<properties>
<argLine.java9.extras />
<argLine.java9.extras/>
<!-- Export some stuff which is used during our tests -->
<argLine.java9>--illegal-access=deny --add-modules java.xml.bind ${argLine.java9.extras}</argLine.java9>
<!-- Not use alpn agent as Java10 supports alpn out of the box -->
<argLine.alpnAgent />
<argLine.alpnAgent/>
<forbiddenapis.skip>true</forbiddenapis.skip>
<!-- Needed because of https://issues.apache.org/jira/browse/MENFORCER-275 -->
<enforcer.plugin.version>3.0.0-M3</enforcer.plugin.version>
Expand All @@ -684,11 +684,11 @@
<profile>
<id>java9</id>
<properties>
<argLine.java9.extras />
<argLine.java9.extras/>
<!-- Export some stuff which is used during our tests -->
<argLine.java9>--illegal-access=deny --add-modules java.xml.bind ${argLine.java9.extras}</argLine.java9>
<!-- Not use alpn agent as Java9 supports alpn out of the box -->
<argLine.alpnAgent />
<argLine.alpnAgent/>
<!-- Skip as maven plugin not works with Java9 yet -->
<forbiddenapis.skip>true</forbiddenapis.skip>
<!-- Needed because of https://issues.apache.org/jira/browse/MENFORCER-275 -->
Expand Down

0 comments on commit 738c677

Please sign in to comment.