diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-10-20 17:30:29 +0200 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-10-21 11:44:06 +0200 |
commit | 91bef9e0fa07f5cc3b812ed21f87036785818d5e (patch) | |
tree | 783b5a46ab20687ee22eca32d0ce04aec10ac37b /cps-dependencies | |
parent | c2538d3272d7c93aba3bdc6cd0c81aff9afb9a79 (diff) |
Upgrade maven dependencies
* Spring boot dependencies is upgraded to 2.5.5
* Springdoc openapi ui is upgraded to 1.5.11
* Jetbrains annotations dependency is added as it is not coming
anymore with spring boot dependencies
Issue-ID: CPS-582
Change-Id: I1c4fd54a11216eb2a14b73a1e0461ef7f4252e69
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Diffstat (limited to 'cps-dependencies')
-rwxr-xr-x | cps-dependencies/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 68b47eaf69..0753a5fb11 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -64,7 +64,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>2.5.0</version> + <version>2.5.5</version> <type>pom</type> <scope>import</scope> </dependency> @@ -138,6 +138,11 @@ <version>2.3.8</version> </dependency> <dependency> + <groupId>org.jetbrains</groupId> + <artifactId>annotations</artifactId> + <version>22.0.0</version> + </dependency> + <dependency> <groupId>org.testcontainers</groupId> <artifactId>kafka</artifactId> <version>${testcontainers.version}</version> |