Skip to content

Commit 3c269f8

Browse files
committed
Merged main
2 parents 15a9c96 + 1b72e55 commit 3c269f8

28 files changed

+120
-270
lines changed

.trivyignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55

66
# https://thetradedesk.atlassian.net/browse/UID2-4460
77
CVE-2024-47535
8-
9-
# https://thetradedesk.atlassian.net/browse/UID2-4461
10-
CVE-2024-7254

conf/docker-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"storage_mock": true,
55
"refresh_token_expires_after_seconds": 86400,
66
"refresh_identity_token_after_seconds": 900,
7-
"advertising_token_v3": false,
87
"refresh_token_v3": false,
98
"identity_v3": false,
109
"identity_scope": "uid2",

conf/local-config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"identity_token_expires_after_seconds": 3600,
1313
"refresh_token_expires_after_seconds": 86400,
1414
"refresh_identity_token_after_seconds": 900,
15-
"advertising_token_v3": false,
16-
"advertising_token_v4_percentage": 0,
17-
"site_ids_using_v4_tokens": "",
1815
"refresh_token_v3": false,
1916
"identity_v3": false,
2017
"identity_scope": "uid2",

conf/local-e2e-docker-private-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"identity_token_expires_after_seconds": 3600,
1515
"refresh_token_expires_after_seconds": 86400,
1616
"refresh_identity_token_after_seconds": 900,
17-
"advertising_token_v3": false,
1817
"refresh_token_v3": true,
1918
"identity_v3": false,
2019
"identity_scope": "uid2",

conf/local-e2e-docker-public-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"identity_token_expires_after_seconds": 3600,
1717
"refresh_token_expires_after_seconds": 86400,
1818
"refresh_identity_token_after_seconds": 900,
19-
"advertising_token_v3": false,
2019
"refresh_token_v3": true,
2120
"identity_v3": false,
2221
"identity_scope": "uid2",

conf/local-e2e-private-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"identity_token_expires_after_seconds": 3600,
1717
"refresh_token_expires_after_seconds": 86400,
1818
"refresh_identity_token_after_seconds": 900,
19-
"advertising_token_v3": false,
2019
"refresh_token_v3": true,
2120
"identity_v3": false,
2221
"identity_scope": "uid2",

conf/local-e2e-public-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"identity_token_expires_after_seconds": 3600,
1717
"refresh_token_expires_after_seconds": 86400,
1818
"refresh_identity_token_after_seconds": 900,
19-
"advertising_token_v3": false,
2019
"refresh_token_v3": true,
2120
"identity_v3": false,
2221
"identity_scope": "uid2",

conf/validator-latest-e2e-docker-public-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"identity_token_expires_after_seconds": 3600,
1818
"refresh_token_expires_after_seconds": 86400,
1919
"refresh_identity_token_after_seconds": 900,
20-
"advertising_token_v3": false,
2120
"refresh_token_v3": true,
2221
"identity_v3": false,
2322
"identity_scope": "uid2",

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-operator</artifactId>
9-
<version>5.42.18-alpha-85-SNAPSHOT</version>
9+
<version>5.43.4</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13-
<vertx.version>4.5.3</vertx.version>
13+
<vertx.version>4.5.11</vertx.version>
1414
<vertx-maven-plugin.version>1.0.22</vertx-maven-plugin.version>
1515
<junit-jupiter.version>5.11.2</junit-jupiter.version>
1616
<junit-vintage.version>5.11.2</junit-vintage.version>
@@ -22,7 +22,7 @@
2222
<enclave-aws.version>2.1.0</enclave-aws.version>
2323
<enclave-azure.version>2.1.0</enclave-azure.version>
2424
<enclave-gcp.version>2.1.0</enclave-gcp.version>
25-
<uid2-shared.version>7.20.4</uid2-shared.version>
25+
<uid2-shared.version>8.0.9</uid2-shared.version>
2626
<image.version>${project.version}</image.version>
2727
<maven.compiler.source>21</maven.compiler.source>
2828
<maven.compiler.target>21</maven.compiler.target>

scripts/aws/conf/default-config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,5 @@
3434
"failure_shutdown_wait_hours": 120,
3535
"sharing_token_expiry_seconds": 2592000,
3636
"validate_service_links": false,
37-
"advertising_token_v4_percentage": 100,
38-
"site_ids_using_v4_tokens": "",
3937
"operator_type": "private"
4038
}

0 commit comments

Comments
 (0)