Skip to content

Commit 273f77e

Browse files
Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.6.0 (#4211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ca5a33 commit 273f77e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metrics-benchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<!-- generate an uber .jar for standalone benchmarking -->
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-shade-plugin</artifactId>
68-
<version>3.5.3</version>
68+
<version>3.6.0</version>
6969
<executions>
7070
<execution>
7171
<phase>package</phase>

metrics-jcstress/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-shade-plugin</artifactId>
62-
<version>3.5.3</version>
62+
<version>3.6.0</version>
6363
<executions>
6464
<execution>
6565
<id>main</id>

0 commit comments

Comments
 (0)