tim
02/25/2020, 12:43 PMyarn upgrade-interactive
regularly to upgrade all my dependencies to the latest versions (SEM ver'd so I could skip out MAJOR changes as well). Can I specify a package range in the dependencies block i.e., implements("io.github.cdimascio:java-dotenv:>5")
or is there a grandle command which will update all packages to the latest published version?bitkid
02/25/2020, 12:51 PMcom.github.ben-manes.versions
plugin in gradle to find dependency updates .. you still have to edit your gradle file manually thoughtim
02/25/2020, 12:57 PMCzar
02/25/2020, 2:09 PMtim
02/25/2020, 2:10 PMtim
02/25/2020, 2:11 PMbitkid
02/26/2020, 8:49 AMtim
02/26/2020, 9:09 AMbitkid
02/26/2020, 12:15 PMtim
02/26/2020, 12:39 PM