Skip to content

Commit

Permalink
Merge pull request #1176 from quarkiverse/dependabot/maven/org.assert…
Browse files Browse the repository at this point in the history
…j-assertj-core-3.27.0

Bump org.assertj:assertj-core from 3.26.3 to 3.27.0
  • Loading branch information
geoand authored Dec 20, 2024
2 parents b40ac53 + dbcee6e commit d3bdc94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<langchain4j-embeddings.version>0.36.2</langchain4j-embeddings.version>
<quarkus-antora.version>1.0.1</quarkus-antora.version>
<quarkus-poi.version>2.0.4</quarkus-poi.version> <!-- we need to use this version because langchain4j uses POI 5.2.3 instead of 5.2.5 and the substitution needed is different in the two versions -->
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.0</assertj.version>
<wiremock.version>3.10.0</wiremock.version>
<sundrio.version>0.200.0</sundrio.version>
<quarkus-wiremock.version>1.4.1</quarkus-wiremock.version>
Expand Down
2 changes: 1 addition & 1 deletion testing/scorer/scorer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion testing/scorer/scorer-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d3bdc94

Please sign in to comment.