diff --git a/analysis/gradle/wrapper/gradle-wrapper.jar b/analysis/gradle/wrapper/gradle-wrapper.jar index 9bbc975c74..d997cfc60f 100644 Binary files a/analysis/gradle/wrapper/gradle-wrapper.jar and b/analysis/gradle/wrapper/gradle-wrapper.jar differ diff --git a/analysis/gradle/wrapper/gradle-wrapper.properties b/analysis/gradle/wrapper/gradle-wrapper.properties index 37f78a6af8..c61a118f7d 100644 --- a/analysis/gradle/wrapper/gradle-wrapper.properties +++ b/analysis/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/analysis/gradlew b/analysis/gradlew index faf93008b7..739907dfd1 100755 --- a/analysis/gradlew +++ b/analysis/gradlew @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright © 2015-2021 the original authors. +# Copyright © 2015 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. @@ -114,7 +114,6 @@ case "$( uname )" in #( NONSTOP* ) nonstop=true ;; esac -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. @@ -172,7 +171,6 @@ fi # For Cygwin or MSYS, switch paths to Windows format before running java if "$cygwin" || "$msys" ; then APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) - CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) JAVACMD=$( cygpath --unix "$JAVACMD" ) @@ -212,8 +210,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' set -- \ "-Dorg.gradle.appname=$APP_BASE_NAME" \ - -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ + -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \ "$@" # Stop when "xargs" is not available. diff --git a/analysis/gradlew.bat b/analysis/gradlew.bat index 9d21a21834..c4bdd3ab8e 100644 --- a/analysis/gradlew.bat +++ b/analysis/gradlew.bat @@ -70,11 +70,10 @@ goto fail :execute @rem Setup the command line -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar @rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* :end @rem End local scope for the variables with windows NT shell diff --git a/gh-pages/.ruby-version b/gh-pages/.ruby-version index 1454f6ed4b..4d54daddb6 100644 --- a/gh-pages/.ruby-version +++ b/gh-pages/.ruby-version @@ -1 +1 @@ -4.0.1 +4.0.2 diff --git a/visualization/Dockerfile b/visualization/Dockerfile index e7ce4a7d07..a6c660e354 100755 --- a/visualization/Dockerfile +++ b/visualization/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.29.5-alpine +FROM nginx:1.29.7-alpine COPY ./dist/bundler/browser /usr/share/nginx/html