Skip to content

Commit 6c1bbbe

Browse files
Adding new shared version
1 parent 8bdb95f commit 6c1bbbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- check micrometer.version vertx-micrometer-metrics consumes before bumping up -->
1717
<micrometer.version>1.12.2</micrometer.version>
1818
<junit-jupiter.version>5.11.2</junit-jupiter.version>
19-
<uid2-shared.version>8.0.14-alpha-176-SNAPSHOT</uid2-shared.version>
19+
<uid2-shared.version>8.0.25</uid2-shared.version>
2020
<okta-jwt.version>0.5.10</okta-jwt.version>
2121
<image.version>${project.version}</image.version>
2222
</properties>

src/main/java/com/uid2/admin/store/writer/EncryptedScopedStoreWriter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public EncryptedScopedStoreWriter(IMetadataVersionedStore provider,
3131
this.siteId = siteId;
3232
}
3333

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

0 commit comments

Comments
 (0)