bump version (#80)

This commit is contained in:
Anatolii Karlov 2024-07-25 12:59:51 +07:00 committed by GitHub
parent e9c4990e58
commit 9f18737464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
<parent>
<groupId>dev.vality</groupId>
<artifactId>library-parent-pom</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<relativePath/>
</parent>
<artifactId>adapter-common-lib</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<packaging>jar</packaging>
<name>adapter-common-lib</name>
@ -225,7 +225,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>vault</artifactId>
<version>1.19.8</version>
<version>1.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>