Skip to content

Commit

Permalink
chore: Update maven plugins versions (#10885) (#10887)
Browse files Browse the repository at this point in the history
Updates maven surefire and failsafe plugins versions to 2.22.2 which has a fix for `Corrupted STDOUT by directly writing to native stream in forked JVM 1`, which occasionally thrown in the pull request validation builds.

Co-authored-by: Mikhail Shabarov <[email protected]>
  • Loading branch information
vaadin-bot and mshabarov authored May 4, 2021
1 parent b9c1828 commit 864c292
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 @@ -92,8 +92,8 @@
<driver.binary.downloader.maven.plugin.version>1.0.17
</driver.binary.downloader.maven.plugin.version>
<frontend.maven.plugin.version>1.5</frontend.maven.plugin.version>
<maven.surefire.plugin.version>2.22.0</maven.surefire.plugin.version>
<maven.failsafe.plugin.version>2.22.0</maven.failsafe.plugin.version>
<maven.surefire.plugin.version>2.22.2</maven.surefire.plugin.version>
<maven.failsafe.plugin.version>2.22.2</maven.failsafe.plugin.version>
<maven.war.plugin.version>3.1.0</maven.war.plugin.version>
<maven.deploy.plugin.version>2.8.2</maven.deploy.plugin.version>
<maven.resources.plugin.version>3.0.2</maven.resources.plugin.version>
Expand Down

0 comments on commit 864c292

Please sign in to comment.