Skip to content

Commit 0f030d4

Browse files
Bump jaxb-impl from 3.0.2 to 4.0.0 (#144)
1 parent 5e4e76f commit 0f030d4

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
//JAXB (needed for hibernate, but not longer contained in JDK9+)
6161
implementation 'javax.xml.bind:jaxb-api:2.3.1'
6262
implementation 'com.sun.xml.bind:jaxb-core:4.0.0'
63-
implementation 'com.sun.xml.bind:jaxb-impl:3.0.2'
63+
implementation 'com.sun.xml.bind:jaxb-impl:4.0.0'
6464
implementation 'javax.activation:activation:1.1.1'
6565

6666
//database

0 commit comments

Comments
 (0)