Skip to content

Commit bd0168f

Browse files
chore(deps): bump the dependencies group across 1 directory with 6 updates (#18)
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.51.2.0` | `3.51.3.0` | | [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `6.1.5` | `6.1.7` | | [jvm](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.3.20` | | [plugin.serialization](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.3.20` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.4.0` | `9.4.1` | Updates `org.xerial:sqlite-jdbc` from 3.51.2.0 to 3.51.3.0 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](xerial/sqlite-jdbc@3.51.2.0...3.51.3.0) Updates `io.kotest:kotest-runner-junit5` from 6.1.5 to 6.1.7 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@6.1.5...6.1.7) Updates `io.kotest:kotest-assertions-core` from 6.1.5 to 6.1.7 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@6.1.5...6.1.7) Updates `jvm` from 2.3.10 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.10...v2.3.20) Updates `plugin.serialization` from 2.3.10 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.10...v2.3.20) Updates `gradle-wrapper` from 9.4.0 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.4.0...v9.4.1) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.51.3.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.kotest:kotest-runner-junit5 dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.kotest:kotest-assertions-core dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: jvm dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: plugin.serialization dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75be221 commit bd0168f

5 files changed

Lines changed: 106 additions & 106 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
kotlin("jvm") version "2.3.10"
3-
kotlin("plugin.serialization") version "2.3.10"
2+
kotlin("jvm") version "2.3.20"
3+
kotlin("plugin.serialization") version "2.3.20"
44
application
55
}
66

@@ -37,14 +37,14 @@ dependencies {
3737
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
3838
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
3939
implementation("com.squareup.okhttp3:okhttp:5.3.2")
40-
implementation("org.xerial:sqlite-jdbc:3.51.2.0")
40+
implementation("org.xerial:sqlite-jdbc:3.51.3.0")
4141
runtimeOnly("com.mysql:mysql-connector-j:9.6.0")
4242
runtimeOnly("org.postgresql:postgresql:42.7.10")
4343

4444
testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
4545
testImplementation("com.h2database:h2:2.4.240")
46-
testImplementation("io.kotest:kotest-runner-junit5:6.1.5")
47-
testImplementation("io.kotest:kotest-assertions-core:6.1.5")
46+
testImplementation("io.kotest:kotest-runner-junit5:6.1.7")
47+
testImplementation("io.kotest:kotest-assertions-core:6.1.7")
4848
testImplementation(kotlin("test"))
4949
}
5050

gradle/wrapper/gradle-wrapper.jar

5.26 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 93 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)