Skip to content

Commit

Permalink
Adding new shared version
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Dec 17, 2024
1 parent 8bdb95f commit 6c1bbbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- check micrometer.version vertx-micrometer-metrics consumes before bumping up -->
<micrometer.version>1.12.2</micrometer.version>
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<uid2-shared.version>8.0.14-alpha-176-SNAPSHOT</uid2-shared.version>
<uid2-shared.version>8.0.25</uid2-shared.version>
<okta-jwt.version>0.5.10</okta-jwt.version>
<image.version>${project.version}</image.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public EncryptedScopedStoreWriter(IMetadataVersionedStore provider,
this.siteId = siteId;
}

@Override
public void upload(String data, JsonObject extraMeta) throws Exception {
if (siteId == null) {
throw new IllegalStateException("Site ID is not set.");
Expand Down

0 comments on commit 6c1bbbe

Please sign in to comment.