Skip to content

Commit 1140b51

Browse files
committed
Update and fix dependencies
1 parent 5327976 commit 1140b51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

helidon/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ dependencies {
77
implementation libs.jspecify
88
implementation enforcedPlatform(libs.helidon)
99
implementation libs.bundles.helidon.implementation
10-
implementation 'com.github.pengrad:java-telegram-bot-api:9.3.0'
10+
implementation 'com.github.pengrad:java-telegram-bot-api:9.4.0'
11+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.3.10'
1112
runtimeOnly libs.bundles.helidon.runtime.only
1213
testImplementation libs.bundles.test.implementation
1314
testRuntimeOnly libs.junit.jupiter.engine

0 commit comments

Comments
 (0)