-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
amqp - message is delivered on lost hearbeat (#431)
- Loading branch information
1 parent
7464363
commit aec2eb5
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
} | ||
}, | ||
"require": { | ||
"ecotone/ecotone": "~1.242.1", | ||
"ecotone/ecotone": "~1.243.0", | ||
"jms/serializer": "^3.17", | ||
"symfony/cache": "^5.4|^6.1|^7.0" | ||
}, | ||
|
@@ -60,7 +60,7 @@ | |
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "1.242.1-dev" | ||
"dev-main": "1.243.0-dev" | ||
}, | ||
"ecotone": { | ||
"repository": "jms-converter" | ||
|
@@ -81,7 +81,7 @@ | |
"description": "Allows to use Enterprise features of Ecotone. For more information please write to [email protected]" | ||
} | ||
}, | ||
"release-time": "2025-01-24 07:43:42" | ||
"release-time": "2025-01-26 21:10:48" | ||
}, | ||
"config": { | ||
"sort-packages": true, | ||
|