From d52874674d8b99cacc7efbd7457ab6cc4ed96f07 Mon Sep 17 00:00:00 2001 From: Vladyslav Lubenskyi Date: Fri, 6 Mar 2026 17:16:08 +0100 Subject: [PATCH] Update JxBrowser version to 8.17.2 --- 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 84861d4c..bee67126 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ plugins { id("org.jetbrains.kotlin.plugin.compose") version "2.0.0" } -val jxBrowserVersion by extra { "8.17.1" } // The version of JxBrowser used in the examples. +val jxBrowserVersion by extra { "8.17.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 7124d3f4..e2f460de 100644 --- a/tutorials/docker/project/build.gradle.kts +++ b/tutorials/docker/project/build.gradle.kts @@ -40,7 +40,7 @@ java { } jxbrowser { - version = "8.17.1" + version = "8.17.2" } dependencies { diff --git a/tutorials/eclipse-rcp/pom.xml b/tutorials/eclipse-rcp/pom.xml index a25968b9..9c28fb60 100644 --- a/tutorials/eclipse-rcp/pom.xml +++ b/tutorials/eclipse-rcp/pom.xml @@ -26,7 +26,7 @@ 17 4.0.13 UTF-8 - 8.17.1 + 8.17.2 2025-09