diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-17 16:22:27 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-17 20:03:19 +0200 |
commit | 24a89793ae63280e58e0715c9807dc8099a389f4 (patch) | |
tree | dc1e6d3a2e3d0314a1d515f5d36fa41c2cc9b333 /aai-traversal/src/test/resources/application-onap-test.properties | |
parent | c17699fd71766c6611b9048d8ea5514c445beb30 (diff) |
Update aai-common to 1.14.6 in traversal
- upgrade spring-boot (2.4.13 -> 2.5.15)
- fix vulnerabilities
- bump snapshot version to 1.14.7-SNAPSHOT
Issue-ID: AAI-3993
Change-Id: Id0c9df46e3da2c0616516ff53b3a75e8f32113a2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-traversal/src/test/resources/application-onap-test.properties')
-rw-r--r-- | aai-traversal/src/test/resources/application-onap-test.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-traversal/src/test/resources/application-onap-test.properties b/aai-traversal/src/test/resources/application-onap-test.properties index 5340d17..862e7e2 100644 --- a/aai-traversal/src/test/resources/application-onap-test.properties +++ b/aai-traversal/src/test/resources/application-onap-test.properties @@ -57,7 +57,7 @@ schema.ingest.file=${server.local.startpath}/application-test.properties # Schema Version Related Attributes schema.uri.base.path=/aai # Lists all of the versions in the schema -schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19,v20,v21,v22,v23,v24,v25,v26,v27,v28,v29 +schema.version.list=v10,v11,v12,v13,v14,v29 # Specifies from which version should the depth parameter to default to zero schema.version.depth.start=v10 # Specifies from which version should the related link be displayed in response payload |