Skip to content

Commit df6d70b

Browse files
update dependencies
1 parent 0b12df1 commit df6d70b

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 10.0.1
44

5+
* `Version`:
6+
* `Ktor`: `2.3.7` -> `2.3.8`
7+
* `MicroUtils`: `0.20.26` -> `0.20.32`
8+
* `Korlibs`: `5.3.0` -> `5.3.1`
9+
* `KSLog`: `1.3.1` -> `1.3.2`
10+
511
## 10.0.0
612

713
**Add support of [Telegram Bots API 7.0](https://core.telegram.org/bots/api-changelog#december-29-2023)**

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ if (new File(projectDir, "secret.gradle").exists()) {
5454
githubRelease {
5555
token "${project.property('GITHUB_RELEASE_TOKEN')}"
5656

57-
owner "InsanusMokrassar"
58-
repo "TelegramBotAPI"
57+
owner = "InsanusMokrassar"
58+
repo = "TelegramBotAPI"
5959

60-
tagName "v$library_version"
61-
releaseName "$library_version"
62-
targetCommitish "$library_version"
60+
tagName = "v$library_version"
61+
releaseName = "$library_version"
62+
targetCommitish = "$library_version"
6363

64-
body getCurrentVersionChangelog()
64+
body = getCurrentVersionChangelog()
6565
}
6666
}

gradle/libs.versions.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ kotlin-coroutines = "1.7.3"
66

77
javax-activation = "1.1.1"
88

9-
korlibs = "5.3.0"
9+
korlibs = "5.3.1"
1010
uuid = "0.8.2"
11-
ktor = "2.3.7"
11+
ktor = "2.3.8"
1212

13-
ksp = "1.9.22-1.0.16"
14-
kotlin-poet = "1.15.3"
13+
ksp = "1.9.22-1.0.17"
14+
kotlin-poet = "1.16.0"
1515

16-
microutils = "0.20.26"
17-
kslog = "1.3.1"
16+
microutils = "0.20.32"
17+
kslog = "1.3.2"
1818

19-
versions = "0.50.0"
19+
versions = "0.51.0"
2020

21-
github-release-plugin = "2.4.1"
21+
github-release-plugin = "2.5.2"
2222
dokka = "1.9.10"
2323

2424
[libraries]

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip

0 commit comments

Comments
 (0)