Skip to content

Commit

Permalink
Update dependency com.sun.xml.bind:jaxb-impl to v4.0.5 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 74fdab1 commit 14058ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allure-commons = { module = "io.qameta.allure:allure-java-commons", version.ref

jaxb-api = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" }
jaxb-core = { module = "com.sun.xml.bind:jaxb-core", version = "4.0.5" }
jaxb-impl = { module = "com.sun.xml.bind:jaxb-impl", version = "4.0.4" }
jaxb-impl = { module = "com.sun.xml.bind:jaxb-impl", version = "4.0.5" }

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

0 comments on commit 14058ed

Please sign in to comment.