Skip to content

Commit dae2094

Browse files
Bump jakarta.xml.bind:jakarta.xml.bind-api from 3.0.1 to 4.0.1
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api) from 3.0.1 to 4.0.1. - [Release notes](https://github.com/eclipse-ee4j/jaxb-api/releases) - [Commits](jakartaee/jaxb-api@3.0.1...4.0.1) --- updated-dependencies: - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b06e443 commit dae2094

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
@@ -193,7 +193,7 @@ dependencies {
193193
}
194194

195195
// jakarta.activation is already dependency of glassfish
196-
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '3.0.1'
196+
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '4.0.1'
197197
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2'
198198

199199
implementation ('com.github.tomtung:latex2unicode_2.13:0.3.2') {

0 commit comments

Comments
 (0)