Skip to content

Commit

Permalink
Merge pull request #10186 from IQSS/75_google_cloud_protobuf
Browse files Browse the repository at this point in the history
bump google.library.version to 26.30.0
  • Loading branch information
landreev committed Jan 30, 2024
2 parents f16c4a1 + 2eeda3d commit 97508e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>${google.cloud.version}</version>
<artifactId>libraries-bom</artifactId>
<version>${google.library.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -152,7 +152,7 @@
<postgresql.version>42.6.0</postgresql.version>
<solr.version>9.3.0</solr.version>
<aws.version>1.12.290</aws.version>
<google.cloud.version>0.177.0</google.cloud.version>
<google.library.version>26.30.0</google.library.version>

<!-- Basic libs, logging -->
<jakartaee-api.version>8.0.0</jakartaee-api.version>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/edu/harvard/iq/dataverse/api/SwordIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ public void testDeleteFiles() {
List<String> oneFileLeftInV2Draft = statement3.getBody().xmlPath().getList("feed.entry.id");
logger.info("Number of files remaining in this post version 1 draft:" + oneFileLeftInV2Draft.size());
assertEquals(1, oneFileLeftInV2Draft.size());

UtilIT.sleepForLock(datasetPersistentId, "EditInProgress", apiToken, UtilIT.MAXIMUM_PUBLISH_LOCK_DURATION);
Response deleteIndex1b = UtilIT.deleteFile(Integer.parseInt(index1b), apiToken);
deleteIndex1b.then().assertThat()
.statusCode(NO_CONTENT.getStatusCode());
Expand Down

0 comments on commit 97508e6

Please sign in to comment.