Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Grails Packages (major) #467

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ mdmGradlePluginVersion=8.0.1
exploded=true
# Grails
grailsVersion=5.3.2
grailsGradlePluginVersion=5.3.0
grailsGradlePluginVersion=6.2.1
groovyVersion=3.0.11
grailsHibernate5Version=7.3.0
grailsViewsVersion=2.3.2
assetPipelineVersion=4.0.0
grailsHibernate5Version=8.1.0
grailsViewsVersion=3.2.3
assetPipelineVersion=5.0.1
jaxbApiVersion=2.3.1
springBootVersion=2.7.8
springBootVersion=3.3.4
# Previous mdm-core version for finding mdm-bom if current version not published yet
fallbackMdmCoreVersion=5.3.0-SNAPSHOT
14 changes: 7 additions & 7 deletions mdm-bom/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
grails=5.3.2
grails=6.2.1
grailsGradlePlugin=5.3.0
groovy=3.0.11
grailsHibernate5=7.3.0
grailsViews=2.3.2
grailsViews=3.2.3
hibernateSearch=3.0.0-SNAPSHOT
hibernateSearchOrm=6.1.8.Final
lucene=8.11.2
assetPipeline=4.0.0
springBoot=2.7.8
assetPipeline=5.0.1
springBoot=3.3.4
spotbugsAnnotation=4.7.3
commonsText=1.10.0
commonsCsv=1.10.0
Expand All @@ -19,13 +19,13 @@ commonsRng=1.5
javaAssist=3.29.2-GA
jsonunit=2.36.1
## BOM Overrides
hibernate=5.6.11.Final
hibernate=6.6.1.Final
logback=1.2.11
slf4j=1.7.36
spring-framework=5.3.25
hibernate-validator=6.2.5.Final
#testingSupport=2.4.1
micronaut=3.8.4
micronaut=4.7.0
#jackson-bom=2.13.2.20220328
#log4j2=2.17.2
#junit-jupiter=5.8.2
Expand All @@ -36,4 +36,4 @@ views-markup=2.3.2
views-json-testing-support=2.3.2
views-json-templates=2.3.2
# This really needs updating ASAP but the v5/v6 builds have issues
cache=4.0.3
cache=7.0.0
Loading