From 9c09c7d5ca723efc167b03037cdcc16f7cc1a454 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 26 Sep 2019 16:03:47 +0200 Subject: [PATCH] Prohibit upgrade to Netty 4.1.40+ See https://github.com/reactor/reactor-netty/issues/844 --- .bomr/bomr.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bomr/bomr.yaml b/.bomr/bomr.yaml index b46cb0fc45..a7400d34d5 100644 --- a/.bomr/bomr.yaml +++ b/.bomr/bomr.yaml @@ -20,6 +20,10 @@ bomr: versions: # Contains incompatiable class change - '9.4.20.v20190813' + - project: netty + versions: + # https://github.com/reactor/reactor-netty/issues/844 + - '[4.1.40.Final,)' - project: saaj-impl versions: # Switches to Jarkarta EE API dependencies resulting in duplicate classes