Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 6, 2023
1 parent e5b39b3 commit 8070766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {
implementation group: 'jakarta.activation', name: 'jakarta.activation-api', version: '2.1.1'

// https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-runtime
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.1'
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.2'

// https://mvnrepository.com/artifact/commons-cli/commons-cli
implementation group: 'commons-cli', name: 'commons-cli', version: '1.5.0'
Expand Down

0 comments on commit 8070766

Please sign in to comment.