Skip to content

Commit 1cd02e4

Browse files
build(deps): Bump com.cedarsoftware:java-util from 3.3.0 to 3.3.1 (#2114)
* build(deps): Bump com.cedarsoftware:java-util from 3.3.0 to 3.3.1 Bumps [com.cedarsoftware:java-util](https://github.com/jdereg/java-util) from 3.3.0 to 3.3.1. - [Changelog](https://github.com/jdereg/java-util/blob/master/changelog.md) - [Commits](jdereg/java-util@3.3.0...3.3.1) --- updated-dependencies: - dependency-name: com.cedarsoftware:java-util dependency-version: 3.3.1 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 439e5c0 commit 1cd02e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -224,7 +224,7 @@ private static class SingletonInstance {
224224
"https://github.com/JonathanGiles/TeenyHttpd", "MIT License",
225225
"http://www.opensource.org/licenses/mit-license.php"),
226226

227-
new Dependency("com.cedarsoftware", "java-util", "3.3.0", false,
227+
new Dependency("com.cedarsoftware", "java-util", "3.3.1", false,
228228
"https://github.com/jdereg/java-util", "Apache License, Version 2.0",
229229
"https://www.apache.org/licenses/LICENSE-2.0"),
230230

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<plantuml.version>1.2025.2</plantuml.version>
187187
<cssfx.version>11.5.1</cssfx.version>
188188
<teenyhttpd.version>1.0.5</teenyhttpd.version>
189-
<java-util.version>3.3.0</java-util.version>
189+
<java-util.version>3.3.1</java-util.version>
190190
<eclipse-collections.version>11.1.0</eclipse-collections.version>
191191
<jep.version>4.2.2</jep.version>
192192
<imageio.version>3.12.0</imageio.version>

0 commit comments

Comments
 (0)