diff options
Diffstat (limited to 'moaSig/moa-asic/build.gradle')
-rw-r--r-- | moaSig/moa-asic/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/moa-asic/build.gradle b/moaSig/moa-asic/build.gradle index 07c9c32..6372373 100644 --- a/moaSig/moa-asic/build.gradle +++ b/moaSig/moa-asic/build.gradle @@ -11,7 +11,7 @@ configurations { } dependencies { - jaxb group: 'com.sun.xml.bind', name: 'jaxb-xjc', version: '2.2.11' + jaxb group: 'com.sun.xml.bind', name: 'jaxb-xjc', version: '3.0.2' implementation project(':common') implementation project(':moa-sig-lib') |