Skip to content

Commit

Permalink
[improve][deploy] Bump maven-dependency-plugin to 3.3.0
Browse files Browse the repository at this point in the history
So that we can work with JDK17; otherwise, it will fail with "Unsupported class file major version 61".

Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Jul 1, 2022
1 parent 07c46fe commit 614f5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -254,7 +254,7 @@ flexible messaging model and an intuitive client API.</description>
<surefire.version>3.0.0-M3</surefire.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
<maven-modernizer-plugin.version>2.3.0</maven-modernizer-plugin.version>
<maven-shade-plugin>3.3.0</maven-shade-plugin>
<maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
Expand Down

0 comments on commit 614f5bc

Please sign in to comment.