Skip to content

Commit 094ae96

Browse files
fix(deps): update kotlin monorepo to v2.4.0
1 parent 1f3df18 commit 094ae96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ai-mocks-openai/samples/shadow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.jetbrains.kotlin</groupId>
1919
<artifactId>kotlin-bom</artifactId>
20-
<version>2.1.21</version>
20+
<version>2.4.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ google-genai = "1.55.0"
1212
google-adk = "1.3.0"
1313
junit = "6.1.0"
1414
kotest = "6.1.11"
15-
kotlin = "2.2.21"
15+
kotlin = "2.4.0"
1616
kotlinLogging = "8.0.4"
1717
kotlinxCoroutines = "1.11.0"
1818
kotlinxCollectionsImmutable = "0.4.0"

0 commit comments

Comments
 (0)