Skip to content

Commit d83aeb3

Browse files
authored
Merge pull request #1530 from IABTechLab/aaq-UID2-5016-handle-x-forwarded-host-header
Update shared version to handle X-Forwarded-Host header gracefully
2 parents 32b3c76 + aa90c17 commit d83aeb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-operator</artifactId>
9-
<version>5.49.7</version>
9+
<version>5.49.5-alpha-144-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -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>8.1.15</uid2-shared.version>
25+
<uid2-shared.version>8.1.25</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>

0 commit comments

Comments
 (0)