micronaut-projects / micronaut-groovy

Projects that enhance the Micronaut + Groovy experience
Apache License 2.0
17 stars 10 forks source link

fix(deps): update micronautversion to v3.6.2 #365

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micronaut:micronaut-inject (source) 3.3.4 -> 3.6.3 age adoption passing confidence
io.micronaut:micronaut-bom (source) 3.3.4 -> 3.6.3 age adoption passing confidence
io.micronaut:micronaut-http-server (source) 3.3.4 -> 3.6.3 age adoption passing confidence
io.micronaut:micronaut-inject-java (source) 3.3.4 -> 3.6.3 age adoption passing confidence
io.micronaut:micronaut-http-server-netty (source) 3.3.4 -> 3.6.3 age adoption passing confidence
io.micronaut:micronaut-http-client (source) 3.3.4 -> 3.6.3 age adoption passing confidence
io.micronaut:micronaut-function-web (source) 3.3.4 -> 3.6.3 age adoption passing confidence
io.micronaut:micronaut-function (source) 3.3.4 -> 3.6.3 age adoption passing confidence
io.micronaut:micronaut-inject-groovy (source) 3.3.4 -> 3.6.3 age adoption passing confidence
io.micronaut:micronaut-runtime (source) 3.3.4 -> 3.6.3 age adoption passing confidence

Configuration

πŸ“… Schedule: Branch creation - "every weekend" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

sdelamo commented 2 years ago

@wetted can you investigate why this fails?

dstepanov commented 2 years ago

@graemerocher @sdelamo Please review the last commit. It looks like there were some "hacks" that would register the same service multiple times, and that would result in overriding it. That doesn't work in the latest version, and I think it's correct.

sdelamo commented 2 years ago

@graemerocher @sdelamo Please review the last commit. It looks like there were some "hacks" that would register the same service multiple times, and that would result in overriding it. That doesn't work in the latest version, and I think it's correct.

It looks good to me.

I have added config/accepted-api-changes.json to accept the breaking changes.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication