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' into dependabot/gradle/org.jetbrains.kotlin-kot…
Browse files Browse the repository at this point in the history
…lin-serialization-1.9.21
  • Loading branch information
sanity authored Dec 2, 2023
2 parents e21febe + 823fd09 commit 2c62344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0-RC")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")

////////////////////
// Ktor dependencvies
Expand All @@ -62,14 +62,14 @@ dependencies {
testImplementation("io.kotest:kotest-runner-junit5")
testImplementation("io.kotest:kotest-assertions-core")

testImplementation("ch.qos.logback:logback-classic:1.4.9")
testImplementation("ch.qos.logback:logback-classic:1.4.14")

testImplementation("org.seleniumhq.selenium:selenium-opera-driver:4.4.0")
testImplementation("org.seleniumhq.selenium:selenium-chrome-driver:4.10.0")
testImplementation("org.seleniumhq.selenium:selenium-java:4.10.0")
testImplementation("io.github.bonigarcia:selenium-jupiter:4.3.7")
testImplementation("org.seleniumhq.selenium:selenium-http-jdk-client:4.12.1")
testImplementation("com.codeborne:selenide:6.13.1")
testImplementation("com.codeborne:selenide:7.0.3")
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

Expand Down

0 comments on commit 2c62344

Please sign in to comment.