Skip to content

Commit fc87185

Browse files
Update JxBrowser version in Docker tutorial (#150)
1 parent 320e3dc commit fc87185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/docker/project/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
java
2323
application
2424
// Provides convenience methods for adding JxBrowser dependencies into a project.
25-
id("com.teamdev.jxbrowser") version "1.0.1"
25+
id("com.teamdev.jxbrowser") version "1.1.0"
2626
}
2727

2828
application {
@@ -34,7 +34,7 @@ repositories {
3434
}
3535

3636
jxbrowser {
37-
version = "7.36"
37+
version = "7.41.0"
3838
}
3939

4040
dependencies {

0 commit comments

Comments
 (0)