File tree 7 files changed +32
-31
lines changed
7 files changed +32
-31
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.0 "
7
+ id(" org.jetbrains.kotlin.jvm" ) version " 2.0.21 "
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
10
id(" com.github.ben-manes.versions" ) version " 0.51.0"
@@ -14,7 +14,7 @@ plugins {
14
14
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
15
15
id(" org.jlleitschuh.gradle.ktlint" ) version " 12.1.1"
16
16
id(" com.adarshr.test-logger" ) version " 4.0.0"
17
- id(" io.gitlab.arturbosch.detekt" ) version " 1.23.6 "
17
+ id(" io.gitlab.arturbosch.detekt" ) version " 1.23.7 "
18
18
}
19
19
20
20
allprojects {
@@ -68,7 +68,8 @@ allprojects {
68
68
val isNonStable = ! (stableKeyword || regex.matches(candidate.version))
69
69
70
70
// newer version of logback-classic is not java8 compatible
71
- isNonStable || candidate.module == " logback-classic"
71
+ // newer version of kewt-versioning plugin requires java 21
72
+ isNonStable || listOf (" logback-classic" , " com.github.mfarsikov.kewt-versioning.gradle.plugin" ).contains(candidate.module)
72
73
}
73
74
}
74
75
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
43
43
%JAVA_EXE% -version > NUL 2 >& 1
44
44
if %ERRORLEVEL% equ 0 goto execute
45
45
46
- echo .
47
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48
- echo .
49
- echo Please set the JAVA_HOME variable in your environment to match the
50
- echo location of your Java installation.
46
+ echo . 1 >& 2
47
+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1 >& 2
48
+ echo . 1 >& 2
49
+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
50
+ echo location of your Java installation. 1 >& 2
51
51
52
52
goto fail
53
53
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
57
57
58
58
if exist " %JAVA_EXE% " goto execute
59
59
60
- echo .
61
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62
- echo .
63
- echo Please set the JAVA_HOME variable in your environment to match the
64
- echo location of your Java installation.
60
+ echo . 1 >& 2
61
+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1 >& 2
62
+ echo . 1 >& 2
63
+ echo Please set the JAVA_HOME variable in your environment to match the 1 >& 2
64
+ echo location of your Java installation. 1 >& 2
65
65
66
66
goto fail
67
67
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ dependencies {
4
4
api(platform(" org.jetbrains.kotlin:kotlin-bom" ))
5
5
api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
6
6
7
- implementation(" io.micrometer:micrometer-core:1.13.0 " )
7
+ implementation(" io.micrometer:micrometer-core:1.13.6 " )
8
8
9
9
// TESTS
10
10
testImplementation(testFixtures(project(" :kotlin-mbedtls" )))
11
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10 .2" )
12
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10 .2" )
13
- testImplementation(" org.awaitility:awaitility-kotlin:4.2.1 " )
11
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11 .2" )
12
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11 .2" )
13
+ testImplementation(" org.awaitility:awaitility-kotlin:4.2.2 " )
14
14
testImplementation(" ch.qos.logback:logback-classic:1.3.14" )
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ dependencies {
7
7
8
8
api(platform(" org.jetbrains.kotlin:kotlin-bom" ))
9
9
api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
10
- api(" io.netty:netty-handler:4.1.110 .Final" )
10
+ api(" io.netty:netty-handler:4.1.114 .Final" )
11
11
12
12
// TESTS
13
13
testImplementation(testFixtures(project(" :kotlin-mbedtls" )))
14
14
15
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10 .2" )
16
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10 .2" )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11 .2" )
16
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11 .2" )
17
17
testImplementation(" ch.qos.logback:logback-classic:1.3.14" )
18
- testImplementation(" org.awaitility:awaitility-kotlin:4.2.1 " )
19
- testImplementation(" io.netty:netty-all:4.1.110 .Final" )
20
- testImplementation(" io.mockk:mockk:1.13.11 " )
21
- testImplementation(" org.assertj:assertj-core:3.26.0 " )
18
+ testImplementation(" org.awaitility:awaitility-kotlin:4.2.2 " )
19
+ testImplementation(" io.netty:netty-all:4.1.114 .Final" )
20
+ testImplementation(" io.mockk:mockk:1.13.13 " )
21
+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
22
22
}
23
23
24
24
tasks.test {
Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ dependencies {
9
9
api(platform(" org.jetbrains.kotlin:kotlin-bom" ))
10
10
api(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
11
11
12
- api(" org.slf4j:slf4j-api:2.0.13 " )
13
- api(" net.java.dev.jna:jna:5.14 .0" )
12
+ api(" org.slf4j:slf4j-api:2.0.16 " )
13
+ api(" net.java.dev.jna:jna:5.15 .0" )
14
14
15
15
// TESTS
16
16
testFixturesApi(" org.bouncycastle:bcpkix-jdk15on:1.70" )
17
17
18
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10 .2" )
19
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10 .2" )
20
- testImplementation(" org.awaitility:awaitility-kotlin:4.2.1 " )
18
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11 .2" )
19
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11 .2" )
20
+ testImplementation(" org.awaitility:awaitility-kotlin:4.2.2 " )
21
21
testImplementation(" ch.qos.logback:logback-classic:1.3.14" )
22
22
testImplementation(" org.bouncycastle:bcpkix-jdk15on:1.70" )
23
- testImplementation(" io.mockk:mockk:1.13.11 " )
23
+ testImplementation(" io.mockk:mockk:1.13.13 " )
24
24
}
25
25
26
26
tasks.test {
You can’t perform that action at this time.
0 commit comments