Skip to content

Commit c8e34ff

Browse files
author
Jonas Saabel
committed
chore(deps): update deps and gradlew to latest versions
1 parent 271051c commit c8e34ff

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ java {
6262

6363
// Vanniktech Maven Publish Plugin Configuration
6464
mavenPublishing {
65-
// Publish to Maven Central Portal (new system)
66-
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.CENTRAL_PORTAL)
65+
// Maven Central publishing is configured via gradle.properties (mavenCentralPublishing=true)
6766

6867
// Sign all publications with GPG
6968
signAllPublications()

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
44

55
# Project version
66
version=0.1.0
7-
group=it.saabel
7+
group=it.saabel
8+
9+
# Maven Central Publishing (Vanniktech Maven Publish Plugin)
10+
mavenCentralPublishing=true

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
kotest = "6.0.4"
33
ben-manes-versions = "0.53.0"
44
dokka = "2.1.0"
5-
kotlin = "2.2.20"
5+
kotlin = "2.2.21"
66
kotlinter = "5.2.0"
7-
maven-publish = "0.30.0"
7+
maven-publish = "0.34.0"
88
# kotlinx-datetime: Using 0.6.2 instead of 0.7.x because 0.7.x migrated to kotlin.time.Instant
99
# which is still @ExperimentalTime in Kotlin 2.2. Using experimental APIs in a library is
1010
# problematic as it forces instability on users. 0.6.x uses stable kotlinx.datetime.Instant.
1111
# We'll upgrade to 0.7.x+ when kotlin.time types are stabilized (likely Kotlin 2.3+).
1212
kotlinx-datetime = "0.6.2"
1313
kotlinx-serialization-json = "1.9.0"
1414
ktor = "3.3.1"
15-
logback = "1.5.19"
15+
logback = "1.5.20"
1616
slf4j = "2.0.17"
1717

1818
[plugins]

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)