From 23eb243d46ddeeb80b883af5fd2882ec512037f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:08:54 +0000 Subject: [PATCH] Bump jaxb-impl from 3.0.2 to 4.0.5 Bumps `jaxb-impl` from 3.0.2 to 4.0.5. Updates `com.sun.xml.bind:jaxb-impl` from 3.0.2 to 4.0.5 Updates `com.sun.xml.bind:jaxb-core` from 3.0.2 to 4.0.5 --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.sun.xml.bind:jaxb-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 45a291efd..e2bf0b9b8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] jaxb-api = "2.3.1" -jaxb-impl = "3.0.2" +jaxb-impl = "4.0.5" jooq-codegen = "99.99.99.3-CDA_STAGING" jooq = "3.18.7-jdk8" hec-data-access = "9.8.0"