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 to 5.3.2 and other dependency updates #397

Merged
merged 6 commits into from
Feb 23, 2023
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=17.0.3-tem
java=17.0.6-tem
gradle=7.3.3
grails=5.1.9
groovy=3.0.10
grails=5.3.2
groovy=3.0.11
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
Copyright 2020-2023 University of Oxford and NHS England

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ sourceCompatibility=17
targetCompatibility=17
# Deployment & Build
artifactory_contextUrl=https://jenkins.cs.ox.ac.uk/artifactory
mdmGradlePluginVersion=1.2.0
mdmGradlePluginVersion=1.3.0
# Explode all plugins
exploded=true
# Grails
grailsVersion=5.1.9
grailsGradlePluginVersion=5.1.5
groovyVersion=3.0.10
grailsHibernate5Version=7.2.2
grailsViewsVersion=2.2.0
assetPipelineVersion=3.4.6
grailsVersion=5.3.2
grailsGradlePluginVersion=5.3.0
groovyVersion=3.0.11
grailsHibernate5Version=7.3.0
grailsViewsVersion=2.3.2
assetPipelineVersion=4.0.0
jaxbApiVersion=2.3.1
springBootVersion=2.6.7
springBootVersion=2.7.8
# Previous mdm-core version for finding mdm-bom if current version not published yet
fallbackMdmCoreVersion=5.2.0-SNAPSHOT
fallbackMdmCoreVersion=5.3.0-SNAPSHOT
2 changes: 2 additions & 0 deletions mdm-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ dependencies {
api group: 'com.bertramlabs.plugins', name: 'asset-pipeline-core', version: assetPipeline
api "org.javassist:javassist:$javaAssist"

api group: 'io.micronaut', name: 'micronaut-aop', version: micronaut

api group: 'org.slf4j', name: 'slf4j-api', version: slf4j
api group: 'ch.qos.logback', name: 'logback-classic', version: logback

Expand Down
46 changes: 23 additions & 23 deletions mdm-bom/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
grails=5.1.9
grailsGradlePlugin=5.1.5
groovy=3.0.10
grailsHibernate5=7.2.2
grailsViews=2.2.0
grails=5.3.2
grailsGradlePlugin=5.3.0
groovy=3.0.11
grailsHibernate5=7.3.0
grailsViews=2.3.2
hibernateSearch=3.0.0-SNAPSHOT
hibernateSearchOrm=6.0.9.Final
lucene=8.7.0
assetPipeline=3.4.6
springBoot=2.6.7
spotbugsAnnotation=4.7.0
commonsText=1.9
commonsCsv=1.9.0
hibernateSearchOrm=6.1.8.Final
lucene=8.11.2
assetPipeline=4.0.0
springBoot=2.7.8
spotbugsAnnotation=4.7.3
commonsText=1.10.0
commonsCsv=1.10.0
javaMail=6.7.6
guava=31.1-jre
commonsBeanutils=1.9.4
jaxbApi=2.3.1
commonsRng=1.4
javaAssist=3.29.0-GA
jsonunit=2.35.0
commonsRng=1.5
javaAssist=3.29.2-GA
jsonunit=2.36.1
## BOM Overrides
hibernate=5.6.8.Final
hibernate=5.6.11.Final
logback=1.2.11
slf4j=1.7.36
spring-framework=5.3.19
hibernate-validator=6.2.3.Final
spring-framework=5.3.25
hibernate-validator=6.2.5.Final
#testingSupport=2.4.1
#micronaut=3.3.4
micronaut=3.8.4
#jackson-bom=2.13.2.20220328
#log4j2=2.17.2
#junit-jupiter=5.8.2
#xmlunit2=2.8.4
# v2.2.1 includes a logback.xml file which needs to be removed before we can update
views-json=2.2.0
views-markup=2.2.0
views-json-testing-support=2.2.0
views-json-templates=2.2.0
views-json=2.3.2
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital
* Copyright 2020-2023 University of Oxford and NHS England
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading