Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency nl.jqno.equalsverifier:equalsverifier to v3.12.3 #154

Merged
merged 2 commits into from
Jan 10, 2023

Conversation

juul-mobile-bot
Copy link
Contributor

@juul-mobile-bot juul-mobile-bot commented Nov 4, 2022

This PR contains the following updates:

Package Type Update Change
nl.jqno.equalsverifier:equalsverifier (source) dependencies minor 3.10.1 -> 3.12.3

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

jqno/equalsverifier

v3.12.3

Fixed
  • Getters for lazy fields in entities could not be found in a superclass. (Issue 744)

v3.12.2

Added
  • Warning.SURROGATE_OR_BUSINESS_KEY for JPA entities that insist on using all fields in equals() and hashCode(), whether they are @Id or not.
Changed
  • Removed duplicated website urls and diagnostic output when using forPackage() or forClasses() and multiple classes have issues.

v3.12.1

Changed
  • Improved error message output for objects that throw exceptions in their toString() methods. (Issue 716)
Fixed
  • Fix ClassFormatError when attempting to create a dynamic subclass for a class that has no package. (Issue 638)
  • Fix LinkageError when running Quarkus dev mode and testing an abstract class. (Issue 550)

v3.12

Fixed
  • Getters for lazy fields in entities could not be found in a superclass. (Issue 744)

v3.11.1

Added
  • Verifies Map.Entry's extended hashCode contract. (Issue 603; thanks scordio!)

v3.11

Added
  • Verifies Map.Entry's extended hashCode contract. (Issue 603; thanks scordio!)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Merging #154 (02130c8) into main (56a59f1) will increase coverage by 0.36%.
The diff coverage is 45.45%.

@@             Coverage Diff              @@
##               main     #154      +/-   ##
============================================
+ Coverage     57.25%   57.62%   +0.36%     
  Complexity       11       11              
============================================
  Files             8        8              
  Lines           613      656      +43     
  Branches        145      144       -1     
============================================
+ Hits            351      378      +27     
- Misses          223      239      +16     
  Partials         39       39              
Impacted Files Coverage Δ
koap/src/commonMain/kotlin/Encoder.kt 71.69% <ø> (+3.27%) ⬆️
koap/src/commonMain/kotlin/ToFormat.kt 26.31% <ø> (ø)
koap/src/commonMain/kotlin/Debug.kt 26.08% <25.00%> (-1.19%) ⬇️
koap/src/commonMain/kotlin/Message.kt 57.44% <33.33%> (-1.79%) ⬇️
koap/src/commonMain/kotlin/ByteArrayReader.kt 68.08% <66.66%> (-0.10%) ⬇️
koap/src/commonMain/kotlin/Decoder.kt 53.74% <66.66%> (+1.62%) ⬆️
koap/src/commonMain/kotlin/Header.kt 50.00% <100.00%> (ø)
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@twyatt twyatt enabled auto-merge (squash) November 5, 2022 18:01
@juul-mobile-bot juul-mobile-bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.11 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.11.1 Nov 18, 2022
@juul-mobile-bot juul-mobile-bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.11.1 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.12 Dec 2, 2022
@juul-mobile-bot juul-mobile-bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.12 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.12.2 Dec 9, 2022
@juul-mobile-bot juul-mobile-bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v3.12.2 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.12.3 Dec 16, 2022
@twyatt twyatt merged commit f82299f into main Jan 10, 2023
@twyatt twyatt deleted the renovate/nl.jqno.equalsverifier branch January 10, 2023 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants