From 4f9c111a4d6deb5f6347344537db439ee2af58df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:48:14 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 8 updates Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `4.12.0` | `5.3.2` | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.45.3.0` | `3.51.2.0` | | [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `8.3.0` | `9.6.0` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.2` | `42.7.10` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.11.0` | `6.0.3` | | [com.h2database:h2](https://github.com/h2database/h2database) | `2.2.224` | `2.4.240` | | [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `5.9.1` | `6.1.5` | | [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `5.9.1` | `6.1.5` | Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.12.0...parent-5.3.2) Updates `org.xerial:sqlite-jdbc` from 3.45.3.0 to 3.51.2.0 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.45.3.0...3.51.2.0) Updates `com.mysql:mysql-connector-j` from 8.3.0 to 9.6.0 - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/8.3.0...9.6.0) Updates `org.postgresql:postgresql` from 42.7.2 to 42.7.10 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.2...REL42.7.10) Updates `org.junit.jupiter:junit-jupiter` from 5.11.0 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.0...r6.0.3) Updates `com.h2database:h2` from 2.2.224 to 2.4.240 - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.2.224...version-2.4.240) Updates `io.kotest:kotest-runner-junit5` from 5.9.1 to 6.1.5 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.1...6.1.5) Updates `io.kotest:kotest-assertions-core` from 5.9.1 to 6.1.5 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.1...6.1.5) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.51.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.mysql:mysql-connector-j dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: com.h2database:h2 dependency-version: 2.4.240 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.kotest:kotest-runner-junit5 dependency-version: 6.1.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.kotest:kotest-assertions-core dependency-version: 6.1.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4132acc..bff48c3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,15 +36,15 @@ repositories { dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") - implementation("com.squareup.okhttp3:okhttp:4.12.0") - implementation("org.xerial:sqlite-jdbc:3.45.3.0") - runtimeOnly("com.mysql:mysql-connector-j:8.3.0") - runtimeOnly("org.postgresql:postgresql:42.7.2") - - testImplementation("org.junit.jupiter:junit-jupiter:5.11.0") - testImplementation("com.h2database:h2:2.2.224") - testImplementation("io.kotest:kotest-runner-junit5:5.9.1") - testImplementation("io.kotest:kotest-assertions-core:5.9.1") + implementation("com.squareup.okhttp3:okhttp:5.3.2") + implementation("org.xerial:sqlite-jdbc:3.51.2.0") + runtimeOnly("com.mysql:mysql-connector-j:9.6.0") + runtimeOnly("org.postgresql:postgresql:42.7.10") + + testImplementation("org.junit.jupiter:junit-jupiter:6.0.3") + testImplementation("com.h2database:h2:2.4.240") + testImplementation("io.kotest:kotest-runner-junit5:6.1.5") + testImplementation("io.kotest:kotest-assertions-core:6.1.5") testImplementation(kotlin("test")) }