build(deps): bump jakarta.xml.bind:jakarta.xml.bind-api

Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/jakartaee/jaxb-api/releases)
- [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.2...4.0.4)

---
updated-dependencies:
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-17 06:01:52 +00:00
committed by Loïc Mathieu
parent a35c2816c5
commit d53b933bdf

View File

@@ -14,7 +14,7 @@ dependencies {
implementation("io.micronaut.flyway:micronaut-flyway")
// see https://github.com/jOOQ/jOOQ/issues/14865
compileOnly ("jakarta.xml.bind:jakarta.xml.bind-api:4.0.2")
compileOnly ("jakarta.xml.bind:jakarta.xml.bind-api:4.0.4")
testImplementation project(':tests')
testImplementation project(':core').sourceSets.test.output