Skip to content

Commit

Permalink
Merge pull request #281 from weaviate/update-java-dependencies
Browse files Browse the repository at this point in the history
Update pom.xml dependecies to newest versions
  • Loading branch information
antas-marcin authored May 20, 2024
2 parents 578f833 + 0ac3220 commit 5f7c859
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@
<testcontainers.version>1.19.8</testcontainers.version>
<assertj-core.version>3.25.3</assertj-core.version>
<jparams.version>1.0.4</jparams.version>
<mockito.version>5.11.0</mockito.version>
<mockito.version>5.12.0</mockito.version>
<slf4j.version>2.0.13</slf4j.version>
<logback.version>1.5.6</logback.version>
<mock-server.version>5.14.0</mock-server.version>
<jackson.version>2.17.1</jackson.version>
<oauth2-oidc-sdk.version>11.10.1</oauth2-oidc-sdk.version>
<oauth2-oidc-sdk.version>11.12</oauth2-oidc-sdk.version>
<mock-server.version>5.15.0</mock-server.version>
<jackson.version>2.16.1</jackson.version>
<protobuf.java.version>3.25.3</protobuf.java.version>
<grpc-netty-shaded.version>1.63.0</grpc-netty-shaded.version>
<grpc-protobuf.version>1.63.0</grpc-protobuf.version>
<grpc-stub.version>1.63.0</grpc-stub.version>
<grpc-netty-shaded.version>1.64.0</grpc-netty-shaded.version>
<grpc-protobuf.version>1.64.0</grpc-protobuf.version>
<grpc-stub.version>1.64.0</grpc-stub.version>
<annotations-api.version>6.0.53</annotations-api.version>
</properties>

Expand Down

0 comments on commit 5f7c859

Please sign in to comment.