Skip to content

Commit 6ce589b

Browse files
committed
build: 2.4.0
1 parent a7fb79c commit 6ce589b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "xyz.cssxsh.mirai"
11-
version = "2.3.0"
11+
version = "2.4.0"
1212

1313
mavenCentralPublish {
1414
useCentralS01()
@@ -38,12 +38,12 @@ dependencies {
3838
testImplementation("net.mamoe:mirai-logging-slf4j")
3939
testImplementation("net.mamoe:mirai-console-compiler-common")
4040
//
41-
implementation(platform("org.slf4j:slf4j-parent:2.0.6"))
41+
implementation(platform("org.slf4j:slf4j-parent:2.0.7"))
4242
testImplementation("org.slf4j:slf4j-simple")
43-
testImplementation("org.slf4j:jcl-over-slf4j:2.0.6")
44-
testImplementation("org.slf4j:jul-to-slf4j:2.0.6")
43+
testImplementation("org.slf4j:jcl-over-slf4j:2.0.7")
44+
testImplementation("org.slf4j:jul-to-slf4j:2.0.7")
4545
//
46-
implementation(platform("io.netty:netty-bom:4.1.91.Final"))
46+
implementation(platform("io.netty:netty-bom:4.1.93.Final"))
4747
}
4848

4949
kotlin {

src/main/kotlin/xyz/cssxsh/mirai/selenium/MiraiSeleniumPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public object MiraiSeleniumPlugin : KotlinPlugin(
2121
JvmPluginDescription(
2222
id = "xyz.cssxsh.mirai.plugin.mirai-selenium-plugin",
2323
name = "mirai-selenium-plugin",
24-
version = "2.3.0",
24+
version = "2.4.0",
2525
) {
2626
author("cssxsh")
2727
}

0 commit comments

Comments
 (0)