Upgrade XJC plugin to address branch-switch issues

(cherry picked from commit caa0ae845d)
This commit is contained in:
Steve Ebersole 2024-05-30 12:38:37 -05:00
parent 40e8062313
commit 696590a51d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ buildscript {
plugins {
id 'org.hibernate.build.xjc-jakarta' version '1.0.2' apply false
id 'org.hibernate.build.xjc-jakarta' version '2.0.2' apply false
id 'org.hibernate.matrix-test' version '3.1.1' apply false
id 'org.hibernate.orm.database-service' apply false
id 'biz.aQute.bnd' version '6.3.1' apply false