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 .github/workflows/build-on-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 24

# Keep synced Java version with `gradle/libs.versions.toml`.
- name: Set up Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 24

# Keep synced Java version with `gradle/libs.versions.toml`.
- name: Set up Java
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
# Versions of JxBrowser and the related dependencies.
jxbrowser = "9.0.0" # https://teamdev.com/jxbrowser/release-notes/
jxbrowser = "9.0.1" # https://teamdev.com/jxbrowser/release-notes/
jxbrowser-gradlePlugin = "1.2.1" # https://github.com/TeamDev-IP/JxBrowser-Gradle-Plugin/releases

# Other platforms, libraries, and plugins.
kotlin = "2.0.0" # https://github.com/JetBrains/kotlin/releases
kotlin = "2.3.0" # https://github.com/JetBrains/kotlin/releases
kotlin-serialization = "1.6.3" # https://github.com/Kotlin/kotlinx.serialization/releases
detekt = "1.23.6" # https://github.com/detekt/detekt/releases
compose = "1.7.0-rc01" # https://github.com/JetBrains/compose-multiplatform/releases
compose = "1.10.3" # https://github.com/JetBrains/compose-multiplatform/releases
ktor = "2.3.10" # https://github.com/ktorio/ktor
micronaut = "4.3.7" # https://github.com/micronaut-projects/micronaut-starter
micronaut-gradlePlugin = "4.3.5" # https://github.com/micronaut-projects/micronaut-gradle-plugin
Expand Down
Loading