Skip to content

Commit ab295b2

Browse files
upgraded jackson-databind
1 parent 8d1a2d3 commit ab295b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.delirius325</groupId>
55
<artifactId>jmeter.backendlistener.elasticsearch</artifactId>
6-
<version>2.6.3-SNAPSHOT</version>
6+
<version>2.6.4-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>jmeter.backendlistener.elasticsearch</name>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.fasterxml.jackson.core</groupId>
126126
<artifactId>jackson-databind</artifactId>
127-
<version>2.8.11.3</version>
127+
<version>[2.9.9,)</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>com.amazonaws</groupId>

0 commit comments

Comments
 (0)