From 9f3033f7235706264c4fb5a289815e4aa605a7fc Mon Sep 17 00:00:00 2001 From: Vladyslav Lubenskyi Date: Wed, 29 Oct 2025 10:59:30 +0100 Subject: [PATCH] Update JxBrowser version to 8.13.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b2d0b24..e2da201 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.12.2" } // The version of JxBrowser used in the examples. +val jxBrowserVersion by extra { "8.13.0" } // The version of JxBrowser used in the examples. val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava. repositories {