From f84633dcabced3549705f2ec5189d519685ace11 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sun, 8 Sep 2024 10:17:07 +0700 Subject: [PATCH] fix(deps): Replace com.github.inorichi.injekt with com.github.null2264.injekt Potential build failure due to JCenter fully dead and spring.io decided to restrict their repo from anon access without fully migrating their old stuff to maven central. Their reasoning is that those libs are deprecated, ignoring the fact that there still quite a lot of projects that uses those libs for several reasons... It is what it is, I guess. REF: https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023 REF: https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023#comment-6197778931 --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0481197efb..145962e042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,3 +11,4 @@ --> ## Other - Separate backup error log when destination is null or not a file +- Replace com.github.inorichi.injekt with com.github.null2264.injekt diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fe94e11494..72a518ee40 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ flexbox = { module = "com.google.android.flexbox:flexbox", version = "3.0.0" } flexible-adapter-ui = { module = "com.github.arkon.FlexibleAdapter:flexible-adapter-ui", version.ref = "flexible-adapter" } flexible-adapter = { module = "com.github.arkon.FlexibleAdapter:flexible-adapter", version.ref = "flexible-adapter" } image-decoder = { module = "com.github.tachiyomiorg:image-decoder", version = "41c059e540" } -injekt-core = { module = "com.github.inorichi.injekt:injekt-core", version = "65b0440" } +injekt-core = { module = "com.github.null2264.injekt:injekt-core", version = "4135455a2a" } kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }