From f0aa44230cba411102d05548bd9e5ab31e2961da Mon Sep 17 00:00:00 2001
From: Cody Constine <cody.constine@thetradedesk.com>
Date: Tue, 17 Dec 2024 12:26:26 -0700
Subject: [PATCH 1/2] upping encryption support version

---
 conf/local-e2e-config.json        | 2 +-
 conf/local-e2e-docker-config.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/local-e2e-config.json b/conf/local-e2e-config.json
index b26e472..fec4459 100644
--- a/conf/local-e2e-config.json
+++ b/conf/local-e2e-config.json
@@ -35,5 +35,5 @@
     "optout_url": "http://localhost:8081",
     "s3_keys_metadata_path": "s3encryption_keys/metadata.json",
     "cloud_keys_metadata_path": "cloud_encryption_keys/metadata.json",
-    "encryption_support_version": "5.43.5"
+    "encryption_support_version": "6.0.0"
 }
diff --git a/conf/local-e2e-docker-config.json b/conf/local-e2e-docker-config.json
index e5922d9..cc9bb3a 100644
--- a/conf/local-e2e-docker-config.json
+++ b/conf/local-e2e-docker-config.json
@@ -33,5 +33,5 @@
   "core_public_url": "http://core:8088",
   "optout_url": "http://optout:8081",
   "cloud_encryption_keys_metadata_path": "cloud_encryption_keys/metadata.json",
-  "encryption_support_version": "5.34.5"
+  "encryption_support_version": "6.0.0"
 }

From 10b39674238009794e2f15fbed724a90e93fcd3e Mon Sep 17 00:00:00 2001
From: Release Workflow <unifiedid-admin+release@thetradedesk.com>
Date: Tue, 17 Dec 2024 19:28:43 +0000
Subject: [PATCH 2/2] [CI Pipeline] Released Snapshot version:
 2.23.1-alpha-70-SNAPSHOT

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 102d0b6..f801198 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
     <groupId>com.uid2</groupId>
     <artifactId>uid2-core</artifactId>
-    <version>2.23.0</version>
+    <version>2.23.1-alpha-70-SNAPSHOT</version>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>