From 03e399ed1b2575cc878c844f33e2e86cabf357d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 10:42:05 -0600 Subject: [PATCH 1/3] Bump com.codeborne:selenide from 6.13.1 to 7.0.3 (#561) Bumps [com.codeborne:selenide](https://github.com/selenide/selenide) from 6.13.1 to 7.0.3. - [Release notes](https://github.com/selenide/selenide/releases) - [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md) - [Commits](https://github.com/selenide/selenide/compare/v6.13.1...v7.0.3) --- updated-dependencies: - dependency-name: com.codeborne:selenide dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Clarke --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 61156c3cd..56adea109 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { 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") From cf2ecfcf6884bc14bd4df7a3f7f174b918e74780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 10:42:30 -0600 Subject: [PATCH 2/3] Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.0-RC to 1.6.2 (#562) Bump org.jetbrains.kotlinx:kotlinx-serialization-json Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.0-RC to 1.6.2. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.0-RC...v1.6.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Clarke --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 56adea109..48b02a0c8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 From 823fd0992c5f003f3e30709ad96db9a3fdde1c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 10:43:07 -0600 Subject: [PATCH 3/3] Bump ch.qos.logback:logback-classic from 1.4.9 to 1.4.14 (#563) Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.9 to 1.4.14. - [Commits](https://github.com/qos-ch/logback/compare/v_1.4.9...v_1.4.14) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Clarke --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 48b02a0c8..e8576f788 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ 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")