Skip to content

Commit 92a11c6

Browse files
Bump io.netty:netty-bom from 4.1.121.Final to 4.2.5.Final
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.121.Final to 4.2.5.Final. - [Commits](netty/netty@netty-4.1.121.Final...netty-4.2.5.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-version: 4.2.5.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e94cba2 commit 92a11c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0'
6262
testImplementation "org.apache.kafka:connect-api:$kafkaVersion"
6363

64-
implementation platform('io.netty:netty-bom:4.1.121.Final') // override Netty transitive dependencies to latest
64+
implementation platform('io.netty:netty-bom:4.2.5.Final') // override Netty transitive dependencies to latest
6565
// Marked as compile-only to prevent conflicts with Kafka runtime, since the runtime already has the Kafka APIs.
6666
// See https://docs.confluent.io/platform/current/connect/devguide.html#create-an-archive
6767
compileOnly "org.apache.kafka:connect-api:$kafkaVersion"

0 commit comments

Comments
 (0)