Skip to content

Commit

Permalink
Merge pull request #1559 from ClickHouse/dependabot/maven/org.apache.…
Browse files Browse the repository at this point in the history
…commons-commons-compress-1.26.0

Bump org.apache.commons:commons-compress from 1.23.0 to 1.26.1
  • Loading branch information
chernser authored Mar 20, 2024
2 parents b07e8de + e009d12 commit be06439
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<brotli.version>0.1.2</brotli.version>
<brotli4j.version>1.12.0</brotli4j.version>
<caffeine.version>3.1.7</caffeine.version>
<compress.version>1.23.0</compress.version>
<compress.version>1.26.1</compress.version>
<dnsjava.version>3.5.2</dnsjava.version>
<fastutil.version>8.5.12</fastutil.version>
<grpc.version>1.57.1</grpc.version>
Expand All @@ -112,7 +112,7 @@
<snappy.version>1.1.10.3</snappy.version>
<xz.version>1.9</xz.version>
<zstd-jni.version>1.5.5-5</zstd-jni.version>
<testcontainers.version>1.18.3</testcontainers.version>
<testcontainers.version>1.19.7</testcontainers.version>
<!-- stay 7.5 for JDK 8 support -->
<testng.version>7.5.1</testng.version>

Expand Down Expand Up @@ -144,7 +144,7 @@
<shade-plugin.version>3.5.0</shade-plugin.version>
<source-plugin.version>3.2.1</source-plugin.version>
<staging-plugin.version>1.6.13</staging-plugin.version>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
<surefire-plugin.version>3.2.5</surefire-plugin.version>
<toolchains-plugin.version>3.1.0</toolchains-plugin.version>
<versions-plugin.version>2.16.0</versions-plugin.version>

Expand Down Expand Up @@ -1260,4 +1260,4 @@
</build>
</profile>
</profiles>
</project>
</project>
2 changes: 1 addition & 1 deletion third-party-libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<annotations-api.version>6.0.53</annotations-api.version>
<compress.version>1.23.0</compress.version>
<compress.version>1.26.1</compress.version>
<grpc.version>1.57.1</grpc.version>
<gson.version>2.10.1</gson.version>
<opencensus.version>0.31.1</opencensus.version>
Expand Down

0 comments on commit be06439

Please sign in to comment.