remotemobprogramming / timer

A team timer for mob.sh.
https://timer.mob.sh
MIT License
23 stars 4 forks source link

Upgrade to Spring Boot 2.7.1 #13

Closed jmp closed 2 years ago

jmp commented 2 years ago

This change upgrades Spring Boot to the latest available version (2.7.1).

Currently, Mob Timer uses version 2.5.5 which reached end of non-commercial support on 2022-05-19. Its transitive dependencies also contain some vulnerabilities which have been fixed in later versions.

Things that were marked as deprecated in Spring Boot 2.5 have been removed in 2.7, but it seems like Mob Timer does not use any such things. After upgrading, the app still seems to run fine and all tests pass.