diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-08-17 07:03:55 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-08-17 07:03:55 +0000 |
commit | c2a9ab935340303230cf66d64ecc0bf0418cc6f3 (patch) | |
tree | eb56515a0d6d2eebc7f7640ee4a87f996c75b9ca /buildSrc/src | |
parent | 56552b36e41b39325ea9f7df17af6a1c78cb790d (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/src')
-rw-r--r-- | buildSrc/src/main/groovy/org.onap.portal.history.java-common-conventions.gradle | 2 |
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' |