File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- reactorPoolVersion =1.0.0
2
- version =1.1.4
3
- reactorNettyQuicVersion =0.1.4
4
- reactorCoreVersion =3.5.3
5
- reactorAddonsVersion =3.5.0
6
- compatibleVersion =1.1.3
1
+ reactorPoolVersion =1.0.1-SNAPSHOT
2
+ version =1.1.5-SNAPSHOT
3
+ reactorNettyQuicVersion =0.1.5-SNAPSHOT
4
+ reactorCoreVersion =3.5.4-SNAPSHOT
5
+ reactorAddonsVersion =3.5.1-SNAPSHOT
6
+ compatibleVersion =1.1.4
7
7
bomVersion =2022.0.4
Original file line number Diff line number Diff line change @@ -241,8 +241,6 @@ task japicmp(type: JapicmpTask) {
241
241
242
242
compatibilityChangeExcludes = [ " METHOD_NEW_DEFAULT" ]
243
243
methodExcludes = [
244
- ' reactor.netty.http.server.ConnectionInformation#hostName()' ,
245
- ' reactor.netty.http.server.ConnectionInformation#hostPort()'
246
244
]
247
245
}
248
246
You can’t perform that action at this time.
0 commit comments