Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#1345)
Browse files Browse the repository at this point in the history
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 Dec 20, 2024
1 parent 0a5210f commit a8a5feb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion event-statistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Quarkus Sample :: Super-Heroes :: Statistics Microservice</name>
<description>The event statistics microservice utilizing WebSockets</description>
<properties>
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.0</assertj.version>
<awaitility.version>4.1.1</awaitility.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down
2 changes: 1 addition & 1 deletion grpc-locations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Quarkus Sample :: Super-Heroes :: Locations Microservice</name>
<description>The Locations gRPC Service</description>
<properties>
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.0</assertj.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<kotlin.version>1.9.25</kotlin.version>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion rest-fights/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Quarkus Sample :: Super-Heroes :: Fights Microservice</name>
<description>The fights RESTful microservice</description>
<properties>
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.0</assertj.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<mapstruct.version>1.6.3</mapstruct.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down
2 changes: 1 addition & 1 deletion rest-heroes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Quarkus Sample :: Super-Heroes :: Heroes Microservice</name>
<description>The Heroes RESTful microservice</description>
<properties>
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.0</assertj.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<mapstruct.version>1.6.3</mapstruct.version>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion rest-narration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Quarkus Sample :: Super-Heroes :: Narration Microservice</name>
<description>The narration RESTful microservice</description>
<properties>
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.0</assertj.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
<jacoco.version>0.8.12</jacoco.version>
Expand Down
2 changes: 1 addition & 1 deletion rest-villains/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Quarkus Sample :: Super-Heroes :: Villains Microservice</name>
<description>The Villains RESTful microservice</description>
<properties>
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.0</assertj.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<mapstruct.version>1.6.3</mapstruct.version>
<maven.compiler.release>17</maven.compiler.release>
Expand Down

0 comments on commit a8a5feb

Please sign in to comment.