Skip to content

Commit 2d9e695

Browse files
Bump com.sun.xml.bind:jaxb-impl from 4.0.4 to 4.0.5 (#53)
Bumps com.sun.xml.bind:jaxb-impl from 4.0.4 to 4.0.5. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl 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> Co-authored-by: Gabi Davar <[email protected]>
1 parent da88f41 commit 2d9e695

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,8 +16,8 @@ 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-impl', version: '4.0.5'
1920
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '4.0.5'
20-
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.17.0'
2323
}

0 commit comments

Comments
 (0)