Skip to content

Commit c6645a9

Browse files
snyk-botsazzad16
andauthored
fix: upgrade org.apache.commons:commons-pool2 from 2.9.0 to 2.10.0 (#41)
Snyk has created this PR to upgrade org.apache.commons:commons-pool2 from 2.9.0 to 2.10.0. See this package in Maven Repository: https://mvnrepository.com/artifact/org.apache.commons/commons-pool2/ See this project in Snyk: https://app.snyk.io/org/gkorland/project/274c8244-834c-4347-ab2d-fe2c8c513920?utm_source=github&utm_medium=upgrade-pr Co-authored-by: M Sazzadul Hoque <[email protected]>
1 parent 0a9e80e commit c6645a9

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
@@ -45,10 +45,10 @@
4545
<maven.compiler.source>1.8</maven.compiler.source>
4646
<maven.compiler.target>1.8</maven.compiler.target>
4747
<maven.test.source>8</maven.test.source>
48-
<maven.test.target>8</maven.test.target>
48+
<maven.test.target>8</maven.test.target>
4949
<gson.version>2.8.7</gson.version>
5050
<jedis.version>3.6.3</jedis.version>
51-
<commons.pool2.version>2.9.0</commons.pool2.version>
51+
<commons.pool2.version>2.10.0</commons.pool2.version>
5252
</properties>
5353

5454
<dependencies>

0 commit comments

Comments
 (0)