Skip to content

Commit 046120f

Browse files
Update JxBrowser to 7.40.0 (#146)
1 parent f477f8c commit 046120f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.1.0"
3232
}
3333

34-
val jxBrowserVersion by extra { "7.39.2" } // The version of JxBrowser used in the examples.
34+
val jxBrowserVersion by extra { "7.40.0" } // 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 {

0 commit comments

Comments
 (0)