|
1 | 1 | import java.text.SimpleDateFormat
|
2 | 2 |
|
3 | 3 | plugins {
|
4 |
| - id "org.jetbrains.kotlin.jvm" version "2.0.0" apply false |
| 4 | + id "org.jetbrains.kotlin.jvm" version "2.0.10" apply false |
5 | 5 | id("org.jetbrains.dokka") version "1.9.20"
|
6 | 6 | id "org.sonarqube" version "5.1.0.4882"
|
7 | 7 | id "com.github.ben-manes.versions" version "0.51.0"
|
@@ -49,7 +49,7 @@ subprojects {
|
49 | 49 | apply plugin: 'maven-publish'
|
50 | 50 | apply plugin: 'jacoco'
|
51 | 51 |
|
52 |
| - ext.kotlin_version = '2.0.0' |
| 52 | + ext.kotlin_version = '2.0.10' |
53 | 53 |
|
54 | 54 | sourceCompatibility = 21
|
55 | 55 | targetCompatibility = 21
|
@@ -112,15 +112,15 @@ subprojects {
|
112 | 112 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
113 | 113 | implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
114 | 114 | implementation group: "org.jetbrains", name: 'annotations', version: '24.1.0'
|
115 |
| - implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.13' |
116 |
| - implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.13' |
| 115 | + implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16' |
| 116 | + implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.16' |
117 | 117 | testImplementation 'com.google.truth:truth:1.4.4'
|
118 | 118 |
|
119 | 119 | testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
|
120 | 120 | testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
|
121 | 121 | testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
|
122 | 122 |
|
123 |
| - testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '2.0.0' |
| 123 | + testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit', version: '2.0.10' |
124 | 124 | testImplementation project(':utils-test')
|
125 | 125 | }
|
126 | 126 |
|
|
0 commit comments