summaryrefslogtreecommitdiffstats
path: root/cps-dependencies
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2022-07-14 13:38:26 +0100
committerToineSiebelink <toine.siebelink@est.tech>2022-07-14 14:08:29 +0100
commitb0a56014fac9033ba328689a2073023eb6d5eb20 (patch)
tree2c1e3e8888a26a05c2b32b69f3453389de8221d0 /cps-dependencies
parent50f206ecba2e93cb06ed1eb4556b4b9ff5c8806b (diff)
Update dependencies (release task)
Update to latest dependencies (minor) releases -spring-boot-dependencies 2.6.9 -spring-cloud-dependencies 2021.0.3 Issue-ID: CPS-1106 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I4780ca9a6f87d257d430b6c6fefd2c0621aeeec4
Diffstat (limited to 'cps-dependencies')
-rwxr-xr-xcps-dependencies/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml
index 8a98baf4d..6d2a87087 100755
--- a/cps-dependencies/pom.xml
+++ b/cps-dependencies/pom.xml
@@ -81,14 +81,14 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>2.6.4</version>
+ <version>2.6.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
- <version>2021.0.1</version>
+ <version>2021.0.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>