Skip to content

Commit

Permalink
Merge branch 'master' into MSEARCH-569
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtHov committed Aug 31, 2023
2 parents a7af2b7 + 064da37 commit db842bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -38,7 +38,7 @@
<folio-service-tools.version>3.1.0-SNAPSHOT</folio-service-tools.version>
<folio-isbn-utils.version>1.5.0</folio-isbn-utils.version>
<folio-cql2pgjson.version>35.0.6</folio-cql2pgjson.version>
<opensearch.version>2.8.0</opensearch.version>
<opensearch.version>2.9.0</opensearch.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<spring-kafka.version>3.0.10</spring-kafka.version>
<apache-commons-io.version>2.13.0</apache-commons-io.version>
Expand All @@ -49,7 +49,7 @@
<streamex.version>0.8.1</streamex.version>

<!-- Test dependencies versions -->
<testcontainers.version>1.18.3</testcontainers.version>
<testcontainers.version>1.19.0</testcontainers.version>
<wiremock.version>2.27.2</wiremock.version>
<awaitility.version>4.2.0</awaitility.version>

Expand Down

0 comments on commit db842bb

Please sign in to comment.