|
6 | 6 | [versions] |
7 | 7 | # Java / Kotlin versions |
8 | 8 | java = "11" |
9 | | -kotlin = "2.1.0" # https://kotlinlang.org/docs/releases.html#release-details |
| 9 | +kotlin = "2.1.10" # https://kotlinlang.org/docs/releases.html#release-details |
10 | 10 | dokka = "2.0.0" # https://mvnrepository.com/artifact/org.jetbrains.dokka/dokka-gradle-plugin |
11 | 11 | kotlinter = "5.0.1" # https://plugins.gradle.org/plugin/org.jmailen.kotlinter |
12 | 12 |
|
13 | 13 | # Standard Library versions |
14 | | -bouncyCastle = "1.79" # https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on |
| 14 | +bouncyCastle = "1.80" # https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on |
15 | 15 | commons-io = "2.18.0" # https://mvnrepository.com/artifact/commons-io/commons-io |
16 | 16 | commons-lang3 = "3.17.0" # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 |
17 | 17 | commons-validator = "1.9.0" # https://mvnrepository.com/artifact/commons-validator/commons-validator |
18 | | -gson = "2.11.0" # https://mvnrepository.com/artifact/com.google.code.gson/gson |
| 18 | +gson = "2.12.1" # https://mvnrepository.com/artifact/com.google.code.gson/gson |
19 | 19 | jacoco = "0.8.12" # https://www.eclemma.org/jacoco |
20 | 20 | kotlin-coroutines = "1.10.1" # https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core |
21 | 21 | okHttp = "5.0.0-alpha.14" # https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp |
22 | | -protobuf = "4.29.2" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java |
| 22 | +protobuf = "4.29.3" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java |
23 | 23 | protobuf-gradle = "0.9.4" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin |
24 | 24 | publishPlugin = "1.3.0" # https://mvnrepository.com/artifact/io.github.gradle-nexus/publish-plugin |
25 | 25 | qrCode = "1.0.1" # https://mvnrepository.com/artifact/pro.leaco.qrcode/console-qrcode |
26 | 26 | xz = "1.10" # https://mvnrepository.com/artifact/org.tukaani/xz |
27 | 27 |
|
28 | 28 | # Testing Lib versions |
29 | | -commonsCodec = "1.17.1" # https://mvnrepository.com/artifact/commons-codec/commons-codec |
| 29 | +commonsCodec = "1.18.0" # https://mvnrepository.com/artifact/commons-codec/commons-codec |
30 | 30 | junit5 = "5.11.4" # https://mvnrepository.com/artifact/org.junit/junit-bom |
31 | 31 | mockWebServer = "5.0.0-alpha.14" # https://mvnrepository.com/artifact/com.squareup.okhttp3/mockwebserver3-junit5 |
32 | | -mockitoVersion = "5.14.2" # https://mvnrepository.com/artifact/org.mockito/mockito-core |
| 32 | +mockitoVersion = "5.15.2" # https://mvnrepository.com/artifact/org.mockito/mockito-core |
33 | 33 |
|
34 | 34 | [libraries] |
35 | 35 | bouncyCastle = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bouncyCastle" } |
|
0 commit comments