Skip to content

Commit 043a4e8

Browse files
Bump com.sun.xml.bind:jaxb-core from 4.0.4 to 4.0.5 (#52)
Bumps com.sun.xml.bind:jaxb-core from 4.0.4 to 4.0.5. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9175c97 commit 043a4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
dependencies {
1717
classpath "org.elasticsearch.gradle:build-tools:${es_version}"
1818
classpath group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
19-
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '4.0.4'
19+
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '4.0.5'
2020
classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '4.0.4'
2121
classpath group: 'javax.activation', name: 'activation', version: '1.1.1'
2222
classpath group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.1'

0 commit comments

Comments
 (0)