Skip to content

Commit

Permalink
GRAILS-6638 updated Log4j to 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
burtbeckwith committed Aug 24, 2010
1 parent 902092c commit af181a3
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<classpathentry kind="lib" path="lib/jstl-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/jta-1.1.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/ognl-2.7.3.jar"/>
<classpathentry kind="lib" path="lib/oro-2.0.8.jar"/>
<classpathentry kind="lib" path="lib/serializer-2.7.1.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ grails.src.groovy=src/groovy
bundlor.javax.persistence.version=1.0.2.GA
bundlor.webflow.version=2.0.8
bundlor.xpp.version=1.1.3
bundlor.log4j.version=1.2.15
bundlor.log4j.version=1.2.16
bundlor.sitemesh.version=2.4.0
bundlor.hibernate.version=3.3.1.GA
bundlor.javassist.version=3.9.0
Expand Down
4 changes: 2 additions & 2 deletions dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ The following libraries are included in Grails because they are required either
- required for building Grails core
- required for the command line tools (Gant)

* log4j-1.2.15.jar
- Log4J 1.2.15 (http://logging.apache.org/log4j/) Apache 2.0 License
* log4j-1.2.16.jar
- Log4J 1.2.16 (http://logging.apache.org/log4j/) Apache 2.0 License
- required for running Grails applications

* ognl-2.7.3.jar
Expand Down
2 changes: 1 addition & 1 deletion grails.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
<root url="jar://$PROJECT_DIR$/lib/commons-el-1.0.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/commons-cli-1.0.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/oro-2.0.8.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/log4j-1.2.15.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/log4j-1.2.16.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/commons-io-1.4.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/commons-codec-1.3.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/commons-lang-2.4.jar!/" />
Expand Down
Binary file removed lib/log4j-1.2.15.jar
Binary file not shown.
Binary file added lib/log4j-1.2.16.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class IvyDependencyManager extends AbstractIvyDependencyManager implements Depen
}

// logging
"${runtimeDependenciesMethod}"("log4j:log4j:1.2.15",
"${runtimeDependenciesMethod}"("log4j:log4j:1.2.16",
"org.slf4j:jcl-over-slf4j:1.5.8",
"org.slf4j:jul-to-slf4j:1.5.8",
"org.slf4j:slf4j-log4j12:1.5.8" ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ class IvyDependencyManagerTests extends GroovyTestCase {
"commons-io:commons-io:1.4",
"commons-lang:commons-lang:2.4",
"javax.transaction:jta:1.1",
"log4j:log4j:1.2.15",
"log4j:log4j:1.2.16",
"net.sf.ehcache:ehcache:1.6.1",
"opensymphony:oscache:2.4.1",
"opensymphony:sitemesh:2.4",
Expand Down

0 comments on commit af181a3

Please sign in to comment.