Skip to content

Commit

Permalink
Merge pull request #179 from OpenLiberty/dependabot/maven/start/org.e…
Browse files Browse the repository at this point in the history
…clipse.microprofile.reactive.messaging-microprofile-reactive-messaging-api-3.0

Bump org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api from 1.0 to 3.0 in /start
  • Loading branch information
gkwan-ibm authored Apr 1, 2024
2 parents 0d88dcf + 6d158ac commit 9ff5bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-api</artifactId>
<version>1.0</version>
<version>3.0</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion start/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-api</artifactId>
<version>1.0</version>
<version>3.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 9ff5bc3

Please sign in to comment.