File tree 4 files changed +22
-22
lines changed
4 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ import io.gitlab.arturbosch.detekt.DetektCreateBaselineTask
4
4
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
5
6
6
plugins {
7
- id(" org.jetbrains.kotlin.jvm" ) version " 2.0.21 "
7
+ id(" org.jetbrains.kotlin.jvm" ) version " 2.1.10 "
8
8
id(" com.github.mfarsikov.kewt-versioning" ) version " 1.0.0"
9
9
id(" se.patrikerdes.use-latest-versions" ) version " 0.2.18"
10
- id(" com.github.ben-manes.versions" ) version " 0.51 .0"
10
+ id(" com.github.ben-manes.versions" ) version " 0.52 .0"
11
11
id(" java-library" )
12
12
id(" maven-publish" )
13
13
id(" org.gradle.signing" )
14
14
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
15
- id(" org.jlleitschuh.gradle.ktlint" ) version " 12.1.1 "
15
+ id(" org.jlleitschuh.gradle.ktlint" ) version " 12.1.2 "
16
16
id(" com.adarshr.test-logger" ) version " 4.0.0"
17
- id(" io.gitlab.arturbosch.detekt" ) version " 1.23.7 "
17
+ id(" io.gitlab.arturbosch.detekt" ) version " 1.23.8 "
18
18
}
19
19
20
20
allprojects {
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
api(project(" :kotlin-mbedtls" ))
3
3
4
- implementation(" io.micrometer:micrometer-core:1.13.6 " )
4
+ implementation(" io.micrometer:micrometer-core:1.14.4 " )
5
5
6
6
// TESTS
7
7
testImplementation(testFixtures(project(" :kotlin-mbedtls" )))
8
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.2 " )
9
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.2 " )
10
- testImplementation(" org.awaitility:awaitility-kotlin:4.2.2 " )
8
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
9
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
10
+ testImplementation(" org.awaitility:awaitility-kotlin:4.3.0 " )
11
11
testImplementation(" ch.qos.logback:logback-classic:1.3.14" )
12
12
}
13
13
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" me.champeau.jmh" ) version " 0.7.2 "
2
+ id(" me.champeau.jmh" ) version " 0.7.3 "
3
3
}
4
4
5
5
dependencies {
6
6
api(project(" :kotlin-mbedtls" ))
7
7
8
- api(" io.netty:netty-handler:4.1.114 .Final" )
8
+ api(" io.netty:netty-handler:4.1.118 .Final" )
9
9
10
10
// TESTS
11
11
testImplementation(testFixtures(project(" :kotlin-mbedtls" )))
12
12
13
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.2 " )
14
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.2 " )
13
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
14
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
15
15
testImplementation(" ch.qos.logback:logback-classic:1.3.14" )
16
- testImplementation(" org.awaitility:awaitility-kotlin:4.2.2 " )
17
- testImplementation(" io.netty:netty-all:4.1.114 .Final" )
18
- testImplementation(" io.mockk:mockk:1.13.13 " )
19
- testImplementation(" org.assertj:assertj-core:3.26 .3" )
16
+ testImplementation(" org.awaitility:awaitility-kotlin:4.3.0 " )
17
+ testImplementation(" io.netty:netty-all:4.1.118 .Final" )
18
+ testImplementation(" io.mockk:mockk:1.13.16 " )
19
+ testImplementation(" org.assertj:assertj-core:3.27 .3" )
20
20
}
21
21
22
22
tasks.test {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" java-test-fixtures" )
3
- id(" me.champeau.jmh" ) version " 0.7.2 "
3
+ id(" me.champeau.jmh" ) version " 0.7.3 "
4
4
}
5
5
6
6
dependencies {
7
7
api(project(" :mbedtls-lib" ))
8
8
9
9
api(" org.slf4j:slf4j-api:2.0.16" )
10
- api(" net.java.dev.jna:jna:5.15 .0" )
10
+ api(" net.java.dev.jna:jna:5.16 .0" )
11
11
12
12
// TESTS
13
13
testFixturesApi(" org.bouncycastle:bcpkix-jdk15on:1.70" )
14
14
15
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.2 " )
16
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.2 " )
17
- testImplementation(" org.awaitility:awaitility-kotlin:4.2.2 " )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
16
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
17
+ testImplementation(" org.awaitility:awaitility-kotlin:4.3.0 " )
18
18
testImplementation(" ch.qos.logback:logback-classic:1.3.14" )
19
19
testImplementation(" org.bouncycastle:bcpkix-jdk15on:1.70" )
20
- testImplementation(" io.mockk:mockk:1.13.13 " )
20
+ testImplementation(" io.mockk:mockk:1.13.16 " )
21
21
}
22
22
23
23
tasks.test {
You can’t perform that action at this time.
0 commit comments