diff --git a/config b/config deleted file mode 100644 index e69de29b..00000000 diff --git a/schema/bom-1.6.schema.json b/schema/bom-1.6.schema.json index 7a22ab5c..9fdb97f7 100644 --- a/schema/bom-1.6.schema.json +++ b/schema/bom-1.6.schema.json @@ -2237,7 +2237,7 @@ "aggregate": { "$ref": "#/definitions/aggregateType", "title": "Aggregate", - "description": "Specifies an aggregate type that describe how complete a relationship is." + "description": "Specifies an aggregate type that describes how complete a relationship is." }, "assemblies": { "type": "array", diff --git a/schema/bom-1.6.xsd b/schema/bom-1.6.xsd index cee94c8a..89edc4af 100644 --- a/schema/bom-1.6.xsd +++ b/schema/bom-1.6.xsd @@ -2672,7 +2672,7 @@ limitations under the License. - opyright evidence captures intellectual property assertions, providing evidence of possible ownership and legal protection. + Copyright evidence captures intellectual property assertions, providing evidence of possible ownership and legal protection. @@ -2715,7 +2715,7 @@ limitations under the License. - Specifies an aggregate type that describe how complete a relationship is. + Specifies an aggregate type that describes how complete a relationship is. diff --git a/tools/pom.xml b/tools/pom.xml index 24858407..80263024 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -55,7 +55,7 @@ 3.17.0 1.12.0 1.4.9 - 9.0.5 + 10.0.0 diff --git a/tools/src/test/php/composer.json b/tools/src/test/php/composer.json index 76c26c2a..5a95569f 100644 --- a/tools/src/test/php/composer.json +++ b/tools/src/test/php/composer.json @@ -5,7 +5,7 @@ "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", - "opis/json-schema": "2.3" + "opis/json-schema": "2.4.1" }, "require-dev": { "roave/security-advisories": "dev-latest"