Skip to content

Commit 99f8dc8

Browse files
Bump com.sun.xml.bind:jaxb-impl from 2.3.0.1 to 4.0.6
Bumps com.sun.xml.bind:jaxb-impl from 2.3.0.1 to 4.0.6. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f65fce9 commit 99f8dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ dependencies {
132132
//Java 11 Support
133133
testImplementation "org.mockito:mockito-inline:4.10.0"
134134
//testImplementation "org.mockito:mockito-core:2.23.4"
135-
testImplementation "com.sun.xml.bind:jaxb-core:2.3.0.1"
136-
testImplementation "com.sun.xml.bind:jaxb-impl:2.3.0.1"
135+
testImplementation "com.sun.xml.bind:jaxb-core:4.0.6"
136+
testImplementation "com.sun.xml.bind:jaxb-impl:4.0.6"
137137
testImplementation "javax.activation:activation:1.1.1"
138138
testImplementation "org.javassist:javassist:3.23.1-GA"
139139
testImplementation "javax.xml.bind:jaxb-api:2.3.1"

0 commit comments

Comments
 (0)