Author: centic
Date: Mon Apr 21 09:05:10 2025
New Revision: 1925191

URL: http://svn.apache.org/viewvc?rev=1925191&view=rev
Log:
Update forbiddenapis, junit

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1925191&r1=1925190&r2=1925191&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Mon Apr 21 09:05:10 2025
@@ -23,7 +23,7 @@ buildscript {
 
     dependencies {
         classpath 
'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.0.0.2929'
-        classpath 'de.thetaphi:forbiddenapis:3.8'
+        classpath 'de.thetaphi:forbiddenapis:3.9'
     }
 }
 
@@ -127,10 +127,10 @@ 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.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 'org.junit.jupiter:junit-jupiter-api:5.12.2'
+    testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.2'
+    testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
+    testImplementation 'org.junit.platform:junit-platform-launcher:1.12.2'
     testImplementation "commons-io:commons-io:2.18.0"
     testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
 //    testImplementation "org.apache.ant:ant-junit:${antVersion}"



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

Reply via email to