SAP / olingo-jpa-processor-v4

The JPA Processor fills the gap between Olingo V4 and the database, by providing a mapping between JPA metadata and OData metadata, generating queries and supporting the entity manipulations.
Apache License 2.0
122 stars 78 forks source link

chore(deps): Update dependencies #243

Closed reneleonhardt closed 10 months ago

reneleonhardt commented 10 months ago
cla-assistant[bot] commented 10 months ago

CLA assistant check
All committers have signed the CLA.

wog48 commented 10 months ago

Thank you for supporting. I had to update the version first. Can you resolve the conflicts?

Thanks

reneleonhardt commented 10 months ago

Thank you for switching to a snapshot version, one less patch layer makes development easier 😅 The whitespace fixes and newline at EOF make git happier too, many projects don't allow such improvements. Please note that you mixed tabs in some files though, maybe check your IDE settings or let a tool like spotless do it for you.

I saw in your last commit that processor.version has to be in sync with ${project.version}, I changed jpa/pom.xml accordingly if that's ok for you.

wog48 commented 10 months ago

Thanks for supporting