diff --git a/src/test/resources/tst_manifests/gradle/deps_with_ignore_notations/expected_component_sbom.json b/src/test/resources/tst_manifests/gradle/deps_with_ignore_notations/expected_component_sbom.json index 8e846e7..90b1ca4 100644 --- a/src/test/resources/tst_manifests/gradle/deps_with_ignore_notations/expected_component_sbom.json +++ b/src/test/resources/tst_manifests/gradle/deps_with_ignore_notations/expected_component_sbom.json @@ -3,7 +3,7 @@ "specVersion" : "1.4", "version" : 1, "metadata" : { - "timestamp" : "2024-04-02T23:13:52Z", + "timestamp" : "2024-07-29T07:49:36Z", "component" : { "group" : "org.acme.dbaas", "name" : "postgresql-orm-quarkus", @@ -93,6 +93,14 @@ "purl" : "pkg:maven/io.quarkus/quarkus-vertx-http@2.13.5.Final", "type" : "library", "bom-ref" : "pkg:maven/io.quarkus/quarkus-vertx-http@2.13.5.Final" + }, + { + "group" : "io.quarkus", + "name" : "quarkus-hibernate-orm-deployment", + "version" : "2.0.2.Final", + "purl" : "pkg:maven/io.quarkus/quarkus-hibernate-orm-deployment@2.0.2.Final", + "type" : "library", + "bom-ref" : "pkg:maven/io.quarkus/quarkus-hibernate-orm-deployment@2.0.2.Final" } ], "dependencies" : [ @@ -107,7 +115,8 @@ "pkg:maven/io.quarkus/quarkus-kubernetes-service-binding@2.13.5.Final", "pkg:maven/io.quarkus/quarkus-container-image-docker@2.13.5.Final", "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2", - "pkg:maven/io.quarkus/quarkus-vertx-http@2.13.5.Final" + "pkg:maven/io.quarkus/quarkus-vertx-http@2.13.5.Final", + "pkg:maven/io.quarkus/quarkus-hibernate-orm-deployment@2.0.2.Final" ] }, { @@ -145,6 +154,10 @@ { "ref" : "pkg:maven/io.quarkus/quarkus-vertx-http@2.13.5.Final", "dependsOn" : [ ] + }, + { + "ref" : "pkg:maven/io.quarkus/quarkus-hibernate-orm-deployment@2.0.2.Final", + "dependsOn" : [ ] } ] -} \ No newline at end of file +} diff --git a/src/test/resources/tst_manifests/gradle/deps_with_no_ignore_common_paths/expected_component_sbom.json b/src/test/resources/tst_manifests/gradle/deps_with_no_ignore_common_paths/expected_component_sbom.json index 72575d5..cc67822 100644 --- a/src/test/resources/tst_manifests/gradle/deps_with_no_ignore_common_paths/expected_component_sbom.json +++ b/src/test/resources/tst_manifests/gradle/deps_with_no_ignore_common_paths/expected_component_sbom.json @@ -3,7 +3,7 @@ "specVersion" : "1.4", "version" : 1, "metadata" : { - "timestamp" : "2024-04-02T23:16:00Z", + "timestamp" : "2024-07-29T07:58:24Z", "component" : { "group" : "org.acme.dbaas", "name" : "postgresql-orm-quarkus", @@ -93,6 +93,14 @@ "purl" : "pkg:maven/io.quarkus/quarkus-vertx-http@2.13.5.Final", "type" : "library", "bom-ref" : "pkg:maven/io.quarkus/quarkus-vertx-http@2.13.5.Final" + }, + { + "group" : "io.quarkus", + "name" : "quarkus-hibernate-orm-deployment", + "version" : "2.0.2.Final", + "purl" : "pkg:maven/io.quarkus/quarkus-hibernate-orm-deployment@2.0.2.Final", + "type" : "library", + "bom-ref" : "pkg:maven/io.quarkus/quarkus-hibernate-orm-deployment@2.0.2.Final" } ], "dependencies" : [ @@ -107,7 +115,8 @@ "pkg:maven/io.quarkus/quarkus-kubernetes-service-binding@2.13.5.Final", "pkg:maven/io.quarkus/quarkus-container-image-docker@2.13.5.Final", "pkg:maven/jakarta.validation/jakarta.validation-api@2.0.2", - "pkg:maven/io.quarkus/quarkus-vertx-http@2.13.5.Final" + "pkg:maven/io.quarkus/quarkus-vertx-http@2.13.5.Final", + "pkg:maven/io.quarkus/quarkus-hibernate-orm-deployment@2.0.2.Final" ] }, { @@ -145,6 +154,10 @@ { "ref" : "pkg:maven/io.quarkus/quarkus-vertx-http@2.13.5.Final", "dependsOn" : [ ] + }, + { + "ref" : "pkg:maven/io.quarkus/quarkus-hibernate-orm-deployment@2.0.2.Final", + "dependsOn" : [ ] } ] -} \ No newline at end of file +}