bump by reason of RCE vulnerability (#34)

bump kafka lib
This commit is contained in:
Anatoly Karlov 2022-04-01 16:49:53 +07:00 committed by GitHub
parent 548f9bd758
commit b9ff3a8b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.4</version>
<version>2.6.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>dev.vality</groupId>
<artifactId>service-parent-pom</artifactId>
<version>1.0.13</version>
<version>1.0.14</version>
<name>Vality parent</name>
<description>Vality library parent pom</description>
@ -50,7 +50,6 @@
</checkstyle.config.path>
<checkstyle.config.suppressions.path>https://raw.githubusercontent.com/valitydev/java-checkstyle-config/master/conf/checkstyle-suppressions.xml</checkstyle.config.suppressions.path>
<dockerfile.base.service.tag>c0612d6052ac049496b72a23a04acb142035f249</dockerfile.base.service.tag>
<shared-resources.version>1.0.1</shared-resources.version>
</properties>
@ -59,7 +58,7 @@
<dependency>
<groupId>dev.vality</groupId>
<artifactId>java-service-dependencies</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>
<type>pom</type>
<scope>import</scope>
</dependency>