|
5 | 5 |
|
6 | 6 | <groupId>eu.openanalytics</groupId> |
7 | 7 | <artifactId>containerproxy</artifactId> |
8 | | - <version>1.2.1</version> |
| 8 | + <version>1.2.2</version> |
9 | 9 | <name>ContainerProxy</name> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 | <inceptionYear>2016</inceptionYear> |
|
27 | 27 | <aws-java-sdk.version>2.31.21</aws-java-sdk.version> |
28 | 28 | <commons-collections4.version>4.4</commons-collections4.version> |
29 | 29 | <commons-io.version>2.19.0</commons-io.version> |
| 30 | + <commons-lang.version>3.18.0</commons-lang.version> |
30 | 31 | <springdoc.version>2.8.13</springdoc.version> |
31 | 32 | <logstash-logback-encoder.version>8.1</logstash-logback-encoder.version> |
32 | 33 | <jaxb-api.version>2.3.1</jaxb-api.version> |
33 | | - <docker-client.version>7.0.8-OA-4</docker-client.version> |
| 34 | + <docker-client.version>7.0.8-OA-5</docker-client.version> |
34 | 35 | <javax-annotation-api.version>1.3.2</javax-annotation-api.version> |
35 | 36 | <monetdb-jdbc.version>12.0</monetdb-jdbc.version> |
36 | 37 | <postgresql.version>42.7.8</postgresql.version> |
|
90 | 91 | <name>Shibboleth Maven Repository</name> |
91 | 92 | <url>https://build.shibboleth.net/nexus/content/repositories/releases/</url> |
92 | 93 | </repository> |
| 94 | + <repository> |
| 95 | + <!-- Used for our own docker client version. --> |
| 96 | + <id>oa-nexus-snapshots</id> |
| 97 | + <name>OpenAnalytics Snapshots Repository</name> |
| 98 | + <url>https://nexus.openanalytics.eu/repository/snapshots</url> |
| 99 | + </repository> |
93 | 100 | <repository> |
94 | 101 | <!-- Used for our own docker client version. --> |
95 | 102 | <id>oa-nexus-releases</id> |
|
208 | 215 | <artifactId>commons-io</artifactId> |
209 | 216 | <version>${commons-io.version}</version> |
210 | 217 | </dependency> |
| 218 | + <dependency> |
| 219 | + <groupId>org.apache.commons</groupId> |
| 220 | + <artifactId>commons-lang3</artifactId> |
| 221 | + <version>${commons-lang.version}</version> |
| 222 | + </dependency> |
211 | 223 | <dependency> |
212 | 224 | <groupId>com.google.guava</groupId> |
213 | 225 | <artifactId>guava</artifactId> |
|
0 commit comments