Update maven-shade-plugin to version 3.6.1

patch by Bernardo Botella Corbi; reviewed by Shailaja Koppu, Stefan Miklosovic, Doug Rohrer for CASSANDRA-21176
This commit is contained in:
Bernardo Botella Corbi 2026-02-16 10:52:00 -08:00 committed by Stefan Miklosovic
parent 077b7ebe22
commit 1461e754e8
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version> <version>3.6.1</version>
<configuration> <configuration>
<createSourcesJar>false</createSourcesJar> <createSourcesJar>false</createSourcesJar>