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

Bump versions.bytebuddy from 1.14.14 to 1.14.15 #3338

Merged
merged 1 commit into from
May 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2024

Bumps versions.bytebuddy from 1.14.14 to 1.14.15.
Updates net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15

Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

Byte Buddy release notes

Commits
  • a24599a [maven-release-plugin] prepare release byte-buddy-1.14.15
  • 0e0cbdf [release] Release new version
  • 5b5bcaf Minor code normalizations.
  • 1897879 Add missing forwarding.
  • 156ba85 J9 Allow attachment as root (#1631)
  • 01ed75b Switch from global property to explicit argument.
  • f04d254 Add property to allow disabling user check for J9 which does not seem to be i...
  • 5b7c966 Update internal Byte Buddy.
  • e258ec5 Update checkout plugin.
  • 61209f4 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates net.bytebuddy:byte-buddy-agent from 1.14.14 to 1.14.15

Changelog

Sourced from net.bytebuddy:byte-buddy-agent's changelog.

Byte Buddy release notes

Commits
  • a24599a [maven-release-plugin] prepare release byte-buddy-1.14.15
  • 0e0cbdf [release] Release new version
  • 5b5bcaf Minor code normalizations.
  • 1897879 Add missing forwarding.
  • 156ba85 J9 Allow attachment as root (#1631)
  • 01ed75b Switch from global property to explicit argument.
  • f04d254 Add property to allow disabling user check for J9 which does not seem to be i...
  • 5b7c966 Update internal Byte Buddy.
  • e258ec5 Update checkout plugin.
  • 61209f4 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates net.bytebuddy:byte-buddy-android from 1.14.14 to 1.14.15

Changelog

Sourced from net.bytebuddy:byte-buddy-android's changelog.

Byte Buddy release notes

Commits
  • a24599a [maven-release-plugin] prepare release byte-buddy-1.14.15
  • 0e0cbdf [release] Release new version
  • 5b5bcaf Minor code normalizations.
  • 1897879 Add missing forwarding.
  • 156ba85 J9 Allow attachment as root (#1631)
  • 01ed75b Switch from global property to explicit argument.
  • f04d254 Add property to allow disabling user check for J9 which does not seem to be i...
  • 5b7c966 Update internal Byte Buddy.
  • e258ec5 Update checkout plugin.
  • 61209f4 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `versions.bytebuddy` from 1.14.14 to 1.14.15.

Updates `net.bytebuddy:byte-buddy` from 1.14.14 to 1.14.15
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.14...byte-buddy-1.14.15)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.14 to 1.14.15
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.14...byte-buddy-1.14.15)

Updates `net.bytebuddy:byte-buddy-android` from 1.14.14 to 1.14.15
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.14...byte-buddy-1.14.15)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 8, 2024
@codecov-commenter
Copy link

codecov-commenter commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.33%. Comparing base (88e8481) to head (8c908db).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #3338   +/-   ##
=========================================
  Coverage     85.33%   85.33%           
  Complexity     2924     2924           
=========================================
  Files           336      336           
  Lines          8907     8907           
  Branches       1109     1109           
=========================================
  Hits           7601     7601           
  Misses         1013     1013           
  Partials        293      293           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TimvdLippe TimvdLippe merged commit de38124 into main May 8, 2024
18 checks passed
@TimvdLippe TimvdLippe deleted the dependabot/gradle/versions.bytebuddy-1.14.15 branch May 8, 2024 20:21
ndwlocatieservices added a commit to ndwnu/nls-geometry that referenced this pull request May 27, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | test | minor | `5.11.0` -> `5.12.0` |
| [org.geotools:gt-geojson-core](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.geotools:gt-epsg-extension](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.geotools:gt-referencing](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.geotools:gt-epsg-hsql](https://github.com/geotools/geotools) | compile | minor | `31.0` -> `31.1` |
| [org.springframework.boot:spring-boot-dependencies](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | minor | `3.2.5` -> `3.3.0` |

---

### Release Notes

<details>
<summary>mockito/mockito (org.mockito:mockito-junit-jupiter)</summary>

### [`v5.12.0`](https://github.com/mockito/mockito/releases/tag/v5.12.0)

[Compare Source](mockito/mockito@v5.11.0...v5.12.0)

<sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup>

##### 5.12.0

-   2024-05-11 - [25 commit(s)](mockito/mockito@v5.11.0...v5.12.0) by Piotr Przybylak, Stefano Cordio, Tim van der Lippe, dependabot\[bot], jonghoonpark
-   Bump com.gradle.enterprise from 3.17.2 to 3.17.3 [(#&#8203;3341)](mockito/mockito#3341)
-   Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 [(#&#8203;3339)](mockito/mockito#3339)
-   Bump versions.bytebuddy from 1.14.14 to 1.14.15 [(#&#8203;3338)](mockito/mockito#3338)
-   Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 [(#&#8203;3337)](mockito/mockito#3337)
-   Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 [(#&#8203;3336)](mockito/mockito#3336)
-   Fixes [#&#8203;3331](mockito/mockito#3331) : Fix `AdditionalMatchers.and()` and `AdditionalMatchers.or()` not to swap the order of matchers [(#&#8203;3335)](mockito/mockito#3335)
-   AdditionalMatchers.and() and or() swap matcher order [(#&#8203;3331)](mockito/mockito#3331)
-   Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 [(#&#8203;3327)](mockito/mockito#3327)
-   Bump versions.bytebuddy from 1.14.13 to 1.14.14 [(#&#8203;3324)](mockito/mockito#3324)
-   Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 [(#&#8203;3322)](mockito/mockito#3322)
-   Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 [(#&#8203;3320)](mockito/mockito#3320)
-   Bump com.gradle.enterprise from 3.17 to 3.17.2 [(#&#8203;3318)](mockito/mockito#33...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants