From 7313e44ed2c6ebbfbeb04cd825ef0457462344e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 22:37:39 +0000 Subject: [PATCH] build(deps): bump the gradle group across 2 directories with 7 updates Bumps the gradle group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.modulith:spring-modulith-bom](https://github.com/spring-projects/spring-modulith) | `2.1.0` | `2.1.1` | | com.google.auth:google-auth-library-oauth2-http | `1.50.0` | `1.51.0` | | [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber) | `9.0.37` | `9.0.38` | | org.flywaydb:flyway-mysql | `13.3.0` | `13.4.0` | | [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) | `4.8.193` | `4.8.194` | | [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) | `1.1.10` | `1.1.11` | Bumps the gradle group with 1 update in the /build-logic directory: [org.openapitools:openapi-generator-gradle-plugin](https://github.com/OpenAPITools/openapi-generator). Updates `org.springframework.modulith:spring-modulith-bom` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/spring-projects/spring-modulith/releases) - [Changelog](https://github.com/spring-projects/spring-modulith/blob/main/release-train-settings.xml) - [Commits](https://github.com/spring-projects/spring-modulith/compare/2.1.0...2.1.1) Updates `com.google.auth:google-auth-library-oauth2-http` from 1.50.0 to 1.51.0 Updates `com.googlecode.libphonenumber:libphonenumber` from 9.0.37 to 9.0.38 - [Release notes](https://github.com/google/libphonenumber/releases) - [Changelog](https://github.com/google/libphonenumber/blob/master/release_notes.txt) - [Commits](https://github.com/google/libphonenumber/compare/v9.0.37...v9.0.38) Updates `org.flywaydb:flyway-mysql` from 13.3.0 to 13.4.0 Updates `io.github.classgraph:classgraph` from 4.8.193 to 4.8.194 - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.193...classgraph-4.8.194) Updates `org.graalvm.buildtools.native` from 1.1.10 to 1.1.11 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/1.1.10...1.1.11) Updates `org.openapitools:openapi-generator-gradle-plugin` from 7.24.0 to 7.25.0 - [Release notes](https://github.com/OpenAPITools/openapi-generator/releases) - [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/release-summary.md) - [Commits](https://github.com/OpenAPITools/openapi-generator/compare/v7.24.0...v7.25.0) --- updated-dependencies: - dependency-name: org.springframework.modulith:spring-modulith-bom dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.auth:google-auth-library-oauth2-http dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.googlecode.libphonenumber:libphonenumber dependency-version: 9.0.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.flywaydb:flyway-mysql dependency-version: 13.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.194 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.graalvm.buildtools.native dependency-version: 1.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.openapitools:openapi-generator-gradle-plugin dependency-version: 7.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build-logic/build.gradle.kts | 2 +- services/api/build.gradle.kts | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build-logic/build.gradle.kts b/build-logic/build.gradle.kts index c5ed6edb0..cf2bebb25 100644 --- a/build-logic/build.gradle.kts +++ b/build-logic/build.gradle.kts @@ -22,5 +22,5 @@ dependencies { // style failures on the existing tree. Introduce per service later. implementation("dev.detekt:detekt-gradle-plugin:2.0.0-alpha.6") implementation("org.jlleitschuh.gradle:ktlint-gradle:14.2.0") - implementation("org.openapitools:openapi-generator-gradle-plugin:7.24.0") + implementation("org.openapitools:openapi-generator-gradle-plugin:7.25.0") } diff --git a/services/api/build.gradle.kts b/services/api/build.gradle.kts index 3b3682687..abd711fe0 100644 --- a/services/api/build.gradle.kts +++ b/services/api/build.gradle.kts @@ -6,7 +6,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun plugins { id("spring-conventions") id("testing-conventions") - id("org.graalvm.buildtools.native") version "1.1.10" + id("org.graalvm.buildtools.native") version "1.1.11" `java-test-fixtures` val kotlinVersion = "2.4.10" @@ -73,7 +73,7 @@ dependencies { // is the default client pulled in by spring-boot-starter-data-redis. implementation("org.springframework.boot:spring-boot-starter-data-redis") implementation("org.springframework.session:spring-session-data-redis") - implementation(platform("org.springframework.modulith:spring-modulith-bom:2.1.0")) + implementation(platform("org.springframework.modulith:spring-modulith-bom:2.1.1")) implementation("org.springframework.modulith:spring-modulith-starter-jdbc") // Module detection pulls in ArchUnit, which has no business in the production jar — // the detection strategy is only ever instantiated by ApplicationModules in a test. @@ -95,7 +95,7 @@ dependencies { implementation("com.google.apis:google-api-services-calendar:v3-rev20251207-2.0.0") implementation("com.google.apis:google-api-services-groupssettings:v1-rev20220614-2.0.0") - implementation("com.google.auth:google-auth-library-oauth2-http:1.50.0") + implementation("com.google.auth:google-auth-library-oauth2-http:1.51.0") compileOnly("jakarta.servlet:jakarta.servlet-api:6.1.0") implementation("jakarta.validation:jakarta.validation-api") @@ -106,13 +106,13 @@ dependencies { implementation("com.vladsch.flexmark:flexmark-all:0.64.8") implementation("org.apache.tika:tika-core:4.0.0") - implementation("com.googlecode.libphonenumber:libphonenumber:9.0.37") + implementation("com.googlecode.libphonenumber:libphonenumber:9.0.38") implementation("com.github.scribejava:scribejava-apis:8.3.3") implementation("org.springframework.retry:spring-retry:2.0.13") implementation("org.springframework:spring-aop") implementation("org.aspectj:aspectjweaver") - implementation("org.flywaydb:flyway-mysql:13.3.0") + implementation("org.flywaydb:flyway-mysql:13.4.0") implementation("org.mariadb.jdbc:mariadb-java-client:3.5.10") implementation("com.fasterxml.jackson.core:jackson-annotations") @@ -146,7 +146,7 @@ dependencies { testImplementation("io.rest-assured:spring-mock-mvc:6.0.1") testImplementation("com.tngtech.archunit:archunit-junit5:1.5.0") testImplementation("org.springframework.modulith:spring-modulith-core") - testImplementation("io.github.classgraph:classgraph:4.8.193") + testImplementation("io.github.classgraph:classgraph:4.8.194") testImplementation("io.mockk:mockk:1.14.11") // H2 in-memory database for OpenAPI spec generation (test-scoped only). testImplementation("com.h2database:h2:2.4.240") @@ -160,7 +160,7 @@ dependencies { testFixturesApi("org.springframework.boot:spring-boot-starter-data-jpa") testFixturesApi("org.springframework.boot:spring-boot-starter-web") testFixturesApi("org.springframework.boot:spring-boot-starter-flyway") - testFixturesApi("org.flywaydb:flyway-mysql:13.3.0") + testFixturesApi("org.flywaydb:flyway-mysql:13.4.0") testFixturesApi("com.github.javafaker:javafaker:1.0.2") // Shared test base boots a throwaway Valkey via @ServiceConnection so the // Redis-backed HTTP session path is exercised under the real prod config.