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 micronaut4.version from 4.6.3 to 4.7.0 #2248

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps micronaut4.version from 4.6.3 to 4.7.0.
Updates io.micronaut.platform:micronaut-platform from 4.6.3 to 4.7.0

Release notes

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

Micronaut Platform 4.7.0

Core

Micronaut Core contains multiple improvements. To highlight a few, it improves the HTTP Client implementations, the display of circular dependency errors, adds a new API FilterBodyParser, the possibility to disable normalization of property keys in @EachProperty beans, and it adds nicer HTML error pages.

LangChain4J

Micronaut LangChain4J provides integration with Langchain4j.

For example, Micronaut LangChain4J makes easy to inject your favourite language model in your Micronaut beans:

import dev.langchain4j.model.chat.ChatLanguageModel;
import jakarta.inject.Singleton;
@Singleton
class DefaultJokeGenerator implements JokeGenerator {
private final ChatLanguageModel model;
DefaultJokeGenerator(ChatLanguageModel model) {
this.model = model;
}
@Override
public String generateJoke() {
    return model.generate("Tell me a joke about Java?");
}

}

GraalPy

Micronaut Graal Languages is a collection of components for integration of Graal based dynamic languages with Micronaut Framework.

With Micronaut GraalPy eases exposing Python modules as Java Beans within a Micronaut application. We published two guides:

Build Plugins

There are new versions of both Maven 4.7.1, and Gradle 4.4.4 Plugins.

Micronaut Security

Micronaut Security adds a new module, Micronaut Security Cross-Site Request Forgery (CSRF) to help you protect your applications against CSRF attacks. CSRF protection is integrated also in Micronaut Views with a CSRF Token View Model Processor, and CSRF hidden field in form generation.

Micrometer

Micronaut Micrometer updates to Micrometer 1.13.6 and it adds new module for Prometheus PushGateway.

Cloud

  • Micronaut AWS updates to AWS lambda Events 3.14.0, AWS SDK v1 1.12.777, and AWS SDK v2 2.29.11.

... (truncated)

Commits
  • 71e9759 [skip ci] Release v4.7.0
  • cdf8426 Update common files (#1782)
  • 2c2de02 security 4.11.1
  • 7e0e2e5 data 4.10.3
  • 6aa12a3 core 4.7.5
  • 63af145 fix(deps): update dependency io.micronaut.data:micronaut-data-bom to v4.10.2 ...
  • c76385a sql 6.0.2
  • f27c28d multi-tenancy 5.5.0
  • 29582e8 fix(deps): update dependency io.micronaut.objectstorage:micronaut-object-stor...
  • cafeb2a fix(deps): update dependency org.zeroturnaround:jrebel-maven-plugin to v1.2.1...
  • Additional commits viewable in compare view

Updates io.micronaut:micronaut-inject-java from 4.6.3 to 4.7.0

Release notes

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

Micronaut Core 4.7.0

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes 💡

Improvements ⭐

Docs 📖

Dependency updates 🚀

... (truncated)

Commits
  • fdc9b38 [skip ci] Release v4.7.0
  • 4f28175 Use @​PreMatching for CORS Preflight request (#11097)
  • 35ea6ba RawHttpClient (#11227)
  • b1bd3ff Update introspection documentation (#11240)
  • fcb40d7 Correct checking for internal/experimental API usage (#11249)
  • 095f93e fix(deps): update dependency me.champeau.gradle:japicmp-gradle-plugin to v0.4...
  • e9ce89c fix(deps): update dependency net.bytebuddy:byte-buddy to v1.15.3 (#11237)
  • 8766bfc fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.9 (#11246)
  • b19f90e fix(router): get 'uri' mapping default value if no 'uris' found in http annot...
  • b020fb6 feat: Add ability to disable normalization for property keys in EachProperty ...
  • 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 `micronaut4.version` from 4.6.3 to 4.7.0.

Updates `io.micronaut.platform:micronaut-platform` from 4.6.3 to 4.7.0
- [Release notes](https://github.com/micronaut-projects/micronaut-platform/releases)
- [Commits](micronaut-projects/micronaut-platform@v4.6.3...v4.7.0)

Updates `io.micronaut:micronaut-inject-java` from 4.6.3 to 4.7.0
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/4.7.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.6.3...v4.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 14, 2024
@lukas-krecan lukas-krecan merged commit b76a01f into master Nov 14, 2024
2 checks passed
@lukas-krecan lukas-krecan deleted the dependabot/maven/micronaut4.version-4.7.0 branch November 14, 2024 18:25
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.

1 participant