Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovateprs #36

Merged
merged 11 commits into from
Jul 20, 2023
Prev Previous commit
Next Next commit
Update dependency org.glassfish.jaxb:jaxb-runtime to v4.0.3 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 20, 2023
commit 6a000074c5b053b8990d0f9978d7bc87598c6f4e
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ dependencies {
implementation 'javax.ws.rs:jsr311-api:1.1.1'
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '4.0.0'
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.2'
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.3'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'

implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.0.1'
Expand Down