Skip to content

Commit 67a7595

Browse files
chore: Update dependencies
1 parent 2e3a595 commit 67a7595

2 files changed

Lines changed: 70 additions & 123 deletions

File tree

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
# Core
3-
junit = "5.11.0"
3+
junit = "6.0.3"
44
kotlin = "2.3.21"
55

66
# CLI
77
picocli = "4.7.7"
88
arsclib = "d78a66bcee"
9-
morphe-patcher = "1.5.1-dev.4"
9+
morphe-patcher = "1.5.1"
1010
morphe-library = "1.3.0"
1111

1212
# Compose Desktop
@@ -16,17 +16,17 @@ compose = "1.10.3"
1616
ktor = "3.4.3"
1717

1818
# DI
19-
koin-bom = "4.1.1"
19+
koin-bom = "4.2.1"
2020

2121
# Navigation
2222
voyager = "1.1.0-beta03"
2323

2424
# Async / Serialization
2525
coroutines = "1.10.2"
26-
kotlinx-serialization = "1.9.0"
26+
kotlinx-serialization = "1.11.0"
2727

2828
# JNA (Windows DWM title bar tinting)
29-
jna = "5.14.0"
29+
jna = "5.18.1"
3030

3131
# APK
3232
apk-parser = "2.6.10"
@@ -35,7 +35,7 @@ apk-parser = "2.6.10"
3535
mockk = "1.14.9"
3636

3737
# Libraries
38-
about-libraries = "14.0.1"
38+
about-libraries = "14.1.0"
3939

4040
[libraries]
4141
# Morphe Core

0 commit comments

Comments
 (0)