Skip to content

Commit 4174c97

Browse files
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5 (#294)
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/jakartaee/jaxb-api/releases) - [Commits](jakartaee/jaxb-api@4.0.4...4.0.5) --- updated-dependencies: - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f096306 commit 4174c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
// jakarta is only used for annotations, we do not add it as implementation dependency on purpose to avoid forcing
6161
// users to use jakarta jars in their project when they might not even be using JPA or JAXB at all
6262
compileOnly 'jakarta.persistence:jakarta.persistence-api:3.1.0' // jakarta 3.1 is Jakarta EE 10, jakarta 3.2 would imply migration to Jakarta EE 11
63-
compileOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.4'
63+
compileOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.5'
6464
compileOnly 'jakarta.validation:jakarta.validation-api:3.1.1'
6565

6666
testImplementation 'com.networknt:json-schema-validator:2.0.1'

0 commit comments

Comments
 (0)