Fix a typo in InjectMocks#3422
Merged
TimvdLippe merged 1 commit intomockito:mainfrom Aug 20, 2024
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3422 +/- ##
=========================================
Coverage 85.36% 85.36%
Complexity 2927 2927
=========================================
Files 336 336
Lines 8908 8908
Branches 1110 1110
=========================================
Hits 7604 7604
Misses 1013 1013
Partials 291 291 ☔ View full report in Codecov by Sentry. |
TimvdLippe
approved these changes
Aug 20, 2024
ndwlocatieservices
added a commit
to ndwnu/nls-geometry
that referenced
this pull request
Sep 11, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | test | minor | `5.12.0` -> `5.13.0` | | [org.slf4j:slf4j-api](http://www.slf4j.org) ([source](https://github.com/qos-ch/slf4j)) | compile | patch | `2.0.14` -> `2.0.16` | | [org.mapstruct:mapstruct-processor](https://mapstruct.org/mapstruct-processor/) ([source](https://github.com/mapstruct/mapstruct)) | | minor | `1.5.5.Final` -> `1.6.0` | | [org.mapstruct:mapstruct](https://mapstruct.org/mapstruct/) ([source](https://github.com/mapstruct/mapstruct)) | compile | minor | `1.5.5.Final` -> `1.6.0` | | [org.junit.jupiter:junit-jupiter-engine](https://junit.org/junit5/) ([source](https://github.com/junit-team/junit5)) | test | minor | `5.10.3` -> `5.11.0` | | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | patch | `3.3.2` -> `3.3.3` | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-junit-jupiter)</summary> ### [`v5.13.0`](https://github.com/mockito/mockito/releases/tag/v5.13.0) [Compare Source](mockito/mockito@v5.12.0...v5.13.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.13.0 - 2024-08-27 - [43 commit(s)](mockito/mockito@v5.12.0...v5.13.0) by Breno A, Caleb Cushing, Jinwoo, Kurt Alfred Kluever, Stefano Cordio, Thach Le, dependabot\[bot] - Bump versions.bytebuddy from 1.14.19 to 1.15.0 [(#​3429)](mockito/mockito#3429) - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 [(#​3427)](mockito/mockito#3427) - Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 [(#​3425)](mockito/mockito#3425) - Bump com.gradle.enterprise from 3.17.6 to 3.18 [(#​3423)](mockito/mockito#3423) - Fix a typo in InjectMocks [(#​3422)](mockito/mockito#3422) - Bump versions.bytebuddy from 1.14.18 to 1.14.19 [(#​3417)](mockito/mockito#3417) - Bump androidx.test:runner from 1.6.1 to 1.6.2 [(#​3415)](mockito/mockito#3415) - Bump versions.junitJupiter from 5.10.3 to 5.11.0 [(#​3413)](mockito/mockito#3413) - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.10 [(#​3409)](mockito/mockito#3409) - Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 [(#​3408)](mockito/mockito#3408) - Bump com.google.googlejavaformat:google-java-format from 1.22.0 to 1.23.0 [(#​3407)](mockito/mockito#3407) - Bump org.shipkit:shipkit-auto-version from 2.0.9 to 2.0...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
including project members to get a better picture of the change
commit is meaningful and help the people that will explore a change in 2 years
Fixes #<issue number>in the description if relevantFixes #<issue number>if relevant