rampatra / jbot

Make Slack and Facebook Bots in Java.
GNU General Public License v3.0
1.2k stars 352 forks source link

Any interest in a PR that will bump to SpringBoot v2.7.6? #202

Open jbeemster opened 1 year ago

jbeemster commented 1 year ago

Internally we have been using this bot for some years successfully but given the number of CVE's present in the current version of springboot we have ended up forking the library and bumping dependencies there.

We have successfully upgraded it to v2.7.6 with Java 11 and would be happy to contribute this back if that is of interest!

rampatra commented 1 year ago

Hi @jbeemster, this will actually be a nice addition to this project. Feel free to raise a PR and I can merge it. Let me know if I can help you with anything else.

jbeemster commented 1 year ago

Hey @rampatra please see: https://github.com/rampatra/jbot/pull/203

rampatra commented 1 year ago

Thanks a mil, @jbeemster for your time. I have added some minor comments to your PR. Once they are resolved, I can merge the PR.