Skip to content

Commit

Permalink
chore(deps): update maven-surefire-plugin.version to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 370a76a commit 1e5fcc6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion spring-boot-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- testing -->
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<testcontainers.version>1.20.2</testcontainers.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-keycloak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- testing -->
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<testcontainers.version>1.17.2</testcontainers.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<java.version>17</java.version>
<testcontainers.version>1.20.2</testcontainers.version>
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-postgres-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<junit-jupiter.version>5.9.3</junit-jupiter.version>
<!-- override spring boot version -->
<testcontainers.version>1.18.1</testcontainers.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-postgres-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<junit-jupiter.version>5.9.3</junit-jupiter.version>
<!-- override spring boot version -->
<testcontainers.version>1.18.1</testcontainers.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-properties-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<!-- testing -->
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-properties-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<!-- testing -->
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<testcontainers.version>1.20.2</testcontainers.version>
<kotlinx-coroutines-core.version>1.9.0</kotlinx-coroutines-core.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-rest-services-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<!-- testing -->
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-rest-services-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<!-- testing -->
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 1e5fcc6

Please sign in to comment.