mirror of
https://github.com/valitydev/testcontainers-annotations.git
synced 2024-11-06 08:55:19 +00:00
bump deps (#20)
This commit is contained in:
parent
467b9ae7ce
commit
cbccee110e
10
pom.xml
10
pom.xml
@ -6,13 +6,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.vality</groupId>
|
<groupId>dev.vality</groupId>
|
||||||
<artifactId>library-parent-pom</artifactId>
|
<artifactId>library-parent-pom</artifactId>
|
||||||
<version>1.0.2</version>
|
<version>2.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<artifactId>testcontainers-annotations</artifactId>
|
<artifactId>testcontainers-annotations</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>2.0.1</version>
|
||||||
|
|
||||||
<name>testcontainers-annotations</name>
|
<name>testcontainers-annotations</name>
|
||||||
<description>testcontainers-annotations</description>
|
<description>testcontainers-annotations</description>
|
||||||
@ -43,9 +43,9 @@
|
|||||||
<woody.version>1.0.5</woody.version>
|
<woody.version>1.0.5</woody.version>
|
||||||
<kafka-common-lib.version>0.0.3</kafka-common-lib.version>
|
<kafka-common-lib.version>0.0.3</kafka-common-lib.version>
|
||||||
<geck.version>0.0.1</geck.version>
|
<geck.version>0.0.1</geck.version>
|
||||||
<lombok.version>1.18.22</lombok.version>
|
<lombok.version>1.18.24</lombok.version>
|
||||||
<testcontainers.version>1.17.6</testcontainers.version>
|
<testcontainers.version>1.17.6</testcontainers.version>
|
||||||
<junit-jupiter.version>5.8.2</junit-jupiter.version>
|
<junit-jupiter.version>5.9.2</junit-jupiter.version>
|
||||||
<checkstyle.config.suppressions.path>./src/main/resources/checkstyle/checkstyle-suppressions.xml
|
<checkstyle.config.suppressions.path>./src/main/resources/checkstyle/checkstyle-suppressions.xml
|
||||||
</checkstyle.config.suppressions.path>
|
</checkstyle.config.suppressions.path>
|
||||||
</properties>
|
</properties>
|
||||||
@ -163,7 +163,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-compress</artifactId>
|
<artifactId>commons-compress</artifactId>
|
||||||
<version>1.21</version>
|
<version>1.22</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user