Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- Maven JUnit version should fit the JUnit version used in the target platform, otherwise Surefire may produce exceptions.
You can try to use newer versions here, but that requires manual testing. -->
<junit-jupiter-version>5.11.0</junit-jupiter-version>
<maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>
<maven-antrun-plugin-version>3.2.0</maven-antrun-plugin-version>
<maven-checkstyle-plugin-version>3.6.0</maven-checkstyle-plugin-version>
<maven-clean-plugin-version>3.5.0</maven-clean-plugin-version>
<maven-deploy-plugin-version>3.1.4</maven-deploy-plugin-version>
Expand Down
Loading