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 {