Skip to content

Commit

Permalink
Merge pull request #755 from avaje/dependabot/maven/master/dependenci…
Browse files Browse the repository at this point in the history
…es-0d335fa4b3

Bump the dependencies group with 3 updates
  • Loading branch information
github-actions[bot] authored Jan 6, 2025
2 parents ec3fde7 + 2786df0 commit ba4c6ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blackbox-test-inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-annotations</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>

<!-- annotation processor -->
Expand Down
2 changes: 1 addition & 1 deletion inject-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<jupiter.version>5.11.4</jupiter.version>
<mockito.version>5.14.2</mockito.version>
<mockito.version>5.15.2</mockito.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.14.2</version>
<version>5.15.2</version>
<optional>true</optional>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.14.2</version>
<version>5.15.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ba4c6ea

Please sign in to comment.