Skip to content

Commit

Permalink
updated mockito and bytebuddy to support java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
a29340 committed Jan 10, 2024
1 parent f776139 commit 747ce71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<awaitility.version>4.2.0</awaitility.version>
<smallrye-mutiny-vertx-core.version>3.7.2</smallrye-mutiny-vertx-core.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<mockito.version>4.8.0</mockito.version>
<mockito.version>5.4.0</mockito.version>
<mutiny-zero.version>1.0.0</mutiny-zero.version>

<!-- Forbidden API checks -->
Expand Down
5 changes: 0 additions & 5 deletions independent-projects/resteasy-reactive/server/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 747ce71

Please sign in to comment.