Skip to content

Commit

Permalink
Update dependency com.sun.xml.bind:jaxb-impl to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent cc1c345 commit 7d9ad4d
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 @@ -429,7 +429,7 @@ dependencies {
// https://mvnrepository.com/artifact/com.sun.mail/javax.mail
implementation group: 'com.sun.mail', name: 'javax.mail', version: '1.6.2'

implementation group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.9'
implementation group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '4.0.5'
implementation project(path: ':context')
implementation 'javax.annotation:javax.annotation-api:1.3.2'

Expand Down

0 comments on commit 7d9ad4d

Please sign in to comment.