Skip to content

Commit 06d78ff

Browse files
author
Behnam Mozafari
committed
Merge branch 'main' into bmz-UID2-4612-operator-remote-config-endpoint
2 parents fbabd23 + af89d66 commit 06d78ff

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

conf/default-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"att_token_enc_salt": null,
1919
"enforceJwt": false,
2020
"cloud_encryption_keys_metadata_path": null,
21-
"encryption_support_version": "9999"
21+
"encryption_support_version": "5.45.0"
2222
}

conf/integ-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"salts_metadata_path": "uid2/salts/metadata.json",
2020
"enforceJwt": false,
2121
"cloud_encryption_keys_metadata_path": "uid2/cloud_encryption_keys/metadata.json",
22-
"encryption_support_version": "9999"
22+
"encryption_support_version": "5.45.0"
2323
}

conf/local-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"provide_private_site_data": true,
2121
"enforceJwt": false,
2222
"cloud_encryption_keys_metadata_path": "/com.uid2.core/test/cloud_encryption_keys/metadata.json",
23-
"encryption_support_version": "9999"
23+
"encryption_support_version": "5.45.0"
2424
}

conf/local-e2e-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"optout_url": "http://localhost:8081",
3636
"s3_keys_metadata_path": "s3encryption_keys/metadata.json",
3737
"cloud_keys_metadata_path": "cloud_encryption_keys/metadata.json",
38-
"encryption_support_version": "6.0.0"
38+
"encryption_support_version": "5.45.0"
3939
}

conf/local-e2e-docker-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"core_public_url": "http://core:8088",
3434
"optout_url": "http://optout:8081",
3535
"cloud_encryption_keys_metadata_path": "cloud_encryption_keys/metadata.json",
36-
"encryption_support_version": "6.0.0"
36+
"encryption_support_version": "5.45.0"
3737
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-core</artifactId>
9-
<version>2.23.17</version>
9+
<version>2.24.4</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "2.23", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }
1+
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "2.24", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }

0 commit comments

Comments
 (0)