From a3a8092ce501f9426428680fe73e573adb950dd7 Mon Sep 17 00:00:00 2001 From: Vladyslav Lubenskyi Date: Fri, 31 Jul 2026 12:49:46 +0200 Subject: [PATCH] Update JxBrowser version to 9.4.0 --- build.gradle.kts | 2 +- tutorials/docker/project/build.gradle.kts | 2 +- tutorials/eclipse-rcp/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index fb66e8b..a661f7c 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.3.1" } // The version of JxBrowser used in the examples. +val jxBrowserVersion by extra { "9.4.0" } // 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 165b62c..0c1bc46 100644 --- a/tutorials/docker/project/build.gradle.kts +++ b/tutorials/docker/project/build.gradle.kts @@ -40,7 +40,7 @@ java { } jxbrowser { - version = "9.3.1" + version = "9.4.0" } dependencies { diff --git a/tutorials/eclipse-rcp/pom.xml b/tutorials/eclipse-rcp/pom.xml index 1b4a6bc..fc2fa9d 100644 --- a/tutorials/eclipse-rcp/pom.xml +++ b/tutorials/eclipse-rcp/pom.xml @@ -26,7 +26,7 @@ 17 4.0.13 UTF-8 - 9.3.1 + 9.4.0 2025-09