Skip to content

Commit

Permalink
Spring Cloud 2023.0.0 (#21)
Browse files Browse the repository at this point in the history
* Spring Cloud 2023.0.0

* Update README.md
  • Loading branch information
rogervinas authored Dec 11, 2023
1 parent 753af43 commit 3ce9a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black)
![Kotlin](https://img.shields.io/badge/Kotlin-1.9.21-blue?labelColor=black)
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.2.0-blue?labelColor=black)
![SpringCloud](https://img.shields.io/badge/SpringCloud-2023.0.0_RC1-blue?labelColor=black)
![SpringCloud](https://img.shields.io/badge/SpringCloud-2023.0.0-blue?labelColor=black)

# Spring Cloud Stream Kafka & Confluent Avro Schema Registry

Expand Down
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ group = "com.rogervinas"
version = "0.0.1-SNAPSHOT"
java.sourceCompatibility = JavaVersion.VERSION_21

val springCloudVersion = "2023.0.0-RC1"
val springCloudVersion = "2023.0.0"

allprojects {
repositories {
mavenCentral()
maven { url = uri("https://repo.spring.io/milestone") }
maven { url = uri("https://packages.confluent.io/maven") }
}
}
Expand Down

0 comments on commit 3ce9a5d

Please sign in to comment.