Skip to content

Commit

Permalink
Revert "Bump org.openjdk.nashorn:nashorn-core from 15.4 to 15.5 (#1703)"
Browse files Browse the repository at this point in the history
This reverts commit 16d395b.
  • Loading branch information
rzo1 committed Dec 16, 2024
1 parent ef5637f commit 3d63c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/testing-security-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.5</version>
<version>15.4</version>
<scope>test</scope>
</dependency>
<!--
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<version.osgi.framework>4.2.0</version.osgi.framework>
<version.aether>1.13.1</version.aether>
<version.xalan>2.7.3</version.xalan>
<version.nashorn>15.5</version.nashorn>
<version.nashorn>15.4</version.nashorn>

<!-- Logging frameworks -->
<version.slf4j>2.0.16</version.slf4j>
Expand Down

0 comments on commit 3d63c6c

Please sign in to comment.