fineract
fineract copied to clipboard
fix(deps): update non-major
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.puppycrawl.tools:checkstyle (source) | 10.3.2 -> 10.3.3 |
||||
| org.postgresql:postgresql (source) | 42.4.1 -> 42.5.0 |
||||
| org.mockito:mockito-inline | 4.7.0 -> 4.8.0 |
Release Notes
pgjdbc/pgjdbc
v42.5.0
Changed
- fix: revert change in PR #1986 where float was aliased to float4 from float8. float now aliases to float8 PR #2598 fixes Issue #2597
v42.4.2
Changed
- fix: add alias to the generated getUDT() query for clarity (PR #2553)[https://github.com/pgjdbc/pgjdbc/pull/2553](https://togithub.com/pgjdbc/pgjdbc/pull/2553)3]
Added
- fix: make setObject accept UUID array PR #2587
Fixed
- fix: regression with GSS. Changes introduced to support building with Java 17 caused failures Issue #2588
- fix: set a timeout to get the return from requesting SSL upgrade. PR #2572
- feat: synchronize statement executions (e.g. avoid deadlock when Connection.isValid is executed from concurrent threads)
mockito/mockito
v4.8.0
Changelog generated by Shipkit Changelog Gradle Plugin
4.8.0
- 2022-09-07 - 10 commit(s) by Alex, James Baker, Johannes Spangenberg, Kurt Alfred Kluever, Rafael Winterhalter, Thibault Helsmoortel, dependabot[bot]
- GitHub Workflows security hardening (#2744)
- Assign GlobalConfiguration initializer to unused variable (#2742)
- Bump com.diffplug.spotless from 6.9.1 to 6.10.0 (#2738)
- Drop varargs collector before invoking a user method. (#2736)
- Bump versions.bytebuddy from 1.12.13 to 1.12.14 (#2734)
- Remove useless thrown exception from constructor (#2732)
- TypeSafeMatching no longer iterates over class methods inefficiently (#2729)
- Fixes #2720: Use StackWalker on Java 9+ to create Locations (#2723)
- LocationImpl adds performance overheads due to instantiating a stack trace (#2720)
- Fixes #2626 : Introduce MockSettings.mockMaker (#2701)
- Introduce option to disable inline-mock-maker for a specific instance (#2626)
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.