Upgrade dependencies; fix compatibilities

* Fix new Checkstyle rules violations
This commit is contained in:
Artem Bilan
2022-05-17 17:00:37 -04:00
parent 627a797d49
commit f5ab0c1665
4 changed files with 22 additions and 22 deletions

View File

@@ -229,7 +229,7 @@ public class DefaultHeaderChannelRegistry extends IntegrationObjectSupport
}
protected static final record MessageChannelWrapper(MessageChannel channel, long expireAt) {
protected record MessageChannelWrapper(MessageChannel channel, long expireAt) {
}