Skip to content

Commit fb4d562

Browse files
committed
update
1 parent 2811abe commit fb4d562

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

build.gradle.kts

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131

3232
val jetty_version = "11.0.24"
3333
val slf4j_version = "2.0.16"
34-
val skyenet_version = "1.2.8"
34+
val skyenet_version = "1.2.9"
3535
val remoterobot_version = "0.11.23"
3636
val jackson_version = "2.17.2"
3737

@@ -40,11 +40,11 @@ dependencies {
4040
implementation("software.amazon.awssdk:bedrockruntime:2.25.9")
4141

4242
implementation("org.apache.commons:commons-text:1.11.0")
43-
implementation(group = "com.vladsch.flexmark", name = "flexmark-all", version = "0.64.8")
43+
implementation(group = "com.vladsch.flexmark", name = "flexmark", version = "0.64.8")
4444
implementation("com.googlecode.java-diff-utils:diffutils:1.3.0")
4545
implementation(group = "org.apache.httpcomponents.client5", name = "httpclient5", version = "5.2.3")
4646

47-
implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.1.7")
47+
implementation(group = "com.simiacryptus", name = "jo-penai", version = "1.1.8")
4848
implementation(group = "com.simiacryptus.skyenet", name = "kotlin", version = skyenet_version)
4949
implementation(group = "com.simiacryptus.skyenet", name = "core", version = skyenet_version)
5050
implementation(group = "com.simiacryptus.skyenet", name = "webui", version = skyenet_version)
@@ -62,20 +62,15 @@ dependencies {
6262

6363
implementation(group = "org.slf4j", name = "slf4j-api", version = slf4j_version)
6464

65-
testImplementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0")
66-
// testImplementation(platform("org.junit:junit-bom:5.11.2"))
67-
// testImplementation("org.junit.jupiter:junit-jupiter")
68-
// testImplementation("org.junit.jupiter:junit-jupiter")
69-
// https://mvnrepository.com/artifact/org.junit.platform/junit-platform-engine
70-
65+
// testImplementation(group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0")
7166
testImplementation(platform("org.junit:junit-bom:5.11.2"))
7267
testImplementation("org.junit.jupiter:junit-jupiter-api")
7368
testImplementation("org.junit.jupiter:junit-jupiter-engine")
7469
testImplementation("org.junit.vintage:junit-vintage-engine")
7570
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
7671

77-
testImplementation("org.seleniumhq.selenium:selenium-java:4.15.0")
78-
testImplementation(sourceSets.main.get().output)
72+
// testImplementation("org.seleniumhq.selenium:selenium-java:4.15.0")
73+
// testImplementation(sourceSets.main.get().output)
7974

8075
testImplementation(group = "com.intellij.remoterobot", name = "remote-robot", version = remoterobot_version)
8176
testImplementation(group = "com.intellij.remoterobot", name = "remote-fixtures", version = remoterobot_version)

0 commit comments

Comments
 (0)