diff options
author | Linnea Gräf <nea@nea.moe> | 2024-03-29 19:28:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 19:28:52 +0100 |
commit | dfec491a7177e1e9763d20d97f3d2a17f173c794 (patch) | |
tree | ac3b463702a17db3f8f9ddaf30aa399ac4fbe314 /gradle | |
parent | e5785a55191c0066ba7706ba585fb938a5eb4a0a (diff) | |
download | skyhanni-dfec491a7177e1e9763d20d97f3d2a17f173c794.tar.gz skyhanni-dfec491a7177e1e9763d20d97f3d2a17f173c794.tar.bz2 skyhanni-dfec491a7177e1e9763d20d97f3d2a17f173c794.zip |
Use custom https ssl context for auto updater (#1317)
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 99aad1330..652e4fb07 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -libautoupdate = "1.0.3" +libautoupdate = "1.3.1" moulconfig = "2.5.0" headlessLwjgl = "1.7.2" jbAnnotations = "24.1.0" |