-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
18 lines (16 loc) · 751 Bytes
/
libs.versions.toml
File metadata and controls
18 lines (16 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[versions]
junit = "6.0.2"
[libraries]
errorprone = "com.google.errorprone:error_prone_core:2.46.0"
gson = "com.google.code.gson:gson:2.13.2"
hamcrest = "org.hamcrest:hamcrest:3.0"
jspecify = "org.jspecify:jspecify:1.0.0"
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
junit-platform = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit" }
logback-classic = "ch.qos.logback:logback-classic:1.5.24"
mockwebserver = "com.squareup.okhttp3:mockwebserver3-junit5:5.3.2"
nullaway = "com.uber.nullaway:nullaway:0.12.15"
telegram-bot-api = "com.github.pengrad:java-telegram-bot-api:9.3.0"
tika = "org.apache.tika:tika-core:3.2.3"
[plugins]
spring-nullability = "io.spring.nullability:0.0.9"