From 087ccb2e03f1e39927a4eb3c2f7eda6e81ebbadb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 07:58:22 +0000 Subject: [PATCH 1/3] fix(deps): bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sda-commons-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index 12407b3d..9873ee4d 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -10,7 +10,7 @@ ext { awaitalityVersion = '4.2.0' bouncycastleVersion = '1.80' logbackContribVersion = '0.1.5' - springBootVersion = '3.4.3' + springBootVersion = '3.4.4' springCloudVersion = '2024.0.1' scalaVersion = '2.13.16' swaggerCoreVersion = '2.2.29' From bbb1976af6b9102cdc9c0b1dbcd777a7ff82bad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 07:57:07 +0000 Subject: [PATCH 2/3] fix(deps): bump de.flapdoodle.embed:de.flapdoodle.embed.mongo.spring3x Bumps [de.flapdoodle.embed:de.flapdoodle.embed.mongo.spring3x](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo.spring) from 4.18.0 to 4.20.0. - [Commits](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo.spring/compare/de.flapdoodle.embed.mongo.spring3x-4.18.0...de.flapdoodle.embed.mongo.spring3x-4.20.0) --- updated-dependencies: - dependency-name: de.flapdoodle.embed:de.flapdoodle.embed.mongo.spring3x dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sda-commons-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index 9873ee4d..00ba5011 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -70,7 +70,7 @@ dependencies { // sda-commons-web-testing api 'com.nimbusds:nimbus-jose-jwt:10.0.2' - api 'de.flapdoodle.embed:de.flapdoodle.embed.mongo.spring3x:4.18.0' + api 'de.flapdoodle.embed:de.flapdoodle.embed.mongo.spring3x:4.20.0' // sda-commons-starter-kafka api "org.scala-lang:scala-reflect:${scalaVersion}", { From fe3938077ac786a2e0ffd127c87b23f95406395b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 07:58:45 +0000 Subject: [PATCH 3/3] fix(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-api Bumps [org.springdoc:springdoc-openapi-starter-webmvc-api](https://github.com/springdoc/springdoc-openapi) from 2.8.5 to 2.8.6. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.8.5...v2.8.6) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sda-commons-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index 00ba5011..3927ad66 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -51,7 +51,7 @@ dependencies { } api "ch.qos.logback.contrib:logback-json-classic:${logbackContribVersion}" api "ch.qos.logback.contrib:logback-jackson:${logbackContribVersion}" - api 'org.springdoc:springdoc-openapi-starter-webmvc-api:2.8.5' + api 'org.springdoc:springdoc-openapi-starter-webmvc-api:2.8.6' api "io.opentelemetry:opentelemetry-api-incubator:1.48.0-alpha", { because "conflict within transitive dependencies of Spring Boot Dependencies" }