Skip to content

Commit dc9876c

Browse files
committed
misc: bump dependency versions
1 parent 825d70a commit dc9876c

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

build-plugins/build-support/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ repositories {
1919
}
2020

2121
dependencies {
22-
implementation(libs.nexus.publish.plugin)
23-
implementation(libs.jreleaser.plugin)
2422
compileOnly(gradleApi())
2523
implementation(libs.aws.sdk.s3)
2624
implementation(libs.aws.sdk.cloudwatch)

gradle/libs.versions.toml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
[versions]
2-
aws-sdk-version = "1.5.26"
3-
kotlin-version = "2.2.0"
4-
ktlint-version = "1.3.0"
5-
nexus-plugin-version = "2.0.0"
6-
jreleaser-plugin-version = "1.18.0"
7-
publish-plugin-version = "1.3.1"
8-
smithy-version = "1.60.2"
2+
aws-sdk-version = "1.5.105" #TODO Bump to 1.6.0 once released
3+
kotlin-version = "2.3.0"
4+
ktlint-version = "1.8.0"
5+
publish-plugin-version = "2.0.0"
6+
smithy-version = "1.65.0"
97
smithy-gradle-plugin-version = "1.3.0"
10-
junit-version = "5.10.1"
8+
junit-version = "6.0.1"
119
coroutines-version = "1.10.2"
1210
slf4j-version = "2.0.17"
13-
okhttp-version = "5.1.0"
11+
okhttp-version = "5.3.2"
1412
kotlinx-serialization-version = "1.9.0"
1513

1614
[libraries]
@@ -19,8 +17,6 @@ aws-sdk-s3 = { module = "aws.sdk.kotlin:s3", version.ref = "aws-sdk-version" }
1917
ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint-version" }
2018
ktlint-cli-ruleset-core = { module = "com.pinterest.ktlint:ktlint-cli-ruleset-core", version.ref = "ktlint-version" }
2119
ktlint-rule-engine = { module = "com.pinterest.ktlint:ktlint-rule-engine", version.ref = "ktlint-version" }
22-
nexus-publish-plugin = { module = "io.github.gradle-nexus:publish-plugin", version.ref = "nexus-plugin-version" }
23-
jreleaser-plugin = { module = "org.jreleaser:jreleaser-gradle-plugin", version.ref = "jreleaser-plugin-version" }
2420
smithy-model = { module = "software.amazon.smithy:smithy-model", version.ref = "smithy-version" }
2521
smithy-gradle-base-plugin = { module = "software.amazon.smithy.gradle:smithy-base", version.ref = "smithy-gradle-plugin-version" }
2622
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-version" }

0 commit comments

Comments
 (0)