|
5 | 5 |
|
6 | 6 | <groupId>com.vonage</groupId>
|
7 | 7 | <artifactId>server-sdk-kotlin</artifactId>
|
8 |
| - <version>0.8.0</version> |
| 8 | + <version>0.9.0</version> |
9 | 9 |
|
10 | 10 | <name>Vonage Kotlin Server SDK</name>
|
11 | 11 | <description>Kotlin client for Vonage APIs</description>
|
|
47 | 47 | <kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
|
48 | 48 | <kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
|
49 | 49 | <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
|
| 50 | + <kotlin.lib.version>2.0.10</kotlin.lib.version> |
50 | 51 | <java.version>8</java.version>
|
51 | 52 | </properties>
|
52 | 53 |
|
53 | 54 | <dependencies>
|
54 |
| - <dependency> |
55 |
| - <groupId>org.jetbrains.kotlin</groupId> |
56 |
| - <artifactId>kotlin-stdlib</artifactId> |
57 |
| - <version>2.0.0</version> |
58 |
| - </dependency> |
59 | 55 | <dependency>
|
60 | 56 | <groupId>com.vonage</groupId>
|
61 | 57 | <artifactId>server-sdk</artifactId>
|
62 | 58 | <version>8.10.0</version>
|
63 | 59 | </dependency>
|
| 60 | + <dependency> |
| 61 | + <groupId>org.jetbrains.kotlin</groupId> |
| 62 | + <artifactId>kotlin-stdlib</artifactId> |
| 63 | + <version>${kotlin.lib.version}</version> |
| 64 | + </dependency> |
64 | 65 | <dependency>
|
65 | 66 | <groupId>org.jetbrains.kotlin</groupId>
|
66 | 67 | <artifactId>kotlin-test-junit5</artifactId>
|
67 |
| - <version>2.0.0</version> |
| 68 | + <version>${kotlin.lib.version}</version> |
68 | 69 | <scope>test</scope>
|
69 | 70 | </dependency>
|
70 | 71 | <dependency>
|
|
206 | 207 | </executions>
|
207 | 208 | </plugin>
|
208 | 209 | <plugin>
|
209 |
| - <artifactId>kotlin-maven-plugin</artifactId> |
210 | 210 | <groupId>org.jetbrains.kotlin</groupId>
|
211 |
| - <version>2.0.0</version> |
| 211 | + <artifactId>kotlin-maven-plugin</artifactId> |
| 212 | + <version>${kotlin.lib.version}</version> |
212 | 213 | <extensions>true</extensions>
|
213 | 214 | </plugin>
|
214 | 215 | </plugins>
|
|
0 commit comments