Skip to content

Commit a5e007b

Browse files
build(deps): bump software.amazon.awssdk:bom from 2.17.71 to 2.17.77
Bumps [software.amazon.awssdk:bom](https://github.com/aws/aws-sdk-java-v2) from 2.17.71 to 2.17.77. - [Release notes](https://github.com/aws/aws-sdk-java-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-java-v2@2.17.71...2.17.77) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11134e9 commit a5e007b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
kotlin("jvm")
44
}
55

6-
val ktor_version = "1.6.4"
6+
val ktor_version = "1.6.5"
77
val logback_version = "1.2.6"
88
val prometeus_version = "1.7.5"
99
val exposed_version = "0.36.1"
@@ -66,7 +66,7 @@ dependencies {
6666
implementation("org.bouncycastle:bcprov-jdk15on:1.69")
6767

6868

69-
implementation (platform ("software.amazon.awssdk:bom:2.17.71"))
69+
implementation (platform ("software.amazon.awssdk:bom:2.17.77"))
7070
implementation("software.amazon.awssdk:s3")
7171

7272
testImplementation("io.ktor:ktor-server-tests:$ktor_version")

0 commit comments

Comments
 (0)