Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.maven.plugins:maven-compile…
Browse files Browse the repository at this point in the history
…r-plugin to v3.11.0
  • Loading branch information
renovate[bot] authored and mickroll committed Nov 21, 2023
1 parent e181350 commit 63b4eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>

<commons-io.version>2.8.0</commons-io.version>
<junit-jupiter.version>5.7.2</junit-jupiter.version>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<maven-plugin-annotations.version>3.6.1</maven-plugin-annotations.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<plexus-component.version>2.1.0</plexus-component.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<junit-jupiter.version>5.7.2</junit-jupiter.version>
<assertj-core.version>3.19.0</assertj-core.version>

Expand Down

0 comments on commit 63b4eb5

Please sign in to comment.