Skip to content

Commit

Permalink
Bump the dependencies group in /sample-api-server with 4 updates (#27)
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /sample-api-server with 4 updates: [au.com.dius.pact.provider:spring6](https://github.com/pact-foundation/pact-jvm), [jvm](https://github.com/JetBrains/kotlin), [plugin.spring](https://github.com/JetBrains/kotlin) and au.com.dius.pact.


Updates `au.com.dius.pact.provider:spring6` from 4.6.11 to 4.6.13
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/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)

Updates `plugin.spring` 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 `au.com.dius.pact` from 4.6.11 to 4.6.13

---
updated-dependencies:
- dependency-name: au.com.dius.pact.provider:spring6
  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: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: au.com.dius.pact
  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 fbd7267 commit 5e13942
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample-api-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
plugins {
id("org.springframework.boot") version "3.3.2"
id("io.spring.dependency-management") version "1.1.6"
kotlin("jvm") version "2.0.0"
kotlin("plugin.spring") version "2.0.0"
id("au.com.dius.pact") version "4.6.11"
kotlin("jvm") version "2.0.10"
kotlin("plugin.spring") version "2.0.10"
id("au.com.dius.pact") version "4.6.13"
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
}

Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")

testImplementation("au.com.dius.pact.provider:spring6:4.6.11")
testImplementation("au.com.dius.pact.provider:spring6:4.6.13")

testImplementation("com.ninja-squad:springmockk:4.0.2")
}
Expand Down

0 comments on commit 5e13942

Please sign in to comment.