|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 4 | <modelVersion>4.0.0</modelVersion> |
6 | 5 |
|
7 | 6 | <groupId>com.uid2</groupId> |
8 | 7 | <artifactId>uid2-shared</artifactId> |
9 | | - <version>7.17.0</version> |
| 8 | + <version>7.17.3-alpha-146-SNAPSHOT</version> |
10 | 9 | <name>${project.groupId}:${project.artifactId}</name> |
11 | 10 | <description>Library for all the shared uid2 operations</description> |
12 | 11 | <url>https://github.com/IABTechLab/uid2docs</url> |
|
37 | 36 | <repository> |
38 | 37 | <id>snapshots-repo</id> |
39 | 38 | <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
40 | | - <releases><enabled>false</enabled></releases> |
41 | | - <snapshots><enabled>true</enabled></snapshots> |
| 39 | + <releases> |
| 40 | + <enabled>false</enabled> |
| 41 | + </releases> |
| 42 | + <snapshots> |
| 43 | + <enabled>true</enabled> |
| 44 | + </snapshots> |
| 45 | + </repository> |
| 46 | + <repository> |
| 47 | + <id>maven_central</id> |
| 48 | + <name>Maven Central</name> |
| 49 | + <url>https://repo.maven.apache.org/maven2/</url> |
42 | 50 | </repository> |
43 | 51 | </repositories> |
44 | 52 | <distributionManagement> |
|
67 | 75 | <dependency> |
68 | 76 | <groupId>software.amazon.awssdk</groupId> |
69 | 77 | <artifactId>bom</artifactId> |
70 | | - <version>2.20.69</version> |
| 78 | + <version>2.27.2</version> |
71 | 79 | <type>pom</type> |
72 | 80 | <scope>import</scope> |
73 | 81 | </dependency> |
|
78 | 86 | <type>pom</type> |
79 | 87 | <scope>import</scope> |
80 | 88 | </dependency> |
| 89 | + <dependency> |
| 90 | + <groupId>com.azure</groupId> |
| 91 | + <artifactId>azure-sdk-bom</artifactId> |
| 92 | + <version>1.2.26</version> |
| 93 | + <type>pom</type> |
| 94 | + <scope>import</scope> |
| 95 | + </dependency> |
81 | 96 | </dependencies> |
82 | 97 | </dependencyManagement> |
83 | 98 |
|
84 | 99 | <dependencies> |
85 | 100 | <dependency> |
86 | 101 | <groupId>com.uid2</groupId> |
87 | 102 | <artifactId>uid2-attestation-api</artifactId> |
88 | | - <version>2.0.0-f968aec0e3</version> |
| 103 | + <version>2.1.6</version> |
89 | 104 | </dependency> |
90 | 105 | <dependency> |
91 | 106 | <groupId>io.vertx</groupId> |
|
131 | 146 | <dependency> |
132 | 147 | <groupId>ch.qos.logback</groupId> |
133 | 148 | <artifactId>logback-classic</artifactId> |
134 | | - <version>1.3.12</version> |
| 149 | + <version>1.5.6</version> |
135 | 150 | </dependency> |
136 | 151 | <dependency> |
137 | 152 | <groupId>com.github.loki4j</groupId> |
138 | 153 | <artifactId>loki-logback-appender</artifactId> |
139 | | - <version>1.2.0</version> |
| 154 | + <version>1.5.1</version> |
140 | 155 | </dependency> |
141 | 156 | <dependency> |
142 | 157 | <groupId>com.github.ben-manes.caffeine</groupId> |
143 | 158 | <artifactId>caffeine</artifactId> |
144 | | - <version>3.1.7</version> |
| 159 | + <version>3.1.8</version> |
145 | 160 | </dependency> |
146 | 161 | <dependency> |
147 | 162 | <groupId>org.hashids</groupId> |
|
151 | 166 | <dependency> |
152 | 167 | <groupId>com.amazonaws</groupId> |
153 | 168 | <artifactId>aws-java-sdk-s3</artifactId> |
154 | | - <version>1.12.701</version> |
| 169 | + <version>1.12.765</version> |
155 | 170 | </dependency> |
156 | | - <dependency> <!--Needs to be on classpath for roles to work--> |
| 171 | + <dependency> <!--Needs to be on classpath for roles to work--> |
157 | 172 | <groupId>com.amazonaws</groupId> |
158 | 173 | <artifactId>aws-java-sdk-sts</artifactId> |
159 | | - <version>1.12.364</version> |
| 174 | + <version>1.12.765</version> |
160 | 175 | </dependency> |
161 | 176 | <dependency> |
162 | 177 | <groupId>com.google.api-client</groupId> |
163 | 178 | <artifactId>google-api-client</artifactId> |
164 | | - <version>2.1.1</version> |
| 179 | + <version>2.6.0</version> |
165 | 180 | </dependency> |
166 | 181 | <dependency> |
167 | 182 | <groupId>com.google.apis</groupId> |
|
171 | 186 | <dependency> |
172 | 187 | <groupId>com.google.auth</groupId> |
173 | 188 | <artifactId>google-auth-library-oauth2-http</artifactId> |
174 | | - <version>1.14.0</version> |
| 189 | + <version>1.23.0</version> |
175 | 190 | </dependency> |
176 | 191 | <dependency> |
177 | 192 | <groupId>com.google.cloud</groupId> |
|
180 | 195 | <dependency> |
181 | 196 | <groupId>com.azure</groupId> |
182 | 197 | <artifactId>azure-security-attestation</artifactId> |
183 | | - <version>1.1.15</version> |
184 | 198 | </dependency> |
185 | 199 | <dependency> |
186 | 200 | <groupId>com.azure</groupId> |
187 | 201 | <artifactId>azure-core-http-netty</artifactId> |
188 | | - <version>1.13.11</version> |
189 | 202 | </dependency> |
190 | 203 | <dependency> |
191 | 204 | <groupId>co.nstant.in</groupId> |
|
195 | 208 | <dependency> |
196 | 209 | <groupId>com.fasterxml.jackson.core</groupId> |
197 | 210 | <artifactId>jackson-databind</artifactId> |
198 | | - <version>2.12.7.1</version> |
| 211 | + <version>2.14.2</version> |
199 | 212 | </dependency> |
200 | 213 | <dependency> |
201 | 214 | <groupId>org.projectlombok</groupId> |
202 | 215 | <artifactId>lombok</artifactId> |
203 | | - <version>1.18.30</version> |
| 216 | + <version>1.18.34</version> |
204 | 217 | </dependency> |
205 | 218 | <dependency> |
206 | 219 | <groupId>org.apache.commons</groupId> |
|
239 | 252 | </dependency> |
240 | 253 | <dependency> |
241 | 254 | <groupId>org.mockito</groupId> |
242 | | - <artifactId>mockito-inline</artifactId> |
243 | | - <version>5.2.0</version> |
| 255 | + <artifactId>mockito-core</artifactId> |
| 256 | + <version>5.12.0</version> |
244 | 257 | <scope>test</scope> |
245 | 258 | </dependency> |
246 | 259 | <dependency> |
247 | 260 | <groupId>org.mockito</groupId> |
248 | 261 | <artifactId>mockito-junit-jupiter</artifactId> |
249 | | - <version>5.10.0</version> |
| 262 | + <version>5.12.0</version> |
250 | 263 | <scope>test</scope> |
251 | 264 | </dependency> |
252 | 265 | <dependency> |
253 | 266 | <groupId>org.assertj</groupId> |
254 | 267 | <artifactId>assertj-core</artifactId> |
255 | | - <version>3.25.2</version> |
| 268 | + <version>3.26.3</version> |
256 | 269 | <scope>test</scope> |
257 | 270 | </dependency> |
258 | 271 | </dependencies> |
|
264 | 277 | <artifactId>maven-compiler-plugin</artifactId> |
265 | 278 | <version>3.8.0</version> |
266 | 279 | <configuration> |
267 | | - <source>11</source> |
268 | | - <target>11</target> |
| 280 | + <source>21</source> |
| 281 | + <target>21</target> |
269 | 282 | </configuration> |
270 | 283 | </plugin> |
271 | 284 | <plugin> |
|
343 | 356 | <plugin> |
344 | 357 | <groupId>org.jacoco</groupId> |
345 | 358 | <artifactId>jacoco-maven-plugin</artifactId> |
346 | | - <version>0.8.8</version> |
| 359 | + <version>0.8.12</version> |
347 | 360 | <executions> |
348 | 361 | <execution> |
349 | 362 | <goals> |
|
0 commit comments