Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {
id("com.teamdev.jxbrowser") version "1.2.1"
}

val jxBrowserVersion by extra { "7.44.1" } // The version of JxBrowser used in the examples.
val jxBrowserVersion by extra { "7.44.2" } // The version of JxBrowser used in the examples.
val guavaVersion by extra { "29.0-jre" } // Some of the examples use Guava.

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion tutorials/docker/project/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {
}

jxbrowser {
version = "7.44.1"
version = "7.44.2"
}

dependencies {
Expand Down