Skip to content

Commit

Permalink
revert junit change
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1921972 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Nov 20, 2024
1 parent 064ccc9 commit 5eacf3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 5eacf3e

Please sign in to comment.