From c2a9ab935340303230cf66d64ecc0bf0418cc6f3 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 17 Aug 2023 07:03:55 +0000 Subject: Update history to Spring Boot 3 Issue-ID: PORTALNG-41 Signed-off-by: Fiete Ostkamp Change-Id: I777e5921dcb0860764d1959fbcbc4e070b5238f8 --- .../main/groovy/org.onap.portal.history.java-common-conventions.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildSrc/src/main') diff --git a/buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle b/buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle index 16cf302..ee5af57 100644 --- a/buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle +++ b/buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle @@ -16,7 +16,7 @@ maven { } dependencies { - implementation 'org.springframework.boot:spring-boot-starter-webflux:2.5.5' + implementation 'org.springframework.boot:spring-boot-starter-webflux:3.1.2' // Use JUnit Jupiter for testing. testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' -- cgit 1.2.3-korg