Skip to content

Commit

Permalink
[#1863] Upgrade Mutiny to 2.5.6
Browse files Browse the repository at this point in the history
This upgrade is important because Mutinty 2.5.5 fixes
smallrye/smallrye-mutiny#1494

The issue was caught by `CancelSignalTest`, preventing us to
upgrade to 2.5.4
  • Loading branch information
DavideD committed Feb 12, 2024
1 parent f52269e commit 87193ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hibernate-reactive-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

api "org.hibernate.orm:hibernate-core:${hibernateOrmVersion}"

api 'io.smallrye.reactive:mutiny:2.5.3'
api 'io.smallrye.reactive:mutiny:2.5.6'

//Logging
implementation 'org.jboss.logging:jboss-logging:3.5.0.Final'
Expand Down

0 comments on commit 87193ec

Please sign in to comment.