Skip to content

Commit 2d67c52

Browse files
Update JxBrowser version to 7.44.1 (#199)
1 parent b165e37 commit 2d67c52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugins {
3131
id("com.teamdev.jxbrowser") version "1.2.1"
3232
}
3333

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

3737
allprojects {

tutorials/docker/project/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repositories {
3434
}
3535

3636
jxbrowser {
37-
version = "7.44.0"
37+
version = "7.44.1"
3838
}
3939

4040
dependencies {

0 commit comments

Comments
 (0)