From 986fc845a6e4bd5a7c3f972117088c3f0beeab56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:42:13 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-xjc from 2.1.7 to 2.3.9 Bumps com.sun.xml.bind:jaxb-xjc from 2.1.7 to 2.3.9. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-xjc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 28e9def..a006991 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok' compile(files(genJaxb.downloadQueueClassesDir, genJaxb.attachmentDataStreamedClassessDir).builtBy(genJaxb)) - jaxb 'com.sun.xml.bind:jaxb-xjc:2.1.7' + jaxb 'com.sun.xml.bind:jaxb-xjc:2.3.9' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'