diff --git a/provider/notification-ibm/pom.xml b/provider/notification-ibm/pom.xml index 95b0cde211ad32daec86d31f5a92013f027e0e2f..c24b042d41c3ba1ee02eb4143f25c955ae0ad279 100644 --- a/provider/notification-ibm/pom.xml +++ b/provider/notification-ibm/pom.xml @@ -38,6 +38,18 @@ <jackson.version>2.13.2</jackson.version> </properties> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-dependencies</artifactId> + <version>2.5.6</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> + <dependencies> <!-- <dependency> <groupId>org.opengroup.osdu</groupId> @@ -128,19 +140,13 @@ <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> - <version>5.3.8.RELEASE</version> - <exclusions> - <exclusion> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-core</artifactId> - </exclusion> - </exclusions> + <version>5.7.3</version> + </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-config</artifactId> + <version>5.7.3</version> </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-core</artifactId> - <version>5.7.3</version> - </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-core</artifactId>