|
188 | 188 | <commons-pool2.version>2.7.0</commons-pool2.version> |
189 | 189 | <commons-text.version>1.10.0</commons-text.version> |
190 | 190 | <cors-filter.version>2.9.1</cors-filter.version> |
191 | | - <cryptacular.version>1.2.7</cryptacular.version> |
| 191 | + <cryptacular.version>1.3.0</cryptacular.version> |
192 | 192 | <curator.version>5.4.0</curator.version> |
193 | 193 | <dependency-check-maven.version>6.0.3</dependency-check-maven.version> |
194 | 194 | <derby.db.version>10.14.2.0</derby.db.version> <!-- 10.15.1.3 requires Java 9 --> |
|
198 | 198 | <easymock.version>5.2.0</easymock.version> |
199 | 199 | <eclipselink.version>2.7.8</eclipselink.version> |
200 | 200 | <ehcache.version>3.3.1</ehcache.version> |
| 201 | + <error_prone_annotations.version>2.41.0</error_prone_annotations.version> |
201 | 202 | <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version> |
202 | 203 | <fastinfoset.version>1.2.18</fastinfoset.version> |
203 | 204 | <forbiddenapis.version>3.9</forbiddenapis.version> |
|
232 | 233 | <java-support.version>8.3.1</java-support.version> |
233 | 234 | <javassist.version>3.27.0-GA</javassist.version> |
234 | 235 | <jboss-logging.version>3.4.1.Final</jboss-logging.version> |
235 | | - <jee-pac4j.version>8.0.1</jee-pac4j.version> |
| 236 | + <jee-pac4j.version>8.0.3</jee-pac4j.version> |
236 | 237 | <jericho-html.version>3.4</jericho-html.version> |
237 | 238 | <jersey.version>2.47</jersey.version> |
238 | 239 | <jetty.version>9.4.57.v20241219</jetty.version> |
|
254 | 255 | <metrics.version>4.1.16</metrics.version> |
255 | 256 | <mina.version>2.2.8</mina.version> |
256 | 257 | <netty.version>4.1.127.Final</netty.version> |
257 | | - <nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version> |
| 258 | + <nimbus-jose-jwt.version>10.9.1</nimbus-jose-jwt.version> |
258 | 259 | <nodejs.version>v22.20.0</nodejs.version> |
259 | 260 | <okhttp.version>4.12.0</okhttp.version> |
260 | | - <opensaml.version>5.1.6</opensaml.version> |
261 | | - <pac4j.version>6.3.0</pac4j.version> |
| 261 | + <opensaml.version>5.2.2</opensaml.version> |
| 262 | + <pac4j.version>6.5.3</pac4j.version> |
262 | 263 | <postgresql.version>42.7.11</postgresql.version> |
263 | 264 | <mysql.version>8.0.28</mysql.version> |
264 | 265 | <mariadb.connector.version>3.3.0</mariadb.connector.version> |
|
1769 | 1770 | <artifactId>gson</artifactId> |
1770 | 1771 | <version>${gson.version}</version> |
1771 | 1772 | </dependency> |
| 1773 | + <dependency> |
| 1774 | + <groupId>com.google.errorprone</groupId> |
| 1775 | + <artifactId>error_prone_annotations</artifactId> |
| 1776 | + <version>${error_prone_annotations.version}</version> |
| 1777 | + </dependency> |
1772 | 1778 |
|
1773 | 1779 | <dependency> |
1774 | 1780 | <groupId>com.kstruct</groupId> |
|
2396 | 2402 | <artifactId>bcpkix-jdk18on</artifactId> |
2397 | 2403 | <version>${bcpkix-jdk18on.version}</version> |
2398 | 2404 | </dependency> |
2399 | | - |
2400 | 2405 | <dependency> |
2401 | 2406 | <groupId>org.ow2.asm</groupId> |
2402 | 2407 | <artifactId>asm</artifactId> |
|
2619 | 2624 | <groupId>org.pac4j</groupId> |
2620 | 2625 | <artifactId>javaee-pac4j</artifactId> |
2621 | 2626 | <version>${jee-pac4j.version}</version> |
2622 | | - <exclusions> |
2623 | | - <exclusion> |
2624 | | - <groupId>org.pac4j</groupId> |
2625 | | - <artifactId>pac4j-javaee</artifactId> |
2626 | | - </exclusion> |
2627 | | - </exclusions> |
2628 | 2627 | </dependency> |
2629 | 2628 |
|
2630 | 2629 | <!-- harmonize pac4j-saml dependencies --> |
|
2742 | 2741 | <groupId>org.checkerframework</groupId> |
2743 | 2742 | <artifactId>checker-qual</artifactId> |
2744 | 2743 | </exclusion> |
2745 | | - <exclusion> |
2746 | | - <groupId>com.google.errorprone</groupId> |
2747 | | - <artifactId>error_prone_annotations</artifactId> |
2748 | | - </exclusion> |
2749 | 2744 | </exclusions> |
2750 | 2745 | </dependency> |
2751 | 2746 | <dependency> |
|
0 commit comments