Skip to content

Commit

Permalink
upgraded some key dependencies. Fix for GRAILS-4098
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jul 22, 2009
1 parent 05fb1c0 commit a404489
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions grails/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
<classpathentry kind="lib" path="lib/ant-1.7.1.jar"/>
<classpathentry kind="lib" path="lib/antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="lib/cglib-nodep-2.1_3.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.8.0.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.0.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-dbcp-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-dbcp-1.2.2.jar"/>
<classpathentry kind="lib" path="lib/commons-el-1.0.jar"/>
<classpathentry kind="lib" path="lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-pool-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-validator-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/commons-pool-1.5.2.jar"/>
<classpathentry kind="lib" path="lib/commons-validator-1.3.1.jar"/>
<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/oscache-2.4.1.jar"/>
<classpathentry kind="lib" path="lib/ejb3-persistence-3.3.0.jar"/>
Expand Down
Binary file removed grails/lib/commons-beanutils-1.7.0.jar
Binary file not shown.
Binary file added grails/lib/commons-beanutils-1.8.0.jar
Binary file not shown.
Binary file added grails/lib/commons-collections-3.2.1.jar
Binary file not shown.
Binary file removed grails/lib/commons-collections-3.2.jar
Binary file not shown.
Binary file removed grails/lib/commons-dbcp-1.2.1.jar
Binary file not shown.
Binary file added grails/lib/commons-dbcp-1.2.2.jar
Binary file not shown.
Binary file removed grails/lib/commons-pool-1.2.jar
Binary file not shown.
Binary file added grails/lib/commons-pool-1.5.2.jar
Binary file not shown.
Binary file removed grails/lib/commons-validator-1.3.0.jar
Binary file not shown.
Binary file added grails/lib/commons-validator-1.3.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion grails/maven/grails-core.pom.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<artifactId>commons-dcdbcp</artifactId>
<version>1.2.2</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion grails/maven/grails-web.pom.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
<exclusions>
<!-- We have JCL-over-SLF4J instead. -->
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion grails/maven/grails-webflow.pom.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
<exclusions>
<!-- We have JCL-over-SLF4J instead. -->
<exclusion>
Expand Down

0 comments on commit a404489

Please sign in to comment.