Skip to content

Commit

Permalink
fix(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3…
Browse files Browse the repository at this point in the history
….2.1 to 3.2.2 (#234)

Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.2.1 to 3.2.2.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent edb9ccd commit f75c260
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 @@ -25,7 +25,7 @@
<lombok.version>1.18.30</lombok.version>
<lombok.mapstruct.binding.version>0.2.0</lombok.mapstruct.binding.version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<maven.surfire.plugin.version>3.2.1</maven.surfire.plugin.version>
<maven.surfire.plugin.version>3.2.2</maven.surfire.plugin.version>
<okhttp.version>4.8.1</okhttp.version>
<jacoco.version>0.8.11</jacoco.version>
<apache.commons.lang3.version>3.13.0</apache.commons.lang3.version>
Expand Down Expand Up @@ -177,7 +177,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<configuration>
<argLine>@{argLine} -Xms256m -Xmx2048m -Dfile.encoding=${project.build.sourceEncoding}</argLine>
<runOrder>random</runOrder>
Expand Down

0 comments on commit f75c260

Please sign in to comment.