Skip to content

Commit

Permalink
build(deps): Bump com.cedarsoftware:java-util from 2.4.8 to 2.5.0 (#1475
Browse files Browse the repository at this point in the history
)

* build(deps): Bump com.cedarsoftware:java-util from 2.4.8 to 2.5.0

Bumps [com.cedarsoftware:java-util](https://github.com/jdereg/java-util) from 2.4.8 to 2.5.0.
- [Changelog](https://github.com/jdereg/java-util/blob/master/changelog.md)
- [Commits](jdereg/java-util@2.4.8...2.5.0)

---
updated-dependencies:
- dependency-name: com.cedarsoftware:java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>
  • Loading branch information
dependabot[bot] and unknowIfGuestInDream committed Apr 9, 2024
1 parent c52f0fc commit 4fc8c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ private static class SingletonInstance {
"https://github.com/JonathanGiles/TeenyHttpd", "MIT License",
"http://www.opensource.org/licenses/mit-license.php"),

new Dependency("com.cedarsoftware", "java-util", "2.4.8", false,
new Dependency("com.cedarsoftware", "java-util", "2.5.0", false,
"https://github.com/jdereg/java-util", "Apache License, Version 2.0",
"https://www.apache.org/licenses/LICENSE-2.0"));
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<plantuml.version>1.2024.3</plantuml.version>
<cssfx.version>11.5.1</cssfx.version>
<teenyhttpd.version>1.0.5</teenyhttpd.version>
<java-util.version>2.4.8</java-util.version>
<java-util.version>2.5.0</java-util.version>
</properties>

<issueManagement>
Expand Down

0 comments on commit 4fc8c9c

Please sign in to comment.