@@ -7,16 +7,16 @@ plugins {
7
7
}
8
8
9
9
group = " io.github.gnuf0rce"
10
- version = " 1.2.6 "
10
+ version = " 1.2.7 "
11
11
12
12
mavenCentralPublish {
13
13
useCentralS01()
14
14
singleDevGithubProject(" gnuf0rce" , " github-helper" , " cssxsh" )
15
15
licenseFromGitHubProject(" AGPL-3.0" )
16
16
workingDir = System .getenv(" PUBLICATION_TEMP" )?.let { file(it).resolve(projectName) }
17
- ? : project. buildDir.resolve(" publishing-tmp" )
17
+ ? : buildDir.resolve(" publishing-tmp" )
18
18
publication {
19
- artifact(tasks.getByName( " buildPlugin" ) )
19
+ artifact(tasks[ " buildPlugin" ] )
20
20
}
21
21
}
22
22
@@ -26,33 +26,33 @@ repositories {
26
26
}
27
27
28
28
dependencies {
29
- implementation(" io.ktor:ktor-client-okhttp:2.1.0 " ) {
29
+ implementation(" io.ktor:ktor-client-okhttp:2.1.1 " ) {
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.0 " ) {
34
+ implementation(" io.ktor:ktor-client-encoding:2.1.1 " ) {
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.0 " ) {
39
+ implementation(" io.ktor:ktor-client-content-negotiation:2.1.1 " ) {
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.0 " ) {
44
+ implementation(" io.ktor:ktor-serialization-kotlinx-json:2.1.1 " ) {
45
45
exclude(group = " org.jetbrains.kotlin" )
46
46
exclude(group = " org.jetbrains.kotlinx" )
47
47
exclude(group = " org.slf4j" )
48
48
}
49
- implementation(" com.squareup.okhttp3:okhttp:4.10.0" ) {
49
+ implementation(" com.squareup.okhttp3:okhttp-dnsoverhttps :4.10.0" ) {
50
50
exclude(group = " org.jetbrains.kotlin" )
51
51
exclude(group = " org.jetbrains.kotlinx" )
52
52
exclude(group = " org.slf4j" )
53
53
}
54
54
compileOnly(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.3" )
55
- compileOnly(" xyz.cssxsh.mirai:mirai-administrator:1.2.7 " )
55
+ compileOnly(" xyz.cssxsh.mirai:mirai-administrator:1.2.8 " )
56
56
// test
57
57
testRuntimeOnly(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.3" )
58
58
testImplementation(kotlin(" test" ))
0 commit comments