Skip to content

Commit c58186d

Browse files
snyk-botgkorland
andauthored
[Snyk] Upgrade org.apache.commons:commons-pool2 from 2.4.2 to 2.8.0 (#18)
* fix: upgrade org.apache.commons:commons-pool2 from 2.4.2 to 2.8.0 Snyk has created this PR to upgrade org.apache.commons:commons-pool2 from 2.4.2 to 2.8.0. See this package in NPM: https://www.npmjs.com/package/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 * Update pom.xml Co-authored-by: Guy Korland <gkorland@gmail.com>
1 parent 4ee56bb commit c58186d

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.6</gson.version>
5050
<jedis.version>3.3.0</jedis.version>
51-
<commons.pool2.version>2.4.2</commons.pool2.version>
51+
<commons.pool2.version>2.8.0</commons.pool2.version>
5252
</properties>
5353

5454
<dependencies>

0 commit comments

Comments
 (0)