|
70 | 70 |
|
71 | 71 | <properties> |
72 | 72 | <java-version>1.8</java-version> |
73 | | -<org.slf4j-version>1.7.21</org.slf4j-version> |
| 73 | +<org.slf4j-version>1.7.25</org.slf4j-version> |
74 | 74 | </properties> |
75 | 75 | <description>A reference implementation of OpenID Connect (http://openid.net/connect/), OAuth 2.0, and UMA built on top of Java, Spring, and Spring Security. The project contains a fully functioning server, client, and utility library.</description> |
76 | 76 | <url>https://github.com/mitreid-connect</url> |
|
80 | 80 | <plugin> |
81 | 81 | <groupId>org.apache.maven.plugins</groupId> |
82 | 82 | <artifactId>maven-jar-plugin</artifactId> |
83 | | -<version>2.4</version> |
| 83 | +<version>3.0.2</version> |
84 | 84 | </plugin> |
85 | 85 | <plugin> |
86 | 86 | <groupId>org.apache.maven.plugins</groupId> |
87 | 87 | <artifactId>maven-war-plugin</artifactId> |
88 | | -<version>2.6</version> |
89 | | -</plugin> |
90 | | -<plugin> |
91 | | -<groupId>org.apache.maven.plugins</groupId> |
92 | | -<artifactId>maven-archiver</artifactId> |
93 | | -<version>2.5</version> |
| 88 | +<version>3.0.0</version> |
94 | 89 | </plugin> |
95 | 90 | <plugin> |
96 | 91 | <groupId>org.apache.maven.plugins</groupId> |
97 | 92 | <artifactId>maven-javadoc-plugin</artifactId> |
98 | | -<version>2.9</version> |
| 93 | +<version>2.10.4</version> |
99 | 94 | </plugin> |
100 | 95 | <plugin> |
101 | 96 | <groupId>org.apache.maven.plugins</groupId> |
102 | 97 | <artifactId>maven-deploy-plugin</artifactId> |
103 | | -<version>2.7</version> |
| 98 | +<version>2.8.2</version> |
104 | 99 | </plugin> |
105 | 100 | <plugin> |
106 | 101 | <groupId>org.apache.maven.plugins</groupId> |
107 | 102 | <artifactId>maven-source-plugin</artifactId> |
108 | | -<version>2.2</version> |
| 103 | +<version>3.0.1</version> |
109 | 104 | </plugin> |
110 | 105 | <plugin> |
111 | 106 | <groupId>org.apache.maven.plugins</groupId> |
112 | 107 | <artifactId>maven-compiler-plugin</artifactId> |
113 | | -<version>2.5.1</version> |
| 108 | +<version>3.6.1</version> |
114 | 109 | </plugin> |
115 | 110 | <plugin> |
116 | 111 | <groupId>org.eclipse.jetty</groupId> |
117 | 112 | <artifactId>jetty-maven-plugin</artifactId> |
118 | | -<version>9.3.3.v20150827</version> |
| 113 | +<version>9.4.3.v20170317</version> |
119 | 114 | </plugin> |
120 | 115 | <plugin> |
121 | 116 | <inherited>true</inherited> |
122 | 117 | <groupId>org.apache.maven.plugins</groupId> |
123 | 118 | <artifactId>maven-enforcer-plugin</artifactId> |
124 | | -<version>1.3</version> |
| 119 | +<version>1.4.1</version> |
125 | 120 | </plugin> |
126 | 121 | <plugin> |
127 | 122 | <groupId>org.appfuse.plugins</groupId> |
|
131 | 126 | <plugin> |
132 | 127 | <groupId>org.apache.maven.plugins</groupId> |
133 | 128 | <artifactId>maven-site-plugin</artifactId> |
134 | | -<version>3.3</version> |
| 129 | +<version>3.6</version> |
135 | 130 | </plugin> |
136 | 131 | <plugin> |
137 | 132 | <groupId>org.apache.maven.plugins</groupId> |
138 | 133 | <artifactId>maven-project-info-reports-plugin</artifactId> |
139 | 134 | <version>2.9</version> |
140 | 135 | </plugin> |
| 136 | +<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
141 | 137 | <plugin> |
142 | | -<groupId>org.lesscss</groupId> |
143 | | -<artifactId>lesscss-maven-plugin</artifactId> |
144 | | -<version>1.7.0.1.1</version> |
145 | | -<executions> |
146 | | -<execution> |
147 | | -<goals> |
148 | | -<goal>compile</goal> |
149 | | -</goals> |
150 | | -</execution> |
151 | | -</executions> |
| 138 | +<groupId>org.eclipse.m2e</groupId> |
| 139 | +<artifactId>lifecycle-mapping</artifactId> |
| 140 | +<version>1.0.0</version> |
| 141 | +<configuration> |
| 142 | +<lifecycleMappingMetadata> |
| 143 | +<pluginExecutions> |
| 144 | +<pluginExecution> |
| 145 | +<pluginExecutionFilter> |
| 146 | +<groupId> |
| 147 | +org.appfuse.plugins |
| 148 | +</groupId> |
| 149 | +<artifactId> |
| 150 | +warpath-maven-plugin |
| 151 | +</artifactId> |
| 152 | +<versionRange> |
| 153 | +[3.5.0,) |
| 154 | +</versionRange> |
| 155 | +<goals> |
| 156 | +<goal>add-classes</goal> |
| 157 | +</goals> |
| 158 | +</pluginExecutionFilter> |
| 159 | +<action> |
| 160 | +<execute /> |
| 161 | +</action> |
| 162 | +</pluginExecution> |
| 163 | +</pluginExecutions> |
| 164 | +</lifecycleMappingMetadata> |
| 165 | +</configuration> |
152 | 166 | </plugin> |
153 | 167 | <plugin> |
154 | 168 | <groupId>ro.isdc.wro4j</groupId> |
|
162 | 176 | </goals> |
163 | 177 | </execution> |
164 | 178 | </executions> |
| 179 | +<dependencies> |
| 180 | +<dependency> |
| 181 | +<groupId>ro.isdc.wro4j</groupId> |
| 182 | +<artifactId>wro4j-extensions</artifactId> |
| 183 | +<version>1.8.0</version> |
| 184 | +</dependency> |
| 185 | +</dependencies> |
165 | 186 | </plugin> |
166 | 187 | </plugins> |
167 | 188 | </pluginManagement> |
|
336 | 357 | <dependency> |
337 | 358 | <groupId>org.springframework</groupId> |
338 | 359 | <artifactId>spring-framework-bom</artifactId> |
339 | | -<version>4.3.4.RELEASE</version> |
| 360 | +<version>4.3.7.RELEASE</version> |
340 | 361 | <type>pom</type> |
341 | 362 | <scope>import</scope> |
342 | 363 | </dependency> |
|
345 | 366 | <dependency> |
346 | 367 | <groupId>com.fasterxml.jackson.core</groupId> |
347 | 368 | <artifactId>jackson-databind</artifactId> |
348 | | -<version>2.3.4</version> |
| 369 | +<version>2.9.0.pr2</version> |
349 | 370 | </dependency> |
350 | 371 | <dependency> |
351 | 372 | <groupId>com.fasterxml.jackson.core</groupId> |
352 | 373 | <artifactId>jackson-annotations</artifactId> |
353 | | -<version>2.3.4</version> |
| 374 | +<version>2.9.0.pr2</version> |
354 | 375 | </dependency> |
355 | 376 |
|
356 | 377 | <!-- Spring Security --> |
357 | 378 | <dependency> |
358 | 379 | <groupId>org.springframework.security</groupId> |
359 | 380 | <artifactId>spring-security-bom</artifactId> |
360 | | -<version>4.2.0.RELEASE</version> |
| 381 | +<version>4.2.2.RELEASE</version> |
361 | 382 | <type>pom</type> |
362 | 383 | <scope>import</scope> |
363 | 384 | </dependency> |
364 | 385 | <dependency> |
365 | 386 | <groupId>org.springframework.security.oauth</groupId> |
366 | 387 | <artifactId>spring-security-oauth2</artifactId> |
367 | | -<version>2.0.12.RELEASE</version> |
| 388 | +<version>2.1.0.RELEASE</version> |
368 | 389 | </dependency> |
369 | 390 |
|
370 | 391 | <!-- Servlet --> |
|
390 | 411 | <dependency> |
391 | 412 | <groupId>mysql</groupId> |
392 | 413 | <artifactId>mysql-connector-java</artifactId> |
393 | | -<version>5.1.34</version> |
| 414 | +<version>6.0.6</version> |
394 | 415 | </dependency> |
395 | 416 | <dependency> |
396 | 417 | <groupId>org.hsqldb</groupId> |
|
400 | 421 | <dependency> |
401 | 422 | <groupId>org.postgresql</groupId> |
402 | 423 | <artifactId>postgresql</artifactId> |
403 | | -<version>9.4-1201-jdbc4</version> |
| 424 | +<version>42.0.0.jre7</version> |
404 | 425 | </dependency> |
405 | 426 | <dependency> |
406 | 427 | <groupId>com.oracle</groupId> |
|
420 | 441 | <dependency> |
421 | 442 | <groupId>com.zaxxer</groupId> |
422 | 443 | <artifactId>HikariCP</artifactId> |
423 | | -<version>2.4.1</version> |
| 444 | +<version>2.6.1</version> |
424 | 445 | </dependency> |
425 | 446 |
|
426 | 447 |
|
|
450 | 471 | <dependency> |
451 | 472 | <groupId>log4j</groupId> |
452 | 473 | <artifactId>log4j</artifactId> |
453 | | -<version>1.2.15</version> |
| 474 | +<version>1.2.17</version> |
454 | 475 | <exclusions> |
455 | 476 | <exclusion> |
456 | 477 | <groupId>javax.mail</groupId> |
|
476 | 497 | <dependency> |
477 | 498 | <groupId>junit</groupId> |
478 | 499 | <artifactId>junit</artifactId> |
479 | | -<version>4.7</version> |
| 500 | +<version>4.12</version> |
480 | 501 | <scope>test</scope> |
481 | 502 | </dependency> |
482 | 503 | <dependency> |
483 | 504 | <groupId>org.easymock</groupId> |
484 | 505 | <artifactId>easymock</artifactId> |
485 | | -<version>2.0</version> |
| 506 | +<version>3.4</version> |
486 | 507 | <scope>test</scope> |
487 | 508 | </dependency> |
488 | 509 | <dependency> |
|
543 | 564 | <dependency> |
544 | 565 | <groupId>com.google.guava</groupId> |
545 | 566 | <artifactId>guava</artifactId> |
546 | | -<version>20.0</version> |
| 567 | +<version>21.0</version> |
547 | 568 | </dependency> |
548 | 569 | <dependency> |
549 | 570 | <groupId>com.google.code.gson</groupId> |
|
553 | 574 | <dependency> |
554 | 575 | <groupId>org.apache.httpcomponents</groupId> |
555 | 576 | <artifactId>httpclient</artifactId> |
556 | | -<version>4.5.2</version> |
| 577 | +<version>4.5.3</version> |
557 | 578 | <exclusions> |
558 | 579 | <exclusion> |
559 | 580 | <groupId>commons-logging</groupId> |
|
564 | 585 | <dependency> |
565 | 586 | <groupId>com.nimbusds</groupId> |
566 | 587 | <artifactId>nimbus-jose-jwt</artifactId> |
567 | | -<version>4.33</version> |
| 588 | +<version>4.34.2</version> |
568 | 589 | </dependency> |
569 | 590 | <dependency> |
570 | 591 | <groupId>org.bouncycastle</groupId> |
|
0 commit comments