Skip to content

Conversation

kluever
Copy link
Contributor

@kluever kluever commented Aug 19, 2024

Checklist

  • Read the contributing guide
  • PR should be motivated, i.e. what does it fix, why, and if relevant how
  • If possible / relevant include an example in the description, that could help all readers
    including project members to get a better picture of the change
  • Avoid other runtime dependencies
  • Meaningful commit history ; intention is important please rebase your commit history so that each
    commit is meaningful and help the people that will explore a change in 2 years
  • The pull request follows coding style
  • Mention Fixes #<issue number> in the description if relevant
  • At least one commit should mention Fixes #<issue number> if relevant

@codecov-commenter
Copy link

codecov-commenter commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.36%. Comparing base (87e4a4f) to head (cc5662b).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@TimvdLippe TimvdLippe merged commit 84f605d into mockito:main Aug 20, 2024
18 checks passed
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 [(#&#8203;3429)](mockito/mockito#3429)
-   Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 [(#&#8203;3427)](mockito/mockito#3427)
-   Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 [(#&#8203;3425)](mockito/mockito#3425)
-   Bump com.gradle.enterprise from 3.17.6 to 3.18 [(#&#8203;3423)](mockito/mockito#3423)
-   Fix a typo in InjectMocks [(#&#8203;3422)](mockito/mockito#3422)
-   Bump versions.bytebuddy from 1.14.18 to 1.14.19 [(#&#8203;3417)](mockito/mockito#3417)
-   Bump androidx.test:runner from 1.6.1 to 1.6.2 [(#&#8203;3415)](mockito/mockito#3415)
-   Bump versions.junitJupiter from 5.10.3 to 5.11.0 [(#&#8203;3413)](mockito/mockito#3413)
-   Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.10 [(#&#8203;3409)](mockito/mockito#3409)
-   Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 [(#&#8203;3408)](mockito/mockito#3408)
-   Bump com.google.googlejavaformat:google-java-format from 1.22.0 to 1.23.0 [(#&#8203;3407)](mockito/mockito#3407)
-   Bump org.shipkit:shipkit-auto-version from 2.0.9 to 2.0...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants