TD-525: bump shared resource (#91)

use docker image with jemalloc installed
This commit is contained in:
vitaxa 2024-03-14 17:00:03 +03:00 committed by GitHub
parent 999eb19dfd
commit 0f868e9340
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
<groupId>dev.vality</groupId> <groupId>dev.vality</groupId>
<artifactId>service-parent-pom</artifactId> <artifactId>service-parent-pom</artifactId>
<version>2.1.8</version> <version>2.2.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Vality parent</name> <name>Vality parent</name>
@ -56,7 +56,7 @@
https://raw.githubusercontent.com/valitydev/java-checkstyle-config/master/conf/checkstyle-suppressions.xml https://raw.githubusercontent.com/valitydev/java-checkstyle-config/master/conf/checkstyle-suppressions.xml
</checkstyle.config.suppressions.path> </checkstyle.config.suppressions.path>
<dockerfile.base.service.tag>c0612d6052ac049496b72a23a04acb142035f249</dockerfile.base.service.tag> <dockerfile.base.service.tag>c0612d6052ac049496b72a23a04acb142035f249</dockerfile.base.service.tag>
<shared-resources.version>2.0.3</shared-resources.version> <shared-resources.version>2.1.0</shared-resources.version>
<woody.version>1.0.5</woody.version> <woody.version>1.0.5</woody.version>
<resource.delimiter>${*}</resource.delimiter> <resource.delimiter>${*}</resource.delimiter>
</properties> </properties>