Skip to content

Commit 3e2176d

Browse files
Update JxBrowser version to 8.18.3 (#221)
1 parent cba3762 commit 3e2176d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugins {
3131
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0"
3232
}
3333

34-
val jxBrowserVersion by extra { "8.18.2" } // The version of JxBrowser used in the examples.
34+
val jxBrowserVersion by extra { "8.18.3" } // The version of JxBrowser used in the examples.
3535
val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava.
3636

3737
repositories {

tutorials/docker/project/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ java {
4040
}
4141

4242
jxbrowser {
43-
version = "8.18.2"
43+
version = "8.18.3"
4444
}
4545

4646
dependencies {

tutorials/eclipse-rcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<maven.compiler.target>17</maven.compiler.target>
2727
<tycho.version>4.0.13</tycho.version>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
29-
<jxbrowser.version>8.18.2</jxbrowser.version>
29+
<jxbrowser.version>8.18.3</jxbrowser.version>
3030
<eclipse.release>2025-09</eclipse.release>
3131
</properties>
3232

0 commit comments

Comments
 (0)