From 966c0b63137daf38c01abac793cf6a4fea7eb36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:58:48 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 5 updates Bumps the gradle group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.json:json](https://github.com/douglascrockford/JSON-java) | `20240303` | `20241224` | | [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.4.0-jre` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.13` | `1.13.14` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.0` | `3.4.1` | | [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` | Updates `org.json:json` from 20240303 to 20241224 - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Updates `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `io.mockk:mockk` from 1.13.13 to 1.13.14 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.13...1.13.14) Updates `org.springframework.boot` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.6...v1.1.7) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 07f30dc0..6fce4729 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,8 +5,8 @@ plugins { kotlin("jvm") version "2.1.0" kotlin("plugin.spring") version "2.1.0" kotlin("plugin.jpa") version "2.1.0" - id("org.springframework.boot") version "3.4.0" - id("io.spring.dependency-management") version "1.1.6" + id("org.springframework.boot") version "3.4.1" + id("io.spring.dependency-management") version "1.1.7" id("com.expediagroup.graphql") version "8.2.1" id("org.sonarqube") version "6.0.1.5171" jacoco @@ -34,9 +34,9 @@ val postgresqlVersion = "42.7.4" val awailitilityKotlinVersion = "4.2.2" val assertkJvmVersion = "0.28.1" val springMockkVersion = "4.0.2" -val mockkVersion = "1.13.13" -val guavaVersion = "33.3.1-jre" -val orgJsonVersion = "20240303" +val mockkVersion = "1.13.14" +val guavaVersion = "33.4.0-jre" +val orgJsonVersion = "20241224" val graphQLKotlinVersion = "8.2.1" val k9FormatVersion = "9.5.0" val teamDokumenthåndteringAvroSchemaVersion = "357738b9"