On Tue, Jan 15, 2013 at 3:31 PM, Christian Grobmeier <[email protected]>wrote:
> On Tue, Jan 15, 2013 at 7:47 PM, Dennis Lundberg <[email protected]> > wrote: > > On 2013-01-13 19:14, [email protected] wrote: > >> Author: tn > >> Date: Sun Jan 13 18:14:24 2013 > >> New Revision: 1432688 > >> > >> URL: http://svn.apache.org/viewvc?rev=1432688&view=rev > >> Log: > >> Upgrade test dependencies: log4j 1.2.17, avalong-framework 4.1.5 > > > > These are not test dependencies - they are real dependencies used in the > > implementations of Log4JLogger and AvalonLogger respectively. > > Do we really want to upgrade these? > > 1.2.17 does not longer support jdk 1.3, not sure if this is important > for commons-logging. > I am not sure on the exact changes from 1.2.12 on to now, but there > are a few big issues in log4j and so I would think it is a good idea > to stick with the most recent version. > Sounds good to me. Gary > > > > >> > >> Modified: > >> commons/proper/logging/trunk/pom.xml > >> > >> Modified: commons/proper/logging/trunk/pom.xml > >> URL: > http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1432688&r1=1432687&r2=1432688&view=diff > >> > ============================================================================== > >> --- commons/proper/logging/trunk/pom.xml (original) > >> +++ commons/proper/logging/trunk/pom.xml Sun Jan 13 18:14:24 2013 > >> @@ -444,7 +444,7 @@ under the License. > >> <dependency> > >> <groupId>log4j</groupId> > >> <artifactId>log4j</artifactId> > >> - <version>1.2.12</version> > >> + <version>1.2.17</version> > >> <optional>true</optional> > >> </dependency> > >> <dependency> > >> @@ -456,7 +456,7 @@ under the License. > >> <dependency> > >> <groupId>avalon-framework</groupId> > >> <artifactId>avalon-framework</artifactId> > >> - <version>4.1.3</version> > >> + <version>4.1.5</version> > >> <optional>true</optional> > >> </dependency> > >> <dependency> > >> > >> > > > > > > -- > > Dennis Lundberg > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > -- > http://www.grobmeier.de > https://www.timeandbill.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
