From cc6a427fef5c8de52e8a455720b80fe564e49557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:38:50 +0000 Subject: [PATCH] Bump io.pivotal.cfenv:java-cfenv-boot from 3.4.0 to 3.5.0 in /backend Bumps [io.pivotal.cfenv:java-cfenv-boot](https://github.com/pivotal-cf/java-cfenv) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/pivotal-cf/java-cfenv/releases) - [Commits](https://github.com/pivotal-cf/java-cfenv/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: io.pivotal.cfenv:java-cfenv-boot dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 986e3170..c5d26a79 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation "org.springframework.security:spring-security-oauth2-resource-server" implementation "org.springframework.security:spring-security-oauth2-jose" - implementation('io.pivotal.cfenv:java-cfenv-boot:3.4.0') + implementation('io.pivotal.cfenv:java-cfenv-boot:3.5.0') implementation 'org.springdoc:springdoc-openapi-starter-webflux-api:2.8.6' runtimeOnly 'com.h2database:h2' @@ -49,7 +49,7 @@ dependencies { testImplementation('org.springframework.security:spring-security-test') testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'io.projectreactor:reactor-test' - testImplementation('io.pivotal.cfenv:java-cfenv-test-support:3.4.0') + testImplementation('io.pivotal.cfenv:java-cfenv-test-support:3.5.0') } test {