Skip to content

Commit 581e03a

Browse files
committed
Changed too many things for junit-5.3
1 parent b2d3f3b commit 581e03a

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

dd-java-agent/instrumentation/junit-5.3/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apply from: "$rootDir/gradle/java.gradle"
22

33
// JUnit5 5.3.0+ version is needed because of the fix in the TestInheritance test suite names.
44
// Previously at that version, the test suite name was the base class.
5-
def jupiterVersion = '5.13.1'
6-
def platformVersion = '1.13.1'
5+
def jupiterVersion = '5.3.0'
6+
def platformVersion = '1.3.0'
77

88
muzzle {
99
pass {

dd-java-agent/instrumentation/junit-5.3/cucumber-junit-5/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ configurations.matching({ it.name.startsWith('test') }).each({
3535
it.resolutionStrategy {
3636
force group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.1'
3737
force group: 'org.junit.platform', name: 'junit-platform-suite', version: '1.13.1'
38-
force group: 'org.junit.platform', name: 'junit-platform-suite-engine', version: '1.13.1'
3938
}
4039
})

dd-java-agent/instrumentation/junit-5.3/junit-5.8/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply from: "$rootDir/gradle/java.gradle"
22

3-
def jupiterVersion = '5.13.1'
4-
def platformVersion = '1.13.1'
3+
def jupiterVersion = '5.8.0'
4+
def platformVersion = '1.8.0'
55

66
muzzle {
77
pass {

dd-java-agent/instrumentation/junit-5.3/spock-junit-5/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ addTestSuiteForDir('latestDepTest', 'test')
1616
dependencies {
1717
implementation project(':dd-java-agent:instrumentation:junit-5.3')
1818

19-
compileOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.1'
20-
compileOnly group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.1'
19+
compileOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.7.2'
20+
compileOnly group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.2'
2121
compileOnly group: 'org.spockframework', name: 'spock-core', version: "2.0-groovy-${spockGroovyVersion}"
2222

2323
testImplementation testFixtures(project(':dd-java-agent:agent-ci-visibility'))

0 commit comments

Comments
 (0)