Skip to content

Commit

Permalink
Merge branch 'master' into MODINVSTOR-1270
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanChernetskyi authored Oct 17, 2024
2 parents 0b958cb + ba1a4ce commit 22e8b29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<generate_routing_context>/instance-storage/instances,/instance-storage/instances/retrieve,/holdings-storage/holdings,/holdings-storage/holdings/retrieve,/item-storage/items,/record-bulk/ids,/oai-pmh-view/instances,/oai-pmh-view/updatedInstanceIds,/oai-pmh-view/enrichedInstances,/inventory-hierarchy/updated-instance-ids,/inventory-hierarchy/items-and-holdings,/inventory-view/instances</generate_routing_context>
<argLine />

<raml-module-builder-version>35.2.2</raml-module-builder-version> <!-- also update vertx.version -->
<raml-module-builder-version>35.3.0</raml-module-builder-version> <!-- also update vertx.version -->
<vertx.version>4.5.10</vertx.version>
<marc4j.version>2.9.5</marc4j.version>
<aspectj.version>1.9.22.1</aspectj.version>
Expand All @@ -21,12 +21,12 @@
<lombok.version>1.18.34</lombok.version>
<snappy-java.version>1.1.10.7</snappy-java.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<log4j.version>2.24.0</log4j.version>
<log4j.version>2.24.1</log4j.version>
<folio-s3-client.version>2.2.0-SNAPSHOT</folio-s3-client.version>

<okapi-testing.version>6.0.3</okapi-testing.version>
<junit.version>5.11.1</junit.version>
<testcontainers.version>1.20.1</testcontainers.version>
<junit.version>5.11.2</junit.version>
<testcontainers.version>1.20.2</testcontainers.version>
<joda-time.version>2.13.0</joda-time.version>
<hamcrest.version>3.0</hamcrest.version>
<junit4.version>4.13.2</junit4.version>
Expand All @@ -45,10 +45,10 @@
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<copy-rename-maven-plugin.version>1.0.1</copy-rename-maven-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
<checkstyle.version>10.18.1</checkstyle.version>
<maven-failsafe-plugin.version>3.5.0</maven-failsafe-plugin.version>
<checkstyle.version>10.18.2</checkstyle.version>
<maven-failsafe-plugin.version>3.5.1</maven-failsafe-plugin.version>
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
<folio-module-descriptor-validator.version>1.0.0</folio-module-descriptor-validator.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/folio/rest/InstallUpgradeIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class InstallUpgradeIT {

@ClassRule(order = 1)
public static final PostgreSQLContainer<?> POSTGRES =
new PostgreSQLContainer<>("postgres:12-alpine")
new PostgreSQLContainer<>("postgres:16-alpine")
.withClasspathResourceMapping("lotus-23.0.0.sql", "/lotus-23.0.0.sql", BindMode.READ_ONLY)
.withNetwork(NETWORK)
.withNetworkAliases("mypostgres")
Expand Down

0 comments on commit 22e8b29

Please sign in to comment.