chore(deps): update all non-major dependencies (#749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/pr_ci.yml
vendored
2
.github/workflows/pr_ci.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
|
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
|
||||||
ccache -zp
|
ccache -zp
|
||||||
- name: Cache Native Build
|
- name: Cache Native Build
|
||||||
uses: actions/cache@v3.3.2
|
uses: actions/cache@v3.3.3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/ccache
|
~/.cache/ccache
|
||||||
|
|||||||
4
.github/workflows/push_ci.yml
vendored
4
.github/workflows/push_ci.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
|
ccache -o compiler_check='%compiler% -dumpmachine; %compiler% -dumpversion'
|
||||||
ccache -zp
|
ccache -zp
|
||||||
- name: Cache Native Build
|
- name: Cache Native Build
|
||||||
uses: actions/cache@v3.3.2
|
uses: actions/cache@v3.3.3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cache/ccache
|
~/.cache/ccache
|
||||||
@@ -184,7 +184,7 @@ jobs:
|
|||||||
git status telegram-bot-api >> telegram-bot-api-status
|
git status telegram-bot-api >> telegram-bot-api-status
|
||||||
- name: Cache Bot API Binary
|
- name: Cache Bot API Binary
|
||||||
id: cache-bot-api
|
id: cache-bot-api
|
||||||
uses: actions/cache@v3.3.2
|
uses: actions/cache@v3.3.3
|
||||||
with:
|
with:
|
||||||
path: telegram-bot-api-binary
|
path: telegram-bot-api-binary
|
||||||
key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }}
|
key: CI-telegram-bot-api-${{ hashFiles('telegram-bot-api-status') }}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
[versions]
|
[versions]
|
||||||
agp = "8.2.0"
|
agp = "8.2.1"
|
||||||
appCenter = "5.0.4"
|
appCenter = "5.0.4"
|
||||||
kotlin = "1.9.22"
|
kotlin = "1.9.22"
|
||||||
ksp = "1.9.22-1.0.16"
|
ksp = "1.9.22-1.0.16"
|
||||||
lifecycle = "2.6.2"
|
lifecycle = "2.7.0"
|
||||||
materialDialog = "3.3.0"
|
materialDialog = "3.3.0"
|
||||||
sealedEnum = "0.7.0"
|
sealedEnum = "0.7.0"
|
||||||
|
|
||||||
@@ -49,4 +49,4 @@ changelog = { id = "org.jetbrains.changelog", version = "2.2.0" }
|
|||||||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||||
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||||
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "10.9.2" }
|
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version = "10.10.0" }
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ includeBuild("build-logic")
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
`gradle-enterprise`
|
`gradle-enterprise`
|
||||||
id("org.gradle.toolchains.foojay-resolver-convention") version("0.7.0")
|
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
gradleEnterprise {
|
gradleEnterprise {
|
||||||
|
|||||||
Reference in New Issue
Block a user