Skip to content

Commit 4a4373d

Browse files
committed
Bump dependencies: parent -> .12, + updated CI
1 parent b1aa26e commit 4a4373d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
68
<groupId>io.scalecube</groupId>
79
<artifactId>scalecube-parent</artifactId>
8-
<version>0.3.1</version>
10+
<version>0.3.12</version>
911
</parent>
1012

1113
<artifactId>scalecube-security-parent</artifactId>
@@ -39,15 +41,15 @@
3941

4042
<properties>
4143
<vault-java-driver.version>5.1.0</vault-java-driver.version>
42-
<jackson.version>2.18.2</jackson.version>
44+
<jackson.version>2.19.2</jackson.version>
4345
<slf4j.version>1.7.36</slf4j.version>
4446
<jjwt.version>0.12.6</jjwt.version>
4547

4648
<mockito-junit.version>4.6.1</mockito-junit.version>
4749
<junit-jupiter.version>5.8.2</junit-jupiter.version>
4850
<hamcrest.version>1.3</hamcrest.version>
4951
<log4j.version>2.17.2</log4j.version>
50-
<testcontainers.version>1.20.4</testcontainers.version>
52+
<testcontainers.version>1.21.3</testcontainers.version>
5153

5254
<distributionManagement.url>https://maven.pkg.github.com/scalecube/scalecube-security
5355
</distributionManagement.url>

0 commit comments

Comments
 (0)