Skip to content

Commit

Permalink
Merge pull request #338 from weaviate/update-deps-to-newest-versions
Browse files Browse the repository at this point in the history
Update Java dependencies to latest versions
  • Loading branch information
antas-marcin authored Nov 26, 2024
2 parents e536dc8 + 9c4d4c2 commit bbdcdbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
<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.34</lombok.version>
<lombok.version>1.18.36</lombok.version>
<gson.version>2.11.0</gson.version>
<httpclient.version>5.4.1</httpclient.version>
<lang3.version>3.17.0</lang3.version>
<junit.version>5.11.3</junit.version>
<testcontainers.version>1.20.3</testcontainers.version>
<testcontainers.version>1.20.4</testcontainers.version>
<assertj-core.version>3.26.3</assertj-core.version>
<jparams.version>1.0.4</jparams.version>
<mockito.version>5.14.2</mockito.version>
Expand Down

0 comments on commit bbdcdbb

Please sign in to comment.