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

Commit

Permalink
Merge branch 'master' of github.com:kwebio/kweb-core
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 11, 2024
2 parents 4ccda48 + ff6576d commit 01d3893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ tasks.test {
dependencies {
api("org.jsoup:jsoup:1.16.2")
implementation("org.apache.commons:commons-text:1.10.0")
implementation("com.google.guava:guava:32.1.1-jre")
api("dev.forkhandles:result4k:2.7.1.0")
implementation("com.google.guava:guava:33.0.0-jre")
api("dev.forkhandles:result4k:2.12.2.0")

//////////////////////////////
// Kotlin library dependencies
Expand All @@ -44,7 +44,7 @@ dependencies {
////////////////////
api("io.ktor:ktor-server-jetty:2.3.5")
api("io.ktor:ktor-server-websockets:2.3.0")
api("io.ktor:ktor-server-default-headers:2.3.5")
api("io.ktor:ktor-server-default-headers:2.3.7")
api("io.ktor:ktor-server-compression:2.3.5")
api("io.ktor:ktor-server-caching-headers:2.3.5")
api("io.ktor:ktor-network-tls-certificates:2.3.5")
Expand All @@ -67,7 +67,7 @@ dependencies {
testImplementation("org.seleniumhq.selenium:selenium-opera-driver:4.4.0")
testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.15.0")
testImplementation("org.seleniumhq.selenium:selenium-java:4.10.0")
testImplementation("io.github.bonigarcia:selenium-jupiter:4.3.7")
testImplementation("io.github.bonigarcia:selenium-jupiter:5.0.1")
testImplementation("org.seleniumhq.selenium:selenium-http-jdk-client:4.12.1")
testImplementation("com.codeborne:selenide:7.0.3")
testImplementation("org.junit.jupiter:junit-jupiter-api")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
// files in the project.
// Use their Maven coordinates (plus versions), not Gradle plugin IDs!
// This should be the only place that Gradle plugin versions are defined, so they are aligned across all build scripts
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
implementation("org.jetbrains.kotlin:kotlin-serialization:1.9.21")
}

Expand Down

0 comments on commit 01d3893

Please sign in to comment.