Skip to content

Commit 87193ec

Browse files
committed
[#1863] Upgrade Mutiny to 2.5.6
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
1 parent f52269e commit 87193ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010

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

13-
api 'io.smallrye.reactive:mutiny:2.5.3'
13+
api 'io.smallrye.reactive:mutiny:2.5.6'
1414

1515
//Logging
1616
implementation 'org.jboss.logging:jboss-logging:3.5.0.Final'

0 commit comments

Comments
 (0)