Skip to content

Commit ecd86e3

Browse files
dependabot[bot]adwsingh
authored andcommitted
Bump the gradle group with 10 updates
Bumps the gradle group with 10 updates: | Package | From | To | | --- | --- | --- | | [io.netty:netty-all](https://github.com/netty/netty) | `4.2.7.Final` | `4.2.13.Final` | | [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.78.1` | `1.84` | | software.amazon.awssdk:retries-spi | `2.43.0` | `2.44.2` | | software.amazon.awssdk:retries | `2.43.0` | `2.44.2` | | software.amazon.awssdk:sdk-core | `2.43.0` | `2.44.2` | | software.amazon.awssdk:auth | `2.43.0` | `2.44.2` | | [tools.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `3.1.2` | `3.1.3` | | [software.amazon.api.models:all](https://github.com/aws/api-models-aws) | `1.0.221` | `1.0.226` | | [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) | `3.9.0` | `3.10.0` | | org.jreleaser | `1.23.0` | `1.24.0` | Updates `io.netty:netty-all` from 4.2.7.Final to 4.2.13.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.2.7.Final...netty-4.2.13.Final) Updates `org.bouncycastle:bcpkix-jdk18on` from 1.78.1 to 1.84 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `software.amazon.awssdk:retries-spi` from 2.43.0 to 2.44.2 Updates `software.amazon.awssdk:retries` from 2.43.0 to 2.44.2 Updates `software.amazon.awssdk:sdk-core` from 2.43.0 to 2.44.2 Updates `software.amazon.awssdk:auth` from 2.43.0 to 2.44.2 Updates `software.amazon.awssdk:retries` from 2.43.0 to 2.44.2 Updates `software.amazon.awssdk:sdk-core` from 2.43.0 to 2.44.2 Updates `software.amazon.awssdk:auth` from 2.43.0 to 2.44.2 Updates `tools.jackson.core:jackson-core` from 3.1.2 to 3.1.3 - [Commits](FasterXML/jackson-core@jackson-core-3.1.2...jackson-core-3.1.3) Updates `software.amazon.api.models:all` from 1.0.221 to 1.0.226 - [Commits](https://github.com/aws/api-models-aws/commits) Updates `com.autonomousapps:dependency-analysis-gradle-plugin` from 3.9.0 to 3.10.0 - [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md) - [Commits](autonomousapps/dependency-analysis-gradle-plugin@v3.9.0...v3.10.0) Updates `org.jreleaser` from 1.23.0 to 1.24.0 --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.13.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-version: '1.84' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.awssdk:retries-spi dependency-version: 2.44.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.awssdk:retries dependency-version: 2.44.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.awssdk:sdk-core dependency-version: 2.44.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.awssdk:auth dependency-version: 2.44.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.awssdk:retries dependency-version: 2.44.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.awssdk:sdk-core dependency-version: 2.44.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: software.amazon.awssdk:auth dependency-version: 2.44.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: tools.jackson.core:jackson-core dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: software.amazon.api.models:all dependency-version: 1.0.226 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.jreleaser dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b23eaf7 commit ecd86e3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ spotbugs = "6.0.22"
88
spotless = "8.4.0"
99
smithy-gradle-plugins = "1.4.0"
1010
assertj = "3.27.7"
11-
jackson = "3.1.2"
11+
jackson = "3.1.3"
1212
fastdoubleparser = "2.0.1"
13-
netty = "4.2.12.Final"
14-
dep-analysis = "3.9.0"
15-
aws-sdk = "2.43.0"
13+
netty = "4.2.13.Final"
14+
dep-analysis = "3.10.0"
15+
aws-sdk = "2.44.2"
1616
osdetector = "1.7.3"
1717
accp = "2.4.1" # Amazon Corretto Crypto Provider
18-
jreleaser = "1.23.0"
18+
jreleaser = "1.24.0"
1919
picocli = "4.7.7"
2020
graalvm-native = "1.1.0"
2121
shadow = "8.3.10"
@@ -25,7 +25,7 @@ opentelemetry = "1.61.0"
2525
jspecify = "1.0.0"
2626
commonmark = "0.28.0"
2727
jsoup = "1.22.2"
28-
aws-api-models = "1.0.221"
28+
aws-api-models = "1.0.226"
2929

3030
[libraries]
3131
smithy-model = { module = "software.amazon.smithy:smithy-model", version.ref = "smithy" }

http/http-client/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ val jmhServerImplementation by configurations.getting
2121
dependencies {
2222
jmh(project(":client:client-http"))
2323

24-
jmhServerImplementation("io.netty:netty-all:4.2.7.Final")
25-
jmhServerImplementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")
24+
jmhServerImplementation("io.netty:netty-all:4.2.13.Final")
25+
jmhServerImplementation("org.bouncycastle:bcpkix-jdk18on:1.84")
2626
}
2727

2828
val benchmarkH2cPort = 18081

0 commit comments

Comments
 (0)