diff --git a/build.gradle.kts b/build.gradle.kts index 7f61a675..44d10965 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,18 +20,18 @@ plugins { java - kotlin("jvm") version "2.0.0" + kotlin("jvm") version "2.3.0" // Adds JxBrowser. id("com.teamdev.jxbrowser") version "1.2.1" // Adds UI toolkits. id("org.openjfx.javafxplugin") version "0.1.0" - id("org.jetbrains.compose") version "1.7.0-rc01" - id("org.jetbrains.kotlin.plugin.compose") version "2.0.0" + id("org.jetbrains.compose") version "1.10.3" + id("org.jetbrains.kotlin.plugin.compose") version "2.3.0" } -val jxBrowserVersion by extra { "9.0.0" } // The version of JxBrowser used in the examples. +val jxBrowserVersion by extra { "9.0.1" } // The version of JxBrowser used in the examples. val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava. repositories { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 84a0b92f..81aa1c04 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/tutorials/docker/project/build.gradle.kts b/tutorials/docker/project/build.gradle.kts index 57b17363..b9ffc160 100644 --- a/tutorials/docker/project/build.gradle.kts +++ b/tutorials/docker/project/build.gradle.kts @@ -40,7 +40,7 @@ java { } jxbrowser { - version = "9.0.0" + version = "9.0.1" } dependencies { diff --git a/tutorials/eclipse-rcp/pom.xml b/tutorials/eclipse-rcp/pom.xml index ead3913a..816d75de 100644 --- a/tutorials/eclipse-rcp/pom.xml +++ b/tutorials/eclipse-rcp/pom.xml @@ -26,7 +26,7 @@ 17 4.0.13 UTF-8 - 9.0.0 + 9.0.1 2025-09