Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 01d3893

Browse files
committed
Merge branch 'master' of github.com:kwebio/kweb-core
2 parents 4ccda48 + ff6576d commit 01d3893

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ tasks.test {
2828
dependencies {
2929
api("org.jsoup:jsoup:1.16.2")
3030
implementation("org.apache.commons:commons-text:1.10.0")
31-
implementation("com.google.guava:guava:32.1.1-jre")
32-
api("dev.forkhandles:result4k:2.7.1.0")
31+
implementation("com.google.guava:guava:33.0.0-jre")
32+
api("dev.forkhandles:result4k:2.12.2.0")
3333

3434
//////////////////////////////
3535
// Kotlin library dependencies
@@ -44,7 +44,7 @@ dependencies {
4444
////////////////////
4545
api("io.ktor:ktor-server-jetty:2.3.5")
4646
api("io.ktor:ktor-server-websockets:2.3.0")
47-
api("io.ktor:ktor-server-default-headers:2.3.5")
47+
api("io.ktor:ktor-server-default-headers:2.3.7")
4848
api("io.ktor:ktor-server-compression:2.3.5")
4949
api("io.ktor:ktor-server-caching-headers:2.3.5")
5050
api("io.ktor:ktor-network-tls-certificates:2.3.5")
@@ -67,7 +67,7 @@ dependencies {
6767
testImplementation("org.seleniumhq.selenium:selenium-opera-driver:4.4.0")
6868
testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.15.0")
6969
testImplementation("org.seleniumhq.selenium:selenium-java:4.10.0")
70-
testImplementation("io.github.bonigarcia:selenium-jupiter:4.3.7")
70+
testImplementation("io.github.bonigarcia:selenium-jupiter:5.0.1")
7171
testImplementation("org.seleniumhq.selenium:selenium-http-jdk-client:4.12.1")
7272
testImplementation("com.codeborne:selenide:7.0.3")
7373
testImplementation("org.junit.jupiter:junit-jupiter-api")

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
// files in the project.
1717
// Use their Maven coordinates (plus versions), not Gradle plugin IDs!
1818
// This should be the only place that Gradle plugin versions are defined, so they are aligned across all build scripts
19-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
19+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
2020
implementation("org.jetbrains.kotlin:kotlin-serialization:1.9.21")
2121
}
2222

0 commit comments

Comments
 (0)