Skip to content

Commit

Permalink
Spring Cloud 2023.0.0 (#30)
Browse files Browse the repository at this point in the history
* Update build.gradle.kts

* Update README.md
  • Loading branch information
rogervinas authored Dec 11, 2023
1 parent 3471f2d commit 7f9ea6b
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 binder step by step

Expand Down
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ java.targetCompatibility = JavaVersion.VERSION_21

repositories {
mavenCentral()
maven { url = uri("https://repo.spring.io/milestone") }
}

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

dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
Expand Down

0 comments on commit 7f9ea6b

Please sign in to comment.