Skip to content

Commit

Permalink
Bump org.eclipse.microprofile.reactive.messaging:microprofile-reactiv…
Browse files Browse the repository at this point in the history
…e-messaging-api

Bumps [org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api](https://github.com/eclipse/microprofile-reactive-messaging) from 1.0 to 3.0.
- [Release notes](https://github.com/eclipse/microprofile-reactive-messaging/releases)
- [Commits](microprofile/microprofile-reactive-messaging@1.0...3.0)

---
updated-dependencies:
- dependency-name: org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent 052e820 commit f0947d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/kafka-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
api 'javax:javaee-api:8.0.1'
api 'org.eclipse.microprofile:microprofile:6.1'
api 'org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:1.0'
api 'org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api:3.0'

implementation 'org.apache.kafka:kafka-clients:3.6.0'

Expand Down

0 comments on commit f0947d7

Please sign in to comment.