Skip to content

Commit 4109b5f

Browse files
committed
Update test dependencies
* Update JUnit to 6.0.2. * Update Mockito to 5.21.0. * Update ApprovalTests to 26.4.0. Merged-by: Stefan Walter <stefan.walter@iml.fraunhofer.de>
1 parent a2cbc1a commit 4109b5f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ semver4j = "6.0.0"
2222
slf4j = "2.0.17"
2323
swagger-ui = "5.30.3"
2424
# Test dependency versions
25-
approvaltests = "25.10.0"
25+
approvaltests = "26.4.0"
2626
assertj = "3.27.6"
2727
hamcrest = "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
3232
asciidoctor = "4.0.5"
3333
dependency-license-report = "3.0.1"

opentcs-documentation/src/docs/release-notes/changelog.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)