Skip to content

Commit 3af7092

Browse files
author
kasemir
committed
Target platform: Fix testfx version
#3842 changed testfx version in some modules but didn't update target platform
1 parent 3d2bc08 commit 3af7092

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dependencies/phoebus-target/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,13 +392,13 @@
392392
<dependency>
393393
<groupId>org.testfx</groupId>
394394
<artifactId>testfx-core</artifactId>
395-
<version>4.0.13-alpha</version>
395+
<version>4.0.18</version>
396396
<scope>test</scope>
397397
</dependency>
398398
<dependency>
399399
<groupId>org.testfx</groupId>
400-
<artifactId>testfx-junit</artifactId>
401-
<version>4.0.13-alpha</version>
400+
<artifactId>testfx-junit5</artifactId>
401+
<version>4.0.18</version>
402402
<scope>test</scope>
403403
<exclusions>
404404
<exclusion>

0 commit comments

Comments
 (0)