Merge pull request 'Update dependency com.sun.xml.bind:jaxb-impl to v3.0.2' (#1) from renovate/com.sun.xml.bind-jaxb-impl-3.x into main
Some checks are pending
gitleaks / scan (push) Waiting to run

This commit is contained in:
kayos 2026-06-27 17:06:28 -07:00
commit 98b219187f
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ dependencies {
implementation 'io.github.linktosriram.s3lite:http-client-spi:0.0.2-SNAPSHOT'
implementation 'io.github.linktosriram.s3lite:util:0.0.2-SNAPSHOT'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:3.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:3.0.0'
implementation 'com.sun.xml.bind:jaxb-impl:3.0.2'
// Test dependencies (Java 8 compatible versions)
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:4.11.0'

View file

@ -37,7 +37,7 @@ dependencies {
implementation 'io.github.linktosriram.s3lite:http-client-spi:0.0.2-SNAPSHOT'
implementation 'io.github.linktosriram.s3lite:util:0.0.2-SNAPSHOT'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:3.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:3.0.0'
implementation 'com.sun.xml.bind:jaxb-impl:3.0.2'
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
implementation 'org.yaml:snakeyaml:1.23'
implementation 'org.spongepowered:spongeapi:7.0.0'