File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ dependencies {
30
30
isTransitive = false
31
31
}
32
32
33
- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.3.2 " )
34
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2 " )
33
+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.3.3 " )
34
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 " )
35
35
36
36
testImplementation(" org.junit.jupiter:junit-jupiter-engine:$jupiterVersion " )
37
37
testImplementation(" io.vertx:vertx-junit5:$vertxVersion " )
Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ dependencies {
22
22
isTransitive = false
23
23
}
24
24
compileOnly(" org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion " )
25
- compileOnly(" net.bytebuddy:byte-buddy:1.12.9 " )
25
+ compileOnly(" net.bytebuddy:byte-buddy:1.12.10 " )
26
26
27
27
// implementation("com.google.code.gson:gson:$gsonVersion")
28
28
implementation(files(" ../.ext/gson-2.8.6-SNAPSHOT.jar" ))
29
- implementation(" org.springframework:spring-expression:5.3.19 " )
29
+ implementation(" org.springframework:spring-expression:5.3.20 " )
30
30
implementation(" com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion " )
31
31
implementation(" org.jetbrains:annotations:23.0.0" )
32
32
testImplementation(" junit:junit:4.13.2" )
33
33
testImplementation(" org.mockito:mockito-core:4.+" )
34
34
35
- implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.3.2 " )
36
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2 " )
35
+ implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.3.3 " )
36
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 " )
37
37
}
38
38
39
39
tasks {
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ pluginManagement {
2
2
plugins {
3
3
String kotlinVersion = " 1.6.10"
4
4
id ' org.jetbrains.kotlin.jvm' version kotlinVersion apply false
5
- id ' com.avast.gradle.docker-compose' version " 0.15.2 " apply false
5
+ id ' com.avast.gradle.docker-compose' version " 0.16.4 " apply false
6
6
id ' io.gitlab.arturbosch.detekt' version " 1.20.0" apply false
7
7
id ' com.github.johnrengelman.shadow' version " 7.1.2" apply false
8
- id ' com.diffplug.spotless' version ' 6.4.2 ' apply false
8
+ id ' com.diffplug.spotless' version ' 6.6.1 ' apply false
9
9
}
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments