diff --git a/notification-core/pom.xml b/notification-core/pom.xml index d187b054791fd4e7a3eb9a3f04db024976ca7427..b0234b2dfe88d55d6528a0438a9253ca7d8c2913 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -108,7 +108,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <version>2.7.2</version> <exclusions> <exclusion> <artifactId>tomcat-embed-el</artifactId> @@ -127,7 +126,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-undertow</artifactId> - <version>2.2.2.RELEASE</version> <exclusions> <exclusion> <groupId>io.undertow</groupId> @@ -138,7 +136,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> - <version>2.2.2.RELEASE</version> <exclusions> <exclusion> <groupId>org.hibernate.validator</groupId> @@ -149,7 +146,6 @@ <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> - <version>6.1.0.Final</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> diff --git a/pom.xml b/pom.xml index 54bd926b5945ac4ef58779469ec74574d282c0a1..da4c6e4343d741b3e9a20864e0e7343c17476d92 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>2.1.18.RELEASE</version> + <version>2.7.7</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml index 89f18613b445fd69d85006a8f42655fe703755fe..c073510b5418c9ca5095b68b238d66d31ed6ba23 100644 --- a/provider/notification-azure/pom.xml +++ b/provider/notification-azure/pom.xml @@ -39,18 +39,18 @@ <springframework.version>4.3.0.RELEASE</springframework.version> <reactor.netty.version>0.11.0.RELEASE</reactor.netty.version> <reactor.core.version>3.3.0.RELEASE</reactor.core.version> - <osdu.corelibazure.version>0.18.0</osdu.corelibazure.version> - <osdu.oscorecommon.version>0.14.0</osdu.oscorecommon.version> + <osdu.corelibazure.version>0.19.0-rc8</osdu.corelibazure.version> + <osdu.oscorecommon.version>0.19.0-rc5</osdu.oscorecommon.version> <junit.version>5.6.0</junit.version> <jjwt.version>3.8.1</jjwt.version> <mockito.version>2.23.0</mockito.version> - <spring-boot.version>2.1.18.RELEASE</spring-boot.version> + <spring-boot.version>2.7.7</spring-boot.version> <reactor-core.version>3.4.6</reactor-core.version> <reactor-netty.version>1.0.7</reactor-netty.version> <oauth2-oidc-sdk.version>6.0</oauth2-oidc-sdk.version> <woodstox-core.version>5.3.0</woodstox-core.version> <spring-webmvc.version>5.3.22</spring-webmvc.version> - <os-core-common.version>0.18.0</os-core-common.version> + <os-core-common.version>0.19.0-rc5</os-core-common.version> <undertow.version>2.2.19.Final</undertow.version> <spring-boot-maven-plugin.version>2.7.6</spring-boot-maven-plugin.version> </properties> @@ -170,7 +170,6 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> - <version>${spring-webmvc.version}</version> </dependency> <dependency> diff --git a/provider/notification-gcp/pom.xml b/provider/notification-gcp/pom.xml index 2d3000afc54ac246044e2581683b85c658a412bf..ca049f724cf099f01e0e7b68591b58c83bd24661 100644 --- a/provider/notification-gcp/pom.xml +++ b/provider/notification-gcp/pom.xml @@ -76,19 +76,19 @@ <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito2</artifactId> - <version>2.0.2</version> + <version>2.0.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> - <version>2.0.2</version> + <version>2.0.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>2.0.2-beta</version> + <artifactId>mockito-core</artifactId> + <version>3.12.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/provider/notification-ibm/pom.xml b/provider/notification-ibm/pom.xml index f311d3514eb47f5e048d59052882a52956dfbee1..4bef144d7ad18c4abb5c5ca644690d85e1d66d6f 100644 --- a/provider/notification-ibm/pom.xml +++ b/provider/notification-ibm/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>2.5.6</version> + <version>2.7.7</version> <type>pom</type> <scope>import</scope> </dependency> @@ -141,12 +141,10 @@ <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> - <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>io.undertow</groupId>