Skip to content

Commit 0714652

Browse files
committed
fix: failure in oxd test-cases
Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>
1 parent 5dedbee commit 0714652

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<httpcomponents.version>4.1.2</httpcomponents.version>
1818
<oxauth.version>4.5.3.Final</oxauth.version>
1919
<licensing.version>1.1.0</licensing.version>
20-
<guice.version>3.0</guice.version>
20+
<guice.version>5.0.0</guice.version>
2121
<guava.version>[24.1.1,)</guava.version>
2222
<oxlicense.version>4.5.3.Final</oxlicense.version>
23-
<selenium.version>3.141.59</selenium.version>
23+
<selenium.version>4.0.0</selenium.version>
2424
<skip.swagger.client.generation>false</skip.swagger.client.generation>
2525

2626
<sonar.projectKey>GluuFederation_oxd</sonar.projectKey>
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>net.sourceforge.htmlunit</groupId>
239239
<artifactId>htmlunit-cssparser</artifactId>
240-
<version>1.9.0</version>
240+
<version>1.14.0</version>
241241
<scope>test</scope>
242242
</dependency>
243243
<dependency>

0 commit comments

Comments
 (0)