Skip to content

Commit 61c5b63

Browse files
build(deps): Bump jackson.version from 2.18.0 to 2.18.1 (#1779)
* build(deps): Bump jackson.version from 2.18.0 to 2.18.1 Bumps `jackson.version` from 2.18.0 to 2.18.1. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.18.0 to 2.18.1 - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.18.0...jackson-dataformats-text-2.18.1) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.0 to 2.18.1 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production 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 4779171 commit 61c5b63

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
@@ -116,7 +116,7 @@ private static class SingletonInstance {
116116
"https://github.com/tabulapdf/tabula-java", "MIT License",
117117
"http://www.opensource.org/licenses/mit-license.php"),
118118

119-
new Dependency("com.fasterxml.jackson.core", "jackson", "2.18.0", false,
119+
new Dependency("com.fasterxml.jackson.core", "jackson", "2.18.1", false,
120120
"https://github.com/FasterXML/jackson", "Apache License, Version 2.0",
121121
"https://www.apache.org/licenses/LICENSE-2.0"),
122122

@@ -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.7", false, "https://bytebuddy.net/",
173+
new Dependency("net.bytebuddy", "byte-buddy", "1.15.9", 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
@@ -22,7 +22,7 @@ JavaFXTool基于JDK17 + JavaFX21 + controlsfx 11.x.x + maven构建的javafx脚
2222
| dom4j | 2.1.4 | XML 框架 |
2323
| richtextfx | 0.11.2 | JavaFX 的富文本组件 |
2424
| junit | 5.11.3 | 单元测试框架 |
25-
| jackson | 2.18.0 | JSON解析库 |
25+
| jackson | 2.18.1 | JSON解析库 |
2626
| commons-io | 2.17.0 | IO工具 |
2727
| commons-csv | 1.10.0 | csv工具 |
2828
| guava | 33.3.1-jre | Google工具 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<jexl.version>3.4.0</jexl.version>
136136
<pdfbox.version>3.0.3</pdfbox.version>
137137
<pdfviewfx.version>3.1.0</pdfviewfx.version>
138-
<jackson.version>2.18.0</jackson.version>
138+
<jackson.version>2.18.1</jackson.version>
139139
<testfx.version>4.0.18</testfx.version>
140140
<assertj.version>3.26.3</assertj.version>
141141
<bootstrapfx.version>0.4.0</bootstrapfx.version>

0 commit comments

Comments
 (0)