diff --git a/build.gradle.kts b/build.gradle.kts
index 44d1096..737475f 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -31,7 +31,7 @@ plugins {
id("org.jetbrains.kotlin.plugin.compose") version "2.3.0"
}
-val jxBrowserVersion by extra { "9.0.1" } // The version of JxBrowser used in the examples.
+val jxBrowserVersion by extra { "9.0.2" } // 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/tutorials/docker/project/build.gradle.kts b/tutorials/docker/project/build.gradle.kts
index b9ffc16..bf4728b 100644
--- a/tutorials/docker/project/build.gradle.kts
+++ b/tutorials/docker/project/build.gradle.kts
@@ -40,7 +40,7 @@ java {
}
jxbrowser {
- version = "9.0.1"
+ version = "9.0.2"
}
dependencies {
diff --git a/tutorials/eclipse-rcp/pom.xml b/tutorials/eclipse-rcp/pom.xml
index 816d75d..38a6252 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.1
+ 9.0.2
2025-09