Skip to content

Commit 923177d

Browse files
Bump jaxb-core from 4.0.0 to 4.0.1 (#14)
Bumps jaxb-core from 4.0.0 to 4.0.1. --- 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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15fa01d commit 923177d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
dependencies {
1212
classpath "org.elasticsearch.gradle:build-tools:${es_version}"
1313
classpath group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
14-
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '4.0.0'
14+
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '4.0.1'
1515
classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '4.0.1'
1616
classpath group: 'javax.activation', name: 'activation', version: '1.1.1'
1717
}

0 commit comments

Comments
 (0)