Skip to content

Commit f1163ff

Browse files
authored
fix(deps): update dependency com.sun.xml.bind:jaxb-core to v4.0.3 (GoogleCloudPlatform#8300)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.sun.xml.bind:jaxb-core](https://eclipse-ee4j.github.io/jaxb-ri/) ([source](https://togithub.com/eclipse-ee4j/jaxb-ri)) | `4.0.2` -> `4.0.3` | [![age](https://badges.renovateapi.com/packages/maven/com.sun.xml.bind:jaxb-core/4.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.sun.xml.bind:jaxb-core/4.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.sun.xml.bind:jaxb-core/4.0.3/compatibility-slim/4.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.sun.xml.bind:jaxb-core/4.0.3/confidence-slim/4.0.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 4c2b695 commit f1163ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iot/api-client/codelab/manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.sun.xml.bind</groupId>
9898
<artifactId>jaxb-core</artifactId>
99-
<version>4.0.2</version>
99+
<version>4.0.3</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>com.sun.xml.bind</groupId>

iot/api-client/manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>com.sun.xml.bind</groupId>
117117
<artifactId>jaxb-core</artifactId>
118-
<version>4.0.2</version>
118+
<version>4.0.3</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>com.sun.xml.bind</groupId>

0 commit comments

Comments
 (0)