Skip to content

Commit

Permalink
fix: failure in oxd test-cases
Browse files Browse the repository at this point in the history
Signed-off-by: Arnab Dutta <[email protected]>
  • Loading branch information
duttarnab committed Mar 22, 2024
1 parent 5dedbee commit 0714652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<httpcomponents.version>4.1.2</httpcomponents.version>
<oxauth.version>4.5.3.Final</oxauth.version>
<licensing.version>1.1.0</licensing.version>
<guice.version>3.0</guice.version>
<guice.version>5.0.0</guice.version>
<guava.version>[24.1.1,)</guava.version>
<oxlicense.version>4.5.3.Final</oxlicense.version>
<selenium.version>3.141.59</selenium.version>
<selenium.version>4.0.0</selenium.version>
<skip.swagger.client.generation>false</skip.swagger.client.generation>

<sonar.projectKey>GluuFederation_oxd</sonar.projectKey>
Expand Down Expand Up @@ -237,7 +237,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>1.9.0</version>
<version>1.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0714652

Please sign in to comment.