Skip to content

Commit bbf0f18

Browse files
Bump com.sksamuel.avro4s:avro4s-core_2.13 from 4.1.0 to 4.1.1 (#1535)
Bumps [com.sksamuel.avro4s:avro4s-core_2.13](https://github.com/sksamuel/avro4s) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/sksamuel/avro4s/releases) - [Commits](https://github.com/sksamuel/avro4s/commits) --- updated-dependencies: - dependency-name: com.sksamuel.avro4s:avro4s-core_2.13 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 6de4d2b commit bbf0f18

File tree

1 file changed

+1
-1
lines changed
  • _includes/tutorials/produce-consume-lang/scala/code

1 file changed

+1
-1
lines changed

_includes/tutorials/produce-consume-lang/scala/code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ allprojects {
3434

3535
implementation "org.apache.kafka:kafka-clients:3.1.0"
3636
implementation "io.confluent:kafka-streams-avro-serde:7.3.0"
37-
implementation "com.sksamuel.avro4s:avro4s-core_2.13:4.1.0"
37+
implementation "com.sksamuel.avro4s:avro4s-core_2.13:4.1.1"
3838
testImplementation "org.scalatest:scalatest_2.13:3.3.0-SNAP3"
3939
testImplementation "org.testcontainers:kafka:1.17.6"
4040

0 commit comments

Comments
 (0)