Skip to content

Commit 4c2020b

Browse files
Fix smoke test for Java 21
1 parent c16d03f commit 4c2020b

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

  • dd-smoke-tests/maven/src/test/resources/test_successful_maven_run_junit_platform_runner

dd-smoke-tests/maven/src/test/resources/test_successful_maven_run_junit_platform_runner/events.ftl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test.toolchain" : ${content_meta_test_toolchain},
3838
"test.itr.tests_skipping.type" : "test",
3939
"test.command" : "mvn -B test",
40-
"test.framework_version" : "2.3.0-groovy-4.0",
40+
"test.framework_version" : "2.4.0-M2-groovy-4.0",
4141
"test.framework" : "spock"
4242
}
4343
}
@@ -76,7 +76,7 @@
7676
"test.itr.tests_skipping.type" : "test",
7777
"runtime.version" : ${content_meta_runtime_version},
7878
"test.command" : "mvn -B test",
79-
"test.framework_version" : "2.3.0-groovy-4.0",
79+
"test.framework_version" : "2.4.0-M2-groovy-4.0",
8080
"test.framework" : "spock",
8181
"test.itr.tests_skipping.enabled" : "true"
8282
}
@@ -118,7 +118,7 @@
118118
"env" : "integration-test",
119119
"runtime.vendor" : ${content_meta_runtime_vendor},
120120
"component" : "junit",
121-
"test.framework_version" : "2.3.0-groovy-4.0",
121+
"test.framework_version" : "2.4.0-M2-groovy-4.0",
122122
"test.framework" : "spock"
123123
}
124124
}
@@ -164,8 +164,8 @@
164164
"env" : "integration-test",
165165
"runtime.vendor" : ${content_meta_runtime_vendor},
166166
"component" : "junit",
167-
"test.framework_version" : "2.3.0-groovy-4.0",
167+
"test.framework_version" : "2.4.0-M2-groovy-4.0",
168168
"test.framework" : "spock"
169169
}
170170
}
171-
} ]
171+
} ]

dd-smoke-tests/maven/src/test/resources/test_successful_maven_run_junit_platform_runner/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<name>Maven Smoke Tests Project</name>
1010

1111
<properties>
12-
<maven.compiler.source>8</maven.compiler.source>
13-
<maven.compiler.target>8</maven.compiler.target>
1412
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1513
</properties>
1614

@@ -52,7 +50,7 @@
5250
<dependency>
5351
<groupId>org.spockframework</groupId>
5452
<artifactId>spock-bom</artifactId>
55-
<version>2.3-groovy-4.0</version>
53+
<version>2.4-M2-groovy-4.0</version>
5654
<type>pom</type>
5755
<scope>import</scope>
5856
</dependency>
@@ -82,7 +80,6 @@
8280
<plugin>
8381
<groupId>org.codehaus.gmavenplus</groupId>
8482
<artifactId>gmavenplus-plugin</artifactId>
85-
<version>3.0.2</version>
8683
<executions>
8784
<execution>
8885
<goals>

0 commit comments

Comments
 (0)