spring-attic / spring-integration-kafka

Apache License 2.0
324 stars 180 forks source link

jacksonVersion on master regressed from 3.1.4.RELEASE #274

Closed jmax01 closed 5 years ago

jmax01 commented 5 years ago

jacksonVersion on master regressed from 3.1.4.RELEASE

3.1.4.RELEASE: https://github.com/spring-projects/spring-integration-kafka/blob/8c98cd948fa245272382a96f05c87b25add96663/build.gradle#L57

vs

master: https://github.com/spring-projects/spring-integration-kafka/blob/eaa8f5f7ba22502d994398a6763053772f3744e9/build.gradle#L58

garyrussell commented 5 years ago

Thanks, but it wasn't really a "regression" as such; we just hadn't gotten around to updating it on master.

jmax01 commented 5 years ago

Thanks, but it wasn't really a "regression" as such; we just hadn't gotten around to updating it on master.

I was careful to not call it a "regression" but to say it "regressed". I did this in case there was any tooling that would be triggered by "regression".