1
1
plugins {
2
- kotlin(" jvm" ) version " 1.7.10 "
3
- kotlin(" plugin.serialization" ) version " 1.7.10 "
2
+ kotlin(" jvm" ) version " 1.7.20 "
3
+ kotlin(" plugin.serialization" ) version " 1.7.20 "
4
4
5
- id(" net.mamoe.mirai-console" ) version " 2.13.0-M1 "
5
+ id(" net.mamoe.mirai-console" ) version " 2.13.0-RC "
6
6
id(" me.him188.maven-central-publish" ) version " 1.0.0-dev-3"
7
7
}
8
8
9
9
group = " io.github.gnuf0rce"
10
- version = " 1.2.7 "
10
+ version = " 1.2.8 "
11
11
12
12
mavenCentralPublish {
13
13
useCentralS01()
@@ -26,22 +26,22 @@ repositories {
26
26
}
27
27
28
28
dependencies {
29
- implementation(" io.ktor:ktor-client-okhttp:2.1.1 " ) {
29
+ implementation(" io.ktor:ktor-client-okhttp:2.1.2 " ) {
30
30
exclude(group = " org.jetbrains.kotlin" )
31
31
exclude(group = " org.jetbrains.kotlinx" )
32
32
exclude(group = " org.slf4j" )
33
33
}
34
- implementation(" io.ktor:ktor-client-encoding:2.1.1 " ) {
34
+ implementation(" io.ktor:ktor-client-encoding:2.1.2 " ) {
35
35
exclude(group = " org.jetbrains.kotlin" )
36
36
exclude(group = " org.jetbrains.kotlinx" )
37
37
exclude(group = " org.slf4j" )
38
38
}
39
- implementation(" io.ktor:ktor-client-content-negotiation:2.1.1 " ) {
39
+ implementation(" io.ktor:ktor-client-content-negotiation:2.1.2 " ) {
40
40
exclude(group = " org.jetbrains.kotlin" )
41
41
exclude(group = " org.jetbrains.kotlinx" )
42
42
exclude(group = " org.slf4j" )
43
43
}
44
- implementation(" io.ktor:ktor-serialization-kotlinx-json:2.1.1 " ) {
44
+ implementation(" io.ktor:ktor-serialization-kotlinx-json:2.1.2 " ) {
45
45
exclude(group = " org.jetbrains.kotlin" )
46
46
exclude(group = " org.jetbrains.kotlinx" )
47
47
exclude(group = " org.slf4j" )
@@ -56,8 +56,8 @@ dependencies {
56
56
// test
57
57
testRuntimeOnly(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.3" )
58
58
testImplementation(kotlin(" test" ))
59
- testImplementation(" org.slf4j:slf4j-simple:2.0.0 " )
60
- testImplementation(" net.mamoe:mirai-logging-slf4j:2.13.0-M1 " )
59
+ testImplementation(" org.slf4j:slf4j-simple:2.0.3 " )
60
+ testImplementation(" net.mamoe:mirai-logging-slf4j:2.13.0-RC " )
61
61
}
62
62
63
63
mirai {
0 commit comments