We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20ad21e + 70146de commit 152cd30Copy full SHA for 152cd30
e2e/maven/workflow_dispatch/pom.xml
@@ -76,7 +76,7 @@
76
<plugin>
77
<groupId>org.apache.maven.plugins</groupId>
78
<artifactId>maven-shade-plugin</artifactId>
79
- <version>3.5.1</version>
+ <version>3.6.0</version>
80
<executions>
81
<execution>
82
<phase>package</phase>
@@ -96,7 +96,7 @@
96
97
<groupId>org.sonatype.plugins</groupId>
98
<artifactId>nexus-staging-maven-plugin</artifactId>
99
- <version>1.6.13</version>
+ <version>1.7.0</version>
100
<extensions>true</extensions>
101
<configuration>
102
<serverId>ossrh</serverId>
0 commit comments