We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72ecd1a + e0758b2 commit bc1865eCopy full SHA for bc1865e
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.uid2</groupId>
8
<artifactId>uid2-optout</artifactId>
9
- <version>4.4.6-alpha-112-SNAPSHOT</version>
+ <version>4.4.0</version>
10
<name>uid2-optout</name>
11
<url>https://github.com/IABTechLab/uid2-optout</url>
12
@@ -118,6 +118,12 @@
118
<version>5.10.0</version>
119
<scope>test</scope>
120
</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>
127
<dependency>
128
<groupId>io.micrometer</groupId>
129
<artifactId>micrometer-registry-jmx</artifactId>
0 commit comments