Skip to content

Commit 1b037dd

Browse files
chore(deps): bump the update-dependencies group with 2 updates (#200)
Bumps the update-dependencies group with 2 updates: [io.netty:netty-codec-http](https://github.com/netty/netty) and [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java). Updates `io.netty:netty-codec-http` from 4.1.113.Final to 4.1.114.Final - [Commits](netty/netty@netty-4.1.113.Final...netty-4.1.114.Final) Updates `org.testcontainers:postgresql` from 1.20.1 to 1.20.2 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.1...1.20.2) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a87c4d commit 1b037dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ val jacksonVersion = "2.18.0"
1010
val postgresVersion = "42.7.4"
1111
val flywayVersion = "10.18.2"
1212
val hikariVersion = "6.0.0"
13-
val testcontainerVersion = "1.20.1"
13+
val testcontainerVersion = "1.20.2"
1414
val mockkVersion = "1.13.12"
1515
val kotlinVersion = "2.0.20"
1616
val googlecloudstorageVersion = "2.43.1"
1717
val ktfmtVersion = "0.44"
1818
val jvmVersion = "17"
1919
val snappyJavaVersion = "1.1.10.6"
2020
val commonsCompressVersion = "1.27.1"
21-
val nettyCodecHttp = "4.1.113.Final"
21+
val nettyCodecHttp = "4.1.114.Final"
2222
val kafkaVersion = "3.8.0"
2323

2424
plugins {

0 commit comments

Comments
 (0)