Skip to content

Commit bc1865e

Browse files
committed
Merge branch 'ian-UID2-6147-sqs-delta-producer' of github.com:IABTechLab/uid2-optout into ian-UID2-6147-sqs-delta-producer
merge
2 parents 72ecd1a + e0758b2 commit bc1865e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

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

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-optout</artifactId>
9-
<version>4.4.6-alpha-112-SNAPSHOT</version>
9+
<version>4.4.0</version>
1010
<name>uid2-optout</name>
1111
<url>https://github.com/IABTechLab/uid2-optout</url>
1212

@@ -118,6 +118,12 @@
118118
<version>5.10.0</version>
119119
<scope>test</scope>
120120
</dependency>
121+
<dependency>
122+
<groupId>org.mockito</groupId>
123+
<artifactId>mockito-inline</artifactId>
124+
<version>5.2.0</version>
125+
<scope>test</scope>
126+
</dependency>
121127
<dependency>
122128
<groupId>io.micrometer</groupId>
123129
<artifactId>micrometer-registry-jmx</artifactId>

0 commit comments

Comments
 (0)