Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 8641cdd

Browse files
Update dependency com.sun.xml.bind:jaxb-impl to v4.0.4 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 514e7d6 commit 8641cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allure-commons = { module = "io.qameta.allure:allure-java-commons", version.ref
1919

2020
jaxb-api = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" }
2121
jaxb-core = { module = "com.sun.xml.bind:jaxb-core", version = "4.0.4" }
22-
jaxb-impl = { module = "com.sun.xml.bind:jaxb-impl", version = "4.0.3" }
22+
jaxb-impl = { module = "com.sun.xml.bind:jaxb-impl", version = "4.0.4" }
2323

2424
[bundles]
2525
jaxb = ["jaxb-api", "jaxb-core", "jaxb-impl"]

0 commit comments

Comments
 (0)