Skip to content

Commit

Permalink
[FLINK-34234] Enable check for shading optiona
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Jun 27, 2024
1 parent 08ebf27 commit 1bf31a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ under the License.
<!-- Used to resolve variables in the 'version' tag -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.1</version>
<version>1.2.7</version>
<executions>
<execution>
<id>flatten</id>
Expand Down Expand Up @@ -354,7 +354,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-ci-tools</artifactId>
<version>1.17-SNAPSHOT</version>
<version>1.18.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 1bf31a8

Please sign in to comment.