From d5b507ea143a829e193728f47ed4f0cb074049db Mon Sep 17 00:00:00 2001
From: "jxbrowser-release-automator[bot]"
<302134323+jxbrowser-release-automator[bot]@users.noreply.github.com>
Date: Tue, 14 Jul 2026 07:45:06 +0000
Subject: [PATCH] Update JxBrowser version to 9.99.99
---
build.gradle.kts | 2 +-
.../ai/prompt-scaffolding/docs/architecture-overview.md | 8 ++++----
tutorials/docker/project/build.gradle.kts | 2 +-
tutorials/eclipse-rcp/pom.xml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index a82342b..24aed0b 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.0" } // The version of JxBrowser used in the examples.
+val jxBrowserVersion by extra { "9.99.99" } // 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/ai/prompt-scaffolding/docs/architecture-overview.md b/tutorials/ai/prompt-scaffolding/docs/architecture-overview.md
index 27503a7..8def5c4 100644
--- a/tutorials/ai/prompt-scaffolding/docs/architecture-overview.md
+++ b/tutorials/ai/prompt-scaffolding/docs/architecture-overview.md
@@ -257,8 +257,8 @@ private static void setupBrowserCallbacks(Browser browser) {
{
"dependencies": {
// Core React ecosystem
- "react": "^19.3.0",
- "react-dom": "^19.3.0",
+ "react": "^19.99.99",
+ "react-dom": "^19.99.99",
"react-router-dom": "^6.22.1",
// gRPC communication (ConnectRPC codegen v2)
@@ -1090,8 +1090,8 @@ implementation("javax.annotation:javax.annotation-api:1.3.2")
```json
{
"dependencies": {
- "react": "^19.3.0",
- "react-dom": "^19.3.0",
+ "react": "^19.99.99",
+ "react-dom": "^19.99.99",
"react-router-dom": "^6.22.1",
"@connectrpc/connect": "2.0.0-rc.2",
"@connectrpc/connect-web": "2.0.0-rc.2",
diff --git a/tutorials/docker/project/build.gradle.kts b/tutorials/docker/project/build.gradle.kts
index 74ea8c1..0a7a884 100644
--- a/tutorials/docker/project/build.gradle.kts
+++ b/tutorials/docker/project/build.gradle.kts
@@ -40,7 +40,7 @@ java {
}
jxbrowser {
- version = "9.3.0"
+ version = "9.99.99"
}
dependencies {
diff --git a/tutorials/eclipse-rcp/pom.xml b/tutorials/eclipse-rcp/pom.xml
index 21f8b64..6eac407 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.0
+ 9.99.99
2025-09