Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#93)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [org.wiremock.integrations.testcontainers:wiremock-testcontainers-module](https://github.com/wiremock/wiremock-testcontainers-java) and [jvm](https://github.com/JetBrains/kotlin).


Updates `org.wiremock.integrations.testcontainers:wiremock-testcontainers-module` from 1.0-alpha-13 to 1.0-alpha-14
- [Release notes](https://github.com/wiremock/wiremock-testcontainers-java/releases)
- [Changelog](https://github.com/wiremock/wiremock-testcontainers-java/blob/main/jreleaser.yml)
- [Commits](https://github.com/wiremock/wiremock-testcontainers-java/commits)

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)

---
updated-dependencies:
- dependency-name: org.wiremock.integrations.testcontainers:wiremock-testcontainers-module
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 0601425 commit f2ddc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED

plugins {
kotlin("jvm") version "2.0.0"
kotlin("jvm") version "2.0.10"
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
application
}
Expand All @@ -25,7 +25,7 @@ dependencies {
testImplementation("io.mockk:mockk:1.13.12")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.wiremock:wiremock:3.9.1")
testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-13")
testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-14")
testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.1"))
testImplementation("org.testcontainers:testcontainers")
testImplementation("org.testcontainers:junit-jupiter")
Expand Down

0 comments on commit f2ddc82

Please sign in to comment.