Update dependencies #32

Open
hannesbraun wants to merge 5 commits from upgrade-dependencies into master
Collaborator

The dependencies weren't updated in a while. Updating is probably not a bad idea...
I also updated the Java version target to 21 and fixed a few deprecation warnings.

The dependencies weren't updated in a while. Updating is probably not a bad idea... I also updated the Java version target to 21 and fixed a few deprecation warnings.
hannesbraun added 5 commits 2024-04-09 19:17:39 +02:00
hannesbraun force-pushed upgrade-dependencies from f2207e8667 to 47f25c5064 2024-04-09 19:18:51 +02:00 Compare
hannesbraun requested review from Seil0 2024-04-09 19:19:20 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b upgrade-dependencies master
git pull origin upgrade-dependencies

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff upgrade-dependencies
git push origin master
Sign in to join this conversation.
No description provided.