diff --git a/core/license/THIRD_PARTY_LICENSES.txt b/core/license/THIRD_PARTY_LICENSES.txt index 6c78f0f145..af3ffa0a02 100644 --- a/core/license/THIRD_PARTY_LICENSES.txt +++ b/core/license/THIRD_PARTY_LICENSES.txt @@ -47,7 +47,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. =============================================================================== -## org.lz4:lz4-java@1.8.0 (Apache-2.0) +## at.yawk.lz4:lz4-java@1.10.2 (Apache-2.0) URL for License – http://opensource.org/licenses/Apache-2.0 diff --git a/core/org.openjdk.jmc.common/pom.xml b/core/org.openjdk.jmc.common/pom.xml index a80a8a1b22..df2030e11d 100644 --- a/core/org.openjdk.jmc.common/pom.xml +++ b/core/org.openjdk.jmc.common/pom.xml @@ -49,9 +49,9 @@ 1.2.3 - org.lz4 + at.yawk.lz4 lz4-java - 1.8.0 + 1.10.2 diff --git a/license/THIRDPARTYREADME.txt b/license/THIRDPARTYREADME.txt index a3cbfdfb6b..9272666f90 100644 --- a/license/THIRDPARTYREADME.txt +++ b/license/THIRDPARTYREADME.txt @@ -363,7 +363,7 @@ the Author. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -%% The following notice is provided with respect to lz4-java v1.8.0, +%% The following notice is provided with respect to lz4-java v1.10.2, which may be included with this product. URL for License � http://opensource.org/licenses/Apache-2.0 diff --git a/releng/platform-definitions/platform-definition-2024-12/platform-definition-2024-12.target b/releng/platform-definitions/platform-definition-2024-12/platform-definition-2024-12.target index a5d2cd8835..9c447feacc 100644 --- a/releng/platform-definitions/platform-definition-2024-12/platform-definition-2024-12.target +++ b/releng/platform-definitions/platform-definition-2024-12/platform-definition-2024-12.target @@ -39,7 +39,7 @@ - + diff --git a/releng/platform-definitions/platform-definition-2025-03/platform-definition-2025-03.target b/releng/platform-definitions/platform-definition-2025-03/platform-definition-2025-03.target index 2f19bc93e4..4cb3f1c2b8 100644 --- a/releng/platform-definitions/platform-definition-2025-03/platform-definition-2025-03.target +++ b/releng/platform-definitions/platform-definition-2025-03/platform-definition-2025-03.target @@ -39,7 +39,7 @@ - + diff --git a/releng/platform-definitions/platform-definition-2025-06/platform-definition-2025-06.target b/releng/platform-definitions/platform-definition-2025-06/platform-definition-2025-06.target index 36b2918391..4dae0f9249 100644 --- a/releng/platform-definitions/platform-definition-2025-06/platform-definition-2025-06.target +++ b/releng/platform-definitions/platform-definition-2025-06/platform-definition-2025-06.target @@ -39,7 +39,7 @@ - + diff --git a/releng/platform-definitions/platform-definition-2025-09/platform-definition-2025-09.target b/releng/platform-definitions/platform-definition-2025-09/platform-definition-2025-09.target index 69de27b739..7861a8759f 100644 --- a/releng/platform-definitions/platform-definition-2025-09/platform-definition-2025-09.target +++ b/releng/platform-definitions/platform-definition-2025-09/platform-definition-2025-09.target @@ -38,7 +38,7 @@ - + diff --git a/releng/third-party/pom.xml b/releng/third-party/pom.xml index fed65a8cde..93134f01d9 100644 --- a/releng/third-party/pom.xml +++ b/releng/third-party/pom.xml @@ -56,7 +56,7 @@ 2.1.3 1.0.3 1.2.3 - 1.8.0 + 1.10.2 2.2.2 2.0.0 12.1.0 @@ -104,7 +104,7 @@ org.owasp.encoder:encoder:${owasp.encoder.version} - org.lz4:lz4-java:${lz4.version} + at.yawk.lz4:lz4-java:${lz4.version} org.hdrhistogram:HdrHistogram:${hdrhistogram.version}