Skip to content

Commit

Permalink
Bump the minor-and-patch group with 7 updates
Browse files Browse the repository at this point in the history
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](spring-projects/spring-boot@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](spring-projects/spring-boot@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](spring-projects/spring-boot@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](Kotlin/kotlinx.coroutines@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](googleapis/java-cloud-bom@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](spring-projects/spring-boot@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent f6022e4 commit 5a2f1e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}
Expand Down Expand Up @@ -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")
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 5a2f1e0

Please sign in to comment.