From d33c11b8e2000d97693b1300111558d63bc2203b Mon Sep 17 00:00:00 2001 From: Vladyslav Lubenskyi Date: Mon, 19 Jan 2026 12:25:49 +0100 Subject: [PATCH] Update JxBrowser version to 8.16.1 --- build.gradle.kts | 2 +- tutorials/eclipse-rcp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 18c0d64..8e686ce 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.16.0" } // The version of JxBrowser used in the examples. +val jxBrowserVersion by extra { "8.16.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/tutorials/eclipse-rcp/pom.xml b/tutorials/eclipse-rcp/pom.xml index 8746dc1..91719a2 100644 --- a/tutorials/eclipse-rcp/pom.xml +++ b/tutorials/eclipse-rcp/pom.xml @@ -26,7 +26,7 @@ 17 4.0.13 UTF-8 - 8.16.0 + 8.16.1 2025-09