Skip to content

Commit

Permalink
chore: htmlunit update (#10448)
Browse files Browse the repository at this point in the history
* feat(jans-bom): update htmlunit

Signed-off-by: Yuriy Movchan <[email protected]>

* feat(jans-lock): add sse/config endpoints protection

Signed-off-by: Yuriy Movchan <[email protected]>

* Revert "feat(jans-lock): add sse/config endpoints protection"

This reverts commit 4e00c25.

* feat(jans-bom): update htmlunit

Signed-off-by: Yuriy Movchan <[email protected]>

---------

Signed-off-by: Yuriy Movchan <[email protected]>
Co-authored-by: Yuriy M. <[email protected]>
  • Loading branch information
yurem and yuremm authored Dec 18, 2024
1 parent d0dc913 commit 2bb25f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 6 additions & 0 deletions jans-auth-server/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-testng</artifactId>
Expand Down
10 changes: 2 additions & 8 deletions jans-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -922,16 +922,10 @@
<scope>test</scope>
</dependency>

<!-- Use compatible with selenium-htmlunit-driver version -->
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.44.0</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.44.0</version>
<version>4.13.0</version>
</dependency>
<dependency>
<groupId>org.w3c.css</groupId>
Expand All @@ -942,7 +936,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit3-driver</artifactId>
<version>4.26.0</version>
<version>4.27.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 2bb25f1

Please sign in to comment.