Skip to content

Commit 15753c4

Browse files
committed
build: 1.2.8
1 parent 4bf15a9 commit 15753c4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

build.gradle.kts

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
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"
44

5-
id("net.mamoe.mirai-console") version "2.13.0-M1"
5+
id("net.mamoe.mirai-console") version "2.13.0-RC"
66
id("me.him188.maven-central-publish") version "1.0.0-dev-3"
77
}
88

99
group = "io.github.gnuf0rce"
10-
version = "1.2.7"
10+
version = "1.2.8"
1111

1212
mavenCentralPublish {
1313
useCentralS01()
@@ -26,22 +26,22 @@ repositories {
2626
}
2727

2828
dependencies {
29-
implementation("io.ktor:ktor-client-okhttp:2.1.1") {
29+
implementation("io.ktor:ktor-client-okhttp:2.1.2") {
3030
exclude(group = "org.jetbrains.kotlin")
3131
exclude(group = "org.jetbrains.kotlinx")
3232
exclude(group = "org.slf4j")
3333
}
34-
implementation("io.ktor:ktor-client-encoding:2.1.1") {
34+
implementation("io.ktor:ktor-client-encoding:2.1.2") {
3535
exclude(group = "org.jetbrains.kotlin")
3636
exclude(group = "org.jetbrains.kotlinx")
3737
exclude(group = "org.slf4j")
3838
}
39-
implementation("io.ktor:ktor-client-content-negotiation:2.1.1") {
39+
implementation("io.ktor:ktor-client-content-negotiation:2.1.2") {
4040
exclude(group = "org.jetbrains.kotlin")
4141
exclude(group = "org.jetbrains.kotlinx")
4242
exclude(group = "org.slf4j")
4343
}
44-
implementation("io.ktor:ktor-serialization-kotlinx-json:2.1.1") {
44+
implementation("io.ktor:ktor-serialization-kotlinx-json:2.1.2") {
4545
exclude(group = "org.jetbrains.kotlin")
4646
exclude(group = "org.jetbrains.kotlinx")
4747
exclude(group = "org.slf4j")
@@ -56,8 +56,8 @@ dependencies {
5656
// test
5757
testRuntimeOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.3")
5858
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")
6161
}
6262

6363
mirai {

src/main/kotlin/io/github/gnuf0rce/mirai/github/GitHubHelperPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public object GitHubHelperPlugin : KotlinPlugin(
2929
JvmPluginDescription(
3030
id = "io.github.gnuf0rce.github-helper",
3131
name = "github-helper",
32-
version = "1.2.7",
32+
version = "1.2.8",
3333
) {
3434
author("cssxsh")
3535

0 commit comments

Comments
 (0)