1 parent 5327976 commit 1140b51Copy full SHA for 1140b51
1 file changed
helidon/build.gradle
@@ -7,7 +7,8 @@ dependencies {
7
implementation libs.jspecify
8
implementation enforcedPlatform(libs.helidon)
9
implementation libs.bundles.helidon.implementation
10
- implementation 'com.github.pengrad:java-telegram-bot-api:9.3.0'
+ implementation 'com.github.pengrad:java-telegram-bot-api:9.4.0'
11
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.3.10'
12
runtimeOnly libs.bundles.helidon.runtime.only
13
testImplementation libs.bundles.test.implementation
14
testRuntimeOnly libs.junit.jupiter.engine
0 commit comments