This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
grails-datastore-gorm-hibernate5 Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ projectVersion =9.0.0-SNAPSHOT
12assetPipelineVersion =4.5.1
23gebVersion =7.0
34gebPluginVersion =4.0.0
@@ -15,12 +16,12 @@ jakartaPersistenceVersion=3.1.0
1516jakartaTransactionVersion =2.0.1
1617jakartaAnnotationApiVersion =3.0.0
1718jakartaXmlBindVersion =4.0.2
19+ jakartaXmlBindImpVersion =4.0.5
1820jansiVersion =2.4.1
1921javaParserCoreVersion =3.25.9
2022junitJupiterVersion =5.9.3
2123junitJupiterPlatformVersion =1.9.3
2224picocliVersion =4.7.6
23- projectVersion =9.0.0-SNAPSHOT
2425pluginGrailsVersion =7.0.0-SNAPSHOT
2526seleniumSafariDriverVersion =4.23.1
2627seleniumVersion =4.23.1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 }
2121 runtimeOnly " jakarta.el:jakarta.el-api:$jakartaElVersion "
2222 runtimeOnly " jakarta.xml.bind:jakarta.xml.bind-api:$jakartaXmlBindVersion "
23- runtimeOnly " com.sun.xml.bind :jaxb-impl:4.0.5 "
23+ runtimeOnly " org.glassfish.jaxb :jaxb-runtime: $j akartaXmlBindImpVersion "
2424
2525 compileOnly (" net.sf.ehcache:ehcache-core:2.6.11" ) {
2626 exclude group : ' commons-logging' , module :' commons-logging'
You can’t perform that action at this time.
0 commit comments