|
100 | 100 | <dependency> |
101 | 101 | <groupId>io.arrow-kt</groupId> |
102 | 102 | <artifactId>arrow-core</artifactId> |
103 | | - <version>0.7.3</version> |
| 103 | + <version>${arrow-core.version}</version> |
104 | 104 | </dependency> |
105 | 105 |
|
106 | 106 | <dependency> |
|
117 | 117 | <dependency> |
118 | 118 | <groupId>nl.komponents.kovenant</groupId> |
119 | 119 | <artifactId>kovenant</artifactId> |
120 | | - <version>3.3.0</version> |
| 120 | + <version>${kovenant.version}</version> |
121 | 121 | <type>pom</type> |
122 | 122 | </dependency> |
123 | 123 |
|
|
132 | 132 | <dependency> |
133 | 133 | <groupId>com.google.guava</groupId> |
134 | 134 | <artifactId>guava</artifactId> |
135 | | - <version>27.1-jre</version> |
| 135 | + <version>${guava.version}</version> |
136 | 136 | </dependency> |
137 | 137 | <!-- https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-collections-immutable --> |
138 | 138 | <dependency> |
139 | 139 | <groupId>org.jetbrains.kotlinx</groupId> |
140 | 140 | <artifactId>kotlinx-collections-immutable</artifactId> |
141 | | - <version>0.1</version> |
| 141 | + <version>${kotlinx-collections-immutable.version}</version> |
142 | 142 | </dependency> |
143 | 143 |
|
144 | 144 | <!-- MockK dependencies--> |
|
151 | 151 | <dependency> |
152 | 152 | <groupId>net.bytebuddy</groupId> |
153 | 153 | <artifactId>byte-buddy</artifactId> |
154 | | - <version>1.8.13</version> |
| 154 | + <version>${byte-buddy.version}</version> |
155 | 155 | <scope>compile</scope> |
156 | 156 | </dependency> |
157 | 157 | <dependency> |
158 | 158 | <groupId>net.bytebuddy</groupId> |
159 | 159 | <artifactId>byte-buddy-agent</artifactId> |
160 | | - <version>1.8.13</version> |
| 160 | + <version>${byte-buddy.version}</version> |
161 | 161 | <scope>compile</scope> |
162 | 162 | </dependency> |
163 | 163 | <dependency> |
164 | 164 | <groupId>org.objenesis</groupId> |
165 | 165 | <artifactId>objenesis</artifactId> |
166 | | - <version>2.6</version> |
| 166 | + <version>${objenesis.version}</version> |
167 | 167 | <scope>compile</scope> |
168 | 168 | </dependency> |
169 | 169 |
|
170 | 170 | <dependency> |
171 | 171 | <groupId>io.reactivex.rxjava2</groupId> |
172 | 172 | <artifactId>rxkotlin</artifactId> |
173 | | - <version>2.3.0</version> |
| 173 | + <version>${rxkotlin.version}</version> |
174 | 174 | </dependency> |
175 | 175 | </dependencies> |
176 | 176 |
|
|
186 | 186 | <assertj.version>3.10.0</assertj.version> |
187 | 187 | <exposed.version>0.10.4</exposed.version> |
188 | 188 | <mockk.version>1.9.3</mockk.version> |
| 189 | + <guava.version>27.1-jre</guava.version> |
| 190 | + <kovenant.version>3.3.0</kovenant.version> |
| 191 | + <byte-buddy.version>1.8.13</byte-buddy.version> |
| 192 | + <objenesis.version>2.6</objenesis.version> |
| 193 | + <rxkotlin.version>2.3.0</rxkotlin.version> |
| 194 | + <kotlinx-collections-immutable.version>0.1</kotlinx-collections-immutable.version> |
| 195 | + <arrow-core.version>0.7.3</arrow-core.version> |
189 | 196 | </properties> |
190 | 197 |
|
191 | 198 | </project> |
0 commit comments