Skip to content

Commit 13d87e8

Browse files
nao-itAleksandr Nikolaev
andauthored
IGNITE-27246 Update lz4 dependency up to 1.10.1, change group id from org.lz4 to at.yawk.lz4 (#12565)
Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### The Contribution Checklist - [ ] There is a single JIRA ticket related to the pull request. - [ ] The web-link to the pull request is attached to the JIRA ticket. - [ ] The JIRA ticket has the _Patch Available_ state. - [ ] The pull request body describes changes that have been made. The description explains _WHAT_ and _WHY_ was made instead of _HOW_. - [ ] The pull request title is treated as the final commit message. The following pattern must be used: `IGNITE-XXXX Change summary` where `XXXX` - number of JIRA issue. - [ ] A reviewer has been mentioned through the JIRA comments (see [the Maintainers list](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-ReviewProcessandMaintainers)) - [ ] The pull request has been checked by the Teamcity Bot and the `green visa` attached to the JIRA ticket (see [TC.Bot: Check PR](https://mtcga.gridgain.com/prs.html)) ### Notes - [How to Contribute](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute) - [Coding abbreviation rules](https://cwiki.apache.org/confluence/display/IGNITE/Abbreviation+Rules) - [Coding Guidelines](https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines) - [Apache Ignite Teamcity Bot](https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Teamcity+Bot) If you need any help, please email [email protected] or ask anу advice on http://asf.slack.com _#ignite_ channel. Co-authored-by: Aleksandr Nikolaev <[email protected]>
1 parent d9a5476 commit 13d87e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/compress/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</dependency>
6868

6969
<dependency>
70-
<groupId>org.lz4</groupId>
70+
<groupId>at.yawk.lz4</groupId>
7171
<artifactId>lz4-java</artifactId>
7272
<version>${lz4.version}</version>
7373
</dependency>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<log4j2.version>2.22.0</log4j2.version>
9595
<lucene.bundle.version>7.4.0_1</lucene.bundle.version>
9696
<lucene.version>8.11.2</lucene.version>
97-
<lz4.version>1.8.0</lz4.version>
97+
<lz4.version>1.10.1</lz4.version>
9898
<maven.bundle.plugin.version>3.5.0</maven.bundle.plugin.version>
9999
<maven.checkstyle.plugin.version>3.1.1</maven.checkstyle.plugin.version>
100100
<maven.flatten.plugin.version>1.7.1</maven.flatten.plugin.version>

0 commit comments

Comments
 (0)