Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 2 updates (#60)
Browse files Browse the repository at this point in the history
* Bump the dependencies group across 1 directory with 2 updates

Bumps the dependencies group with 2 updates in the / directory: [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) and [org.springframework.boot](https://github.com/spring-projects/spring-boot).


Updates `io.confluent:kafka-avro-serializer` from 7.7.0 to 7.7.1
- [Commits](confluentinc/schema-registry@v7.7.0...v7.7.1)

Updates `org.springframework.boot` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)

---
updated-dependencies:
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roger Viñas Alcon <[email protected]>
  • Loading branch information
dependabot[bot] and rogervinas authored Sep 30, 2024
1 parent 9932201 commit 54c806f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![CI](https://github.com/rogervinas/spring-cloud-stream-kafka-avro-schema-registry/actions/workflows/ci.yml/badge.svg)](https://github.com/rogervinas/spring-cloud-stream-kafka-avro-schema-registry/actions/workflows/ci.yml)
![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black)
![Kotlin](https://img.shields.io/badge/Kotlin-2.0.20-blue?labelColor=black)
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.3-blue?labelColor=black)
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.4-blue?labelColor=black)
![SpringCloud](https://img.shields.io/badge/SpringCloud-2023.0.3-blue?labelColor=black)

# Spring Cloud Stream Kafka & Confluent Avro Schema Registry
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED

plugins {
id("org.springframework.boot") version "3.3.3" apply false
id("org.springframework.boot") version "3.3.4" apply false
id("io.spring.dependency-management") version "1.1.6"
id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1"
id("org.jetbrains.kotlin.jvm") version "2.0.20"
Expand Down Expand Up @@ -38,7 +38,7 @@ subprojects {
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.cloud:spring-cloud-starter-stream-kafka")

implementation("io.confluent:kafka-avro-serializer:7.7.0")
implementation("io.confluent:kafka-avro-serializer:7.7.1")
implementation("org.apache.avro:avro:1.12.0")

testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit 54c806f

Please sign in to comment.