Skip to content

Commit 4feeb4b

Browse files
committed
feat: dep
1 parent 51947d4 commit 4feeb4b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
kotlin("plugin.serialization") version "1.8.10"
44

55
id("net.mamoe.mirai-console") version "2.16.0"
6-
id("me.him188.maven-central-publish") version "1.0.0-dev-3"
6+
id("me.him188.maven-central-publish") version "1.0.0"
77
id("me.him188.kotlin-jvm-blocking-bridge") version "3.0.0-180.1"
88
}
99

@@ -27,9 +27,9 @@ repositories {
2727
}
2828

2929
dependencies {
30-
api("com.github.jknack:handlebars:4.3.1")
31-
api("org.seleniumhq.selenium:selenium-java:4.17.0")
32-
implementation("org.apache.commons:commons-compress:1.24.0")
30+
api("com.github.jknack:handlebars:4.4.0")
31+
api("org.seleniumhq.selenium:selenium-java:4.18.1")
32+
implementation("org.apache.commons:commons-compress:1.26.0")
3333
implementation("org.tukaani:xz:1.9")
3434
implementation("me.him188:kotlin-jvm-blocking-bridge-runtime:3.0.0-180.1")
3535
testImplementation(kotlin("test"))
@@ -39,7 +39,7 @@ dependencies {
3939
testImplementation("net.mamoe:mirai-logging-slf4j")
4040
testImplementation("net.mamoe:mirai-console-compiler-common")
4141
//
42-
implementation(platform("org.slf4j:slf4j-parent:2.0.11"))
42+
implementation(platform("org.slf4j:slf4j-parent:2.0.12"))
4343
testImplementation("org.slf4j:slf4j-simple")
4444
testImplementation("org.slf4j:jcl-over-slf4j:2.0.7")
4545
testImplementation("org.slf4j:jul-to-slf4j:2.0.7")

0 commit comments

Comments
 (0)