From a84eda1f0db2c48b859aba2b5fccc6e7f72e7686 Mon Sep 17 00:00:00 2001 From: John DeRegnaucourt Date: Sat, 28 Sep 2024 20:01:46 -0400 Subject: [PATCH] updated build dependencies and changelog.md --- changelog.md | 2 ++ pom.xml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/changelog.md b/changelog.md index ea58c2429..4aa44ec03 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ ### Revision History +#### 2.14.0 +> * Updated build plug-in dependencies. #### 2.13.0 > * `LRUCache` improved garbage collection handling to avoid [gc Nepotism](https://psy-lob-saw.blogspot.com/2016/03/gc-nepotism-and-linked-queues.html?lr=1719181314858) issues by nulling out node references upon eviction. Pointed out by [Ben Manes](https://github.com/ben-manes). > * Combined `ForkedJoinPool` and `ScheduledExecutorService` into use of only `ScheduledExecutorServive,` which is easier for user. The user can supply `null` or their own scheduler. In the case of `null`, one will be created and the `shutdown()` method will terminate it. If the user supplies a `ScheduledExecutorService` it will be *used*, but not shutdown when the `shutdown()` method is called. This allows `LRUCache` to work well in containerized environments. diff --git a/pom.xml b/pom.xml index 75aef3725..ab54a25d3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.cedarsoftware java-util bundle - 2.13.0 + 2.14.0-SNAPSHOT Java Utilities https://github.com/jdereg/java-util @@ -33,23 +33,23 @@ 8 - 5.10.2 - 5.10.2 + 5.11.1 + 5.11.1 4.11.0 - 3.26.0 - 4.25.0 - 1.21.2 + 3.26.3 + 4.26.0 + 1.23.0 3.4.2 - 3.2.4 + 3.2.7 3.13.0 - 3.7.0 - 3.3.0 + 3.10.0 + 3.5.0 3.3.1 1.26.4 5.1.9 - 1.2.1.Final + 1.2.2.Final 1.7.0