aboutsummaryrefslogtreecommitdiffstats
path: root/buildSrc
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-08-17 07:03:55 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-08-17 07:03:55 +0000
commitc2a9ab935340303230cf66d64ecc0bf0418cc6f3 (patch)
treeeb56515a0d6d2eebc7f7640ee4a87f996c75b9ca /buildSrc
parent56552b36e41b39325ea9f7df17af6a1c78cb790d (diff)
Update history to Spring Boot 3
Issue-ID: PORTALNG-41 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I777e5921dcb0860764d1959fbcbc4e070b5238f8
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle2
1 files changed, 1 insertions, 1 deletions
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'