Skip to content

build(deps): Bump the dev-dependencies group with 11 updates#27

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/dev-dependencies-daa2be681f
Jun 3, 2026
Merged

build(deps): Bump the dev-dependencies group with 11 updates#27
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/dev-dependencies-daa2be681f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps the dev-dependencies group with 11 updates:

Package From To
com.webauthn4j:webauthn4j-core 0.31.5.RELEASE 0.31.6.RELEASE
software.amazon.awssdk:dynamodb 2.45.1 2.46.2
software.amazon.awssdk:dynamodb-enhanced 2.45.1 2.46.2
io.micronaut:micronaut-core 4.10.23 4.10.24
io.micronaut:micronaut-context 4.10.23 4.10.24
io.micronaut:micronaut-inject-java 4.10.23 4.10.24
io.micronaut:micronaut-http 4.10.23 4.10.24
io.micronaut:micronaut-http-server-netty 4.10.23 4.10.24
io.micronaut:micronaut-http-client 4.10.23 4.10.24
io.micronaut:micronaut-jackson-databind 4.10.23 4.10.24
io.micronaut:micronaut-runtime 4.10.23 4.10.24

Updates com.webauthn4j:webauthn4j-core from 0.31.5.RELEASE to 0.31.6.RELEASE

Release notes

Sourced from com.webauthn4j:webauthn4j-core's releases.

0.31.6.RELEASE

🪲 Bugs

  • Fix async custom verifier results being silently discarded #1358

⭐ Enhancements

  • Apply defensive array copying consistently #1357
  • Hold Parameters objects directly in CoreRegistrationObject / CoreAuthenticationObject #1356
  • Add JSON serializer/deserializer for AAGUID and @JsonValue to Options #1346
  • Allow external modules to define and register their own WebAuthn extensions via Jackson Module #1341
  • Redesign the internal ANS.1 encoding/decoding library #1340
  • Set Ed25519 messageDigestAlgorithm to null as it is a pure signature scheme #1338

📦 Dependency Upgrades

  • Bump jackson from 3.1.2 to 3.1.3 #1333
  • Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 #1334
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.21.4 #1355
  • Bump gradle-wrapper from 9.5.0 to 9.5.1 #1335
  • Bump com.microsoft.playwright:playwright from 1.59.0 to 1.60.0 #1343
  • Bump org.seleniumhq.selenium:selenium-java from 4.43.0 to 4.44.0 #1336
  • Bump quarkus from 3.35.4 to 3.36.0 #1350
  • Bump quarkus from 3.35.3 to 3.35.4 #1345
  • Bump quarkus from 3.35.2 to 3.35.3 #1339
  • Bump quarkus from 3.34.6 to 3.35.2 #1332

🛠️ Build/Test

  • Exclude fido-mds-integration tests from matrix jobs and run separately #1349
  • Move FIDO MDS real-endpoint tests to integration-tests/fido-mds-integration #1348
  • Add fido-integration-bdd: BDD integration test suite for WebAuthn protocol #1347
  • Downgrade Gradle from 9.5.1 to 9.4.1 #1342
  • Replace jreleaser with a lightweight custom Maven Central publish plugin #1331
Commits
  • 2a85a71 Release 0.31.6
  • 15c810a Migrate maven-central-publish-plugin to Jackson 3
  • 07ec06e Release 0.31.6
  • d30f91c Merge pull request #1331 from webauthn4j/replace-jreleaser-with-custom-plugin
  • 9d62783 Merge pull request #1358 from webauthn4j/worktree-fix-async-custom-verifier
  • ca2b128 Fix async custom verifier results being silently discarded
  • 7bfdc3c Merge pull request #1357 from webauthn4j/add-defensive-array-copies-in-constr...
  • 8879ca1 Apply defensive copying consistently
  • 4001dc7 Merge pull request #1356 from webauthn4j/worktree-refactor-core-object-parame...
  • e9f72bd Hold Parameters objects directly in CoreRegistrationObject /
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:dynamodb from 2.45.1 to 2.46.2

Updates software.amazon.awssdk:dynamodb-enhanced from 2.45.1 to 2.46.2

Updates software.amazon.awssdk:dynamodb-enhanced from 2.45.1 to 2.46.2

Updates io.micronaut:micronaut-core from 4.10.23 to 4.10.24

Release notes

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

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-context from 4.10.23 to 4.10.24

Release notes

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

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-inject-java from 4.10.23 to 4.10.24

Release notes

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

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-http from 4.10.23 to 4.10.24

Release notes

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

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-http-server-netty from 4.10.23 to 4.10.24

Release notes

Sourced from io.micronaut:micronaut-http-server-netty's releases.

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-http-client from 4.10.23 to 4.10.24

Release notes

