diff options
Diffstat (limited to 'ms/blueprintsprocessor/parent/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/parent/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 3d13447eb..1c0ba32ff 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -55,7 +55,7 @@ <json-smart.version>2.4.9</json-smart.version> <commons-io-version>2.8.0</commons-io-version> - <commons-compress-version>1.21</commons-compress-version> + <commons-compress-version>1.24.0</commons-compress-version> <commons-collections-version>4.4</commons-collections-version> </properties> @@ -220,6 +220,12 @@ <version>${hazelcast.version}</version> </dependency> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-core</artifactId> + <version>6.3.0</version> + </dependency> + <!-- Adaptors --> <dependency> <groupId>org.apache.sshd</groupId> @@ -240,7 +246,7 @@ <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> - <version>${kafka.version}</version> + <version>3.8.0</version> </dependency> <dependency> <groupId>org.apache.kafka</groupId> |