|
34 | 34 | <dependency> |
35 | 35 | <groupId>com.pivovarit</groupId> |
36 | 36 | <artifactId>parallel-collectors</artifactId> |
37 | | - <version>1.1.0</version> |
| 37 | + <version>${parallel-collectors.version}</version> |
38 | 38 | </dependency> |
39 | 39 | <dependency> |
40 | 40 | <groupId>org.assertj</groupId> |
|
96 | 96 | <dependency> |
97 | 97 | <groupId>com.squareup.okhttp3</groupId> |
98 | 98 | <artifactId>okhttp</artifactId> |
99 | | - <version>3.14.2</version> |
| 99 | + <version>${okhttp.version}</version> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
102 | 102 | <groupId>com.fasterxml.jackson.core</groupId> |
103 | 103 | <artifactId>jackson-databind</artifactId> |
104 | | - <version>2.9.9</version> |
| 104 | + <version>${jackson.version}</version> |
105 | 105 | </dependency> |
106 | 106 | <dependency> |
107 | 107 | <groupId>com.google.code.gson</groupId> |
108 | 108 | <artifactId>gson</artifactId> |
109 | | - <version>2.8.5</version> |
| 109 | + <version>${gson.version}</version> |
110 | 110 | </dependency> |
111 | 111 | <dependency> |
112 | 112 | <groupId>com.squareup.okhttp3</groupId> |
113 | 113 | <artifactId>mockwebserver</artifactId> |
114 | | - <version>3.14.2</version> |
| 114 | + <version>${mockwebserver.version}</version> |
115 | 115 | <scope>test</scope> |
116 | 116 | </dependency> |
117 | 117 | <dependency> |
|
122 | 122 | <dependency> |
123 | 123 | <groupId>com.github.jknack</groupId> |
124 | 124 | <artifactId>handlebars</artifactId> |
125 | | - <version>4.1.2</version> |
| 125 | + <version>${handlebars.version}</version> |
126 | 126 | </dependency> |
127 | 127 | <!-- Benchmarking --> |
128 | 128 | <dependency> |
|
156 | 156 | <la4j.version>0.6.0</la4j.version> |
157 | 157 | <jmh.version>1.19</jmh.version> |
158 | 158 | <mesos.library.version>0.28.3</mesos.library.version> |
| 159 | + <parallel-collectors.version>1.1.0</parallel-collectors.version> |
| 160 | + <okhttp.version>3.14.2</okhttp.version> |
| 161 | + <gson.version>2.8.5</gson.version> |
| 162 | + <mockwebserver.version>3.14.2</mockwebserver.version> |
| 163 | + <handlebars.version>4.1.2</handlebars.version> |
159 | 164 | </properties> |
160 | 165 | </project> |
0 commit comments