Skip to content

Commit

Permalink
Update pom.xml dependencies to newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antas-marcin committed May 10, 2024
1 parent 762b169 commit 2430e39
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,26 +56,26 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<lombok.version>1.18.30</lombok.version>
<lombok.version>1.18.32</lombok.version>
<gson.version>2.10.1</gson.version>
<httpclient.version>4.5.14</httpclient.version>
<lang3.version>3.14.0</lang3.version>
<junit.version>5.10.2</junit.version>
<testcontainers.version>1.19.6</testcontainers.version>
<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>
<slf4j.version>2.0.12</slf4j.version>
<logback.version>1.5.3</logback.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.15.3</jackson.version>
<jackson.version>2.17.1</jackson.version>
<oauth2-oidc-sdk.version>11.10.1</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.62.2</grpc-netty-shaded.version>
<grpc-protobuf.version>1.62.2</grpc-protobuf.version>
<grpc-stub.version>1.62.2</grpc-stub.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>
<annotations-api.version>6.0.53</annotations-api.version>
</properties>

Expand Down

0 comments on commit 2430e39

Please sign in to comment.