mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-22 16:47:13 +00:00
update dependencies
This commit is contained in:
parent
adaedb8040
commit
f774b11de4
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## 23.0.0
|
## 23.0.0
|
||||||
|
|
||||||
|
* `Version`:
|
||||||
|
* `Coroutines`: `1.9.0` -> `1.10.1`
|
||||||
|
* `MicroUtils`: `0.23.2` -> `0.24.0`
|
||||||
|
* `KSLog`: `1.3.6` -> `1.4.0`
|
||||||
|
* `Ktor`: `3.0.2` -> `3.0.3`
|
||||||
* `Core`:
|
* `Core`:
|
||||||
* All old factory methods for `TextSource`s took suffix `TextSource`. For example: `regular` -> `regularTextSource`.
|
* All old factory methods for `TextSource`s took suffix `TextSource`. For example: `regular` -> `regularTextSource`.
|
||||||
That has been for excluding names resolution ambiguity with extensions for `EntitiesBuilder`
|
That has been for excluding names resolution ambiguity with extensions for `EntitiesBuilder`
|
||||||
|
@ -2,24 +2,24 @@
|
|||||||
|
|
||||||
kotlin = "2.1.0"
|
kotlin = "2.1.0"
|
||||||
kotlin-serialization = "1.7.3"
|
kotlin-serialization = "1.7.3"
|
||||||
kotlin-coroutines = "1.9.0"
|
kotlin-coroutines = "1.10.1"
|
||||||
|
|
||||||
javax-activation = "1.1.1"
|
javax-activation = "1.1.1"
|
||||||
|
|
||||||
korlibs = "5.4.0"
|
korlibs = "5.4.0"
|
||||||
uuid = "0.8.4"
|
uuid = "0.8.4"
|
||||||
ktor = "3.0.2"
|
ktor = "3.0.3"
|
||||||
|
|
||||||
ksp = "2.1.0-1.0.29"
|
ksp = "2.1.0-1.0.29"
|
||||||
kotlin-poet = "1.18.1"
|
kotlin-poet = "1.18.1"
|
||||||
|
|
||||||
microutils = "0.23.2"
|
microutils = "0.24.0"
|
||||||
kslog = "1.3.6"
|
kslog = "1.4.0"
|
||||||
|
|
||||||
versions = "0.51.0"
|
versions = "0.51.0"
|
||||||
|
|
||||||
github-release-plugin = "2.5.2"
|
github-release-plugin = "2.5.2"
|
||||||
dokka = "1.9.20"
|
dokka = "2.0.0"
|
||||||
|
|
||||||
validator = "0.16.3"
|
validator = "0.16.3"
|
||||||
|
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user