Skip to content

Commit e569607

Browse files
build(deps-dev): Bump junit.version from 5.11.3 to 5.11.4 (#1872)
* build(deps-dev): Bump junit.version from 5.11.3 to 5.11.4 Bumps `junit.version` from 5.11.3 to 5.11.4. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * docs: Add doc --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
1 parent 28f9bcf commit e569607

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/src/main/java/com/tlcsdm/core/util/DependencyInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private static class SingletonInstance {
5353
"https://github.com/controlsfx/controlsfx", "The 3-Clause BSD License",
5454
"http://www.opensource.org/licenses/bsd-license.php"),
5555

56-
new Dependency("org.junit.jupiter", "junit", "5.11.3", true, "https://github.com/junit-team/junit5",
56+
new Dependency("org.junit.jupiter", "junit", "5.11.4", true, "https://github.com/junit-team/junit5",
5757
"Eclipse Public License - v 2.0", "https://www.eclipse.org/legal/epl-v20.html"),
5858

5959
new Dependency("org.apache.poi", "poi", "5.3.0", false, "https://poi.apache.org/",
@@ -170,7 +170,7 @@ private static class SingletonInstance {
170170
new Dependency("org.python", "jython", "2.7.4", false, "https://github.com/jython/jython",
171171
"PSF license", "https://raw.githubusercontent.com/jython/jython/v2.7.4/LICENSE.txt"),
172172

173-
new Dependency("net.bytebuddy", "byte-buddy", "1.15.10", false, "https://bytebuddy.net/",
173+
new Dependency("net.bytebuddy", "byte-buddy", "1.15.11", false, "https://bytebuddy.net/",
174174
"Apache License, Version 2.0", "https://www.apache.org/licenses/LICENSE-2.0"),
175175

176176
new Dependency("net.sourceforge.tess4j", "tess4j", "5.13.0", false, "https://github.com/nguyenq/tess4j",

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ JavaFXTool基于JDK17 + JavaFX21 + controlsfx 11.x.x + maven构建的javafx脚
2121
| java-diff-utils | 4.15 | 用于在文本或某种数据之间执行比较/差异操作 |
2222
| dom4j | 2.1.4 | XML 框架 |
2323
| richtextfx | 0.11.4 | JavaFX 的富文本组件 |
24-
| junit | 5.11.3 | 单元测试框架 |
24+
| junit | 5.11.4 | 单元测试框架 |
2525
| jackson | 2.18.2 | JSON解析库 |
2626
| commons-io | 2.18.0 | IO工具 |
2727
| commons-csv | 1.10.0 | csv工具 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
9898
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9999
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
100-
<junit.version>5.11.3</junit.version>
100+
<junit.version>5.11.4</junit.version>
101101
<javafx.version>21.0.4</javafx.version>
102102
<javafx.swt.version>21.0.3</javafx.swt.version>
103103
<controlsfx.version>11.2.1</controlsfx.version>

0 commit comments

Comments
 (0)