Skip to content

Commit 460d5fe

Browse files
build(deps): Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre (#1724)
* build(deps): Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.0-jre to 33.3.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava 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 f654475 commit 460d5fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private static class SingletonInstance {
102102
"https://github.com/classgraph/classgraph", "MIT License",
103103
"http://opensource.org/licenses/MIT"),
104104

105-
new Dependency("com.google.guava", "guava", "33.3.0-jre", false, "https://github.com/google/guava",
105+
new Dependency("com.google.guava", "guava", "33.3.1-jre", false, "https://github.com/google/guava",
106106
"Apache License, Version 2.0", "https://www.apache.org/licenses/LICENSE-2.0"),
107107

108108
new Dependency("com.github.ben-manes.caffeine", "caffeine", "3.1.8", false,

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ JavaFXTool基于JDK17 + JavaFX21 + controlsfx 11.x.x + maven构建的javafx脚
2525
| jackson | 2.17.2 | JSON解析库 |
2626
| commons-io | 2.17.0 | IO工具 |
2727
| commons-csv | 1.10.0 | csv工具 |
28-
| guava | 33.3.0-jre | Google工具 |
28+
| guava | 33.3.1-jre | Google工具 |
2929
| groovy | 4.0.23 | Groovy |
3030
| caffeine | 3.1.8 | 本地缓存 |
3131
| thumbnailator | 0.4.20 | 图片转码和缩略工具 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<javassist.version>3.30.2-GA</javassist.version>
129129
<log4j2.version>2.24.0</log4j2.version>
130130
<log4j-over-slf4j.version>2.0.16</log4j-over-slf4j.version>
131-
<guava.version>33.3.0-jre</guava.version>
131+
<guava.version>33.3.1-jre</guava.version>
132132
<caffeine.version>3.1.8</caffeine.version>
133133
<java-diff-utils.version>4.12</java-diff-utils.version>
134134
<dom4j.version>2.1.4</dom4j.version>

0 commit comments

Comments
 (0)