Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Use commons-pool2 2.4.2 #61
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jan 28, 2016
1 parent debf7dd commit af2c59c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ This project is built against following dependencies/versions:
* Java Util Logging JDK Version 1.6
* logback 1.1.3
* slf4j-api 1.7.13
* jedis 2.8.0 (includes commons-pool2 2.3)
* jedis 2.8.0 (includes commons-pool2 2.4.2)

License
-------
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>
<jedis.version>2.8.0</jedis.version>
<jedis-commons-pool2.version>2.3</jedis-commons-pool2.version>
<jedis-commons-pool2.version>2.4.2</jedis-commons-pool2.version>
<slf4j-api.version>1.7.13</slf4j-api.version>
<logback-classic.version>1.1.3</logback-classic.version>
<org.jboss.logmanager.version>1.5.2.Final</org.jboss.logmanager.version>
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/download.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ Using logstash-gelf on your classpath
logstash-gelf-${logstash-gelf-release-version}.jar
json-simple-1.1.1.jar
jedis-2.8.jar
commons-pool2-2.3.jar
commons-pool2-2.4.2.jar

You can do this from the command line or a manifest file.

0 comments on commit af2c59c

Please sign in to comment.