Skip to content

Commit c67363c

Browse files
fix(deps): update kotlin monorepo to v2.2.20
1 parent 06d1f02 commit c67363c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

kinde-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,12 @@
241241
<dependency>
242242
<groupId>org.jetbrains.kotlin</groupId>
243243
<artifactId>kotlin-stdlib</artifactId>
244-
<version>2.2.10</version>
244+
<version>2.2.20</version>
245245
</dependency>
246246
<dependency>
247247
<groupId>org.jetbrains.kotlin</groupId>
248248
<artifactId>kotlin-stdlib-jdk8</artifactId>
249-
<version>2.2.10</version>
249+
<version>2.2.20</version>
250250
</dependency>
251251
</dependencies>
252252
<build>

kinde-management/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,12 @@
175175
<dependency>
176176
<groupId>org.jetbrains.kotlin</groupId>
177177
<artifactId>kotlin-stdlib</artifactId>
178-
<version>2.2.10</version>
178+
<version>2.2.20</version>
179179
</dependency>
180180
<dependency>
181181
<groupId>org.jetbrains.kotlin</groupId>
182182
<artifactId>kotlin-stdlib-jdk8</artifactId>
183-
<version>2.2.10</version>
183+
<version>2.2.20</version>
184184
</dependency>
185185
</dependencies>
186186

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,22 +215,22 @@
215215
<dependency>
216216
<groupId>org.jetbrains.kotlin</groupId>
217217
<artifactId>kotlin-stdlib</artifactId>
218-
<version>2.2.10</version>
218+
<version>2.2.20</version>
219219
</dependency>
220220
<dependency>
221221
<groupId>org.jetbrains.kotlin</groupId>
222222
<artifactId>kotlin-stdlib-jdk8</artifactId>
223-
<version>2.2.10</version>
223+
<version>2.2.20</version>
224224
</dependency>
225225
<dependency>
226226
<groupId>org.jetbrains.kotlin</groupId>
227227
<artifactId>kotlin-stdlib-jdk7</artifactId>
228-
<version>2.2.10</version>
228+
<version>2.2.20</version>
229229
</dependency>
230230
<dependency>
231231
<groupId>org.jetbrains.kotlin</groupId>
232232
<artifactId>kotlin-stdlib-common</artifactId>
233-
<version>2.2.10</version>
233+
<version>2.2.20</version>
234234
</dependency>
235235
</dependencies>
236236
</dependencyManagement>

0 commit comments

Comments
 (0)