From 5e13942ce175c2c64574bac747875579f32a2082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:05:20 +0200 Subject: [PATCH] Bump the dependencies group in /sample-api-server with 4 updates (#27) 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](https://github.com/JetBrains/kotlin/compare/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](https://github.com/JetBrains/kotlin/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- sample-api-server/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sample-api-server/build.gradle.kts b/sample-api-server/build.gradle.kts index 0cf744c..6ba42f4 100644 --- a/sample-api-server/build.gradle.kts +++ b/sample-api-server/build.gradle.kts @@ -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" } @@ -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") }