Author: ggregory Date: Wed Jun 1 06:40:38 2016 New Revision: 1746402 URL: http://svn.apache.org/viewvc?rev=1746402&view=rev Log: [BEANUTILS-433] Update to JUnit 4. Dependency is updated but not the code.
Modified: commons/proper/beanutils/trunk/pom.xml commons/proper/beanutils/trunk/src/changes/changes.xml Modified: commons/proper/beanutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1746402&r1=1746401&r2=1746402&view=diff ============================================================================== --- commons/proper/beanutils/trunk/pom.xml (original) +++ commons/proper/beanutils/trunk/pom.xml Wed Jun 1 06:40:38 2016 @@ -290,7 +290,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>4.12</version> <scope>test</scope> </dependency> </dependencies> Modified: commons/proper/beanutils/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1746402&r1=1746401&r2=1746402&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/changes/changes.xml (original) +++ commons/proper/beanutils/trunk/src/changes/changes.xml Wed Jun 1 06:40:38 2016 @@ -20,6 +20,9 @@ <body> <release version="1.9.3" date="2016-MM-DD" description="Buf fix release"> + <action issue="BEANUTILS-433" dev="ggregory" type="update" due-to="Benedikt Ritter, Gary Gregory"> + Update to JUnit 4. + </action> <action issue="BEANUTILS-490" dev="ggregory" type="update" due-to="Gary Gregory"> Update Java requirement from Java 5 to 6. </action>