Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 3 updates (#213)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates in the /ktor-app directory: [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java), [jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin).


Updates `org.testcontainers:junit-jupiter` from 1.20.0 to 1.20.1
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.0...1.20.1)

Updates `jvm` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

---
updated-dependencies:
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  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>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent c7637b9 commit 7034381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ktor-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ val logbackVersion: String = project.property("logback_version") as String
val postgresVersion: String = project.property("postgres_version") as String

plugins {
kotlin("jvm") version "2.0.0"
kotlin("jvm") version "2.0.10"
id("io.ktor.plugin") version "2.3.12"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.0"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.10"
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
}

Expand Down Expand Up @@ -53,7 +53,7 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion")

testImplementation("io.mockk:mockk:1.13.12")
testImplementation("org.testcontainers:junit-jupiter:1.20.0")
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testImplementation("org.assertj:assertj-core:3.26.3")
}

Expand Down

0 comments on commit 7034381

Please sign in to comment.