Sourced from io.micronaut:micronaut-http-client's releases.

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-jackson-databind from 4.10.23 to 4.10.24

Release notes

Sourced from io.micronaut:micronaut-jackson-databind's releases.

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-runtime from 4.10.23 to 4.10.24

Release notes

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

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-context from 4.10.23 to 4.10.24

Release notes

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

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-inject-java from 4.10.23 to 4.10.24

Release notes

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

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-http from 4.10.23 to 4.10.24

Release notes

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

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-http-server-netty from 4.10.23 to 4.10.24

Release notes

Sourced from io.micronaut:micronaut-http-server-netty's releases.

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-http-client from 4.10.23 to 4.10.24

Release notes

Sourced from io.micronaut:micronaut-http-client's releases.

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-jackson-databind from 4.10.23 to 4.10.24

Release notes

Sourced from io.micronaut:micronaut-jackson-databind's releases.

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • See full diff in compare view

Updates io.micronaut:micronaut-runtime from 4.10.23 to 4.10.24

Release notes

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

Micronaut Core 4.10.24

What's Changed

🚨 Security

Fixes for security advisories:

Bug Fixes 🐞

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.23...v4.10.24

Commits
  • 29fc8f3 [skip ci] Release v4.10.24
  • 70cab4b Avoid forwarding sensitive headers on cross-origin redirects
  • f1dffff Add configurable HTTP client redirect limit
  • 98ad6b1 Fix IllegalArgumentException when synthesizing bootstrap-loaded annotations l...
  • c2b2274 chore: Bump version to 4.10.24-SNAPSHOT
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [com.webauthn4j:webauthn4j-core](https://github.com/webauthn4j/webauthn4j) | `0.31.5.RELEASE` | `0.31.6.RELEASE` |
| software.amazon.awssdk:dynamodb | `2.45.1` | `2.46.2` |
| software.amazon.awssdk:dynamodb-enhanced | `2.45.1` | `2.46.2` |
| [io.micronaut:micronaut-core](https://github.com/micronaut-projects/micronaut-core) | `4.10.23` | `4.10.24` |
| [io.micronaut:micronaut-context](https://github.com/micronaut-projects/micronaut-core) | `4.10.23` | `4.10.24` |
| [io.micronaut:micronaut-inject-java](https://github.com/micronaut-projects/micronaut-core) | `4.10.23` | `4.10.24` |
| [io.micronaut:micronaut-http](https://github.com/micronaut-projects/micronaut-core) | `4.10.23` | `4.10.24` |
| [io.micronaut:micronaut-http-server-netty](https://github.com/micronaut-projects/micronaut-core) | `4.10.23` | `4.10.24` |
| [io.micronaut:micronaut-http-client](https://github.com/micronaut-projects/micronaut-core) | `4.10.23` | `4.10.24` |
| [io.micronaut:micronaut-jackson-databind](https://github.com/micronaut-projects/micronaut-core) | `4.10.23` | `4.10.24` |
| [io.micronaut:micronaut-runtime](https://github.com/micronaut-projects/micronaut-core) | `4.10.23` | `4.10.24` |


Updates `com.webauthn4j:webauthn4j-core` from 0.31.5.RELEASE to 0.31.6.RELEASE
- [Release notes](https://github.com/webauthn4j/webauthn4j/releases)
- [Commits](webauthn4j/webauthn4j@0.31.5.RELEASE...0.31.6.RELEASE)

Updates `software.amazon.awssdk:dynamodb` from 2.45.1 to 2.46.2

Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.45.1 to 2.46.2

Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.45.1 to 2.46.2

Updates `io.micronaut:micronaut-core` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-context` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-inject-java` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-http` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-http-server-netty` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-http-client` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-jackson-databind` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-runtime` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-context` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-inject-java` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-http` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-http-server-netty` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-http-client` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-jackson-databind` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

Updates `io.micronaut:micronaut-runtime` from 4.10.23 to 4.10.24
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.10.23...v4.10.24)

---
updated-dependencies:
- dependency-name: com.webauthn4j:webauthn4j-core
  dependency-version: 0.31.6.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-version: 2.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:dynamodb-enhanced
  dependency-version: 2.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:dynamodb-enhanced
  dependency-version: 2.46.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-core
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-context
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-inject-java
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-http
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-http-server-netty
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-http-client
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-jackson-databind
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-runtime
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-context
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-inject-java
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-http
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-http-server-netty
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-http-client
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-jackson-databind
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.micronaut:micronaut-runtime
  dependency-version: 4.10.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 Jun 3, 2026
@github-actions github-actions Bot merged commit 58ded19 into main Jun 3, 2026
2 checks passed
@github-actions github-actions Bot deleted the dependabot/gradle/dev-dependencies-daa2be681f branch June 3, 2026 22:21
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.

0 participants