Update Node.js to v24.8.0

This commit is contained in:
renovate[bot] 2025-09-17 13:13:02 +00:00 committed by GitHub
parent fd37b705b3
commit 41d273ccf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ THE SOFTWARE.
<ban-junit4-imports.skip>false</ban-junit4-imports.skip> <ban-junit4-imports.skip>false</ban-junit4-imports.skip>
<!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: --> <!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
<winstone.version>8.13.1</winstone.version> <winstone.version>8.13.1</winstone.version>
<node.version>24.7.0</node.version> <node.version>24.8.0</node.version>
</properties> </properties>
<!-- <!--