File tree Expand file tree Collapse file tree
src/main/kotlin/com/teamdev/jxbrowser/gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ plugins {
1414jxbrowser {
1515 // The JxBrowser version (required).
1616 // Obtain the latest release version number at https://teamdev.com/jxbrowser/.
17- version = " 9.0.1 "
17+ version = " 9.0.2 "
1818
1919 // If you're using Gradle 8.1.1 or older, use the following syntax:
20- // version.set("9.0.1 ")
20+ // version.set("9.0.2 ")
2121
2222 // The location of JxBrowser repository to use (optional).
2323 // It's either North America or Europe.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2323object BuildSettings {
2424 const val GROUP = " com.teamdev.jxbrowser"
2525 const val VERSION = " 2.1.0"
26- const val JXBROWSER_VERSION = " 9.0.1 "
26+ const val JXBROWSER_VERSION = " 9.0.2 "
2727 val javaVersion = JavaVersion .VERSION_1_8
2828}
2929
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public open class JxBrowserExtension(
239239 " compose" to " 8.0.0" ,
240240 " kotlin" to " 8.0.0" ,
241241 " win64-arm" to " 8.0.0" ,
242- " native-image" to " 9.0.1 " ,
242+ " native-image" to " 9.0.2 " ,
243243 )
244244 }
245245}
You can’t perform that action at this time.
0 commit comments