Skip to content

Commit e00da8b

Browse files
Bump io.confluent:common-utils from 7.3.2 to 7.3.3 (#1534)
Bumps [io.confluent:common-utils](https://github.com/confluentinc/common) from 7.3.2 to 7.3.3. - [Release notes](https://github.com/confluentinc/common/releases) - [Commits](confluentinc/common@v7.3.2...v7.3.3) --- updated-dependencies: - dependency-name: io.confluent:common-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f955963 commit e00da8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/tutorials/schedule-ktable-ttl-aggregate/kstreams/code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ apply plugin: "com.github.johnrengelman.shadow"
3030
dependencies {
3131
implementation "org.slf4j:slf4j-simple:2.0.7"
3232
implementation "org.apache.kafka:kafka-streams:3.1.0"
33-
implementation "io.confluent:common-utils:7.3.2"
33+
implementation "io.confluent:common-utils:7.3.3"
3434
implementation "org.apache.kafka:kafka-clients:3.1.0"
3535
implementation "com.fasterxml.jackson.core:jackson-core:2.14.2"
3636
implementation "com.fasterxml.jackson.core:jackson-annotations:2.14.2"

_includes/tutorials/schedule-ktable-ttl/kstreams/code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation "org.slf4j:slf4j-simple:2.0.7"
3232

3333
implementation "org.apache.kafka:kafka-streams:3.1.0"
34-
implementation "io.confluent:common-utils:7.3.2"
34+
implementation "io.confluent:common-utils:7.3.3"
3535
implementation "org.apache.kafka:kafka-clients:3.1.0"
3636
testImplementation "org.apache.kafka:kafka-streams-test-utils:3.1.0"
3737
testImplementation "junit:junit:4.13.2"

0 commit comments

Comments
 (0)