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 version.io.micronaut from 4.4.0 to 4.4.1 #235

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps version.io.micronaut from 4.4.0 to 4.4.1.
Updates io.micronaut.platform:micronaut-platform from 4.4.0 to 4.4.1

Release notes

Sourced from io.micronaut.platform:micronaut-platform's releases.

Micronaut Platform 4.4.1

What's Changed

Micronaut Modules

Bug Fixes 🐞

Full Changelog: micronaut-projects/micronaut-platform@v4.4.0...v4.4.1

Commits
  • d50fbe8 [skip ci] Release v4.4.1
  • e2f871f chore(deps): update actions/checkout action to v4.1.3 (#1438)
  • 84f8851 fix(deps): update dependency io.micronaut.testresources:micronaut-test-resour...
  • 4f14fed fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.6 (#1441)
  • f3c1580 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.4.5 (#1437)
  • cce592d fix(deps): update dependency io.micronaut.views:micronaut-views-bom to v5.2.1...
  • bf5f1b7 chore(deps): update gradle/gradle-build-action action to v3.3.1 (#1432)
  • a184d0c fix(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3....
  • 723be4d Revert GraalVM's SVM to v23 (#1436)
  • d8c229a fix(deps): update dependency io.micronaut.grpc:micronaut-grpc-bom to v4.4.1 (...
  • Additional commits viewable in compare view

Updates io.micronaut:micronaut-inject-java from 4.4.0 to 4.4.1

Release notes

Sourced from io.micronaut:micronaut-inject-java's releases.

Micronaut Core 4.4.1

What's Changed

  • Set Accept header correctly in declarative client (#10685)

Dependency Upgrades 🚀

  • fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-core to v3.25.10 (#10683)

KSP

  • chore(deps): update managed.ksp to v1.9.23-1.0.20 (#10690)

Micronaut Modules

  • fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.3.0 (#10672)
  • fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2.3.0 (#10682)

Full Changelog: micronaut-projects/micronaut-core@v4.4.0...v4.4.1

Commits
  • 69aecb5 [skip ci] Release v4.4.1
  • 2935d24 Merge branch '4.3.x' into 4.4.x
  • 56001b3 chore: Bump version to 4.3.15-SNAPSHOT
  • e616fcd [skip ci] Release v4.3.14
  • 44f7a6a fix(deps): update dependency com.github.javaparser:javaparser-symbol-solver-c...
  • f8cac1f fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2...
  • 99027ad fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3...
  • b51e4b6 chore(deps): update managed.ksp to v1.9.23-1.0.20 (#10690)
  • bd0f47d Set Accept header correctly in declarative client (#10685)
  • 527f9ab Fix connection state on decompression failure (#10676)
  • Additional commits viewable 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 `version.io.micronaut` from 4.4.0 to 4.4.1.

Updates `io.micronaut.platform:micronaut-platform` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/micronaut-projects/micronaut-platform/releases)
- [Commits](micronaut-projects/micronaut-platform@v4.4.0...v4.4.1)

Updates `io.micronaut:micronaut-inject-java` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/4.5.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.4.0...v4.4.1)

---
updated-dependencies:
- dependency-name: io.micronaut.platform:micronaut-platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.micronaut:micronaut-inject-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from kokuwaio-bot as a code owner April 22, 2024 20:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 22, 2024
@kokuwaio-bot kokuwaio-bot enabled auto-merge (squash) April 22, 2024 20:45
@kokuwaio-bot kokuwaio-bot merged commit c2b85cc into main Apr 22, 2024
4 checks passed
@kokuwaio-bot kokuwaio-bot deleted the dependabot/maven/version.io.micronaut-4.4.1 branch April 22, 2024 20:47
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
Development

Successfully merging this pull request may close these issues.

1 participant