File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
opentcs-documentation/src/docs/release-notes Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ semver4j = "6.0.0"
2222slf4j = " 2.0.17"
2323swagger-ui = " 5.30.3"
2424# Test dependency versions
25- approvaltests = " 25.10 .0"
25+ approvaltests = " 26.4 .0"
2626assertj = " 3.27.6"
2727hamcrest = " 3.0"
28- junit = " 6.0.1 "
29- junit-platform-launcher = " 6.0.1 "
30- mockito = " 5.20 .0"
28+ junit = " 6.0.2 "
29+ junit-platform-launcher = " 6.0.2 "
30+ mockito = " 5.21 .0"
3131# Plugin versions
3232asciidoctor = " 4.0.5"
3333dependency-license-report = " 3.0.1"
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ This change log lists the most relevant changes for past releases in reverse chr
2121* Bugs fixed:
2222** Avoid `NullPointerException` when trying to assign a vehicle to a reserved transport orders that has been removed in the meantime.
2323** Actually add given properties to newly-created plant models' visual layouts.
24+ * Changes affecting developers:
25+ ** Update JUnit to 6.0.2.
26+ ** Update Mockito to 5.21.0.
27+ ** Update ApprovalTests to 26.4.0.
2428
2529== Version 7.1 (2025-12-09)
2630
You can’t perform that action at this time.
0 commit comments