From 5a2f1e0765a7fedb57e69cb9396dff95a953113f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:46:07 +0000 Subject: [PATCH] Bump the minor-and-patch group with 7 updates Bumps the minor-and-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.4.0` | `3.4.1` | | [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `3.4.0` | `3.4.1` | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` | | org.flywaydb:flyway-database-postgresql | `11.0.0` | `11.1.0` | | [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.51.0` | `26.52.0` | | org.sonarqube | `6.0.0.5145` | `6.0.1.5171` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.0` | `3.4.1` | Updates `org.springframework.boot:spring-boot-dependencies` 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 `org.springframework.boot:spring-boot-configuration-processor` 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 `org.springframework.boot:spring-boot-configuration-processor` 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 `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.10.1) Updates `org.flywaydb:flyway-database-postgresql` from 11.0.0 to 11.1.0 Updates `com.google.cloud:libraries-bom` from 26.51.0 to 26.52.0 - [Release notes](https://github.com/googleapis/java-cloud-bom/releases) - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json) - [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.51.0...v26.52.0) Updates `org.sonarqube` from 6.0.0.5145 to 6.0.1.5171 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) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.google.cloud:libraries-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5aaceaed8..5e5f1c453 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ -val spring_boot_version = "3.4.0" +val spring_boot_version = "3.4.1" val common_version = "3.2024.11.26_16.35-432a29107830" val dab_common_version = "2024.11.14-10.46.174740baf5c7" val poao_tilgang_version = "2024.11.26_08.36-ad014162ce23" @@ -16,8 +16,8 @@ plugins { id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1" id("project-report") id("jacoco") - id("org.sonarqube") version "6.0.0.5145" - id("org.springframework.boot") version "3.4.0" + id("org.sonarqube") version "6.0.1.5171" + id("org.springframework.boot") version "3.4.1" kotlin("plugin.lombok") version "2.1.0" id("io.freefair.lombok") version "8.11" } @@ -136,7 +136,7 @@ dependencies { implementation(enforcedPlatform("org.springframework.boot:spring-boot-dependencies:$spring_boot_version")) annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:$spring_boot_version") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1") implementation("net.javacrumbs.shedlock:shedlock-provider-jdbc-template:$shedlock_version") implementation("net.javacrumbs.shedlock:shedlock-spring:$shedlock_version") @@ -171,12 +171,12 @@ dependencies { implementation("org.springframework.kafka:spring-kafka") implementation("com.squareup.okhttp3:okhttp") implementation("io.micrometer:micrometer-registry-prometheus-simpleclient") - implementation("org.flywaydb:flyway-database-postgresql:11.0.0") + implementation("org.flywaydb:flyway-database-postgresql:11.1.0") implementation("org.postgresql:postgresql:42.7.4") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2") // BigQuery - implementation(platform("com.google.cloud:libraries-bom:26.51.0")) + implementation(platform("com.google.cloud:libraries-bom:26.52.0")) implementation("com.google.cloud:google-cloud-bigquery") implementation("io.getunleash:unleash-client-java:9.2.6")