Author: fanningpj
Date: Wed Nov 20 12:32:19 2024
New Revision: 1921972

URL: http://svn.apache.org/viewvc?rev=1921972&view=rev
Log:
revert junit change

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1921972&r1=1921971&r2=1921972&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Wed Nov 20 12:32:19 2024
@@ -127,9 +127,9 @@ dependencies {
     // only necessary to compile against JDK8 internals - for Java9+ there's a 
multimodule implementation
     implementation 'com.sun.org.apache.xml.internal:resolver:20050927'
 
-    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
-    testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
-    testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
+    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
+    testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
+    testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
     testImplementation 'org.junit.platform:junit-platform-launcher:1.10.3'
     testImplementation "commons-io:commons-io:2.18.0"
     testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to