Skip to content

build(deps): Bump junit.version from 5.13.3 to 5.13.4 #2249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 23, 2025
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static class SingletonInstance {
"https://github.com/controlsfx/controlsfx", "The 3-Clause BSD License",
"http://www.opensource.org/licenses/bsd-license.php"),

new Dependency("org.junit.jupiter", "junit", "5.13.3", true, "https://github.com/junit-team/junit5",
new Dependency("org.junit.jupiter", "junit", "5.13.4", true, "https://github.com/junit-team/junit5",
"Eclipse Public License - v 2.0", "https://www.eclipse.org/legal/epl-v20.html"),

new Dependency("org.apache.poi", "poi", "5.4.1", false, "https://poi.apache.org/",
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ JavaFXTool基于JDK17 + JavaFX 21 + controlsfx 11 + maven构建的javafx脚手
| java-diff-utils | 4.16 | 用于在文本或某种数据之间执行比较/差异操作 |
| jackson | 2.19.2 | JSON解析库 |
| jSerialComm | 2.11.2 | 串口通信库 |
| junit | 5.13.3 | 单元测试框架 |
| junit | 5.13.4 | 单元测试框架 |
| logback | 1.5.18 | Java日志框架 |
| poi-ooxml | 5.4.1 | 用于Microsoft Documents的Java API |
| preferencesfx | 11.17.0 | 为应用程序设置/首选项创建 UI 的框架 |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<junit.version>5.13.3</junit.version>
<junit.version>5.13.4</junit.version>
<jcip-annotations.version>1.0-1</jcip-annotations.version>
<javafx.version>21.0.7</javafx.version>
<javafx.swt.version>21.0.4</javafx.swt.version>
Expand Down
Loading