|
42 | 42 | <properties> |
43 | 43 | <enforcer.skip>true</enforcer.skip> |
44 | 44 | <javaVersion>1.8</javaVersion> |
45 | | - <jhttpcVersion>1.6</jhttpcVersion> |
46 | | - <rwxVersion>2.4</rwxVersion> |
| 45 | + <jhttpcVersion>1.16</jhttpcVersion> |
| 46 | + <rwxVersion>2.5</rwxVersion> |
47 | 47 | <httpcVersion>4.4</httpcVersion> |
48 | | - <atlasVersion>1.0.0</atlasVersion> |
| 48 | + <atlasVersion>1.1.8</atlasVersion> |
49 | 49 | <mockitoVersion>2.22.0</mockitoVersion> |
50 | 50 | <kerbyVersion>2.1.0</kerbyVersion> |
51 | | - <o11yphantVersion>1.0</o11yphantVersion> |
| 51 | + <o11yphantVersion>1.9.2</o11yphantVersion> |
52 | 52 |
|
53 | 53 | <dbImage>postgres:9.4</dbImage> |
54 | 54 | <hubImage>docker.io/buildchimp/koji-dojo-hub:dev</hubImage> |
|
77 | 77 | <dependency> |
78 | 78 | <groupId>org.commonjava.boms</groupId> |
79 | 79 | <artifactId>web-commons-bom</artifactId> |
80 | | - <version>27</version> |
| 80 | + <version>31</version> |
81 | 81 | <type>pom</type> |
82 | 82 | <scope>import</scope> |
83 | 83 | </dependency> |
|
136 | 136 | <groupId>com.fasterxml.jackson.core</groupId> |
137 | 137 | <artifactId>jackson-annotations</artifactId> |
138 | 138 | </dependency> |
139 | | - <dependency> |
140 | | - <groupId>commons-lang</groupId> |
141 | | - <artifactId>commons-lang</artifactId> |
142 | | - </dependency> |
143 | 139 | <dependency> |
144 | 140 | <groupId>commons-codec</groupId> |
145 | 141 | <artifactId>commons-codec</artifactId> |
|
160 | 156 | <groupId>org.apache.httpcomponents</groupId> |
161 | 157 | <artifactId>httpcore</artifactId> |
162 | 158 | </dependency> |
| 159 | + <dependency> |
| 160 | + <groupId>org.apache.commons</groupId> |
| 161 | + <artifactId>commons-lang3</artifactId> |
| 162 | + </dependency> |
163 | 163 | <dependency> |
164 | 164 | <groupId>commons-io</groupId> |
165 | 165 | <artifactId>commons-io</artifactId> |
|
211 | 211 | <dependency> |
212 | 212 | <groupId>org.apache.maven</groupId> |
213 | 213 | <artifactId>maven-model</artifactId> |
214 | | - <version>3.1.1</version> |
| 214 | + <version>3.6.3</version> |
215 | 215 | <scope>test</scope> |
216 | 216 | </dependency> |
217 | 217 | <dependency> |
218 | 218 | <groupId>org.apache.maven</groupId> |
219 | 219 | <artifactId>maven-model-builder</artifactId> |
220 | | - <version>3.1.1</version> |
| 220 | + <version>3.6.3</version> |
221 | 221 | <scope>test</scope> |
222 | 222 | </dependency> |
223 | 223 |
|
|
0 commit comments