Skip to content

Commit 0a615ba

Browse files
committed
fix: upgrade redis.clients:jedis from 3.1.0 to 3.2.0
Snyk has created this PR to upgrade redis.clients:jedis from 3.1.0 to 3.2.0. See this package in NPM: https://www.npmjs.com/package/redis.clients:jedis See this project in Snyk: https://app.snyk.io/org/gkorland/project/274c8244-834c-4347-ab2d-fe2c8c513920?utm_source=github&utm_medium=upgrade-pr
1 parent 3d6fc85 commit 0a615ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<maven.test.source>8</maven.test.source>
4848
<maven.test.target>8</maven.test.target>
4949
<gson.version>2.8.0</gson.version>
50-
<jedis.version>3.1.0</jedis.version>
50+
<jedis.version>3.2.0</jedis.version>
5151
<commons.pool2.version>2.4.2</commons.pool2.version>
5252
</properties>
5353

@@ -97,7 +97,7 @@
9797
<format>html</format>
9898
<format>xml</format>
9999
</formats>
100-
<check />
100+
<check/>
101101
</configuration>
102102
</plugin>
103103
<plugin>

0 commit comments

Comments
 (0)