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 io.micronaut.platform:micronaut-platform from 4.6.3 to 4.7.0 in /generators/micronaut/resources #421

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps 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

Dependabot compatibility score

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 [io.micronaut.platform:micronaut-platform](https://github.com/micronaut-projects/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)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added skip-changelog Exclude pull requests from the release notes theme: dependencies Pull requests that update a dependency file theme: java Pull requests that update Java code or dependencies labels Nov 14, 2024
@github-actions github-actions bot enabled auto-merge November 14, 2024 08:58
@DanielFran
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2024

Looks like io.micronaut.platform:micronaut-platform is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 14, 2024
auto-merge was automatically disabled November 14, 2024 17:02

Pull request was closed

@dependabot dependabot bot deleted the dependabot/gradle/generators/micronaut/resources/io.micronaut.platform-micronaut-platform-4.7.0 branch November 14, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Exclude pull requests from the release notes theme: dependencies Pull requests that update a dependency file theme: java Pull requests that update Java code or dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant