josdem / vetlog-spring-boot

Maintain your pet history organized
https://vetlog.org
Apache License 2.0
21 stars 24 forks source link

Update dependencies to the latest version #401

Closed josdem closed 3 weeks ago

josdem commented 3 weeks ago

As developer, I would like to see latest versions in the project so that I can be up to date

Acceptance Criteria

tkim602 commented 3 weeks ago

Hi I want to work on this issue. Could you assign it to me?

josdem commented 3 weeks ago

Hi I want to work on this issue. Could you assign it to me?

Hi @tkim602 , absolutely, your collaboration is appreciated, let me know if any questions.

tkim602 commented 3 weeks ago

Hi I made following updates to the build.gradle file as per your recommendation. Despite the changes, I am still encountering Hibernate dialect errors during the test (./gradlew test). I noticed that 35 out of 129 tests failed. While I do not have a complete stack tracing at the moment, the errors seem to be related to incorrect Hibernate configuration. I have tried updating build.gradle, cleared cache, and rebuilt the project. Since I am a beginner at contributions, it might be just on me lacking of skills. Could you please provide me guidance on how to resolve this? Thank you.

josdem commented 3 weeks ago

Hi @tkim602 I sent you a collaboration request to make the things easier, once you accept you have a couple of options:

  1. Create the necessary setup in your local computer, you can find the instructions in the wiki page take a look at the configuration and run sections.
  2. Create a PR from this repository and GitHub actions will run the tests for you. Thank you for your collaboration, let me know if any more questions.
tkim602 commented 3 weeks ago

thank you for the support. I've just created a new PR.

josdem commented 3 weeks ago

PR merged: https://github.com/josdem/vetlog-spring-boot/pull/412