diff --git a/README.md b/README.md index 45eaa7f..2d269d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libKonogonka +libKonogonka ![License](https://img.shields.io/badge/License-GPLv3-blue.svg) [![Build Status](https://ci.redrise.ru/api/badges/desu/libKonogonka/status.svg)](https://ci.redrise.ru/desu/libKonogonka) @@ -13,10 +13,13 @@ You can get this application from independent source location: [https://git.redr [GNU General Public License v3 or higher](https://git.redrise.ru/desu/libKonogonka/LICENSE) ### Used libraries & resources + * [Bouncy Castle](https://www.bouncycastle.org/) for Java. * [Java-XTS-AES](https://github.com/horrorho/Java-XTS-AES) by horrorho with minimal changes. +* [lz4-java](https://github.com/lz4/lz4-java) + +#### Thanks -#### Thanks * Switch brew wiki * Original ScriesM software * roothorick, [shchmue](https://github.com/shchmue/), He, other Team AtlasNX discord members for their advices, notes and examples! diff --git a/pom.xml b/pom.xml index 521eaeb..07d03de 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 2022 Dmitry Isaenko - https://developersu.blogspot.com/ + https://redrise.ru/ @@ -67,28 +67,33 @@ org.apache.logging.log4j log4j-core - 2.18.0 + 2.19.0 compile org.junit.jupiter junit-jupiter-engine - 5.5.2 + 5.9.0 test org.junit.jupiter junit-jupiter-api - 5.5.2 + 5.9.0 test org.junit.jupiter junit-jupiter-params - 5.5.2 + 5.9.0 test + + org.lz4 + lz4-pure-java + 1.8.0 + ${project.artifactId}-${project.version}-${maven.build.timestamp} @@ -111,7 +116,7 @@ -