diff --git a/.github/workflows/validate-json-files.yml b/.github/workflows/validate-json-files.yml index c4f2a106c607..3ebaabf921a6 100644 --- a/.github/workflows/validate-json-files.yml +++ b/.github/workflows/validate-json-files.yml @@ -11,13 +11,16 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - name: Set branch variable + id: branch_var + run: echo "branch_name=$(echo $GITHUB_REF | sed 's/refs\/heads\///')" >> $GITHUB_ENV - name: Validate successfully reproduced breaking update JSON uses: cardinalby/schema-validator-action@v3 with: schema: "schemas/successful-reproduction-schemas/breaking-update.schema.json" file: "data/benchmark/*.json" - refSchemasMap: + refSchemasMap: '{"https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json": "schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json"}' - name: Validate reproduction failed breaking update JSON @@ -44,4 +47,4 @@ jobs: schema: "schemas/not-attempted-reproduction-schemas/breaking-update.schema.json" file: "data/in-progress-reproductions/*.json" refSchemasMap: - '{"https://github.com/chains-project/breaking-updates/blob/main/schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json": "schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json"}' + '{"https://raw.githubusercontent.com/${{ github.repository }}/${{ env.branch_name }}/schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json": "schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json"}' diff --git a/data/benchmark/00a7cc31784ac4a9cc27d506a73ae589d6df36d6.json b/data/benchmark/00a7cc31784ac4a9cc27d506a73ae589d6df36d6.json index 73ac68d53c02..eec66c98a923 100644 --- a/data/benchmark/00a7cc31784ac4a9cc27d506a73ae589d6df36d6.json +++ b/data/benchmark/00a7cc31784ac4a9cc27d506a73ae589d6df36d6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/mina/mina-core/2.1.5/mina-core-2.1.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/mina/mina-core/2.2.1/mina-core-2.2.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/mina-sshd" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:00a7cc31784ac4a9cc27d506a73ae589d6df36d6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:00a7cc31784ac4a9cc27d506a73ae589d6df36d6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/00c78c1273efbc6aeae852963ed328a5cb57092e.json b/data/benchmark/00c78c1273efbc6aeae852963ed328a5cb57092e.json index 40dae819f8c8..fed5aba5374c 100644 --- a/data/benchmark/00c78c1273efbc6aeae852963ed328a5cb57092e.json +++ b/data/benchmark/00c78c1273efbc6aeae852963ed328a5cb57092e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:00c78c1273efbc6aeae852963ed328a5cb57092e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:00c78c1273efbc6aeae852963ed328a5cb57092e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/01609f962f32cc2ba04fa574c79429e86b372c6b.json b/data/benchmark/01609f962f32cc2ba04fa574c79429e86b372c6b.json index 3aac7a8e100e..91000bceef83 100644 --- a/data/benchmark/01609f962f32cc2ba04fa574c79429e86b372c6b.json +++ b/data/benchmark/01609f962f32cc2ba04fa574c79429e86b372c6b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.7/spring-core-6.0.7-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:01609f962f32cc2ba04fa574c79429e86b372c6b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:01609f962f32cc2ba04fa574c79429e86b372c6b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/01737a7815069eef6fd035f077f5cc6f0a79b635.json b/data/benchmark/01737a7815069eef6fd035f077f5cc6f0a79b635.json index 8238a01d4bc1..1ca12e0ca63e 100644 --- a/data/benchmark/01737a7815069eef6fd035f077f5cc6f0a79b635.json +++ b/data/benchmark/01737a7815069eef6fd035f077f5cc6f0a79b635.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:01737a7815069eef6fd035f077f5cc6f0a79b635-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:01737a7815069eef6fd035f077f5cc6f0a79b635-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/02363207c365b3befd6426f6dda5c8eac904d760.json b/data/benchmark/02363207c365b3befd6426f6dda5c8eac904d760.json index 373b4a494001..3a71c185ee4f 100644 --- a/data/benchmark/02363207c365b3befd6426f6dda5c8eac904d760.json +++ b/data/benchmark/02363207c365b3befd6426f6dda5c8eac904d760.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.3/slf4j-api-2.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:02363207c365b3befd6426f6dda5c8eac904d760-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:02363207c365b3befd6426f6dda5c8eac904d760-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced.json b/data/benchmark/02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced.json index 7dc881175e79..05abe21c1daa 100644 --- a/data/benchmark/02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced.json +++ b/data/benchmark/02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.8/spring-core-6.0.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:02eedffd33cc1fe94b59372a1c1bfd91b2fc2ced-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0305beafdecb0b28f7c94264ed20cdc4e41ff067.json b/data/benchmark/0305beafdecb0b28f7c94264ed20cdc4e41ff067.json index d8d98d2a9c1f..a3dc646c8856 100644 --- a/data/benchmark/0305beafdecb0b28f7c94264ed20cdc4e41ff067.json +++ b/data/benchmark/0305beafdecb0b28f7c94264ed20cdc4e41ff067.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.49/mysql-connector-java-5.1.49-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0305beafdecb0b28f7c94264ed20cdc4e41ff067-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0305beafdecb0b28f7c94264ed20cdc4e41ff067-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/04c07b066b60a2e9d4f797b98dcd439a3a42f0b9.json b/data/benchmark/04c07b066b60a2e9d4f797b98dcd439a3a42f0b9.json index d090ff5f64b2..bc7b306a6e6a 100644 --- a/data/benchmark/04c07b066b60a2e9d4f797b98dcd439a3a42f0b9.json +++ b/data/benchmark/04c07b066b60a2e9d4f797b98dcd439a3a42f0b9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.4/slf4j-api-2.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:04c07b066b60a2e9d4f797b98dcd439a3a42f0b9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:04c07b066b60a2e9d4f797b98dcd439a3a42f0b9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/04f776fa9bed9155776378daee788c7c166d3d35.json b/data/benchmark/04f776fa9bed9155776378daee788c7c166d3d35.json index 7d07b963b105..54175b68cb13 100644 --- a/data/benchmark/04f776fa9bed9155776378daee788c7c166d3d35.json +++ b/data/benchmark/04f776fa9bed9155776378daee788c7c166d3d35.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/api/gax/2.16.0/gax-2.16.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/api/gax/2.30.0/gax-2.30.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:04f776fa9bed9155776378daee788c7c166d3d35-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:04f776fa9bed9155776378daee788c7c166d3d35-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/063cf862c045e0a9e401a539497e34ddaf8332b3.json b/data/benchmark/063cf862c045e0a9e401a539497e34ddaf8332b3.json index 411b139cde77..e475afd2e97c 100644 --- a/data/benchmark/063cf862c045e0a9e401a539497e34ddaf8332b3.json +++ b/data/benchmark/063cf862c045e0a9e401a539497e34ddaf8332b3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.4.2/jackson-databind-2.4.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.8/jackson-databind-2.9.10.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:063cf862c045e0a9e401a539497e34ddaf8332b3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:063cf862c045e0a9e401a539497e34ddaf8332b3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0671a30e3673989830ed7f4aa345b867c29547f0.json b/data/benchmark/0671a30e3673989830ed7f4aa345b867c29547f0.json index 07aab79b58a1..ccd106a51329 100644 --- a/data/benchmark/0671a30e3673989830ed7f4aa345b867c29547f0.json +++ b/data/benchmark/0671a30e3673989830ed7f4aa345b867c29547f0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.0.3/junit-platform-surefire-provider-1.0.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.3.2/junit-platform-surefire-provider-1.3.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0671a30e3673989830ed7f4aa345b867c29547f0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0671a30e3673989830ed7f4aa345b867c29547f0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/067f5d2c81ff87c90755f4ed48f62eb5faa8ecf9.json b/data/benchmark/067f5d2c81ff87c90755f4ed48f62eb5faa8ecf9.json index 7d4184f948e4..d866abc9df0c 100644 --- a/data/benchmark/067f5d2c81ff87c90755f4ed48f62eb5faa8ecf9.json +++ b/data/benchmark/067f5d2c81ff87c90755f4ed48f62eb5faa8ecf9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/thrift" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:067f5d2c81ff87c90755f4ed48f62eb5faa8ecf9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:067f5d2c81ff87c90755f4ed48f62eb5faa8ecf9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/06c5386831e97e94d9b9fd155d3ea4aa8711c4e7.json b/data/benchmark/06c5386831e97e94d9b9fd155d3ea4aa8711c4e7.json index 7c4610f00930..ebc77ac296f8 100644 --- a/data/benchmark/06c5386831e97e94d9b9fd155d3ea4aa8711c4e7.json +++ b/data/benchmark/06c5386831e97e94d9b9fd155d3ea4aa8711c4e7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:06c5386831e97e94d9b9fd155d3ea4aa8711c4e7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:06c5386831e97e94d9b9fd155d3ea4aa8711c4e7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/072528ee5e678feabeaa1e2962725134564bdd3c.json b/data/benchmark/072528ee5e678feabeaa1e2962725134564bdd3c.json index 5863828c09d0..a0b104ea6476 100644 --- a/data/benchmark/072528ee5e678feabeaa1e2962725134564bdd3c.json +++ b/data/benchmark/072528ee5e678feabeaa1e2962725134564bdd3c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.2/slf4j-api-2.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:072528ee5e678feabeaa1e2962725134564bdd3c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:072528ee5e678feabeaa1e2962725134564bdd3c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0771fe8d060aec9dc22344b8946e25ba8500afb9.json b/data/benchmark/0771fe8d060aec9dc22344b8946e25ba8500afb9.json index 695fa1b21047..45732cf897aa 100644 --- a/data/benchmark/0771fe8d060aec9dc22344b8946e25ba8500afb9.json +++ b/data/benchmark/0771fe8d060aec9dc22344b8946e25ba8500afb9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/7.2/checkstyle-7.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/8.29/checkstyle-8.29-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPluginManagement" + "dependencySection" : "buildPluginManagement", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0771fe8d060aec9dc22344b8946e25ba8500afb9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0771fe8d060aec9dc22344b8946e25ba8500afb9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/07e4b2894bc68cd3bb1892beaa13ec353564dcf1.json b/data/benchmark/07e4b2894bc68cd3bb1892beaa13ec353564dcf1.json index 428d699f945a..a489efd0acc4 100644 --- a/data/benchmark/07e4b2894bc68cd3bb1892beaa13ec353564dcf1.json +++ b/data/benchmark/07e4b2894bc68cd3bb1892beaa13ec353564dcf1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07e4b2894bc68cd3bb1892beaa13ec353564dcf1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07e4b2894bc68cd3bb1892beaa13ec353564dcf1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/07fad972bb884e9fa6143b4f870d08305811607d.json b/data/benchmark/07fad972bb884e9fa6143b4f870d08305811607d.json index 4663342c309a..ee1b25df0fa5 100644 --- a/data/benchmark/07fad972bb884e9fa6143b4f870d08305811607d.json +++ b/data/benchmark/07fad972bb884e9fa6143b4f870d08305811607d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.1/logback-classic-1.4.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07fad972bb884e9fa6143b4f870d08305811607d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07fad972bb884e9fa6143b4f870d08305811607d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.json b/data/benchmark/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.json index e4847c01d055..43f389526f41 100644 --- a/data/benchmark/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.json +++ b/data/benchmark/07ff1a34661db6c7f0ca03156ff5d8936b5123f5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.1/spring-context-6.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07ff1a34661db6c7f0ca03156ff5d8936b5123f5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:07ff1a34661db6c7f0ca03156ff5d8936b5123f5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/08e33c7bbc45ceac64564dadb9abbae0ed481ca5.json b/data/benchmark/08e33c7bbc45ceac64564dadb9abbae0ed481ca5.json index 252c48d4d05d..fc971e638c5d 100644 --- a/data/benchmark/08e33c7bbc45ceac64564dadb9abbae0ed481ca5.json +++ b/data/benchmark/08e33c7bbc45ceac64564dadb9abbae0ed481ca5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.24/spring-webmvc-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/6.0.5/spring-webmvc-6.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:08e33c7bbc45ceac64564dadb9abbae0ed481ca5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:08e33c7bbc45ceac64564dadb9abbae0ed481ca5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0968864d08e0fce1e5e1caaf89afddd2cc1b2569.json b/data/benchmark/0968864d08e0fce1e5e1caaf89afddd2cc1b2569.json index 7e7ed6ad20de..e20913249e89 100644 --- a/data/benchmark/0968864d08e0fce1e5e1caaf89afddd2cc1b2569.json +++ b/data/benchmark/0968864d08e0fce1e5e1caaf89afddd2cc1b2569.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.23.0/assertj-core-3.23.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "assertj/assertj-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0968864d08e0fce1e5e1caaf89afddd2cc1b2569-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0968864d08e0fce1e5e1caaf89afddd2cc1b2569-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/097d93fbb2f9998ef1390ad10f92d1b70fda8b90.json b/data/benchmark/097d93fbb2f9998ef1390ad10f92d1b70fda8b90.json index 632c9ce88cd4..b7c8f3a76844 100644 --- a/data/benchmark/097d93fbb2f9998ef1390ad10f92d1b70fda8b90.json +++ b/data/benchmark/097d93fbb2f9998ef1390ad10f92d1b70fda8b90.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/5.1.0/poi-ooxml-5.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:097d93fbb2f9998ef1390ad10f92d1b70fda8b90-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:097d93fbb2f9998ef1390ad10f92d1b70fda8b90-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/09a8774fc7d35a4bff24b55363fb6d2b94ff09e9.json b/data/benchmark/09a8774fc7d35a4bff24b55363fb6d2b94ff09e9.json index 14ccb0abb74d..b060852ca802 100644 --- a/data/benchmark/09a8774fc7d35a4bff24b55363fb6d2b94ff09e9.json +++ b/data/benchmark/09a8774fc7d35a4bff24b55363fb6d2b94ff09e9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:09a8774fc7d35a4bff24b55363fb6d2b94ff09e9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:09a8774fc7d35a4bff24b55363fb6d2b94ff09e9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/0a11c04038eae517540051dbf51f7f26b7221f20.json b/data/benchmark/0a11c04038eae517540051dbf51f7f26b7221f20.json index 8b356af28435..680abd981146 100644 --- a/data/benchmark/0a11c04038eae517540051dbf51f7f26b7221f20.json +++ b/data/benchmark/0a11c04038eae517540051dbf51f7f26b7221f20.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.24/snakeyaml-1.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0a11c04038eae517540051dbf51f7f26b7221f20-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0a11c04038eae517540051dbf51f7f26b7221f20-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/0abf7148300f40a1da0538ab060552bca4a2f1d8.json b/data/benchmark/0abf7148300f40a1da0538ab060552bca4a2f1d8.json index b4d594f22ca7..3a62ba640f48 100644 --- a/data/benchmark/0abf7148300f40a1da0538ab060552bca4a2f1d8.json +++ b/data/benchmark/0abf7148300f40a1da0538ab060552bca4a2f1d8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/net/sf/jasperreports/jasperreports/6.18.1/jasperreports-6.18.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/net/sf/jasperreports/jasperreports/6.19.1/jasperreports-6.19.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "LGPL-3.0", + "githubRepoSlug" : "TIBCOSoftware/jasperreports" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0abf7148300f40a1da0538ab060552bca4a2f1d8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0abf7148300f40a1da0538ab060552bca4a2f1d8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/0c088ff435224b168f93d2a20b829af940bb67dd.json b/data/benchmark/0c088ff435224b168f93d2a20b829af940bb67dd.json index 386787c1b513..c81ecb44c3fd 100644 --- a/data/benchmark/0c088ff435224b168f93d2a20b829af940bb67dd.json +++ b/data/benchmark/0c088ff435224b168f93d2a20b829af940bb67dd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/graalvm/js/js-scriptengine/22.3.2/js-scriptengine-22.3.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/graalvm/js/js-scriptengine/23.0.1/js-scriptengine-23.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "UPL-1.0", + "githubRepoSlug" : "oracle/graaljs" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0c088ff435224b168f93d2a20b829af940bb67dd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0c088ff435224b168f93d2a20b829af940bb67dd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0c60d0b08c999769313bfe2335fa792efcfb0300.json b/data/benchmark/0c60d0b08c999769313bfe2335fa792efcfb0300.json index ae7d806aa734..dbea26212d79 100644 --- a/data/benchmark/0c60d0b08c999769313bfe2335fa792efcfb0300.json +++ b/data/benchmark/0c60d0b08c999769313bfe2335fa792efcfb0300.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/5.3.24/spring-web-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.7/spring-web-6.0.7-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0c60d0b08c999769313bfe2335fa792efcfb0300-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0c60d0b08c999769313bfe2335fa792efcfb0300-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0c748afce24c983e8f330bc2435837c70b0fcde6.json b/data/benchmark/0c748afce24c983e8f330bc2435837c70b0fcde6.json index 707b5e2adbdf..dfc5d173bcb9 100644 --- a/data/benchmark/0c748afce24c983e8f330bc2435837c70b0fcde6.json +++ b/data/benchmark/0c748afce24c983e8f330bc2435837c70b0fcde6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.14.1/jackson-databind-2.14.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0c748afce24c983e8f330bc2435837c70b0fcde6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0c748afce24c983e8f330bc2435837c70b0fcde6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0c9a9c80287e739424508b4afd3e7b73697733ae.json b/data/benchmark/0c9a9c80287e739424508b4afd3e7b73697733ae.json index 46fd5ab51dde..b4738dc01b12 100644 --- a/data/benchmark/0c9a9c80287e739424508b4afd3e7b73697733ae.json +++ b/data/benchmark/0c9a9c80287e739424508b4afd3e7b73697733ae.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0c9a9c80287e739424508b4afd3e7b73697733ae-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0c9a9c80287e739424508b4afd3e7b73697733ae-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0cdcc1f1319311f383676a89808c9b8eb190145c.json b/data/benchmark/0cdcc1f1319311f383676a89808c9b8eb190145c.json index f9f3e76d4a13..6258df0624ba 100644 --- a/data/benchmark/0cdcc1f1319311f383676a89808c9b8eb190145c.json +++ b/data/benchmark/0cdcc1f1319311f383676a89808c9b8eb190145c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.23/spring-core-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.3/spring-core-6.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0cdcc1f1319311f383676a89808c9b8eb190145c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0cdcc1f1319311f383676a89808c9b8eb190145c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/0ddd0efa29634a4783358cba727d0851236aa579.json b/data/benchmark/0ddd0efa29634a4783358cba727d0851236aa579.json index 58035073e732..2aba462af310 100644 --- a/data/benchmark/0ddd0efa29634a4783358cba727d0851236aa579.json +++ b/data/benchmark/0ddd0efa29634a4783358cba727d0851236aa579.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/3.0.5/spring-boot-starter-3.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0ddd0efa29634a4783358cba727d0851236aa579-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0ddd0efa29634a4783358cba727d0851236aa579-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0e8625f492854a78c0e1ceff67b2abd7e081d42b.json b/data/benchmark/0e8625f492854a78c0e1ceff67b2abd7e081d42b.json index 6860219d8c18..56ddb69b1f85 100644 --- a/data/benchmark/0e8625f492854a78c0e1ceff67b2abd7e081d42b.json +++ b/data/benchmark/0e8625f492854a78c0e1ceff67b2abd7e081d42b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0e8625f492854a78c0e1ceff67b2abd7e081d42b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0e8625f492854a78c0e1ceff67b2abd7e081d42b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/0ec1ab7e205e0ea1bafc0e0ab7be056716dd560b.json b/data/benchmark/0ec1ab7e205e0ea1bafc0e0ab7be056716dd560b.json index 1f9b85741ef4..e0bac0033a72 100644 --- a/data/benchmark/0ec1ab7e205e0ea1bafc0e0ab7be056716dd560b.json +++ b/data/benchmark/0ec1ab7e205e0ea1bafc0e0ab7be056716dd560b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/sun/xml/bind/external/relaxng-datatype/2.3.6/relaxng-datatype-2.3.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/sun/xml/bind/external/relaxng-datatype/4.0.0/relaxng-datatype-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0ec1ab7e205e0ea1bafc0e0ab7be056716dd560b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0ec1ab7e205e0ea1bafc0e0ab7be056716dd560b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0ed34fa61c9e31bd4ebb7e4bf12ce792aec96091.json b/data/benchmark/0ed34fa61c9e31bd4ebb7e4bf12ce792aec96091.json index 1e90f0d2f3d1..86b33459d4d8 100644 --- a/data/benchmark/0ed34fa61c9e31bd4ebb7e4bf12ce792aec96091.json +++ b/data/benchmark/0ed34fa61c9e31bd4ebb7e4bf12ce792aec96091.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.9/spring-context-6.0.9-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0ed34fa61c9e31bd4ebb7e4bf12ce792aec96091-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0ed34fa61c9e31bd4ebb7e4bf12ce792aec96091-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/0ee8b9376b967938e8efd89a0959214a30d1b3fb.json b/data/benchmark/0ee8b9376b967938e8efd89a0959214a30d1b3fb.json index 4ab32a05aec9..6577bca1e7f4 100644 --- a/data/benchmark/0ee8b9376b967938e8efd89a0959214a30d1b3fb.json +++ b/data/benchmark/0ee8b9376b967938e8efd89a0959214a30d1b3fb.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/5.1.1/mockito-core-5.1.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0ee8b9376b967938e8efd89a0959214a30d1b3fb-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0ee8b9376b967938e8efd89a0959214a30d1b3fb-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/1053033eef680f0199bf25ec6e3db52cc13ef3da.json b/data/benchmark/1053033eef680f0199bf25ec6e3db52cc13ef3da.json index 787c4b1845e2..c739199b4246 100644 --- a/data/benchmark/1053033eef680f0199bf25ec6e3db52cc13ef3da.json +++ b/data/benchmark/1053033eef680f0199bf25ec6e3db52cc13ef3da.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/commons-io/commons-io/2.13.0/commons-io-2.13.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1053033eef680f0199bf25ec6e3db52cc13ef3da-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1053033eef680f0199bf25ec6e3db52cc13ef3da-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "WERROR_FAILURE" + "failureCategory" : "WERROR_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/10d7545c5771b03dd9f6122bd5973a759eb2cd03.json b/data/benchmark/10d7545c5771b03dd9f6122bd5973a759eb2cd03.json index 36ce35058631..5ccddd8d449a 100644 --- a/data/benchmark/10d7545c5771b03dd9f6122bd5973a759eb2cd03.json +++ b/data/benchmark/10d7545c5771b03dd9f6122bd5973a759eb2cd03.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/io/dropwizard/dropwizard-client/2.1.5/dropwizard-client-2.1.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/io/dropwizard/dropwizard-client/4.0.0/dropwizard-client-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "dropwizard/dropwizard" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:10d7545c5771b03dd9f6122bd5973a759eb2cd03-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:10d7545c5771b03dd9f6122bd5973a759eb2cd03-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/115827c6675f532a4d33751d1a0c0ba394bbd304.json b/data/benchmark/115827c6675f532a4d33751d1a0c0ba394bbd304.json index 545c0187c140..a84c390a22f4 100644 --- a/data/benchmark/115827c6675f532a4d33751d1a0c0ba394bbd304.json +++ b/data/benchmark/115827c6675f532a4d33751d1a0c0ba394bbd304.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:115827c6675f532a4d33751d1a0c0ba394bbd304-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:115827c6675f532a4d33751d1a0c0ba394bbd304-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/11be71ab8713fe987785e9e25e4f3e410e709ab9.json b/data/benchmark/11be71ab8713fe987785e9e25e4f3e410e709ab9.json index ab5db3043775..08e88febbd1c 100644 --- a/data/benchmark/11be71ab8713fe987785e9e25e4f3e410e709ab9.json +++ b/data/benchmark/11be71ab8713fe987785e9e25e4f3e410e709ab9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.2/spring-context-6.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:11be71ab8713fe987785e9e25e4f3e410e709ab9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:11be71ab8713fe987785e9e25e4f3e410e709ab9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/11c09e31119c28ea91a9777b2ce8893bca483493.json b/data/benchmark/11c09e31119c28ea91a9777b2ce8893bca483493.json index 5c57419cb248..d6cf133c97db 100644 --- a/data/benchmark/11c09e31119c28ea91a9777b2ce8893bca483493.json +++ b/data/benchmark/11c09e31119c28ea91a9777b2ce8893bca483493.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.11/spring-context-6.0.11-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:11c09e31119c28ea91a9777b2ce8893bca483493-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:11c09e31119c28ea91a9777b2ce8893bca483493-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/11fa4228dbff2f7e96f71120afac3528cafa85b4.json b/data/benchmark/11fa4228dbff2f7e96f71120afac3528cafa85b4.json index 217b071e3d84..8dda8d275159 100644 --- a/data/benchmark/11fa4228dbff2f7e96f71120afac3528cafa85b4.json +++ b/data/benchmark/11fa4228dbff2f7e96f71120afac3528cafa85b4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.8/jackson-databind-2.9.10.8-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.1/jackson-databind-2.13.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:11fa4228dbff2f7e96f71120afac3528cafa85b4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:11fa4228dbff2f7e96f71120afac3528cafa85b4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/125f1253d8331f14752a4a8d49559445301ab02d.json b/data/benchmark/125f1253d8331f14752a4a8d49559445301ab02d.json index 9b147e1145b2..99751b36e4dd 100644 --- a/data/benchmark/125f1253d8331f14752a4a8d49559445301ab02d.json +++ b/data/benchmark/125f1253d8331f14752a4a8d49559445301ab02d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:125f1253d8331f14752a4a8d49559445301ab02d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:125f1253d8331f14752a4a8d49559445301ab02d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1266a8c84cd04cedfa316bed94b1e9b014da872f.json b/data/benchmark/1266a8c84cd04cedfa316bed94b1e9b014da872f.json index a2bb1f5132d6..89d921c56624 100644 --- a/data/benchmark/1266a8c84cd04cedfa316bed94b1e9b014da872f.json +++ b/data/benchmark/1266a8c84cd04cedfa316bed94b1e9b014da872f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1266a8c84cd04cedfa316bed94b1e9b014da872f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1266a8c84cd04cedfa316bed94b1e9b014da872f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/12684ee6cfd293b27c08495f97900bcd849b452c.json b/data/benchmark/12684ee6cfd293b27c08495f97900bcd849b452c.json index d36dc8e0c3c7..405d617a5f76 100644 --- a/data/benchmark/12684ee6cfd293b27c08495f97900bcd849b452c.json +++ b/data/benchmark/12684ee6cfd293b27c08495f97900bcd849b452c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/commons-io/commons-io/2.7/commons-io-2.7-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:12684ee6cfd293b27c08495f97900bcd849b452c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:12684ee6cfd293b27c08495f97900bcd849b452c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/benchmark/1280336ece95fdbbed78274a754f90694f52ae56.json b/data/benchmark/1280336ece95fdbbed78274a754f90694f52ae56.json index 1392c25bc932..a73ec0080563 100644 --- a/data/benchmark/1280336ece95fdbbed78274a754f90694f52ae56.json +++ b/data/benchmark/1280336ece95fdbbed78274a754f90694f52ae56.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1280336ece95fdbbed78274a754f90694f52ae56-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1280336ece95fdbbed78274a754f90694f52ae56-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/12830c4f63bd8edf3621db703b822a2149233e85.json b/data/benchmark/12830c4f63bd8edf3621db703b822a2149233e85.json index d19de27f9f4d..a7a4dac06063 100644 --- a/data/benchmark/12830c4f63bd8edf3621db703b822a2149233e85.json +++ b/data/benchmark/12830c4f63bd8edf3621db703b822a2149233e85.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/sun/xml/bind/external/rngom/2.3.6/rngom-2.3.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/sun/xml/bind/external/rngom/4.0.0/rngom-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:12830c4f63bd8edf3621db703b822a2149233e85-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:12830c4f63bd8edf3621db703b822a2149233e85-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/12e237710199fafa086fd2299edefd5f8f05a63c.json b/data/benchmark/12e237710199fafa086fd2299edefd5f8f05a63c.json index 214744987e78..54d25e790f4d 100644 --- a/data/benchmark/12e237710199fafa086fd2299edefd5f8f05a63c.json +++ b/data/benchmark/12e237710199fafa086fd2299edefd5f8f05a63c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/h2database/h2/1.3.175/h2-1.3.175-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/h2database/h2/2.0.206/h2-2.0.206-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:12e237710199fafa086fd2299edefd5f8f05a63c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:12e237710199fafa086fd2299edefd5f8f05a63c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/13fd75e233a5cb2771a6cb186c0decaed6d6545a.json b/data/benchmark/13fd75e233a5cb2771a6cb186c0decaed6d6545a.json index 71f85bcbf90c..4fd8efcff2f5 100644 --- a/data/benchmark/13fd75e233a5cb2771a6cb186c0decaed6d6545a.json +++ b/data/benchmark/13fd75e233a5cb2771a6cb186c0decaed6d6545a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.13.0/asto-core-v1.13.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.15.4/asto-core-v1.15.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "artipie/asto" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:13fd75e233a5cb2771a6cb186c0decaed6d6545a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:13fd75e233a5cb2771a6cb186c0decaed6d6545a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/14270a2ff9e02717d50f77fe5473b0aaca7fc9db.json b/data/benchmark/14270a2ff9e02717d50f77fe5473b0aaca7fc9db.json index d980cde2584d..e69985c8ee8b 100644 --- a/data/benchmark/14270a2ff9e02717d50f77fe5473b0aaca7fc9db.json +++ b/data/benchmark/14270a2ff9e02717d50f77fe5473b0aaca7fc9db.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:14270a2ff9e02717d50f77fe5473b0aaca7fc9db-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:14270a2ff9e02717d50f77fe5473b0aaca7fc9db-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/14e2c8d47384137d1fff33d9a1441af3d1ef29a3.json b/data/benchmark/14e2c8d47384137d1fff33d9a1441af3d1ef29a3.json index aeeba7bb2d62..23bb05bdc1d2 100644 --- a/data/benchmark/14e2c8d47384137d1fff33d9a1441af3d1ef29a3.json +++ b/data/benchmark/14e2c8d47384137d1fff33d9a1441af3d1ef29a3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:14e2c8d47384137d1fff33d9a1441af3d1ef29a3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:14e2c8d47384137d1fff33d9a1441af3d1ef29a3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/14fc5fa696f499cac48401b3a86882b3bf7d9b82.json b/data/benchmark/14fc5fa696f499cac48401b3a86882b3bf7d9b82.json index add007b4cb46..8cd12483a99c 100644 --- a/data/benchmark/14fc5fa696f499cac48401b3a86882b3bf7d9b82.json +++ b/data/benchmark/14fc5fa696f499cac48401b3a86882b3bf7d9b82.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.21.1/flyway-core-9.21.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:14fc5fa696f499cac48401b3a86882b3bf7d9b82-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:14fc5fa696f499cac48401b3a86882b3bf7d9b82-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/1506282e31f5b78fb4395a27f9ad901ef3d98c70.json b/data/benchmark/1506282e31f5b78fb4395a27f9ad901ef3d98c70.json index 53ff17ec16c3..8857a2059bb7 100644 --- a/data/benchmark/1506282e31f5b78fb4395a27f9ad901ef3d98c70.json +++ b/data/benchmark/1506282e31f5b78fb4395a27f9ad901ef3d98c70.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/3.0.2/spring-boot-starter-3.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1506282e31f5b78fb4395a27f9ad901ef3d98c70-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1506282e31f5b78fb4395a27f9ad901ef3d98c70-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1629113f03956a230738c47397c33f8ba2d11341.json b/data/benchmark/1629113f03956a230738c47397c33f8ba2d11341.json index a02db5457583..02c80396da10 100644 --- a/data/benchmark/1629113f03956a230738c47397c33f8ba2d11341.json +++ b/data/benchmark/1629113f03956a230738c47397c33f8ba2d11341.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.27/spring-core-5.3.27-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.8/spring-core-6.0.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1629113f03956a230738c47397c33f8ba2d11341-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1629113f03956a230738c47397c33f8ba2d11341-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/164ee160adc0f663c2069bdbfcdd60e8596327b8.json b/data/benchmark/164ee160adc0f663c2069bdbfcdd60e8596327b8.json index e1291ea9ec30..b61202f6d1a5 100644 --- a/data/benchmark/164ee160adc0f663c2069bdbfcdd60e8596327b8.json +++ b/data/benchmark/164ee160adc0f663c2069bdbfcdd60e8596327b8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:164ee160adc0f663c2069bdbfcdd60e8596327b8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:164ee160adc0f663c2069bdbfcdd60e8596327b8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE" + "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/165381d26b2c3d2278fde88c16f95807506451fe.json b/data/benchmark/165381d26b2c3d2278fde88c16f95807506451fe.json index f2617134c85d..4c09020c3e2a 100644 --- a/data/benchmark/165381d26b2c3d2278fde88c16f95807506451fe.json +++ b/data/benchmark/165381d26b2c3d2278fde88c16f95807506451fe.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.18.0/javaparser-core-3.18.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/github/javaparser/javaparser-core/3.24.0/javaparser-core-3.24.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "javaparser/javaparser" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:165381d26b2c3d2278fde88c16f95807506451fe-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:165381d26b2c3d2278fde88c16f95807506451fe-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/16ae40b1e17e14ee3ae20ac211647e47399a01a9.json b/data/benchmark/16ae40b1e17e14ee3ae20ac211647e47399a01a9.json index 5c46395b5224..fc47c95b7a20 100644 --- a/data/benchmark/16ae40b1e17e14ee3ae20ac211647e47399a01a9.json +++ b/data/benchmark/16ae40b1e17e14ee3ae20ac211647e47399a01a9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/net/lingala/zip4j/zip4j/2.11.1/zip4j-2.11.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:16ae40b1e17e14ee3ae20ac211647e47399a01a9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:16ae40b1e17e14ee3ae20ac211647e47399a01a9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1750bac074c30b06ae5cdff7a25db401a4f45de2.json b/data/benchmark/1750bac074c30b06ae5cdff7a25db401a4f45de2.json index 1bcad107afb5..7dbc3d805ef0 100644 --- a/data/benchmark/1750bac074c30b06ae5cdff7a25db401a4f45de2.json +++ b/data/benchmark/1750bac074c30b06ae5cdff7a25db401a4f45de2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4/jackson-databind-2.13.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1750bac074c30b06ae5cdff7a25db401a4f45de2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1750bac074c30b06ae5cdff7a25db401a4f45de2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/17778ff224c38fe03999cac8caa1814b68fd0ef2.json b/data/benchmark/17778ff224c38fe03999cac8caa1814b68fd0ef2.json index 51c74b8095fa..084f7e7fac60 100644 --- a/data/benchmark/17778ff224c38fe03999cac8caa1814b68fd0ef2.json +++ b/data/benchmark/17778ff224c38fe03999cac8caa1814b68fd0ef2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.7/spring-context-6.0.7-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:17778ff224c38fe03999cac8caa1814b68fd0ef2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:17778ff224c38fe03999cac8caa1814b68fd0ef2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/17cc92fc964c1aaf486ed815c60725b6f65714d2.json b/data/benchmark/17cc92fc964c1aaf486ed815c60725b6f65714d2.json index 3fbab3dda698..9f8717aa1883 100644 --- a/data/benchmark/17cc92fc964c1aaf486ed815c60725b6f65714d2.json +++ b/data/benchmark/17cc92fc964c1aaf486ed815c60725b6f65714d2.json @@ -17,10 +17,13 @@ "githubCompareLink" : "A GitHub repository could not be found for the updated dependency.", "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, - "updatedFileType" : "JAR" + "updatedFileType" : "JAR", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:17cc92fc964c1aaf486ed815c60725b6f65714d2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:17cc92fc964c1aaf486ed815c60725b6f65714d2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/17f2bcaaba4805b218743f575919360c5aec5da4.json b/data/benchmark/17f2bcaaba4805b218743f575919360c5aec5da4.json index 893be23fa74c..8130606ba417 100644 --- a/data/benchmark/17f2bcaaba4805b218743f575919360c5aec5da4.json +++ b/data/benchmark/17f2bcaaba4805b218743f575919360c5aec5da4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/tinspin/tinspin-indexes/1.7.1/tinspin-indexes-1.7.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/tinspin/tinspin-indexes/1.8.0/tinspin-indexes-1.8.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "tzaeschke/tinspin-indexes" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:17f2bcaaba4805b218743f575919360c5aec5da4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:17f2bcaaba4805b218743f575919360c5aec5da4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/18102f7a87e7ab8308a86208d47696c060110d0c.json b/data/benchmark/18102f7a87e7ab8308a86208d47696c060110d0c.json index 181f738aeb12..dde1b89b35a4 100644 --- a/data/benchmark/18102f7a87e7ab8308a86208d47696c060110d0c.json +++ b/data/benchmark/18102f7a87e7ab8308a86208d47696c060110d0c.json @@ -17,10 +17,13 @@ "githubCompareLink" : "https://github.com/fasterxml/jackson-databind/compare/jackson-databind-2.10.0...jackson-databind-2.12.6.1", "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1-sources.jar", - "updatedFileType" : "JAR" + "updatedFileType" : "JAR", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:18102f7a87e7ab8308a86208d47696c060110d0c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:18102f7a87e7ab8308a86208d47696c060110d0c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/1820a966ae02ad8df44d0a0106cba65ceaf3aa95.json b/data/benchmark/1820a966ae02ad8df44d0a0106cba65ceaf3aa95.json index c5a36fa5bbcc..1c830aeeef6b 100644 --- a/data/benchmark/1820a966ae02ad8df44d0a0106cba65ceaf3aa95.json +++ b/data/benchmark/1820a966ae02ad8df44d0a0106cba65ceaf3aa95.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.4/logback-classic-1.4.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1820a966ae02ad8df44d0a0106cba65ceaf3aa95-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1820a966ae02ad8df44d0a0106cba65ceaf3aa95-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/18ab6d7afbd1663c940167f15ab7aa39011041e1.json b/data/benchmark/18ab6d7afbd1663c940167f15ab7aa39011041e1.json index 61e569c5b61e..557e68981f1f 100644 --- a/data/benchmark/18ab6d7afbd1663c940167f15ab7aa39011041e1.json +++ b/data/benchmark/18ab6d7afbd1663c940167f15ab7aa39011041e1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:18ab6d7afbd1663c940167f15ab7aa39011041e1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:18ab6d7afbd1663c940167f15ab7aa39011041e1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/18e92e4eb94da9f20b9864486865295176ebd83a.json b/data/benchmark/18e92e4eb94da9f20b9864486865295176ebd83a.json index 31f68672e092..a8e406a790f8 100644 --- a/data/benchmark/18e92e4eb94da9f20b9864486865295176ebd83a.json +++ b/data/benchmark/18e92e4eb94da9f20b9864486865295176ebd83a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:18e92e4eb94da9f20b9864486865295176ebd83a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:18e92e4eb94da9f20b9864486865295176ebd83a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/18eff0121ded81b30af0924676407bfc663e6557.json b/data/benchmark/18eff0121ded81b30af0924676407bfc663e6557.json index 5c23caf5f36d..ae9985730a40 100644 --- a/data/benchmark/18eff0121ded81b30af0924676407bfc663e6557.json +++ b/data/benchmark/18eff0121ded81b30af0924676407bfc663e6557.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:18eff0121ded81b30af0924676407bfc663e6557-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:18eff0121ded81b30af0924676407bfc663e6557-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/19249139eb66616953c389242c22edde60c4ac2f.json b/data/benchmark/19249139eb66616953c389242c22edde60c4ac2f.json index 8fba21eeffff..0c1216a1b30a 100644 --- a/data/benchmark/19249139eb66616953c389242c22edde60c4ac2f.json +++ b/data/benchmark/19249139eb66616953c389242c22edde60c4ac2f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "junit-team/junit5" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:19249139eb66616953c389242c22edde60c4ac2f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:19249139eb66616953c389242c22edde60c4ac2f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/19e20b0d69cb6dadbc54313cb6c6e5f70670ac93.json b/data/benchmark/19e20b0d69cb6dadbc54313cb6c6e5f70670ac93.json index dec51fa91eb7..19b018fbe801 100644 --- a/data/benchmark/19e20b0d69cb6dadbc54313cb6c6e5f70670ac93.json +++ b/data/benchmark/19e20b0d69cb6dadbc54313cb6c6e5f70670ac93.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/1.4.17/xstream-1.4.17-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:19e20b0d69cb6dadbc54313cb6c6e5f70670ac93-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:19e20b0d69cb6dadbc54313cb6c6e5f70670ac93-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1a2fb9f65e12d6c43a8472b9b035299b29a75ce8.json b/data/benchmark/1a2fb9f65e12d6c43a8472b9b035299b29a75ce8.json index 077fe6a732ec..868af4b520a1 100644 --- a/data/benchmark/1a2fb9f65e12d6c43a8472b9b035299b29a75ce8.json +++ b/data/benchmark/1a2fb9f65e12d6c43a8472b9b035299b29a75ce8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/validation/jakarta.validation-api/3.0.1/jakarta.validation-api-3.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1a2fb9f65e12d6c43a8472b9b035299b29a75ce8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1a2fb9f65e12d6c43a8472b9b035299b29a75ce8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/1a771d2096b043dc34982d78494b2f14f506176a.json b/data/benchmark/1a771d2096b043dc34982d78494b2f14f506176a.json index d9d721556d48..ae61f51d0bc7 100644 --- a/data/benchmark/1a771d2096b043dc34982d78494b2f14f506176a.json +++ b/data/benchmark/1a771d2096b043dc34982d78494b2f14f506176a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/3.8.5/maven-plugin-api-3.8.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1a771d2096b043dc34982d78494b2f14f506176a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1a771d2096b043dc34982d78494b2f14f506176a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1c0972fc3d905b9f2a305a78f8a158a0b3fd8639.json b/data/benchmark/1c0972fc3d905b9f2a305a78f8a158a0b3fd8639.json index eda706cc0616..134ca151b223 100644 --- a/data/benchmark/1c0972fc3d905b9f2a305a78f8a158a0b3fd8639.json +++ b/data/benchmark/1c0972fc3d905b9f2a305a78f8a158a0b3fd8639.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/maven-dependency-tree" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1c0972fc3d905b9f2a305a78f8a158a0b3fd8639-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1c0972fc3d905b9f2a305a78f8a158a0b3fd8639-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1c3529eaf282deb4868f4b13439170ef47db3e8c.json b/data/benchmark/1c3529eaf282deb4868f4b13439170ef47db3e8c.json index b5c5acc2bda7..029dd122a6d6 100644 --- a/data/benchmark/1c3529eaf282deb4868f4b13439170ef47db3e8c.json +++ b/data/benchmark/1c3529eaf282deb4868f4b13439170ef47db3e8c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.4.0/jackson-dataformat-cbor-2.4.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.13.3/jackson-dataformat-cbor-2.13.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1c3529eaf282deb4868f4b13439170ef47db3e8c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1c3529eaf282deb4868f4b13439170ef47db3e8c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/1ca02168f00f994c625eeea6b5af4ab0a06f3a27.json b/data/benchmark/1ca02168f00f994c625eeea6b5af4ab0a06f3a27.json index 94fd6ea212a3..759bf46748f7 100644 --- a/data/benchmark/1ca02168f00f994c625eeea6b5af4ab0a06f3a27.json +++ b/data/benchmark/1ca02168f00f994c625eeea6b5af4ab0a06f3a27.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1ca02168f00f994c625eeea6b5af4ab0a06f3a27-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1ca02168f00f994c625eeea6b5af4ab0a06f3a27-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1cc7071371953a7880c2c2c3a5a32c36af7f88f9.json b/data/benchmark/1cc7071371953a7880c2c2c3a5a32c36af7f88f9.json index 7b59496b01e0..fc7361c862cf 100644 --- a/data/benchmark/1cc7071371953a7880c2c2c3a5a32c36af7f88f9.json +++ b/data/benchmark/1cc7071371953a7880c2c2c3a5a32c36af7f88f9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.23.0/assertj-core-3.23.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "assertj/assertj-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1cc7071371953a7880c2c2c3a5a32c36af7f88f9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1cc7071371953a7880c2c2c3a5a32c36af7f88f9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1cd22b76f9ea6564382ebf1160b01c0e5bcbb975.json b/data/benchmark/1cd22b76f9ea6564382ebf1160b01c0e5bcbb975.json index d61f0aceaf47..ee21979c8d1f 100644 --- a/data/benchmark/1cd22b76f9ea6564382ebf1160b01c0e5bcbb975.json +++ b/data/benchmark/1cd22b76f9ea6564382ebf1160b01c0e5bcbb975.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.0.3/junit-platform-surefire-provider-1.0.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.3.2/junit-platform-surefire-provider-1.3.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1cd22b76f9ea6564382ebf1160b01c0e5bcbb975-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1cd22b76f9ea6564382ebf1160b01c0e5bcbb975-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1cf2cb24c3532551856d5edd85148f978e11a63c.json b/data/benchmark/1cf2cb24c3532551856d5edd85148f978e11a63c.json index cc80b661bd53..f5f26a7576ff 100644 --- a/data/benchmark/1cf2cb24c3532551856d5edd85148f978e11a63c.json +++ b/data/benchmark/1cf2cb24c3532551856d5edd85148f978e11a63c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.4/slf4j-api-2.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1cf2cb24c3532551856d5edd85148f978e11a63c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1cf2cb24c3532551856d5edd85148f978e11a63c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1d0c5406203e778b5e67534cdf72f4370fd6d301.json b/data/benchmark/1d0c5406203e778b5e67534cdf72f4370fd6d301.json index ce54ba160ada..f46bf8212c9c 100644 --- a/data/benchmark/1d0c5406203e778b5e67534cdf72f4370fd6d301.json +++ b/data/benchmark/1d0c5406203e778b5e67534cdf72f4370fd6d301.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1d0c5406203e778b5e67534cdf72f4370fd6d301-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1d0c5406203e778b5e67534cdf72f4370fd6d301-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/1d2946ff87dfd82f15fa51920ce2560f32e4aa26.json b/data/benchmark/1d2946ff87dfd82f15fa51920ce2560f32e4aa26.json index 0853880aeb65..5861510f0155 100644 --- a/data/benchmark/1d2946ff87dfd82f15fa51920ce2560f32e4aa26.json +++ b/data/benchmark/1d2946ff87dfd82f15fa51920ce2560f32e4aa26.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jdt/ecj/3.34.0/ecj-3.34.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1d2946ff87dfd82f15fa51920ce2560f32e4aa26-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1d2946ff87dfd82f15fa51920ce2560f32e4aa26-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/1d43bce1de6a81ac017c233d72f348d3c850299e.json b/data/benchmark/1d43bce1de6a81ac017c233d72f348d3c850299e.json index ce1a9964abda..7377ac73b756 100644 --- a/data/benchmark/1d43bce1de6a81ac017c233d72f348d3c850299e.json +++ b/data/benchmark/1d43bce1de6a81ac017c233d72f348d3c850299e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.15.0/flyway-core-9.15.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1d43bce1de6a81ac017c233d72f348d3c850299e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1d43bce1de6a81ac017c233d72f348d3c850299e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/1e17e176460ab4283e463e62fece844d341da7f0.json b/data/benchmark/1e17e176460ab4283e463e62fece844d341da7f0.json index 0b325228c657..75af4f7b201f 100644 --- a/data/benchmark/1e17e176460ab4283e463e62fece844d341da7f0.json +++ b/data/benchmark/1e17e176460ab4283e463e62fece844d341da7f0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.17/snakeyaml-1.17-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1e17e176460ab4283e463e62fece844d341da7f0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1e17e176460ab4283e463e62fece844d341da7f0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/benchmark/1e1de78344a89be66d2e78f7adb07a479f6677eb.json b/data/benchmark/1e1de78344a89be66d2e78f7adb07a479f6677eb.json index 16b10909ccca..7b0dd25f0ade 100644 --- a/data/benchmark/1e1de78344a89be66d2e78f7adb07a479f6677eb.json +++ b/data/benchmark/1e1de78344a89be66d2e78f7adb07a479f6677eb.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.23/spring-core-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.4/spring-core-6.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1e1de78344a89be66d2e78f7adb07a479f6677eb-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1e1de78344a89be66d2e78f7adb07a479f6677eb-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/1eb6d9d5b2a07720a0839457cee81e066dd932f2.json b/data/benchmark/1eb6d9d5b2a07720a0839457cee81e066dd932f2.json index a94796cf689c..b4943b38ca53 100644 --- a/data/benchmark/1eb6d9d5b2a07720a0839457cee81e066dd932f2.json +++ b/data/benchmark/1eb6d9d5b2a07720a0839457cee81e066dd932f2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.18.0/log4j-api-2.18.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1eb6d9d5b2a07720a0839457cee81e066dd932f2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1eb6d9d5b2a07720a0839457cee81e066dd932f2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/1ef97ea6c5b6e34151fe6167001b69e003449f95.json b/data/benchmark/1ef97ea6c5b6e34151fe6167001b69e003449f95.json index 3b798bb435dc..2fcf2b3a88aa 100644 --- a/data/benchmark/1ef97ea6c5b6e34151fe6167001b69e003449f95.json +++ b/data/benchmark/1ef97ea6c5b6e34151fe6167001b69e003449f95.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/net/datafaker/datafaker/1.3.0/datafaker-1.3.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/net/datafaker/datafaker/1.4.0/datafaker-1.4.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "datafaker-net/datafaker" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1ef97ea6c5b6e34151fe6167001b69e003449f95-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1ef97ea6c5b6e34151fe6167001b69e003449f95-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/1fc5281e0688c44025fe2b390a7d6e3e3088f385.json b/data/benchmark/1fc5281e0688c44025fe2b390a7d6e3e3088f385.json index 6ecd559ff4f0..5c358eaaf2d4 100644 --- a/data/benchmark/1fc5281e0688c44025fe2b390a7d6e3e3088f385.json +++ b/data/benchmark/1fc5281e0688c44025fe2b390a7d6e3e3088f385.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1fc5281e0688c44025fe2b390a7d6e3e3088f385-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1fc5281e0688c44025fe2b390a7d6e3e3088f385-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/20b272092eaf70beed3eb1635ec8062f6b56f808.json b/data/benchmark/20b272092eaf70beed3eb1635ec8062f6b56f808.json index 6ec10c9dd74e..b4ce9c3126b9 100644 --- a/data/benchmark/20b272092eaf70beed3eb1635ec8062f6b56f808.json +++ b/data/benchmark/20b272092eaf70beed3eb1635ec8062f6b56f808.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.16.0/log4j-core-2.16.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:20b272092eaf70beed3eb1635ec8062f6b56f808-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:20b272092eaf70beed3eb1635ec8062f6b56f808-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/20e787c7e1e6d0f8de9449551a3749575348a341.json b/data/benchmark/20e787c7e1e6d0f8de9449551a3749575348a341.json index 2b0351f884b3..aaec6a0701a2 100644 --- a/data/benchmark/20e787c7e1e6d0f8de9449551a3749575348a341.json +++ b/data/benchmark/20e787c7e1e6d0f8de9449551a3749575348a341.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:20e787c7e1e6d0f8de9449551a3749575348a341-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:20e787c7e1e6d0f8de9449551a3749575348a341-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/2241358955f2c69c84b24560ca10718c1c338b97.json b/data/benchmark/2241358955f2c69c84b24560ca10718c1c338b97.json index d13dfd440c45..6dd26fc480bd 100644 --- a/data/benchmark/2241358955f2c69c84b24560ca10718c1c338b97.json +++ b/data/benchmark/2241358955f2c69c84b24560ca10718c1c338b97.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2241358955f2c69c84b24560ca10718c1c338b97-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2241358955f2c69c84b24560ca10718c1c338b97-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/22ce3b0e5c6c447c3c094bd145e9a097237ac9a9.json b/data/benchmark/22ce3b0e5c6c447c3c094bd145e9a097237ac9a9.json index 749d527b9a43..ac87d7972ec8 100644 --- a/data/benchmark/22ce3b0e5c6c447c3c094bd145e9a097237ac9a9.json +++ b/data/benchmark/22ce3b0e5c6c447c3c094bd145e9a097237ac9a9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:22ce3b0e5c6c447c3c094bd145e9a097237ac9a9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:22ce3b0e5c6c447c3c094bd145e9a097237ac9a9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/22e31ea86228a73cbd54ad80fff5d12d596f1fe5.json b/data/benchmark/22e31ea86228a73cbd54ad80fff5d12d596f1fe5.json index 3d593b24f732..6203c30a8097 100644 --- a/data/benchmark/22e31ea86228a73cbd54ad80fff5d12d596f1fe5.json +++ b/data/benchmark/22e31ea86228a73cbd54ad80fff5d12d596f1fe5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:22e31ea86228a73cbd54ad80fff5d12d596f1fe5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:22e31ea86228a73cbd54ad80fff5d12d596f1fe5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/22eec990412b563439a1dfae84134b43d85d9815.json b/data/benchmark/22eec990412b563439a1dfae84134b43d85d9815.json index a860769e7f0b..37c6133bd957 100644 --- a/data/benchmark/22eec990412b563439a1dfae84134b43d85d9815.json +++ b/data/benchmark/22eec990412b563439a1dfae84134b43d85d9815.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.0.22/dropwizard-sentry-2.0.22-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.0.28-8/dropwizard-sentry-2.0.28-8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:22eec990412b563439a1dfae84134b43d85d9815-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:22eec990412b563439a1dfae84134b43d85d9815-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/249c3b394540fde4fcb72f66172af5e02b9c637e.json b/data/benchmark/249c3b394540fde4fcb72f66172af5e02b9c637e.json index eacbca998e24..31928bab0e35 100644 --- a/data/benchmark/249c3b394540fde4fcb72f66172af5e02b9c637e.json +++ b/data/benchmark/249c3b394540fde4fcb72f66172af5e02b9c637e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.17/snakeyaml-1.17-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.31/snakeyaml-1.31-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:249c3b394540fde4fcb72f66172af5e02b9c637e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:249c3b394540fde4fcb72f66172af5e02b9c637e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/benchmark/24d4a90ec1b375751e71f33d18949405c9529d77.json b/data/benchmark/24d4a90ec1b375751e71f33d18949405c9529d77.json index d5b82883a2b2..115ede40ef27 100644 --- a/data/benchmark/24d4a90ec1b375751e71f33d18949405c9529d77.json +++ b/data/benchmark/24d4a90ec1b375751e71f33d18949405c9529d77.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/jcabi/jcabi-aspects/0.24.1/jcabi-aspects-0.24.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jcabi/jcabi-aspects" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:24d4a90ec1b375751e71f33d18949405c9529d77-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:24d4a90ec1b375751e71f33d18949405c9529d77-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/24d59062ad4e93aa8054b9d3a8f97a30e77ab785.json b/data/benchmark/24d59062ad4e93aa8054b9d3a8f97a30e77ab785.json index cda92338b883..2f1295785411 100644 --- a/data/benchmark/24d59062ad4e93aa8054b9d3a8f97a30e77ab785.json +++ b/data/benchmark/24d59062ad4e93aa8054b9d3a8f97a30e77ab785.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:24d59062ad4e93aa8054b9d3a8f97a30e77ab785-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:24d59062ad4e93aa8054b9d3a8f97a30e77ab785-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5.json b/data/benchmark/250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5.json index 5219fe049596..15a4694ec972 100644 --- a/data/benchmark/250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5.json +++ b/data/benchmark/250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.21.0/flyway-core-9.21.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/25926ea2f0e0adaec0238bc7623d0a78e70c96bd.json b/data/benchmark/25926ea2f0e0adaec0238bc7623d0a78e70c96bd.json index a203e56c05ed..8c46e6d00c37 100644 --- a/data/benchmark/25926ea2f0e0adaec0238bc7623d0a78e70c96bd.json +++ b/data/benchmark/25926ea2f0e0adaec0238bc7623d0a78e70c96bd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.2/org.eclipse.persistence.moxy-3.0.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.1/org.eclipse.persistence.moxy-4.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/eclipselink" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:25926ea2f0e0adaec0238bc7623d0a78e70c96bd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:25926ea2f0e0adaec0238bc7623d0a78e70c96bd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/26064aa3340526ef7924d3736cbf3c6e449a9b61.json b/data/benchmark/26064aa3340526ef7924d3736cbf3c6e449a9b61.json index fbf8cf83f779..5910117bde8c 100644 --- a/data/benchmark/26064aa3340526ef7924d3736cbf3c6e449a9b61.json +++ b/data/benchmark/26064aa3340526ef7924d3736cbf3c6e449a9b61.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:26064aa3340526ef7924d3736cbf3c6e449a9b61-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:26064aa3340526ef7924d3736cbf3c6e449a9b61-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/26fd1cd7639b7deb7078df5e4cb05c6d463ad07a.json b/data/benchmark/26fd1cd7639b7deb7078df5e4cb05c6d463ad07a.json index 6c1e9eaecfcb..deecce0e1d34 100644 --- a/data/benchmark/26fd1cd7639b7deb7078df5e4cb05c6d463ad07a.json +++ b/data/benchmark/26fd1cd7639b7deb7078df5e4cb05c6d463ad07a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:26fd1cd7639b7deb7078df5e4cb05c6d463ad07a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:26fd1cd7639b7deb7078df5e4cb05c6d463ad07a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/27226f9df7c2209de8206f92fd707af9381932b0.json b/data/benchmark/27226f9df7c2209de8206f92fd707af9381932b0.json index 2310fd8fdf5a..01a21f5f682b 100644 --- a/data/benchmark/27226f9df7c2209de8206f92fd707af9381932b0.json +++ b/data/benchmark/27226f9df7c2209de8206f92fd707af9381932b0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:27226f9df7c2209de8206f92fd707af9381932b0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:27226f9df7c2209de8206f92fd707af9381932b0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/27ea953051c0508f589cd9cec620b38572adb5f0.json b/data/benchmark/27ea953051c0508f589cd9cec620b38572adb5f0.json index 4ebea34f8c4f..3f90dcae0396 100644 --- a/data/benchmark/27ea953051c0508f589cd9cec620b38572adb5f0.json +++ b/data/benchmark/27ea953051c0508f589cd9cec620b38572adb5f0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:27ea953051c0508f589cd9cec620b38572adb5f0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:27ea953051c0508f589cd9cec620b38572adb5f0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/283c6ddc77ec4f7c52e297926cb8a6960a3f8ab6.json b/data/benchmark/283c6ddc77ec4f7c52e297926cb8a6960a3f8ab6.json index dfe15be2274a..3caaa132cbab 100644 --- a/data/benchmark/283c6ddc77ec4f7c52e297926cb8a6960a3f8ab6.json +++ b/data/benchmark/283c6ddc77ec4f7c52e297926cb8a6960a3f8ab6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:283c6ddc77ec4f7c52e297926cb8a6960a3f8ab6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:283c6ddc77ec4f7c52e297926cb8a6960a3f8ab6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/28745a38581cf7de6f4bf931f59b39925fe7c4ec.json b/data/benchmark/28745a38581cf7de6f4bf931f59b39925fe7c4ec.json index f1884c37e2dc..96f138d8a292 100644 --- a/data/benchmark/28745a38581cf7de6f4bf931f59b39925fe7c4ec.json +++ b/data/benchmark/28745a38581cf7de6f4bf931f59b39925fe7c4ec.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.4/slf4j-api-2.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:28745a38581cf7de6f4bf931f59b39925fe7c4ec-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:28745a38581cf7de6f4bf931f59b39925fe7c4ec-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/28be199c825d419957bc753a9519e8e9ecc6a08e.json b/data/benchmark/28be199c825d419957bc753a9519e8e9ecc6a08e.json index 4012da91b53b..8da505277496 100644 --- a/data/benchmark/28be199c825d419957bc753a9519e8e9ecc6a08e.json +++ b/data/benchmark/28be199c825d419957bc753a9519e8e9ecc6a08e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/maven-dependency-tree" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:28be199c825d419957bc753a9519e8e9ecc6a08e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:28be199c825d419957bc753a9519e8e9ecc6a08e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/2a91a25b4eb1781a230683c1fd349eb673b8d9d4.json b/data/benchmark/2a91a25b4eb1781a230683c1fd349eb673b8d9d4.json index c36beda8672c..667f88a070f0 100644 --- a/data/benchmark/2a91a25b4eb1781a230683c1fd349eb673b8d9d4.json +++ b/data/benchmark/2a91a25b4eb1781a230683c1fd349eb673b8d9d4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.22.5/google-cloud-storage-2.22.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.23.0/google-cloud-storage-2.23.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2a91a25b4eb1781a230683c1fd349eb673b8d9d4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2a91a25b4eb1781a230683c1fd349eb673b8d9d4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/2ad5b0e1f3512246c9de99259c35af15df677c77.json b/data/benchmark/2ad5b0e1f3512246c9de99259c35af15df677c77.json index 035eb6553ce4..0322198d1de1 100644 --- a/data/benchmark/2ad5b0e1f3512246c9de99259c35af15df677c77.json +++ b/data/benchmark/2ad5b0e1f3512246c9de99259c35af15df677c77.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jsoup/jsoup/1.11.1/jsoup-1.11.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jsoup/jsoup/1.15.3/jsoup-1.15.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2ad5b0e1f3512246c9de99259c35af15df677c77-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2ad5b0e1f3512246c9de99259c35af15df677c77-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/2b3054325e9e55e1af6056b604048fc328dbb2dd.json b/data/benchmark/2b3054325e9e55e1af6056b604048fc328dbb2dd.json index 7a810c270cb2..c75e66ce61d1 100644 --- a/data/benchmark/2b3054325e9e55e1af6056b604048fc328dbb2dd.json +++ b/data/benchmark/2b3054325e9e55e1af6056b604048fc328dbb2dd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.0/spring-core-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2b3054325e9e55e1af6056b604048fc328dbb2dd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2b3054325e9e55e1af6056b604048fc328dbb2dd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/2b4d49d68112941b8abb818549389709d8327963.json b/data/benchmark/2b4d49d68112941b8abb818549389709d8327963.json index 44c9a189b7ac..3f69a6c98489 100644 --- a/data/benchmark/2b4d49d68112941b8abb818549389709d8327963.json +++ b/data/benchmark/2b4d49d68112941b8abb818549389709d8327963.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/hazelcast/hazelcast/4.0.5/hazelcast-4.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2b4d49d68112941b8abb818549389709d8327963-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2b4d49d68112941b8abb818549389709d8327963-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/2b60dcd83ece76e58dee05be56f00eba6deb4ac6.json b/data/benchmark/2b60dcd83ece76e58dee05be56f00eba6deb4ac6.json index 92ef8e060ffc..c8c440146bef 100644 --- a/data/benchmark/2b60dcd83ece76e58dee05be56f00eba6deb4ac6.json +++ b/data/benchmark/2b60dcd83ece76e58dee05be56f00eba6deb4ac6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.0/logback-classic-1.4.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2b60dcd83ece76e58dee05be56f00eba6deb4ac6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2b60dcd83ece76e58dee05be56f00eba6deb4ac6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/2bc88ebc6046473426ebb029c33d7050662d4c2b.json b/data/benchmark/2bc88ebc6046473426ebb029c33d7050662d4c2b.json index 11f30b401d06..7965d925f685 100644 --- a/data/benchmark/2bc88ebc6046473426ebb029c33d7050662d4c2b.json +++ b/data/benchmark/2bc88ebc6046473426ebb029c33d7050662d4c2b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.35.v20201120/jetty-server-9.4.35.v20201120-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.46.v20220331/jetty-server-9.4.46.v20220331-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2bc88ebc6046473426ebb029c33d7050662d4c2b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2bc88ebc6046473426ebb029c33d7050662d4c2b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/2c04b9834112eba86fbb8ad1f925128d49449c41.json b/data/benchmark/2c04b9834112eba86fbb8ad1f925128d49449c41.json index 46b1ce98a978..48ca644cee62 100644 --- a/data/benchmark/2c04b9834112eba86fbb8ad1f925128d49449c41.json +++ b/data/benchmark/2c04b9834112eba86fbb8ad1f925128d49449c41.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-stream/3.0.7.RELEASE/spring-cloud-stream-3.0.7.RELEASE-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-stream/4.0.1/spring-cloud-stream-4.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-cloud/spring-cloud-stream" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2c04b9834112eba86fbb8ad1f925128d49449c41-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2c04b9834112eba86fbb8ad1f925128d49449c41-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/2c957083a17edc918a21f20d2838cf7c21719700.json b/data/benchmark/2c957083a17edc918a21f20d2838cf7c21719700.json index 31277e49da9c..4912835b536b 100644 --- a/data/benchmark/2c957083a17edc918a21f20d2838cf7c21719700.json +++ b/data/benchmark/2c957083a17edc918a21f20d2838cf7c21719700.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.12.1/google-auth-library-oauth2-http-1.12.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.16.0/google-auth-library-oauth2-http-1.16.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2c957083a17edc918a21f20d2838cf7c21719700-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2c957083a17edc918a21f20d2838cf7c21719700-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/2cc9522c8f62871d12243b174b98bd7d5b121362.json b/data/benchmark/2cc9522c8f62871d12243b174b98bd7d5b121362.json index 4ebce9f7a712..19fcf93d223a 100644 --- a/data/benchmark/2cc9522c8f62871d12243b174b98bd7d5b121362.json +++ b/data/benchmark/2cc9522c8f62871d12243b174b98bd7d5b121362.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.4.2/jackson-core-2.4.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2cc9522c8f62871d12243b174b98bd7d5b121362-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2cc9522c8f62871d12243b174b98bd7d5b121362-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/2d733a58045b4bf3669aa00d875e77f9db48c29b.json b/data/benchmark/2d733a58045b4bf3669aa00d875e77f9db48c29b.json index 534e0db07a7a..24cafb44cff1 100644 --- a/data/benchmark/2d733a58045b4bf3669aa00d875e77f9db48c29b.json +++ b/data/benchmark/2d733a58045b4bf3669aa00d875e77f9db48c29b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.11.0/flyway-core-9.11.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2d733a58045b4bf3669aa00d875e77f9db48c29b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2d733a58045b4bf3669aa00d875e77f9db48c29b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/2dfaa41bfb97674d11f09a5885011f19808548a3.json b/data/benchmark/2dfaa41bfb97674d11f09a5885011f19808548a3.json index 18c3a56ea3d3..04cb953fecce 100644 --- a/data/benchmark/2dfaa41bfb97674d11f09a5885011f19808548a3.json +++ b/data/benchmark/2dfaa41bfb97674d11f09a5885011f19808548a3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/5.1.1/mockito-core-5.1.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2dfaa41bfb97674d11f09a5885011f19808548a3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2dfaa41bfb97674d11f09a5885011f19808548a3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/2ea4f3a642abcd460c303713f0de8cd803cff378.json b/data/benchmark/2ea4f3a642abcd460c303713f0de8cd803cff378.json index 1ea43ff96555..167aab7986ee 100644 --- a/data/benchmark/2ea4f3a642abcd460c303713f0de8cd803cff378.json +++ b/data/benchmark/2ea4f3a642abcd460c303713f0de8cd803cff378.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2ea4f3a642abcd460c303713f0de8cd803cff378-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2ea4f3a642abcd460c303713f0de8cd803cff378-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/2f01c46b96a8edf437edf20e6dbd848edcb27085.json b/data/benchmark/2f01c46b96a8edf437edf20e6dbd848edcb27085.json index 0819d67e41c7..5e1b3f375d20 100644 --- a/data/benchmark/2f01c46b96a8edf437edf20e6dbd848edcb27085.json +++ b/data/benchmark/2f01c46b96a8edf437edf20e6dbd848edcb27085.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2f01c46b96a8edf437edf20e6dbd848edcb27085-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2f01c46b96a8edf437edf20e6dbd848edcb27085-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/2f9d75d4b01cd18afcb4676d134142882f9e0034.json b/data/benchmark/2f9d75d4b01cd18afcb4676d134142882f9e0034.json index f389206d0883..8d7ebb6d77d0 100644 --- a/data/benchmark/2f9d75d4b01cd18afcb4676d134142882f9e0034.json +++ b/data/benchmark/2f9d75d4b01cd18afcb4676d134142882f9e0034.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/javax/javaee-api/7.0/javaee-api-7.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/javax/javaee-api/8.0.1/javaee-api-8.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2f9d75d4b01cd18afcb4676d134142882f9e0034-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2f9d75d4b01cd18afcb4676d134142882f9e0034-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/30149ce4bdde6418aad7f02c35bd9dc8101b58ac.json b/data/benchmark/30149ce4bdde6418aad7f02c35bd9dc8101b58ac.json index 4503be5b0851..7478872f9e2e 100644 --- a/data/benchmark/30149ce4bdde6418aad7f02c35bd9dc8101b58ac.json +++ b/data/benchmark/30149ce4bdde6418aad7f02c35bd9dc8101b58ac.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.0.22/dropwizard-sentry-2.0.22-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.0.28-3/dropwizard-sentry-2.0.28-3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:30149ce4bdde6418aad7f02c35bd9dc8101b58ac-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:30149ce4bdde6418aad7f02c35bd9dc8101b58ac-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/30caf72b737bd40b6b4a16c6b25ba574e3048810.json b/data/benchmark/30caf72b737bd40b6b4a16c6b25ba574e3048810.json index 1c242959009d..1857ae2e6ca9 100644 --- a/data/benchmark/30caf72b737bd40b6b4a16c6b25ba574e3048810.json +++ b/data/benchmark/30caf72b737bd40b6b4a16c6b25ba574e3048810.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi-scratchpad/5.2.2/poi-scratchpad-5.2.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:30caf72b737bd40b6b4a16c6b25ba574e3048810-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:30caf72b737bd40b6b4a16c6b25ba574e3048810-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/315060cd2c7a3812a4adf614b042de84e9c39da4.json b/data/benchmark/315060cd2c7a3812a4adf614b042de84e9c39da4.json index cd873916e10d..e778417d102f 100644 --- a/data/benchmark/315060cd2c7a3812a4adf614b042de84e9c39da4.json +++ b/data/benchmark/315060cd2c7a3812a4adf614b042de84e9c39da4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.5/spring-core-6.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:315060cd2c7a3812a4adf614b042de84e9c39da4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:315060cd2c7a3812a4adf614b042de84e9c39da4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/31a177fb212d6dd4972ded3901f338b110d68cc1.json b/data/benchmark/31a177fb212d6dd4972ded3901f338b110d68cc1.json index b3c9177e05bb..e2557575979d 100644 --- a/data/benchmark/31a177fb212d6dd4972ded3901f338b110d68cc1.json +++ b/data/benchmark/31a177fb212d6dd4972ded3901f338b110d68cc1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/5.3.24/spring-tx-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/6.0.4/spring-tx-6.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:31a177fb212d6dd4972ded3901f338b110d68cc1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:31a177fb212d6dd4972ded3901f338b110d68cc1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/34e00b73f0a3493dc126583abbaf32c04b38c4a2.json b/data/benchmark/34e00b73f0a3493dc126583abbaf32c04b38c4a2.json index 27d27df6596d..d2c72124877f 100644 --- a/data/benchmark/34e00b73f0a3493dc126583abbaf32c04b38c4a2.json +++ b/data/benchmark/34e00b73f0a3493dc126583abbaf32c04b38c4a2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:34e00b73f0a3493dc126583abbaf32c04b38c4a2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:34e00b73f0a3493dc126583abbaf32c04b38c4a2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/3572a1ecc0154c61e05505aed56055b9c5e539a6.json b/data/benchmark/3572a1ecc0154c61e05505aed56055b9c5e539a6.json index 487e6c1ffaf0..acbf4c96df72 100644 --- a/data/benchmark/3572a1ecc0154c61e05505aed56055b9c5e539a6.json +++ b/data/benchmark/3572a1ecc0154c61e05505aed56055b9c5e539a6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/thrift" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3572a1ecc0154c61e05505aed56055b9c5e539a6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3572a1ecc0154c61e05505aed56055b9c5e539a6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/359f45ab2b6e53e99b26cb7c053114abff1bd74f.json b/data/benchmark/359f45ab2b6e53e99b26cb7c053114abff1bd74f.json index 620169f49d1c..9590bcf68524 100644 --- a/data/benchmark/359f45ab2b6e53e99b26cb7c053114abff1bd74f.json +++ b/data/benchmark/359f45ab2b6e53e99b26cb7c053114abff1bd74f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.0.22/dropwizard-sentry-2.0.22-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.0.26-3/dropwizard-sentry-2.0.26-3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:359f45ab2b6e53e99b26cb7c053114abff1bd74f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:359f45ab2b6e53e99b26cb7c053114abff1bd74f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/36859167815292f279e570d39dd2ddbcf1622dc6.json b/data/benchmark/36859167815292f279e570d39dd2ddbcf1622dc6.json index db703d4ffac2..9b60a1623908 100644 --- a/data/benchmark/36859167815292f279e570d39dd2ddbcf1622dc6.json +++ b/data/benchmark/36859167815292f279e570d39dd2ddbcf1622dc6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/xmlgraphics/fop/1.0/fop-1.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/xmlgraphics/fop/2.2/fop-2.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:36859167815292f279e570d39dd2ddbcf1622dc6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:36859167815292f279e570d39dd2ddbcf1622dc6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/36fd224b3010a716c7ee6cab66f3897d9c3b780a.json b/data/benchmark/36fd224b3010a716c7ee6cab66f3897d9c3b780a.json index 11917e5ef7da..97e1956014ce 100644 --- a/data/benchmark/36fd224b3010a716c7ee6cab66f3897d9c3b780a.json +++ b/data/benchmark/36fd224b3010a716c7ee6cab66f3897d9c3b780a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.8/jackson-databind-2.9.10.8-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:36fd224b3010a716c7ee6cab66f3897d9c3b780a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:36fd224b3010a716c7ee6cab66f3897d9c3b780a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/37cf0a49373dbd339531a471ec503f9b9e4a34cb.json b/data/benchmark/37cf0a49373dbd339531a471ec503f9b9e4a34cb.json index 7e979665748b..603d12bb0542 100644 --- a/data/benchmark/37cf0a49373dbd339531a471ec503f9b9e4a34cb.json +++ b/data/benchmark/37cf0a49373dbd339531a471ec503f9b9e4a34cb.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.8.3/maven-artifact-3.8.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:37cf0a49373dbd339531a471ec503f9b9e4a34cb-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:37cf0a49373dbd339531a471ec503f9b9e4a34cb-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/38c9915f0cfdf0c1a2b17c3c6f283c23a0aac0cf.json b/data/benchmark/38c9915f0cfdf0c1a2b17c3c6f283c23a0aac0cf.json index a03b2dbf1e37..ae9443cb1909 100644 --- a/data/benchmark/38c9915f0cfdf0c1a2b17c3c6f283c23a0aac0cf.json +++ b/data/benchmark/38c9915f0cfdf0c1a2b17c3c6f283c23a0aac0cf.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/cactoos/cactoos/0.35/cactoos-0.35-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "yegor256/cactoos" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:38c9915f0cfdf0c1a2b17c3c6f283c23a0aac0cf-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:38c9915f0cfdf0c1a2b17c3c6f283c23a0aac0cf-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/38eb09ebe87b73681489df7f8bac6d3eadebb1a1.json b/data/benchmark/38eb09ebe87b73681489df7f8bac6d3eadebb1a1.json index 952c2d02b527..02c5c1a46bdb 100644 --- a/data/benchmark/38eb09ebe87b73681489df7f8bac6d3eadebb1a1.json +++ b/data/benchmark/38eb09ebe87b73681489df7f8bac6d3eadebb1a1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/5.3.24/spring-tx-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/6.0.2/spring-tx-6.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:38eb09ebe87b73681489df7f8bac6d3eadebb1a1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:38eb09ebe87b73681489df7f8bac6d3eadebb1a1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3a4a2b11483689ca3e99e92785a7b27c56d072b8.json b/data/benchmark/3a4a2b11483689ca3e99e92785a7b27c56d072b8.json index 54182838f2de..3890937c4ad5 100644 --- a/data/benchmark/3a4a2b11483689ca3e99e92785a7b27c56d072b8.json +++ b/data/benchmark/3a4a2b11483689ca3e99e92785a7b27c56d072b8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3a4a2b11483689ca3e99e92785a7b27c56d072b8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3a4a2b11483689ca3e99e92785a7b27c56d072b8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/3b26e04706e255544d99886b643936cfff6e2aeb.json b/data/benchmark/3b26e04706e255544d99886b643936cfff6e2aeb.json index eb4e224cb233..baab20f1b49e 100644 --- a/data/benchmark/3b26e04706e255544d99886b643936cfff6e2aeb.json +++ b/data/benchmark/3b26e04706e255544d99886b643936cfff6e2aeb.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3b26e04706e255544d99886b643936cfff6e2aeb-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3b26e04706e255544d99886b643936cfff6e2aeb-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3b47c247b867ea50405402d650c08c8b5bbc2b8a.json b/data/benchmark/3b47c247b867ea50405402d650c08c8b5bbc2b8a.json index 14a0c676baa5..8fb1d64db53b 100644 --- a/data/benchmark/3b47c247b867ea50405402d650c08c8b5bbc2b8a.json +++ b/data/benchmark/3b47c247b867ea50405402d650c08c8b5bbc2b8a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/graalvm/js/js-scriptengine/22.3.2/js-scriptengine-22.3.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/graalvm/js/js-scriptengine/23.0.0/js-scriptengine-23.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "UPL-1.0", + "githubRepoSlug" : "oracle/graaljs" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3b47c247b867ea50405402d650c08c8b5bbc2b8a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3b47c247b867ea50405402d650c08c8b5bbc2b8a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3b4a91979f0d93ca4cbb79e6cfa5029a6b8eaf01.json b/data/benchmark/3b4a91979f0d93ca4cbb79e6cfa5029a6b8eaf01.json index 54054d041d70..7fbd8f381cea 100644 --- a/data/benchmark/3b4a91979f0d93ca4cbb79e6cfa5029a6b8eaf01.json +++ b/data/benchmark/3b4a91979f0d93ca4cbb79e6cfa5029a6b8eaf01.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/opennlp/opennlp-tools/2.2.0/opennlp-tools-2.2.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/opennlp/opennlp-tools/2.3.0/opennlp-tools-2.3.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/opennlp" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3b4a91979f0d93ca4cbb79e6cfa5029a6b8eaf01-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3b4a91979f0d93ca4cbb79e6cfa5029a6b8eaf01-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/3b7f524a09d711bc5af151086de48db940455e6a.json b/data/benchmark/3b7f524a09d711bc5af151086de48db940455e6a.json index 58153d603c30..b871ee1e0ee3 100644 --- a/data/benchmark/3b7f524a09d711bc5af151086de48db940455e6a.json +++ b/data/benchmark/3b7f524a09d711bc5af151086de48db940455e6a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.32/jersey-server-2.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.36/jersey-server-2.36-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/jersey" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3b7f524a09d711bc5af151086de48db940455e6a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3b7f524a09d711bc5af151086de48db940455e6a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3c0bc059c4b1f9b1c35ac35a67796eb4c7e716f5.json b/data/benchmark/3c0bc059c4b1f9b1c35ac35a67796eb4c7e716f5.json index ae4bd5cfb4cf..ef02a9956a18 100644 --- a/data/benchmark/3c0bc059c4b1f9b1c35ac35a67796eb4c7e716f5.json +++ b/data/benchmark/3c0bc059c4b1f9b1c35ac35a67796eb4c7e716f5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3c0bc059c4b1f9b1c35ac35a67796eb4c7e716f5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3c0bc059c4b1f9b1c35ac35a67796eb4c7e716f5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3c68e04f6a8ab2977a5c8fea5e2aa5373b0df742.json b/data/benchmark/3c68e04f6a8ab2977a5c8fea5e2aa5373b0df742.json index 01bd20bff008..d37157247154 100644 --- a/data/benchmark/3c68e04f6a8ab2977a5c8fea5e2aa5373b0df742.json +++ b/data/benchmark/3c68e04f6a8ab2977a5c8fea5e2aa5373b0df742.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.102.18/proto-google-cloud-pubsub-v1-1.102.18-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.102.24/proto-google-cloud-pubsub-v1-1.102.24-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3c68e04f6a8ab2977a5c8fea5e2aa5373b0df742-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3c68e04f6a8ab2977a5c8fea5e2aa5373b0df742-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3d0cc7db9d9c9420fa4f478a72067ef846ba8129.json b/data/benchmark/3d0cc7db9d9c9420fa4f478a72067ef846ba8129.json index 2e6d43bae779..5c2f0f1d23a7 100644 --- a/data/benchmark/3d0cc7db9d9c9420fa4f478a72067ef846ba8129.json +++ b/data/benchmark/3d0cc7db9d9c9420fa4f478a72067ef846ba8129.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.16.6/jooq-meta-3.16.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.17.5/jooq-meta-3.17.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jOOQ/jOOQ" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3d0cc7db9d9c9420fa4f478a72067ef846ba8129-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3d0cc7db9d9c9420fa4f478a72067ef846ba8129-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3d205ddac1e3db863609be19116865e4cfa6dfc9.json b/data/benchmark/3d205ddac1e3db863609be19116865e4cfa6dfc9.json index 0dd358358ca4..d0afc26ce73e 100644 --- a/data/benchmark/3d205ddac1e3db863609be19116865e4cfa6dfc9.json +++ b/data/benchmark/3d205ddac1e3db863609be19116865e4cfa6dfc9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3d205ddac1e3db863609be19116865e4cfa6dfc9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3d205ddac1e3db863609be19116865e4cfa6dfc9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/3d29f9a6823fa68763d3148bc0353ac557f2a815.json b/data/benchmark/3d29f9a6823fa68763d3148bc0353ac557f2a815.json index ce8e73a5444e..cb2b57b199b2 100644 --- a/data/benchmark/3d29f9a6823fa68763d3148bc0353ac557f2a815.json +++ b/data/benchmark/3d29f9a6823fa68763d3148bc0353ac557f2a815.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/sonarsource/sonarlint/core/sonarlint-core/9.1.1.74346/sonarlint-core-9.1.1.74346-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "LGPL-3.0", + "githubRepoSlug" : "sonarsource/sonarlint-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3d29f9a6823fa68763d3148bc0353ac557f2a815-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3d29f9a6823fa68763d3148bc0353ac557f2a815-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/3d2b38ee1c838d885db80326b3cd60e314704e39.json b/data/benchmark/3d2b38ee1c838d885db80326b3cd60e314704e39.json index 710c58ea86c5..24ba9a560a8a 100644 --- a/data/benchmark/3d2b38ee1c838d885db80326b3cd60e314704e39.json +++ b/data/benchmark/3d2b38ee1c838d885db80326b3cd60e314704e39.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-stream/3.0.7.RELEASE/spring-cloud-stream-3.0.7.RELEASE-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-stream/4.0.0/spring-cloud-stream-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-cloud/spring-cloud-stream" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3d2b38ee1c838d885db80326b3cd60e314704e39-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3d2b38ee1c838d885db80326b3cd60e314704e39-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3df0868d7dc52bea41d68c0d87e7aee09a8d62db.json b/data/benchmark/3df0868d7dc52bea41d68c0d87e7aee09a8d62db.json index 242c84853496..e0164599161d 100644 --- a/data/benchmark/3df0868d7dc52bea41d68c0d87e7aee09a8d62db.json +++ b/data/benchmark/3df0868d7dc52bea41d68c0d87e7aee09a8d62db.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/commons-net/commons-net/3.3/commons-net-3.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/commons-net/commons-net/3.9.0/commons-net-3.9.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3df0868d7dc52bea41d68c0d87e7aee09a8d62db-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3df0868d7dc52bea41d68c0d87e7aee09a8d62db-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/3dfb94445951d200d7db5327cae1c4d8b4db89b4.json b/data/benchmark/3dfb94445951d200d7db5327cae1c4d8b4db89b4.json index f09c4fb0b21d..08d3b9d0d5ba 100644 --- a/data/benchmark/3dfb94445951d200d7db5327cae1c4d8b4db89b4.json +++ b/data/benchmark/3dfb94445951d200d7db5327cae1c4d8b4db89b4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-autoconfigure/1.0.0.RELEASE/spring-boot-autoconfigure-1.0.0.RELEASE-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-autoconfigure/2.5.15/spring-boot-autoconfigure-2.5.15-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3dfb94445951d200d7db5327cae1c4d8b4db89b4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3dfb94445951d200d7db5327cae1c4d8b4db89b4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3e2f981f08e75926838fb0fa6d96fb3efba33bc3.json b/data/benchmark/3e2f981f08e75926838fb0fa6d96fb3efba33bc3.json index a7a88729b2aa..e3071337506d 100644 --- a/data/benchmark/3e2f981f08e75926838fb0fa6d96fb3efba33bc3.json +++ b/data/benchmark/3e2f981f08e75926838fb0fa6d96fb3efba33bc3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3e2f981f08e75926838fb0fa6d96fb3efba33bc3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3e2f981f08e75926838fb0fa6d96fb3efba33bc3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/3eb708f53f5f1ce897c3554bb73f5de5698dd171.json b/data/benchmark/3eb708f53f5f1ce897c3554bb73f5de5698dd171.json index 6f3473664592..a087b94695be 100644 --- a/data/benchmark/3eb708f53f5f1ce897c3554bb73f5de5698dd171.json +++ b/data/benchmark/3eb708f53f5f1ce897c3554bb73f5de5698dd171.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-translate/v2-rev20170525-2.0.0/google-api-services-translate-v2-rev20170525-2.0.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-translate/v3-rev20220805-2.0.0/google-api-services-translate-v3-rev20220805-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3eb708f53f5f1ce897c3554bb73f5de5698dd171-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3eb708f53f5f1ce897c3554bb73f5de5698dd171-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3f30dfff617fd652412260ecf648a25769a27101.json b/data/benchmark/3f30dfff617fd652412260ecf648a25769a27101.json index b0a76cfca398..94c43c41386d 100644 --- a/data/benchmark/3f30dfff617fd652412260ecf648a25769a27101.json +++ b/data/benchmark/3f30dfff617fd652412260ecf648a25769a27101.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3f30dfff617fd652412260ecf648a25769a27101-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3f30dfff617fd652412260ecf648a25769a27101-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/3ff575ae202cdf76ddfa8a4228a1711a6fa1e921.json b/data/benchmark/3ff575ae202cdf76ddfa8a4228a1711a6fa1e921.json index 1d96d1a004a2..d4bb0b18172d 100644 --- a/data/benchmark/3ff575ae202cdf76ddfa8a4228a1711a6fa1e921.json +++ b/data/benchmark/3ff575ae202cdf76ddfa8a4228a1711a6fa1e921.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.1/plexus-container-default-2.1.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3ff575ae202cdf76ddfa8a4228a1711a6fa1e921-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3ff575ae202cdf76ddfa8a4228a1711a6fa1e921-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/402082609522c66a3b790aedafd0570148a7d53f.json b/data/benchmark/402082609522c66a3b790aedafd0570148a7d53f.json index 72398c36386f..96a66a1f5feb 100644 --- a/data/benchmark/402082609522c66a3b790aedafd0570148a7d53f.json +++ b/data/benchmark/402082609522c66a3b790aedafd0570148a7d53f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/spongepowered/spongeapi/7.4.0/spongeapi-7.4.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/spongepowered/spongeapi/8.0.0/spongeapi-8.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "spongepowered/spongeapi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:402082609522c66a3b790aedafd0570148a7d53f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:402082609522c66a3b790aedafd0570148a7d53f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/402649cb3ebf1052724ea9dd7df04c8501e1c9ed.json b/data/benchmark/402649cb3ebf1052724ea9dd7df04c8501e1c9ed.json index db32e8384a3b..564f182d2d47 100644 --- a/data/benchmark/402649cb3ebf1052724ea9dd7df04c8501e1c9ed.json +++ b/data/benchmark/402649cb3ebf1052724ea9dd7df04c8501e1c9ed.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:402649cb3ebf1052724ea9dd7df04c8501e1c9ed-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:402649cb3ebf1052724ea9dd7df04c8501e1c9ed-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/404e4edc99c0ef601ad3a343f168194815db4151.json b/data/benchmark/404e4edc99c0ef601ad3a343f168194815db4151.json index 157daaec3dce..0fdfabe9a4a3 100644 --- a/data/benchmark/404e4edc99c0ef601ad3a343f168194815db4151.json +++ b/data/benchmark/404e4edc99c0ef601ad3a343f168194815db4151.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/5.3.24/spring-web-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.8/spring-web-6.0.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:404e4edc99c0ef601ad3a343f168194815db4151-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:404e4edc99c0ef601ad3a343f168194815db4151-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/40feecdd9c649644668d7c84bb87b73a2b2723ca.json b/data/benchmark/40feecdd9c649644668d7c84bb87b73a2b2723ca.json index 7c54990f6257..78a1adfe5221 100644 --- a/data/benchmark/40feecdd9c649644668d7c84bb87b73a2b2723ca.json +++ b/data/benchmark/40feecdd9c649644668d7c84bb87b73a2b2723ca.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/joda-time/joda-time/2.1/joda-time-2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/joda-time/joda-time/2.12.5/joda-time-2.12.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "JodaOrg/joda-time" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:40feecdd9c649644668d7c84bb87b73a2b2723ca-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:40feecdd9c649644668d7c84bb87b73a2b2723ca-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/41164ec5392b2c853ae871f10a9541c055028b36.json b/data/benchmark/41164ec5392b2c853ae871f10a9541c055028b36.json index 46789b2efbdd..9fbf5ffda141 100644 --- a/data/benchmark/41164ec5392b2c853ae871f10a9541c055028b36.json +++ b/data/benchmark/41164ec5392b2c853ae871f10a9541c055028b36.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.3/logback-classic-1.4.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:41164ec5392b2c853ae871f10a9541c055028b36-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:41164ec5392b2c853ae871f10a9541c055028b36-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/414c42fd20fe8567b86df7ae1bbbf6d8d3e9310e.json b/data/benchmark/414c42fd20fe8567b86df7ae1bbbf6d8d3e9310e.json index 412790166871..8d01d0bf82a6 100644 --- a/data/benchmark/414c42fd20fe8567b86df7ae1bbbf6d8d3e9310e.json +++ b/data/benchmark/414c42fd20fe8567b86df7ae1bbbf6d8d3e9310e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/5.3.24/spring-tx-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/6.0.5/spring-tx-6.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:414c42fd20fe8567b86df7ae1bbbf6d8d3e9310e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:414c42fd20fe8567b86df7ae1bbbf6d8d3e9310e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/41ec14e7e0ccf28476905eb28b2155b11d8a55f5.json b/data/benchmark/41ec14e7e0ccf28476905eb28b2155b11d8a55f5.json index 2c1f3a5fee18..7b88e896b62e 100644 --- a/data/benchmark/41ec14e7e0ccf28476905eb28b2155b11d8a55f5.json +++ b/data/benchmark/41ec14e7e0ccf28476905eb28b2155b11d8a55f5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/premiumminds/pm-wicket-utils/4.4/pm-wicket-utils-4.4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/premiumminds/pm-wicket-utils/5.0/pm-wicket-utils-5.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "LGPL-3.0", + "githubRepoSlug" : "premium-minds/pm-wicket-utils" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:41ec14e7e0ccf28476905eb28b2155b11d8a55f5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:41ec14e7e0ccf28476905eb28b2155b11d8a55f5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/4259baebb426fefbe9dbee26725d6803170dcb85.json b/data/benchmark/4259baebb426fefbe9dbee26725d6803170dcb85.json index bdff6610ab34..88e6cf9effdc 100644 --- a/data/benchmark/4259baebb426fefbe9dbee26725d6803170dcb85.json +++ b/data/benchmark/4259baebb426fefbe9dbee26725d6803170dcb85.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/4.1.6.RELEASE/spring-web-4.1.6.RELEASE-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.0/spring-web-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4259baebb426fefbe9dbee26725d6803170dcb85-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4259baebb426fefbe9dbee26725d6803170dcb85-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/426453d4be2fa291749ffda52de1653e16ddf3c9.json b/data/benchmark/426453d4be2fa291749ffda52de1653e16ddf3c9.json index db6a9a38fd4f..5e9f0493d5e1 100644 --- a/data/benchmark/426453d4be2fa291749ffda52de1653e16ddf3c9.json +++ b/data/benchmark/426453d4be2fa291749ffda52de1653e16ddf3c9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:426453d4be2fa291749ffda52de1653e16ddf3c9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:426453d4be2fa291749ffda52de1653e16ddf3c9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/42a220bd546d293886df0d5e3892cc3ff82f1091.json b/data/benchmark/42a220bd546d293886df0d5e3892cc3ff82f1091.json index 05595a6ed8bb..4a8f58ba96c0 100644 --- a/data/benchmark/42a220bd546d293886df0d5e3892cc3ff82f1091.json +++ b/data/benchmark/42a220bd546d293886df0d5e3892cc3ff82f1091.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/maxmind/geoip2/geoip2/2.16.1/geoip2-2.16.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/maxmind/geoip2/geoip2/3.0.0/geoip2-3.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "maxmind/GeoIP2-java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:42a220bd546d293886df0d5e3892cc3ff82f1091-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:42a220bd546d293886df0d5e3892cc3ff82f1091-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/43020e184328b155c2474632b19c63d1b931c995.json b/data/benchmark/43020e184328b155c2474632b19c63d1b931c995.json index 54d5911de5fc..948e95e0906c 100644 --- a/data/benchmark/43020e184328b155c2474632b19c63d1b931c995.json +++ b/data/benchmark/43020e184328b155c2474632b19c63d1b931c995.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:43020e184328b155c2474632b19c63d1b931c995-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:43020e184328b155c2474632b19c63d1b931c995-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/433b2a97667e285aff0fe258ef2dde1cae1b3d31.json b/data/benchmark/433b2a97667e285aff0fe258ef2dde1cae1b3d31.json index 1662c8d4d901..77773fde629c 100644 --- a/data/benchmark/433b2a97667e285aff0fe258ef2dde1cae1b3d31.json +++ b/data/benchmark/433b2a97667e285aff0fe258ef2dde1cae1b3d31.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:433b2a97667e285aff0fe258ef2dde1cae1b3d31-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:433b2a97667e285aff0fe258ef2dde1cae1b3d31-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/433ded52029eea2f7a8699f9d61f2e170c44c8ae.json b/data/benchmark/433ded52029eea2f7a8699f9d61f2e170c44c8ae.json index ba3ebbce59a9..dcc73ee50a9e 100644 --- a/data/benchmark/433ded52029eea2f7a8699f9d61f2e170c44c8ae.json +++ b/data/benchmark/433ded52029eea2f7a8699f9d61f2e170c44c8ae.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.0.3/maven-aether-provider-3.0.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:433ded52029eea2f7a8699f9d61f2e170c44c8ae-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:433ded52029eea2f7a8699f9d61f2e170c44c8ae-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/433fbc0ee1192ca4aa69f337fd3b530ec94906e9.json b/data/benchmark/433fbc0ee1192ca4aa69f337fd3b530ec94906e9.json index 75f2d486975a..c1b7b1bdb45b 100644 --- a/data/benchmark/433fbc0ee1192ca4aa69f337fd3b530ec94906e9.json +++ b/data/benchmark/433fbc0ee1192ca4aa69f337fd3b530ec94906e9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.27/spring-core-5.3.27-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.9/spring-core-6.0.9-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:433fbc0ee1192ca4aa69f337fd3b530ec94906e9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:433fbc0ee1192ca4aa69f337fd3b530ec94906e9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/43b3a858b77ec27fc8946aba292001c3de465012.json b/data/benchmark/43b3a858b77ec27fc8946aba292001c3de465012.json index b4a9c7faa7c8..13bcae223fc3 100644 --- a/data/benchmark/43b3a858b77ec27fc8946aba292001c3de465012.json +++ b/data/benchmark/43b3a858b77ec27fc8946aba292001c3de465012.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.5/logback-classic-1.4.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:43b3a858b77ec27fc8946aba292001c3de465012-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:43b3a858b77ec27fc8946aba292001c3de465012-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/43c824a24b09efd8b4b00449ce31cd121a6b23eb.json b/data/benchmark/43c824a24b09efd8b4b00449ce31cd121a6b23eb.json index 6b3ef050406b..fe4c9de443ca 100644 --- a/data/benchmark/43c824a24b09efd8b4b00449ce31cd121a6b23eb.json +++ b/data/benchmark/43c824a24b09efd8b4b00449ce31cd121a6b23eb.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/de/gwdg/metadataqa/metadata-qa-api/0.8.1/metadata-qa-api-0.8.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/de/gwdg/metadataqa/metadata-qa-api/0.9.0/metadata-qa-api-0.9.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "GPL-3.0", + "githubRepoSlug" : "pkiraly/metadata-qa-api" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:43c824a24b09efd8b4b00449ce31cd121a6b23eb-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:43c824a24b09efd8b4b00449ce31cd121a6b23eb-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/441f7f07d9265cc1d4c4f369ee6524973d9c6e17.json b/data/benchmark/441f7f07d9265cc1d4c4f369ee6524973d9c6e17.json index 62d6d65154f9..31779719d890 100644 --- a/data/benchmark/441f7f07d9265cc1d4c4f369ee6524973d9c6e17.json +++ b/data/benchmark/441f7f07d9265cc1d4c4f369ee6524973d9c6e17.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:441f7f07d9265cc1d4c4f369ee6524973d9c6e17-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:441f7f07d9265cc1d4c4f369ee6524973d9c6e17-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/448ff013455db1ebe983fa0e1c65ed09f0bc4e3a.json b/data/benchmark/448ff013455db1ebe983fa0e1c65ed09f0bc4e3a.json index c12f484de0fe..484265b1d18f 100644 --- a/data/benchmark/448ff013455db1ebe983fa0e1c65ed09f0bc4e3a.json +++ b/data/benchmark/448ff013455db1ebe983fa0e1c65ed09f0bc4e3a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:448ff013455db1ebe983fa0e1c65ed09f0bc4e3a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:448ff013455db1ebe983fa0e1c65ed09f0bc4e3a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/44a15fa526c10b0c39d8d7337b833d42448fcca4.json b/data/benchmark/44a15fa526c10b0c39d8d7337b833d42448fcca4.json index ac445d8a6ffc..10673987c4e3 100644 --- a/data/benchmark/44a15fa526c10b0c39d8d7337b833d42448fcca4.json +++ b/data/benchmark/44a15fa526c10b0c39d8d7337b833d42448fcca4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi/4.1.2/poi-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi/5.2.1/poi-5.2.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:44a15fa526c10b0c39d8d7337b833d42448fcca4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:44a15fa526c10b0c39d8d7337b833d42448fcca4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/44b14e90e4baa1b1971327f7167afb1b0f0dd8f0.json b/data/benchmark/44b14e90e4baa1b1971327f7167afb1b0f0dd8f0.json index c0298576c495..2e5b136c4ed0 100644 --- a/data/benchmark/44b14e90e4baa1b1971327f7167afb1b0f0dd8f0.json +++ b/data/benchmark/44b14e90e4baa1b1971327f7167afb1b0f0dd8f0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:44b14e90e4baa1b1971327f7167afb1b0f0dd8f0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:44b14e90e4baa1b1971327f7167afb1b0f0dd8f0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/44e6ae1bd9fea04c5c6edeee53c673e7c0310dff.json b/data/benchmark/44e6ae1bd9fea04c5c6edeee53c673e7c0310dff.json index d9500e863242..42f003f710e9 100644 --- a/data/benchmark/44e6ae1bd9fea04c5c6edeee53c673e7c0310dff.json +++ b/data/benchmark/44e6ae1bd9fea04c5c6edeee53c673e7c0310dff.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.4/spring-context-6.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:44e6ae1bd9fea04c5c6edeee53c673e7c0310dff-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:44e6ae1bd9fea04c5c6edeee53c673e7c0310dff-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4501f2d688da65dad0cf0eaa79bfb5ec4973abe4.json b/data/benchmark/4501f2d688da65dad0cf0eaa79bfb5ec4973abe4.json index 4d6de0d87f4b..946a3aabdd9e 100644 --- a/data/benchmark/4501f2d688da65dad0cf0eaa79bfb5ec4973abe4.json +++ b/data/benchmark/4501f2d688da65dad0cf0eaa79bfb5ec4973abe4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4501f2d688da65dad0cf0eaa79bfb5ec4973abe4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4501f2d688da65dad0cf0eaa79bfb5ec4973abe4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/4507371bb061f3add726d3ab7527bebb8c41960e.json b/data/benchmark/4507371bb061f3add726d3ab7527bebb8c41960e.json index c61da643bbe7..a0dd2d91c066 100644 --- a/data/benchmark/4507371bb061f3add726d3ab7527bebb8c41960e.json +++ b/data/benchmark/4507371bb061f3add726d3ab7527bebb8c41960e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi-scratchpad/5.1.0/poi-scratchpad-5.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4507371bb061f3add726d3ab7527bebb8c41960e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4507371bb061f3add726d3ab7527bebb8c41960e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/45374ceb3ac564c6fddf08f1e71ad0e1c7e95941.json b/data/benchmark/45374ceb3ac564c6fddf08f1e71ad0e1c7e95941.json index aa971ca1da12..320ef27994bc 100644 --- a/data/benchmark/45374ceb3ac564c6fddf08f1e71ad0e1c7e95941.json +++ b/data/benchmark/45374ceb3ac564c6fddf08f1e71ad0e1c7e95941.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.14.0/google-cloud-storage-2.14.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.15.0/google-cloud-storage-2.15.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:45374ceb3ac564c6fddf08f1e71ad0e1c7e95941-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:45374ceb3ac564c6fddf08f1e71ad0e1c7e95941-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4607926d691c986e2e172f636db7c527945c5b45.json b/data/benchmark/4607926d691c986e2e172f636db7c527945c5b45.json index 63e2da2e962f..516f04c8a080 100644 --- a/data/benchmark/4607926d691c986e2e172f636db7c527945c5b45.json +++ b/data/benchmark/4607926d691c986e2e172f636db7c527945c5b45.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/5.3.24/spring-web-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.4/spring-web-6.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4607926d691c986e2e172f636db7c527945c5b45-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4607926d691c986e2e172f636db7c527945c5b45-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4631885da3cfd6601de5d24133fa3828a590ca9e.json b/data/benchmark/4631885da3cfd6601de5d24133fa3828a590ca9e.json index 22e9c7697daa..a569a7e9dfe8 100644 --- a/data/benchmark/4631885da3cfd6601de5d24133fa3828a590ca9e.json +++ b/data/benchmark/4631885da3cfd6601de5d24133fa3828a590ca9e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/5.4.0/mockito-core-5.4.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4631885da3cfd6601de5d24133fa3828a590ca9e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4631885da3cfd6601de5d24133fa3828a590ca9e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/46698497759b188a97830330dfebaf718beb5573.json b/data/benchmark/46698497759b188a97830330dfebaf718beb5573.json index 0786e6bf33d3..127f39f059e3 100644 --- a/data/benchmark/46698497759b188a97830330dfebaf718beb5573.json +++ b/data/benchmark/46698497759b188a97830330dfebaf718beb5573.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/3.3.0/plexus-io-3.3.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "codehaus-plexus/plexus-io" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:46698497759b188a97830330dfebaf718beb5573-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:46698497759b188a97830330dfebaf718beb5573-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/46979207151a43361447d64afd2658df40033419.json b/data/benchmark/46979207151a43361447d64afd2658df40033419.json index c095081778f8..3aa51835a5fb 100644 --- a/data/benchmark/46979207151a43361447d64afd2658df40033419.json +++ b/data/benchmark/46979207151a43361447d64afd2658df40033419.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.13.1/jaxb2-basics-runtime-0.13.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/1.11.1-PUBLISHED-BY-MISTAKE/jaxb2-basics-runtime-1.11.1-PUBLISHED-BY-MISTAKE-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "BSD-2-Clause", + "githubRepoSlug" : "highsource/jaxb2-basics" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:46979207151a43361447d64afd2658df40033419-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:46979207151a43361447d64afd2658df40033419-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/471b0bd83c66392faf40bd52e9abc4883ef2bc7a.json b/data/benchmark/471b0bd83c66392faf40bd52e9abc4883ef2bc7a.json index df91bebd1bc2..75fb786f504e 100644 --- a/data/benchmark/471b0bd83c66392faf40bd52e9abc4883ef2bc7a.json +++ b/data/benchmark/471b0bd83c66392faf40bd52e9abc4883ef2bc7a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.0/logback-classic-1.4.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:471b0bd83c66392faf40bd52e9abc4883ef2bc7a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:471b0bd83c66392faf40bd52e9abc4883ef2bc7a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/471d07e01cd0c79dc9bed5344ed46418f4c078a2.json b/data/benchmark/471d07e01cd0c79dc9bed5344ed46418f4c078a2.json index a728d196f3a1..301d7667a320 100644 --- a/data/benchmark/471d07e01cd0c79dc9bed5344ed46418f4c078a2.json +++ b/data/benchmark/471d07e01cd0c79dc9bed5344ed46418f4c078a2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudresourcemanager/v1-rev20220807-2.0.0/google-api-services-cloudresourcemanager-v1-rev20220807-2.0.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudresourcemanager/v3-rev20220807-2.0.0/google-api-services-cloudresourcemanager-v3-rev20220807-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:471d07e01cd0c79dc9bed5344ed46418f4c078a2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:471d07e01cd0c79dc9bed5344ed46418f4c078a2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/474422dcefb61cf1460c9f218a11b7ba693725c2.json b/data/benchmark/474422dcefb61cf1460c9f218a11b7ba693725c2.json index e5bfce8903d2..09627150e936 100644 --- a/data/benchmark/474422dcefb61cf1460c9f218a11b7ba693725c2.json +++ b/data/benchmark/474422dcefb61cf1460c9f218a11b7ba693725c2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.32/jersey-server-2.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.39/jersey-server-2.39-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/jersey" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:474422dcefb61cf1460c9f218a11b7ba693725c2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:474422dcefb61cf1460c9f218a11b7ba693725c2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4861e40d7047a73bdbae1a4856a2b5ee4a79071a.json b/data/benchmark/4861e40d7047a73bdbae1a4856a2b5ee4a79071a.json index efc4f2daab19..01bda3f642f7 100644 --- a/data/benchmark/4861e40d7047a73bdbae1a4856a2b5ee4a79071a.json +++ b/data/benchmark/4861e40d7047a73bdbae1a4856a2b5ee4a79071a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/5.3.24/spring-web-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.0/spring-web-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4861e40d7047a73bdbae1a4856a2b5ee4a79071a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4861e40d7047a73bdbae1a4856a2b5ee4a79071a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/489aad6060454d0b7b34a144e0b345c5a3a199f5.json b/data/benchmark/489aad6060454d0b7b34a144e0b345c5a3a199f5.json index a226bcf90fac..9e4576c1730a 100644 --- a/data/benchmark/489aad6060454d0b7b34a144e0b345c5a3a199f5.json +++ b/data/benchmark/489aad6060454d0b7b34a144e0b345c5a3a199f5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.19.1/flyway-core-9.19.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:489aad6060454d0b7b34a144e0b345c5a3a199f5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:489aad6060454d0b7b34a144e0b345c5a3a199f5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/497b81f4446c257f693648cad7a64f62b23920a2.json b/data/benchmark/497b81f4446c257f693648cad7a64f62b23920a2.json index 2002d085843c..93034dec8422 100644 --- a/data/benchmark/497b81f4446c257f693648cad7a64f62b23920a2.json +++ b/data/benchmark/497b81f4446c257f693648cad7a64f62b23920a2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/http/v0.25/http-v0.25-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/http/v1.1.2-d/http-v1.1.2-d-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:497b81f4446c257f693648cad7a64f62b23920a2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:497b81f4446c257f693648cad7a64f62b23920a2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/4a3efad6e00824e5814b9c8f571c9c98aad40281.json b/data/benchmark/4a3efad6e00824e5814b9c8f571c9c98aad40281.json index b4b4416b4da9..1551ebb524f6 100644 --- a/data/benchmark/4a3efad6e00824e5814b9c8f571c9c98aad40281.json +++ b/data/benchmark/4a3efad6e00824e5814b9c8f571c9c98aad40281.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/eu/europa/ec/joinup/sd-dss/dss-pades/5.9/dss-pades-5.9-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/eu/europa/ec/joinup/sd-dss/dss-pades/5.10.2/dss-pades-5.10.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "esig/dss" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4a3efad6e00824e5814b9c8f571c9c98aad40281-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4a3efad6e00824e5814b9c8f571c9c98aad40281-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4aab2869639226035c999c282f31efba15648ea3.json b/data/benchmark/4aab2869639226035c999c282f31efba15648ea3.json index 8ef00d59dbd0..bd0365138488 100644 --- a/data/benchmark/4aab2869639226035c999c282f31efba15648ea3.json +++ b/data/benchmark/4aab2869639226035c999c282f31efba15648ea3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.13.0/asto-core-v1.13.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.15.3/asto-core-v1.15.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "artipie/asto" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4aab2869639226035c999c282f31efba15648ea3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4aab2869639226035c999c282f31efba15648ea3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/4b4c08d502d98d240855013ab76008f5e0243435.json b/data/benchmark/4b4c08d502d98d240855013ab76008f5e0243435.json index deb5c4931570..afbf24bf12c0 100644 --- a/data/benchmark/4b4c08d502d98d240855013ab76008f5e0243435.json +++ b/data/benchmark/4b4c08d502d98d240855013ab76008f5e0243435.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.15.1/flyway-core-9.15.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4b4c08d502d98d240855013ab76008f5e0243435-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4b4c08d502d98d240855013ab76008f5e0243435-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/4b9fdf1135b704e050cf785d6ea353d24f4c64bb.json b/data/benchmark/4b9fdf1135b704e050cf785d6ea353d24f4c64bb.json index 628546c88587..719c120405a4 100644 --- a/data/benchmark/4b9fdf1135b704e050cf785d6ea353d24f4c64bb.json +++ b/data/benchmark/4b9fdf1135b704e050cf785d6ea353d24f4c64bb.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/5.3.24/spring-web-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.1/spring-web-6.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4b9fdf1135b704e050cf785d6ea353d24f4c64bb-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4b9fdf1135b704e050cf785d6ea353d24f4c64bb-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4bba3fb6147e72946f64724fe55eee5d15ff6206.json b/data/benchmark/4bba3fb6147e72946f64724fe55eee5d15ff6206.json index a76b73d9c312..77dc73641d11 100644 --- a/data/benchmark/4bba3fb6147e72946f64724fe55eee5d15ff6206.json +++ b/data/benchmark/4bba3fb6147e72946f64724fe55eee5d15ff6206.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4bba3fb6147e72946f64724fe55eee5d15ff6206-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4bba3fb6147e72946f64724fe55eee5d15ff6206-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4bbf6c2f38c57568196164323ded8ba8aff9953d.json b/data/benchmark/4bbf6c2f38c57568196164323ded8ba8aff9953d.json index 4604c81f66fc..dc698a1fa23f 100644 --- a/data/benchmark/4bbf6c2f38c57568196164323ded8ba8aff9953d.json +++ b/data/benchmark/4bbf6c2f38c57568196164323ded8ba8aff9953d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4bbf6c2f38c57568196164323ded8ba8aff9953d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4bbf6c2f38c57568196164323ded8ba8aff9953d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/4c7b193ce573e31766da82268ffc9ba51412faa6.json b/data/benchmark/4c7b193ce573e31766da82268ffc9ba51412faa6.json index 89653060a356..63c3e90f9982 100644 --- a/data/benchmark/4c7b193ce573e31766da82268ffc9ba51412faa6.json +++ b/data/benchmark/4c7b193ce573e31766da82268ffc9ba51412faa6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/5.2.1/poi-ooxml-5.2.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4c7b193ce573e31766da82268ffc9ba51412faa6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4c7b193ce573e31766da82268ffc9ba51412faa6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4d3c6dbc0bd9ca66b24af0bafda70c7355c3daf7.json b/data/benchmark/4d3c6dbc0bd9ca66b24af0bafda70c7355c3daf7.json index f5d7702dfde9..eb6d30768089 100644 --- a/data/benchmark/4d3c6dbc0bd9ca66b24af0bafda70c7355c3daf7.json +++ b/data/benchmark/4d3c6dbc0bd9ca66b24af0bafda70c7355c3daf7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4d3c6dbc0bd9ca66b24af0bafda70c7355c3daf7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4d3c6dbc0bd9ca66b24af0bafda70c7355c3daf7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4d4a773e3498e14932bfaf82f957c2a3f5c2cfe3.json b/data/benchmark/4d4a773e3498e14932bfaf82f957c2a3f5c2cfe3.json index 6f11a58ad015..7896a9bb8d44 100644 --- a/data/benchmark/4d4a773e3498e14932bfaf82f957c2a3f5c2cfe3.json +++ b/data/benchmark/4d4a773e3498e14932bfaf82f957c2a3f5c2cfe3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/4.0.0/jaxb-impl-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4d4a773e3498e14932bfaf82f957c2a3f5c2cfe3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4d4a773e3498e14932bfaf82f957c2a3f5c2cfe3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4dd50c6cb5a3ad507f1252df7263080fbe9bc10d.json b/data/benchmark/4dd50c6cb5a3ad507f1252df7263080fbe9bc10d.json index 53459fbebf84..ee8e8ed3b27f 100644 --- a/data/benchmark/4dd50c6cb5a3ad507f1252df7263080fbe9bc10d.json +++ b/data/benchmark/4dd50c6cb5a3ad507f1252df7263080fbe9bc10d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.3/slf4j-api-2.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4dd50c6cb5a3ad507f1252df7263080fbe9bc10d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4dd50c6cb5a3ad507f1252df7263080fbe9bc10d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/4ea77102208edb25d3d7623a687538aba6f184e9.json b/data/benchmark/4ea77102208edb25d3d7623a687538aba6f184e9.json index 5f42d363be6c..0dab4c75de24 100644 --- a/data/benchmark/4ea77102208edb25d3d7623a687538aba6f184e9.json +++ b/data/benchmark/4ea77102208edb25d3d7623a687538aba6f184e9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4ea77102208edb25d3d7623a687538aba6f184e9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4ea77102208edb25d3d7623a687538aba6f184e9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/4ef12d5388d4d32000a9e598c2ae29a5842e80df.json b/data/benchmark/4ef12d5388d4d32000a9e598c2ae29a5842e80df.json index 56c23d3f8b17..0beb1c9eac9b 100644 --- a/data/benchmark/4ef12d5388d4d32000a9e598c2ae29a5842e80df.json +++ b/data/benchmark/4ef12d5388d4d32000a9e598c2ae29a5842e80df.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.0.3/junit-platform-surefire-provider-1.0.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.3.2/junit-platform-surefire-provider-1.3.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4ef12d5388d4d32000a9e598c2ae29a5842e80df-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4ef12d5388d4d32000a9e598c2ae29a5842e80df-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4ef9928eee8a3b357b15fd1c5b195800add63802.json b/data/benchmark/4ef9928eee8a3b357b15fd1c5b195800add63802.json index 6fa6ed433674..a0211857bdc0 100644 --- a/data/benchmark/4ef9928eee8a3b357b15fd1c5b195800add63802.json +++ b/data/benchmark/4ef9928eee8a3b357b15fd1c5b195800add63802.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4ef9928eee8a3b357b15fd1c5b195800add63802-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4ef9928eee8a3b357b15fd1c5b195800add63802-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/4fa4c3a1167054cc5ee192fbbed72e58de571d95.json b/data/benchmark/4fa4c3a1167054cc5ee192fbbed72e58de571d95.json index 8ae66a0c5770..4e625cdca8dd 100644 --- a/data/benchmark/4fa4c3a1167054cc5ee192fbbed72e58de571d95.json +++ b/data/benchmark/4fa4c3a1167054cc5ee192fbbed72e58de571d95.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.14.0/jackson-databind-2.14.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4fa4c3a1167054cc5ee192fbbed72e58de571d95-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4fa4c3a1167054cc5ee192fbbed72e58de571d95-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/500d9c021d34b307b1a70d3f29fb7f9b5ab9d1a6.json b/data/benchmark/500d9c021d34b307b1a70d3f29fb7f9b5ab9d1a6.json index b40eff703ada..669bc4915928 100644 --- a/data/benchmark/500d9c021d34b307b1a70d3f29fb7f9b5ab9d1a6.json +++ b/data/benchmark/500d9c021d34b307b1a70d3f29fb7f9b5ab9d1a6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/mvc/jakarta.mvc-api/1.1.0/jakarta.mvc-api-1.1.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/mvc/jakarta.mvc-api/2.0.1/jakarta.mvc-api-2.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:500d9c021d34b307b1a70d3f29fb7f9b5ab9d1a6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:500d9c021d34b307b1a70d3f29fb7f9b5ab9d1a6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/50829a2e5d572a679b39716c3a406f3853e50ce2.json b/data/benchmark/50829a2e5d572a679b39716c3a406f3853e50ce2.json index 5edf3411e2a9..7ae58e2a1b74 100644 --- a/data/benchmark/50829a2e5d572a679b39716c3a406f3853e50ce2.json +++ b/data/benchmark/50829a2e5d572a679b39716c3a406f3853e50ce2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:50829a2e5d572a679b39716c3a406f3853e50ce2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:50829a2e5d572a679b39716c3a406f3853e50ce2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/50be65a0234e63fe463ce8f2348a7dd8e34e2a72.json b/data/benchmark/50be65a0234e63fe463ce8f2348a7dd8e34e2a72.json index 5cf8cc7bc8bf..f0b677d0e388 100644 --- a/data/benchmark/50be65a0234e63fe463ce8f2348a7dd8e34e2a72.json +++ b/data/benchmark/50be65a0234e63fe463ce8f2348a7dd8e34e2a72.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:50be65a0234e63fe463ce8f2348a7dd8e34e2a72-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:50be65a0234e63fe463ce8f2348a7dd8e34e2a72-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/51d44eae1e61b1dc18d14fb140acbea1b73df111.json b/data/benchmark/51d44eae1e61b1dc18d14fb140acbea1b73df111.json index 5f6b69e2eb66..720f963750f3 100644 --- a/data/benchmark/51d44eae1e61b1dc18d14fb140acbea1b73df111.json +++ b/data/benchmark/51d44eae1e61b1dc18d14fb140acbea1b73df111.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.24.0/assertj-core-3.24.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "assertj/assertj-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:51d44eae1e61b1dc18d14fb140acbea1b73df111-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:51d44eae1e61b1dc18d14fb140acbea1b73df111-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/51e103fc80aec2526ab5dd3bcc2d4d5ce4177842.json b/data/benchmark/51e103fc80aec2526ab5dd3bcc2d4d5ce4177842.json index d57ab14dbb27..41ad27760edf 100644 --- a/data/benchmark/51e103fc80aec2526ab5dd3bcc2d4d5ce4177842.json +++ b/data/benchmark/51e103fc80aec2526ab5dd3bcc2d4d5ce4177842.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi-scratchpad/5.2.0/poi-scratchpad-5.2.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:51e103fc80aec2526ab5dd3bcc2d4d5ce4177842-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:51e103fc80aec2526ab5dd3bcc2d4d5ce4177842-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5275fc9ef87a6d411b719d78c681b81ac914798b.json b/data/benchmark/5275fc9ef87a6d411b719d78c681b81ac914798b.json index 43e6bad5dd74..e1a82965493d 100644 --- a/data/benchmark/5275fc9ef87a6d411b719d78c681b81ac914798b.json +++ b/data/benchmark/5275fc9ef87a6d411b719d78c681b81ac914798b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit4/3.0.0-M5/surefire-junit4-3.0.0-M5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit4/3.0.0-M6/surefire-junit4-3.0.0-M6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/maven-surefire" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5275fc9ef87a6d411b719d78c681b81ac914798b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5275fc9ef87a6d411b719d78c681b81ac914798b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5287fc631fa78e7f11d39983824cdd4215b9a03b.json b/data/benchmark/5287fc631fa78e7f11d39983824cdd4215b9a03b.json index 20696b36a9d0..efa1bfda2a26 100644 --- a/data/benchmark/5287fc631fa78e7f11d39983824cdd4215b9a03b.json +++ b/data/benchmark/5287fc631fa78e7f11d39983824cdd4215b9a03b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/8.1.11.v20130520/jetty-server-8.1.11.v20130520-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/11.0.14/jetty-server-11.0.14-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5287fc631fa78e7f11d39983824cdd4215b9a03b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5287fc631fa78e7f11d39983824cdd4215b9a03b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/52ba94ad488d562bce56eee92fb46c63fba6541b.json b/data/benchmark/52ba94ad488d562bce56eee92fb46c63fba6541b.json index 620c77bd17b6..2d179b23ec66 100644 --- a/data/benchmark/52ba94ad488d562bce56eee92fb46c63fba6541b.json +++ b/data/benchmark/52ba94ad488d562bce56eee92fb46c63fba6541b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:52ba94ad488d562bce56eee92fb46c63fba6541b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:52ba94ad488d562bce56eee92fb46c63fba6541b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/52c069901110c60553be85f5cc0e1381da26960c.json b/data/benchmark/52c069901110c60553be85f5cc0e1381da26960c.json index 4193ca7dc41a..9b20961433aa 100644 --- a/data/benchmark/52c069901110c60553be85f5cc0e1381da26960c.json +++ b/data/benchmark/52c069901110c60553be85f5cc0e1381da26960c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.1/logback-classic-1.4.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.3/logback-classic-1.4.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:52c069901110c60553be85f5cc0e1381da26960c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:52c069901110c60553be85f5cc0e1381da26960c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/5320d2638b01419a8bac95e0ee939523831a720a.json b/data/benchmark/5320d2638b01419a8bac95e0ee939523831a720a.json index 2fb62f8a62c9..a96b3dd4bf1f 100644 --- a/data/benchmark/5320d2638b01419a8bac95e0ee939523831a720a.json +++ b/data/benchmark/5320d2638b01419a8bac95e0ee939523831a720a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.4/spring-context-6.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5320d2638b01419a8bac95e0ee939523831a720a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5320d2638b01419a8bac95e0ee939523831a720a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/532ba2101316be180cc065ba70760fcb4a650056.json b/data/benchmark/532ba2101316be180cc065ba70760fcb4a650056.json index c197d72b52b3..427333ab6216 100644 --- a/data/benchmark/532ba2101316be180cc065ba70760fcb4a650056.json +++ b/data/benchmark/532ba2101316be180cc065ba70760fcb4a650056.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:532ba2101316be180cc065ba70760fcb4a650056-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:532ba2101316be180cc065ba70760fcb4a650056-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/533591407112b14f7ff2d46d515c599eb4674e95.json b/data/benchmark/533591407112b14f7ff2d46d515c599eb4674e95.json index ce437b633616..531e7ff7f430 100644 --- a/data/benchmark/533591407112b14f7ff2d46d515c599eb4674e95.json +++ b/data/benchmark/533591407112b14f7ff2d46d515c599eb4674e95.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.6/logback-classic-1.4.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:533591407112b14f7ff2d46d515c599eb4674e95-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:533591407112b14f7ff2d46d515c599eb4674e95-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/53f3dbca3fdadef153a5357a9804c1f823384309.json b/data/benchmark/53f3dbca3fdadef153a5357a9804c1f823384309.json index 2f65a3b7beaf..b1c3fdcd5dac 100644 --- a/data/benchmark/53f3dbca3fdadef153a5357a9804c1f823384309.json +++ b/data/benchmark/53f3dbca3fdadef153a5357a9804c1f823384309.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.8.3/maven-model-3.8.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:53f3dbca3fdadef153a5357a9804c1f823384309-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:53f3dbca3fdadef153a5357a9804c1f823384309-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5476e69fca14862d862805790b73574e1de58dd2.json b/data/benchmark/5476e69fca14862d862805790b73574e1de58dd2.json index b159c1f3bafc..64918379d004 100644 --- a/data/benchmark/5476e69fca14862d862805790b73574e1de58dd2.json +++ b/data/benchmark/5476e69fca14862d862805790b73574e1de58dd2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.10/antlr4-runtime-4.10-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5476e69fca14862d862805790b73574e1de58dd2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5476e69fca14862d862805790b73574e1de58dd2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/54857351e0b0a655970d7e2ccdb67f175cc5d688.json b/data/benchmark/54857351e0b0a655970d7e2ccdb67f175cc5d688.json index 575356ee7791..5245aa2ae55d 100644 --- a/data/benchmark/54857351e0b0a655970d7e2ccdb67f175cc5d688.json +++ b/data/benchmark/54857351e0b0a655970d7e2ccdb67f175cc5d688.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/net/lingala/zip4j/zip4j/2.10.0/zip4j-2.10.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:54857351e0b0a655970d7e2ccdb67f175cc5d688-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:54857351e0b0a655970d7e2ccdb67f175cc5d688-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/548f2efd47b36a4200b92ffa2995aacdc2cf621a.json b/data/benchmark/548f2efd47b36a4200b92ffa2995aacdc2cf621a.json index f99531424fe7..d5d4c866ae89 100644 --- a/data/benchmark/548f2efd47b36a4200b92ffa2995aacdc2cf621a.json +++ b/data/benchmark/548f2efd47b36a4200b92ffa2995aacdc2cf621a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:548f2efd47b36a4200b92ffa2995aacdc2cf621a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:548f2efd47b36a4200b92ffa2995aacdc2cf621a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/54abbbde6a1233e1523a9b5f811ea100efb5dead.json b/data/benchmark/54abbbde6a1233e1523a9b5f811ea100efb5dead.json index 7bd1660d179d..37869d37b8e7 100644 --- a/data/benchmark/54abbbde6a1233e1523a9b5f811ea100efb5dead.json +++ b/data/benchmark/54abbbde6a1233e1523a9b5f811ea100efb5dead.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/jcabi/jcabi-aspects/0.24.1/jcabi-aspects-0.24.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jcabi/jcabi-aspects" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:54abbbde6a1233e1523a9b5f811ea100efb5dead-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:54abbbde6a1233e1523a9b5f811ea100efb5dead-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/55931d4c3a2e17683deff5d4e8065a929866290b.json b/data/benchmark/55931d4c3a2e17683deff5d4e8065a929866290b.json index 9c110ecca18f..06fae2906595 100644 --- a/data/benchmark/55931d4c3a2e17683deff5d4e8065a929866290b.json +++ b/data/benchmark/55931d4c3a2e17683deff5d4e8065a929866290b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:55931d4c3a2e17683deff5d4e8065a929866290b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:55931d4c3a2e17683deff5d4e8065a929866290b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/55ce27e3d1dbff348810971e5d3127a9c1f01e17.json b/data/benchmark/55ce27e3d1dbff348810971e5d3127a9c1f01e17.json index 03f08ad1ee61..3691458f52cb 100644 --- a/data/benchmark/55ce27e3d1dbff348810971e5d3127a9c1f01e17.json +++ b/data/benchmark/55ce27e3d1dbff348810971e5d3127a9c1f01e17.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.18.1/assertj-core-3.18.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "assertj/assertj-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:55ce27e3d1dbff348810971e5d3127a9c1f01e17-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:55ce27e3d1dbff348810971e5d3127a9c1f01e17-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/56b1cde573f7b411a3a831bed30c624ddfdbdf3d.json b/data/benchmark/56b1cde573f7b411a3a831bed30c624ddfdbdf3d.json index 803faf3a05c3..1de487e80907 100644 --- a/data/benchmark/56b1cde573f7b411a3a831bed30c624ddfdbdf3d.json +++ b/data/benchmark/56b1cde573f7b411a3a831bed30c624ddfdbdf3d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/graalvm/js/js-scriptengine/22.0.0/js-scriptengine-22.0.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/graalvm/js/js-scriptengine/22.1.0/js-scriptengine-22.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "UPL-1.0", + "githubRepoSlug" : "oracle/graaljs" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:56b1cde573f7b411a3a831bed30c624ddfdbdf3d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:56b1cde573f7b411a3a831bed30c624ddfdbdf3d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/57062474434f91f25595516ae8b759a53073a40f.json b/data/benchmark/57062474434f91f25595516ae8b759a53073a40f.json index 89eb9e2b81df..0b9974f29a13 100644 --- a/data/benchmark/57062474434f91f25595516ae8b759a53073a40f.json +++ b/data/benchmark/57062474434f91f25595516ae8b759a53073a40f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/json/json/20090211/json-20090211-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/json/json/20230227/json-20230227-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:57062474434f91f25595516ae8b759a53073a40f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:57062474434f91f25595516ae8b759a53073a40f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/5743793a5d54e43d9acf27e46fdb3a257ee0196f.json b/data/benchmark/5743793a5d54e43d9acf27e46fdb3a257ee0196f.json index d7351c0f08a9..a1097c890e53 100644 --- a/data/benchmark/5743793a5d54e43d9acf27e46fdb3a257ee0196f.json +++ b/data/benchmark/5743793a5d54e43d9acf27e46fdb3a257ee0196f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/flogger/google-extensions/0.6/google-extensions-0.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/flogger/google-extensions/0.7.1/google-extensions-0.7.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "google/flogger" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5743793a5d54e43d9acf27e46fdb3a257ee0196f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5743793a5d54e43d9acf27e46fdb3a257ee0196f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5769bdad76925da568294cb8a40e7d4469699ac3.json b/data/benchmark/5769bdad76925da568294cb8a40e7d4469699ac3.json index addb5fde9a8b..ce6950b727e2 100644 --- a/data/benchmark/5769bdad76925da568294cb8a40e7d4469699ac3.json +++ b/data/benchmark/5769bdad76925da568294cb8a40e7d4469699ac3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/kohsuke/github-api/1.93/github-api-1.93-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/kohsuke/github-api/1.313/github-api-1.313-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "kohsuke/github-api" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5769bdad76925da568294cb8a40e7d4469699ac3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5769bdad76925da568294cb8a40e7d4469699ac3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/5836280b1a73c5b7fe17e3d7a369c025bcd84053.json b/data/benchmark/5836280b1a73c5b7fe17e3d7a369c025bcd84053.json index 64310f9152f7..b16d8c4ec1f6 100644 --- a/data/benchmark/5836280b1a73c5b7fe17e3d7a369c025bcd84053.json +++ b/data/benchmark/5836280b1a73c5b7fe17e3d7a369c025bcd84053.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5836280b1a73c5b7fe17e3d7a369c025bcd84053-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5836280b1a73c5b7fe17e3d7a369c025bcd84053-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/58d2448fa2d6ec02f428b85eaeef0855508e72b9.json b/data/benchmark/58d2448fa2d6ec02f428b85eaeef0855508e72b9.json index 2195041df1af..a700940e48e1 100644 --- a/data/benchmark/58d2448fa2d6ec02f428b85eaeef0855508e72b9.json +++ b/data/benchmark/58d2448fa2d6ec02f428b85eaeef0855508e72b9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.24/spring-webmvc-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/6.0.0/spring-webmvc-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:58d2448fa2d6ec02f428b85eaeef0855508e72b9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:58d2448fa2d6ec02f428b85eaeef0855508e72b9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/59849004763ffd66d14047d51908192ba0551a73.json b/data/benchmark/59849004763ffd66d14047d51908192ba0551a73.json index 0078cad86922..4b446132e571 100644 --- a/data/benchmark/59849004763ffd66d14047d51908192ba0551a73.json +++ b/data/benchmark/59849004763ffd66d14047d51908192ba0551a73.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.0/spring-context-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:59849004763ffd66d14047d51908192ba0551a73-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:59849004763ffd66d14047d51908192ba0551a73-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5a0d2c907276ea5b31ef08786d01ed18689f5d00.json b/data/benchmark/5a0d2c907276ea5b31ef08786d01ed18689f5d00.json index ab1361496b3d..cdc60bcef1a8 100644 --- a/data/benchmark/5a0d2c907276ea5b31ef08786d01ed18689f5d00.json +++ b/data/benchmark/5a0d2c907276ea5b31ef08786d01ed18689f5d00.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5a0d2c907276ea5b31ef08786d01ed18689f5d00-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5a0d2c907276ea5b31ef08786d01ed18689f5d00-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/5aa75fa04b54eb9157894e85aa0f6ea4bfdac677.json b/data/benchmark/5aa75fa04b54eb9157894e85aa0f6ea4bfdac677.json index da05f54a77cf..f807732c968e 100644 --- a/data/benchmark/5aa75fa04b54eb9157894e85aa0f6ea4bfdac677.json +++ b/data/benchmark/5aa75fa04b54eb9157894e85aa0f6ea4bfdac677.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5aa75fa04b54eb9157894e85aa0f6ea4bfdac677-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5aa75fa04b54eb9157894e85aa0f6ea4bfdac677-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/5adde4f1309a1078b39d013a30dc392c97ca7543.json b/data/benchmark/5adde4f1309a1078b39d013a30dc392c97ca7543.json index c062cbc77346..7ebdc0e50279 100644 --- a/data/benchmark/5adde4f1309a1078b39d013a30dc392c97ca7543.json +++ b/data/benchmark/5adde4f1309a1078b39d013a30dc392c97ca7543.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/sonarsource/sonarlint/core/sonarlint-core/9.1.0.74321/sonarlint-core-9.1.0.74321-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "LGPL-3.0", + "githubRepoSlug" : "sonarsource/sonarlint-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5adde4f1309a1078b39d013a30dc392c97ca7543-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5adde4f1309a1078b39d013a30dc392c97ca7543-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/5af571586428b0be7883a3a374ec95d0695a25e4.json b/data/benchmark/5af571586428b0be7883a3a374ec95d0695a25e4.json index 92f5a0fccd98..42a2f3cbdba2 100644 --- a/data/benchmark/5af571586428b0be7883a3a374ec95d0695a25e4.json +++ b/data/benchmark/5af571586428b0be7883a3a374ec95d0695a25e4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5af571586428b0be7883a3a374ec95d0695a25e4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5af571586428b0be7883a3a374ec95d0695a25e4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE" + "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5b7634ef016e7e65084fb0253e96bffa5810c0df.json b/data/benchmark/5b7634ef016e7e65084fb0253e96bffa5810c0df.json index 9b82f1067391..93e28d3ba0a2 100644 --- a/data/benchmark/5b7634ef016e7e65084fb0253e96bffa5810c0df.json +++ b/data/benchmark/5b7634ef016e7e65084fb0253e96bffa5810c0df.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5b7634ef016e7e65084fb0253e96bffa5810c0df-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5b7634ef016e7e65084fb0253e96bffa5810c0df-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5b90c67ef2d2ebb296534ea2ce8d8955cf6854c7.json b/data/benchmark/5b90c67ef2d2ebb296534ea2ce8d8955cf6854c7.json index 495025c010bf..96ed7f42c5ee 100644 --- a/data/benchmark/5b90c67ef2d2ebb296534ea2ce8d8955cf6854c7.json +++ b/data/benchmark/5b90c67ef2d2ebb296534ea2ce8d8955cf6854c7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.27/spring-core-5.3.27-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.10/spring-core-6.0.10-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5b90c67ef2d2ebb296534ea2ce8d8955cf6854c7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5b90c67ef2d2ebb296534ea2ce8d8955cf6854c7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/5c0e38ca9f22c2bfa5db05da30917e4be49c4644.json b/data/benchmark/5c0e38ca9f22c2bfa5db05da30917e4be49c4644.json index 464c31f11968..25fb4c8a421c 100644 --- a/data/benchmark/5c0e38ca9f22c2bfa5db05da30917e4be49c4644.json +++ b/data/benchmark/5c0e38ca9f22c2bfa5db05da30917e4be49c4644.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/5.3.24/spring-tx-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/6.0.8/spring-tx-6.0.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5c0e38ca9f22c2bfa5db05da30917e4be49c4644-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5c0e38ca9f22c2bfa5db05da30917e4be49c4644-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5cf5a482bd430d81257b4ecd85b3d4f7da911621.json b/data/benchmark/5cf5a482bd430d81257b4ecd85b3d4f7da911621.json index 1d65f141d097..e4d1cfe00804 100644 --- a/data/benchmark/5cf5a482bd430d81257b4ecd85b3d4f7da911621.json +++ b/data/benchmark/5cf5a482bd430d81257b4ecd85b3d4f7da911621.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/mvc/jakarta.mvc-api/1.1.0/jakarta.mvc-api-1.1.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/mvc/jakarta.mvc-api/2.0.1/jakarta.mvc-api-2.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5cf5a482bd430d81257b4ecd85b3d4f7da911621-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5cf5a482bd430d81257b4ecd85b3d4f7da911621-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/5d2262cc6f0c2e204919fd91338f2004891cb1be.json b/data/benchmark/5d2262cc6f0c2e204919fd91338f2004891cb1be.json index 7b613dece5ae..5bd6323c534d 100644 --- a/data/benchmark/5d2262cc6f0c2e204919fd91338f2004891cb1be.json +++ b/data/benchmark/5d2262cc6f0c2e204919fd91338f2004891cb1be.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5d2262cc6f0c2e204919fd91338f2004891cb1be-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5d2262cc6f0c2e204919fd91338f2004891cb1be-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5e61a76ca214c41d7e1c079e6a81c3ba9c26772e.json b/data/benchmark/5e61a76ca214c41d7e1c079e6a81c3ba9c26772e.json index 65c669ecd6f7..ea1bf1f9610e 100644 --- a/data/benchmark/5e61a76ca214c41d7e1c079e6a81c3ba9c26772e.json +++ b/data/benchmark/5e61a76ca214c41d7e1c079e6a81c3ba9c26772e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-translate/v2-rev20170525-1.32.1/google-api-services-translate-v2-rev20170525-1.32.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-translate/v2-rev20170525-2.0.0/google-api-services-translate-v2-rev20170525-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5e61a76ca214c41d7e1c079e6a81c3ba9c26772e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5e61a76ca214c41d7e1c079e6a81c3ba9c26772e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5e6846a50737c240be6fedb6626f0d32906d10ad.json b/data/benchmark/5e6846a50737c240be6fedb6626f0d32906d10ad.json index ade30eae6cae..a651f73051e4 100644 --- a/data/benchmark/5e6846a50737c240be6fedb6626f0d32906d10ad.json +++ b/data/benchmark/5e6846a50737c240be6fedb6626f0d32906d10ad.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/5.3.24/spring-tx-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/6.0.3/spring-tx-6.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5e6846a50737c240be6fedb6626f0d32906d10ad-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5e6846a50737c240be6fedb6626f0d32906d10ad-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5eb6dbe8e9c3dd1ba5e3f52c15608d28fc85e3a6.json b/data/benchmark/5eb6dbe8e9c3dd1ba5e3f52c15608d28fc85e3a6.json index 6187db317875..498aba816b7c 100644 --- a/data/benchmark/5eb6dbe8e9c3dd1ba5e3f52c15608d28fc85e3a6.json +++ b/data/benchmark/5eb6dbe8e9c3dd1ba5e3f52c15608d28fc85e3a6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.10.0/google-cloud-storage-2.10.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.11.0/google-cloud-storage-2.11.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5eb6dbe8e9c3dd1ba5e3f52c15608d28fc85e3a6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5eb6dbe8e9c3dd1ba5e3f52c15608d28fc85e3a6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5effea24fcd960f5659130912daf5e1d6319c9f4.json b/data/benchmark/5effea24fcd960f5659130912daf5e1d6319c9f4.json index f8cca023a3cb..b6e69658ad76 100644 --- a/data/benchmark/5effea24fcd960f5659130912daf5e1d6319c9f4.json +++ b/data/benchmark/5effea24fcd960f5659130912daf5e1d6319c9f4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.35.v20201120/jetty-server-9.4.35.v20201120-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.50.v20221201/jetty-server-9.4.50.v20221201-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5effea24fcd960f5659130912daf5e1d6319c9f4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5effea24fcd960f5659130912daf5e1d6319c9f4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5f09581fe834abe1430c0bb894d095071bd1d581.json b/data/benchmark/5f09581fe834abe1430c0bb894d095071bd1d581.json index 4ed2ee708e2e..8ee48f519089 100644 --- a/data/benchmark/5f09581fe834abe1430c0bb894d095071bd1d581.json +++ b/data/benchmark/5f09581fe834abe1430c0bb894d095071bd1d581.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.5/spring-context-6.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5f09581fe834abe1430c0bb894d095071bd1d581-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5f09581fe834abe1430c0bb894d095071bd1d581-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/5f8a3fa396d438157f595b07729f8d01e882c82e.json b/data/benchmark/5f8a3fa396d438157f595b07729f8d01e882c82e.json index c38acb808182..8962373c3bb2 100644 --- a/data/benchmark/5f8a3fa396d438157f595b07729f8d01e882c82e.json +++ b/data/benchmark/5f8a3fa396d438157f595b07729f8d01e882c82e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.2/slf4j-api-2.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5f8a3fa396d438157f595b07729f8d01e882c82e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5f8a3fa396d438157f595b07729f8d01e882c82e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/5fca04bd287baf1534baff8cc23cc3dc26dc680d.json b/data/benchmark/5fca04bd287baf1534baff8cc23cc3dc26dc680d.json index ea3d7703d20e..dabb9369dd95 100644 --- a/data/benchmark/5fca04bd287baf1534baff8cc23cc3dc26dc680d.json +++ b/data/benchmark/5fca04bd287baf1534baff8cc23cc3dc26dc680d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/http/v0.25/http-v0.25-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/http/v1.1.3/http-v1.1.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5fca04bd287baf1534baff8cc23cc3dc26dc680d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5fca04bd287baf1534baff8cc23cc3dc26dc680d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/5fcd0c3ad7727850c47602b17530dc355e5bd097.json b/data/benchmark/5fcd0c3ad7727850c47602b17530dc355e5bd097.json index e6eb249fbf1c..8f769947347c 100644 --- a/data/benchmark/5fcd0c3ad7727850c47602b17530dc355e5bd097.json +++ b/data/benchmark/5fcd0c3ad7727850c47602b17530dc355e5bd097.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/pitest/pitest-entry/1.9.11/pitest-entry-1.9.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/pitest/pitest-entry/1.10.0/pitest-entry-1.10.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "hcoles/pitest" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5fcd0c3ad7727850c47602b17530dc355e5bd097-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5fcd0c3ad7727850c47602b17530dc355e5bd097-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/60c05d7f413430e47f624cc3c7b13c97466c6bb3.json b/data/benchmark/60c05d7f413430e47f624cc3c7b13c97466c6bb3.json index 12ddcee61df8..b643b8926a9e 100644 --- a/data/benchmark/60c05d7f413430e47f624cc3c7b13c97466c6bb3.json +++ b/data/benchmark/60c05d7f413430e47f624cc3c7b13c97466c6bb3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "junit-team/junit5" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:60c05d7f413430e47f624cc3c7b13c97466c6bb3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:60c05d7f413430e47f624cc3c7b13c97466c6bb3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/60d8c1a25e2d7fc688f1b2306be5675f089b74e9.json b/data/benchmark/60d8c1a25e2d7fc688f1b2306be5675f089b74e9.json index 5dbe3a6a0342..be0fd9f34f55 100644 --- a/data/benchmark/60d8c1a25e2d7fc688f1b2306be5675f089b74e9.json +++ b/data/benchmark/60d8c1a25e2d7fc688f1b2306be5675f089b74e9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.2/slf4j-api-2.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:60d8c1a25e2d7fc688f1b2306be5675f089b74e9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:60d8c1a25e2d7fc688f1b2306be5675f089b74e9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/61e96bfe3a32d6ef2e5d7912a518c78bd5474e74.json b/data/benchmark/61e96bfe3a32d6ef2e5d7912a518c78bd5474e74.json index d2de9b094238..2f723148a7ac 100644 --- a/data/benchmark/61e96bfe3a32d6ef2e5d7912a518c78bd5474e74.json +++ b/data/benchmark/61e96bfe3a32d6ef2e5d7912a518c78bd5474e74.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.1.11/logback-core-1.1.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.2.9/logback-core-1.2.9-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:61e96bfe3a32d6ef2e5d7912a518c78bd5474e74-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:61e96bfe3a32d6ef2e5d7912a518c78bd5474e74-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/626631e833256a62137c1e5c35c5c5821ca700d5.json b/data/benchmark/626631e833256a62137c1e5c35c5c5821ca700d5.json index ea0fe86d78a4..afd4b4339b58 100644 --- a/data/benchmark/626631e833256a62137c1e5c35c5c5821ca700d5.json +++ b/data/benchmark/626631e833256a62137c1e5c35c5c5821ca700d5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.16.6/jooq-meta-3.16.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.17.4/jooq-meta-3.17.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jOOQ/jOOQ" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:626631e833256a62137c1e5c35c5c5821ca700d5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:626631e833256a62137c1e5c35c5c5821ca700d5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/64b8a013098fc450e0e6ef0f38d1acd8cfbb99c1.json b/data/benchmark/64b8a013098fc450e0e6ef0f38d1acd8cfbb99c1.json index 099cd3ec3477..031b060412c4 100644 --- a/data/benchmark/64b8a013098fc450e0e6ef0f38d1acd8cfbb99c1.json +++ b/data/benchmark/64b8a013098fc450e0e6ef0f38d1acd8cfbb99c1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.10.0/google-auth-library-oauth2-http-1.10.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.11.0/google-auth-library-oauth2-http-1.11.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:64b8a013098fc450e0e6ef0f38d1acd8cfbb99c1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:64b8a013098fc450e0e6ef0f38d1acd8cfbb99c1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/benchmark/65200df71d5f6ab1c5502f74a5dc7bcbda459563.json b/data/benchmark/65200df71d5f6ab1c5502f74a5dc7bcbda459563.json index 7e74628e4470..d33cde26dc39 100644 --- a/data/benchmark/65200df71d5f6ab1c5502f74a5dc7bcbda459563.json +++ b/data/benchmark/65200df71d5f6ab1c5502f74a5dc7bcbda459563.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/sonarsource/sonarlint/core/sonarlint-core/8.19.0.72745/sonarlint-core-8.19.0.72745-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "LGPL-3.0", + "githubRepoSlug" : "sonarsource/sonarlint-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:65200df71d5f6ab1c5502f74a5dc7bcbda459563-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:65200df71d5f6ab1c5502f74a5dc7bcbda459563-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/65b5a75419981118d5a65e295abfd2069dfce0b0.json b/data/benchmark/65b5a75419981118d5a65e295abfd2069dfce0b0.json index afa3acec8883..76eba366c73d 100644 --- a/data/benchmark/65b5a75419981118d5a65e295abfd2069dfce0b0.json +++ b/data/benchmark/65b5a75419981118d5a65e295abfd2069dfce0b0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi/4.1.2/poi-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi/5.2.2/poi-5.2.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:65b5a75419981118d5a65e295abfd2069dfce0b0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:65b5a75419981118d5a65e295abfd2069dfce0b0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/65d7e266291e48fd6d2c62caaa63775c74c5d472.json b/data/benchmark/65d7e266291e48fd6d2c62caaa63775c74c5d472.json index cfe997ecdd9f..53015a972b0f 100644 --- a/data/benchmark/65d7e266291e48fd6d2c62caaa63775c74c5d472.json +++ b/data/benchmark/65d7e266291e48fd6d2c62caaa63775c74c5d472.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.16.0/log4j-api-2.16.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:65d7e266291e48fd6d2c62caaa63775c74c5d472-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:65d7e266291e48fd6d2c62caaa63775c74c5d472-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/6661429a5a0e998cf17daa45d8c026bdfaf9bc3f.json b/data/benchmark/6661429a5a0e998cf17daa45d8c026bdfaf9bc3f.json index e82761c54d16..38a880bb2919 100644 --- a/data/benchmark/6661429a5a0e998cf17daa45d8c026bdfaf9bc3f.json +++ b/data/benchmark/6661429a5a0e998cf17daa45d8c026bdfaf9bc3f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6661429a5a0e998cf17daa45d8c026bdfaf9bc3f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6661429a5a0e998cf17daa45d8c026bdfaf9bc3f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/67cb9570f6b1d90e2653ab5efd137af3edebc9b5.json b/data/benchmark/67cb9570f6b1d90e2653ab5efd137af3edebc9b5.json index e47986a7244b..9b31d11617dc 100644 --- a/data/benchmark/67cb9570f6b1d90e2653ab5efd137af3edebc9b5.json +++ b/data/benchmark/67cb9570f6b1d90e2653ab5efd137af3edebc9b5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.24/spring-webmvc-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/6.0.6/spring-webmvc-6.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:67cb9570f6b1d90e2653ab5efd137af3edebc9b5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:67cb9570f6b1d90e2653ab5efd137af3edebc9b5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/686ea4e18114ac180e35ca1c07e1f2e6dfbffbe0.json b/data/benchmark/686ea4e18114ac180e35ca1c07e1f2e6dfbffbe0.json index 11a59869abfe..5b5e4388a926 100644 --- a/data/benchmark/686ea4e18114ac180e35ca1c07e1f2e6dfbffbe0.json +++ b/data/benchmark/686ea4e18114ac180e35ca1c07e1f2e6dfbffbe0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/io/dropwizard/dropwizard-core/2.1.5/dropwizard-core-2.1.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/io/dropwizard/dropwizard-core/4.0.0/dropwizard-core-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:686ea4e18114ac180e35ca1c07e1f2e6dfbffbe0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:686ea4e18114ac180e35ca1c07e1f2e6dfbffbe0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/6a96a3c8ab6523e9876ee49fdac32b494cdca4b3.json b/data/benchmark/6a96a3c8ab6523e9876ee49fdac32b494cdca4b3.json index b9564e67b10b..8439d0a928c0 100644 --- a/data/benchmark/6a96a3c8ab6523e9876ee49fdac32b494cdca4b3.json +++ b/data/benchmark/6a96a3c8ab6523e9876ee49fdac32b494cdca4b3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6a96a3c8ab6523e9876ee49fdac32b494cdca4b3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6a96a3c8ab6523e9876ee49fdac32b494cdca4b3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/6ac25d3a60ea29a41a37ad47b7feb2908ee84fff.json b/data/benchmark/6ac25d3a60ea29a41a37ad47b7feb2908ee84fff.json index 16f6896ada9b..ffed626af3fb 100644 --- a/data/benchmark/6ac25d3a60ea29a41a37ad47b7feb2908ee84fff.json +++ b/data/benchmark/6ac25d3a60ea29a41a37ad47b7feb2908ee84fff.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6ac25d3a60ea29a41a37ad47b7feb2908ee84fff-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6ac25d3a60ea29a41a37ad47b7feb2908ee84fff-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/6ad104c4fb9263ad1bb29e6b33618b8225efd92d.json b/data/benchmark/6ad104c4fb9263ad1bb29e6b33618b8225efd92d.json index 9c6452a53374..9991948af481 100644 --- a/data/benchmark/6ad104c4fb9263ad1bb29e6b33618b8225efd92d.json +++ b/data/benchmark/6ad104c4fb9263ad1bb29e6b33618b8225efd92d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.51/bcprov-jdk15on-1.51-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.67/bcprov-jdk15on-1.67-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "bcgit/bc-java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6ad104c4fb9263ad1bb29e6b33618b8225efd92d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6ad104c4fb9263ad1bb29e6b33618b8225efd92d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/6b2f30ebeacbc54b3b86971b2f2513c7ba9cf872.json b/data/benchmark/6b2f30ebeacbc54b3b86971b2f2513c7ba9cf872.json index 80bcae1b6383..c25682f9bf86 100644 --- a/data/benchmark/6b2f30ebeacbc54b3b86971b2f2513c7ba9cf872.json +++ b/data/benchmark/6b2f30ebeacbc54b3b86971b2f2513c7ba9cf872.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/6.2.4.Final/hibernate-validator-6.2.4.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6b2f30ebeacbc54b3b86971b2f2513c7ba9cf872-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6b2f30ebeacbc54b3b86971b2f2513c7ba9cf872-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/6c53cd904bd66fc79af8687571e607c259226b81.json b/data/benchmark/6c53cd904bd66fc79af8687571e607c259226b81.json index 5476b1a2a466..3bacd8c53f89 100644 --- a/data/benchmark/6c53cd904bd66fc79af8687571e607c259226b81.json +++ b/data/benchmark/6c53cd904bd66fc79af8687571e607c259226b81.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/struts/struts2-core/2.3.37/struts2-core-2.3.37-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/struts/struts2-core/2.5.26/struts2-core-2.5.26-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/struts" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6c53cd904bd66fc79af8687571e607c259226b81-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6c53cd904bd66fc79af8687571e607c259226b81-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/6c9a2ecf3bac1e0c7675e03b2828a71450d8ed45.json b/data/benchmark/6c9a2ecf3bac1e0c7675e03b2828a71450d8ed45.json index 48118f273e6d..da2497ae8959 100644 --- a/data/benchmark/6c9a2ecf3bac1e0c7675e03b2828a71450d8ed45.json +++ b/data/benchmark/6c9a2ecf3bac1e0c7675e03b2828a71450d8ed45.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/mapstruct/mapstruct-processor/1.4.2.Final/mapstruct-processor-1.4.2.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/mapstruct/mapstruct-processor/1.5.0.Final/mapstruct-processor-1.5.0.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "mapstruct/mapstruct" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6c9a2ecf3bac1e0c7675e03b2828a71450d8ed45-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6c9a2ecf3bac1e0c7675e03b2828a71450d8ed45-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/6cb50e747a317a2e3159c921e50847b197bca3cd.json b/data/benchmark/6cb50e747a317a2e3159c921e50847b197bca3cd.json index 7ff075fecb65..501517782fd9 100644 --- a/data/benchmark/6cb50e747a317a2e3159c921e50847b197bca3cd.json +++ b/data/benchmark/6cb50e747a317a2e3159c921e50847b197bca3cd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4/jackson-databind-2.13.4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4.1/jackson-databind-2.13.4.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6cb50e747a317a2e3159c921e50847b197bca3cd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6cb50e747a317a2e3159c921e50847b197bca3cd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/6d3f6d5a9dbce8a1fea9b955e522a010f6995fbc.json b/data/benchmark/6d3f6d5a9dbce8a1fea9b955e522a010f6995fbc.json index 6d45783187b5..75b5a77b5f9e 100644 --- a/data/benchmark/6d3f6d5a9dbce8a1fea9b955e522a010f6995fbc.json +++ b/data/benchmark/6d3f6d5a9dbce8a1fea9b955e522a010f6995fbc.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/5.3.24/spring-tx-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/6.0.1/spring-tx-6.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6d3f6d5a9dbce8a1fea9b955e522a010f6995fbc-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6d3f6d5a9dbce8a1fea9b955e522a010f6995fbc-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/6d68d927b01ceb567f1067a91afbc97b4c5a66ce.json b/data/benchmark/6d68d927b01ceb567f1067a91afbc97b4c5a66ce.json index a6c4cb1b3c40..02a305218aae 100644 --- a/data/benchmark/6d68d927b01ceb567f1067a91afbc97b4c5a66ce.json +++ b/data/benchmark/6d68d927b01ceb567f1067a91afbc97b4c5a66ce.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6d68d927b01ceb567f1067a91afbc97b4c5a66ce-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6d68d927b01ceb567f1067a91afbc97b4c5a66ce-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/6e9e6cdda5c5637ce66ba16b8ccfcd5ffce8141d.json b/data/benchmark/6e9e6cdda5c5637ce66ba16b8ccfcd5ffce8141d.json index c8f311933c92..37b7e28ab34b 100644 --- a/data/benchmark/6e9e6cdda5c5637ce66ba16b8ccfcd5ffce8141d.json +++ b/data/benchmark/6e9e6cdda5c5637ce66ba16b8ccfcd5ffce8141d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-stream/3.0.7.RELEASE/spring-cloud-stream-3.0.7.RELEASE-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/cloud/spring-cloud-stream/4.0.2/spring-cloud-stream-4.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-cloud/spring-cloud-stream" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6e9e6cdda5c5637ce66ba16b8ccfcd5ffce8141d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6e9e6cdda5c5637ce66ba16b8ccfcd5ffce8141d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/6ee4bf66c141d1f756b6ccd793a64fb499ab46c8.json b/data/benchmark/6ee4bf66c141d1f756b6ccd793a64fb499ab46c8.json index 9f7cf0ee0d16..26d4044bee95 100644 --- a/data/benchmark/6ee4bf66c141d1f756b6ccd793a64fb499ab46c8.json +++ b/data/benchmark/6ee4bf66c141d1f756b6ccd793a64fb499ab46c8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/6.1.7.Final/hibernate-validator-6.1.7.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/7.0.3.Final/hibernate-validator-7.0.3.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6ee4bf66c141d1f756b6ccd793a64fb499ab46c8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6ee4bf66c141d1f756b6ccd793a64fb499ab46c8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/700fd2428406fdaa4aacf00feab0cbbe634d70c2.json b/data/benchmark/700fd2428406fdaa4aacf00feab0cbbe634d70c2.json index 6c6e2865fca3..e244d1560b3e 100644 --- a/data/benchmark/700fd2428406fdaa4aacf00feab0cbbe634d70c2.json +++ b/data/benchmark/700fd2428406fdaa4aacf00feab0cbbe634d70c2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.35.v20201120/jetty-server-9.4.35.v20201120-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.47.v20220610/jetty-server-9.4.47.v20220610-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:700fd2428406fdaa4aacf00feab0cbbe634d70c2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:700fd2428406fdaa4aacf00feab0cbbe634d70c2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/70e13f6bdb7de7f8eda9f174a5616284f2157ea7.json b/data/benchmark/70e13f6bdb7de7f8eda9f174a5616284f2157ea7.json index afb036bec80f..b73703a07d8d 100644 --- a/data/benchmark/70e13f6bdb7de7f8eda9f174a5616284f2157ea7.json +++ b/data/benchmark/70e13f6bdb7de7f8eda9f174a5616284f2157ea7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.19/spring-core-5.3.19-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.2/spring-core-6.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:70e13f6bdb7de7f8eda9f174a5616284f2157ea7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:70e13f6bdb7de7f8eda9f174a5616284f2157ea7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/7192699a7a0b1d4e4d1981a7ea68bf91387bb229.json b/data/benchmark/7192699a7a0b1d4e4d1981a7ea68bf91387bb229.json index b18e0151bc8a..ca76f2d84d69 100644 --- a/data/benchmark/7192699a7a0b1d4e4d1981a7ea68bf91387bb229.json +++ b/data/benchmark/7192699a7a0b1d4e4d1981a7ea68bf91387bb229.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7192699a7a0b1d4e4d1981a7ea68bf91387bb229-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7192699a7a0b1d4e4d1981a7ea68bf91387bb229-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/71f0631e9cee4ea1f5829f6e127f474e9095fda5.json b/data/benchmark/71f0631e9cee4ea1f5829f6e127f474e9095fda5.json index 08b0e714a139..3fc6b3a1a8c7 100644 --- a/data/benchmark/71f0631e9cee4ea1f5829f6e127f474e9095fda5.json +++ b/data/benchmark/71f0631e9cee4ea1f5829f6e127f474e9095fda5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:71f0631e9cee4ea1f5829f6e127f474e9095fda5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:71f0631e9cee4ea1f5829f6e127f474e9095fda5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/72bb17e6e5f31139e268355362afabdb36c9714f.json b/data/benchmark/72bb17e6e5f31139e268355362afabdb36c9714f.json index 6ea6c7c8a314..5210e4f96201 100644 --- a/data/benchmark/72bb17e6e5f31139e268355362afabdb36c9714f.json +++ b/data/benchmark/72bb17e6e5f31139e268355362afabdb36c9714f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/4.0.1/jaxb-impl-4.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:72bb17e6e5f31139e268355362afabdb36c9714f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:72bb17e6e5f31139e268355362afabdb36c9714f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/72c6b8dd53be12cc675d6c49ca55b18c27e94f1a.json b/data/benchmark/72c6b8dd53be12cc675d6c49ca55b18c27e94f1a.json index dcd53c1f8804..8b4e9b603784 100644 --- a/data/benchmark/72c6b8dd53be12cc675d6c49ca55b18c27e94f1a.json +++ b/data/benchmark/72c6b8dd53be12cc675d6c49ca55b18c27e94f1a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto/v1.9.0/asto-v1.9.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto/v1.10.0/asto-v1.10.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:72c6b8dd53be12cc675d6c49ca55b18c27e94f1a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:72c6b8dd53be12cc675d6c49ca55b18c27e94f1a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "WERROR_FAILURE" + "failureCategory" : "WERROR_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/72ff6be0c4702d86ad2435292f034948ec896cc2.json b/data/benchmark/72ff6be0c4702d86ad2435292f034948ec896cc2.json index b875020775fb..1a7b8ffe38dc 100644 --- a/data/benchmark/72ff6be0c4702d86ad2435292f034948ec896cc2.json +++ b/data/benchmark/72ff6be0c4702d86ad2435292f034948ec896cc2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-bom" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:72ff6be0c4702d86ad2435292f034948ec896cc2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:72ff6be0c4702d86ad2435292f034948ec896cc2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/732226b0d9e52a355dc50143faeba6a84bb2aedc.json b/data/benchmark/732226b0d9e52a355dc50143faeba6a84bb2aedc.json index 8fe9b9d36b0d..ceaf2074c0ee 100644 --- a/data/benchmark/732226b0d9e52a355dc50143faeba6a84bb2aedc.json +++ b/data/benchmark/732226b0d9e52a355dc50143faeba6a84bb2aedc.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:732226b0d9e52a355dc50143faeba6a84bb2aedc-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:732226b0d9e52a355dc50143faeba6a84bb2aedc-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/735c2ce3d22b03d5781de4584a6b5f5dff8f9a05.json b/data/benchmark/735c2ce3d22b03d5781de4584a6b5f5dff8f9a05.json index 693320b872b2..a9f18c44f932 100644 --- a/data/benchmark/735c2ce3d22b03d5781de4584a6b5f5dff8f9a05.json +++ b/data/benchmark/735c2ce3d22b03d5781de4584a6b5f5dff8f9a05.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.16.0/google-cloud-storage-2.16.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.17.0/google-cloud-storage-2.17.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:735c2ce3d22b03d5781de4584a6b5f5dff8f9a05-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:735c2ce3d22b03d5781de4584a6b5f5dff8f9a05-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/741f3b5e20a91b0e9305ae79261e3c5e64971c98.json b/data/benchmark/741f3b5e20a91b0e9305ae79261e3c5e64971c98.json index fe100f0b9838..482021fe94c6 100644 --- a/data/benchmark/741f3b5e20a91b0e9305ae79261e3c5e64971c98.json +++ b/data/benchmark/741f3b5e20a91b0e9305ae79261e3c5e64971c98.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.5/jackson-databind-2.9.10.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4.1/jackson-databind-2.13.4.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:741f3b5e20a91b0e9305ae79261e3c5e64971c98-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:741f3b5e20a91b0e9305ae79261e3c5e64971c98-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/746846c51abe7965b025db5f7cd5b4a16fa6e535.json b/data/benchmark/746846c51abe7965b025db5f7cd5b4a16fa6e535.json index 609b4c0aa541..fc4f9bc8bf9c 100644 --- a/data/benchmark/746846c51abe7965b025db5f7cd5b4a16fa6e535.json +++ b/data/benchmark/746846c51abe7965b025db5f7cd5b4a16fa6e535.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit47/3.0.0-M5/surefire-junit47-3.0.0-M5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit47/3.0.0-M6/surefire-junit47-3.0.0-M6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/maven-surefire" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:746846c51abe7965b025db5f7cd5b4a16fa6e535-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:746846c51abe7965b025db5f7cd5b4a16fa6e535-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/759b010d87ad45c7aa6a4835890e666cfcaaec0e.json b/data/benchmark/759b010d87ad45c7aa6a4835890e666cfcaaec0e.json index 25c82ebcc8f0..b354b2b63fc1 100644 --- a/data/benchmark/759b010d87ad45c7aa6a4835890e666cfcaaec0e.json +++ b/data/benchmark/759b010d87ad45c7aa6a4835890e666cfcaaec0e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:759b010d87ad45c7aa6a4835890e666cfcaaec0e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:759b010d87ad45c7aa6a4835890e666cfcaaec0e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/763d17f9291f3435b02d55a521ee204fbe3d0c7a.json b/data/benchmark/763d17f9291f3435b02d55a521ee204fbe3d0c7a.json index 53d7afa0524d..dd25060a71bc 100644 --- a/data/benchmark/763d17f9291f3435b02d55a521ee204fbe3d0c7a.json +++ b/data/benchmark/763d17f9291f3435b02d55a521ee204fbe3d0c7a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:763d17f9291f3435b02d55a521ee204fbe3d0c7a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:763d17f9291f3435b02d55a521ee204fbe3d0c7a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/770174eb3091f7a6cf44cc533db18246d7d8e241.json b/data/benchmark/770174eb3091f7a6cf44cc533db18246d7d8e241.json index 066de3518cca..cd16dcab4cc7 100644 --- a/data/benchmark/770174eb3091f7a6cf44cc533db18246d7d8e241.json +++ b/data/benchmark/770174eb3091f7a6cf44cc533db18246d7d8e241.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.1.2-4/dropwizard-sentry-2.1.2-4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/4.0.1-2/dropwizard-sentry-4.0.1-2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:770174eb3091f7a6cf44cc533db18246d7d8e241-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:770174eb3091f7a6cf44cc533db18246d7d8e241-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/7731ee05ffba63b17fe0534702ccb56f286ffe7d.json b/data/benchmark/7731ee05ffba63b17fe0534702ccb56f286ffe7d.json index 5f562837b112..b62141ac4116 100644 --- a/data/benchmark/7731ee05ffba63b17fe0534702ccb56f286ffe7d.json +++ b/data/benchmark/7731ee05ffba63b17fe0534702ccb56f286ffe7d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.11.0/google-auth-library-oauth2-http-1.11.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.12.0/google-auth-library-oauth2-http-1.12.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7731ee05ffba63b17fe0534702ccb56f286ffe7d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7731ee05ffba63b17fe0534702ccb56f286ffe7d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/benchmark/78252d13ff355a0205fff6fb7c19791412bc6478.json b/data/benchmark/78252d13ff355a0205fff6fb7c19791412bc6478.json index eaf30e6c1968..35dca6f77cf8 100644 --- a/data/benchmark/78252d13ff355a0205fff6fb7c19791412bc6478.json +++ b/data/benchmark/78252d13ff355a0205fff6fb7c19791412bc6478.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/api/grpc/grpc-google-cloud-pubsublite-v1/1.11.1/grpc-google-cloud-pubsublite-v1-1.11.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/api/grpc/grpc-google-cloud-pubsublite-v1/1.12.8/grpc-google-cloud-pubsublite-v1-1.12.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "googleapis/java-pubsublite" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:78252d13ff355a0205fff6fb7c19791412bc6478-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:78252d13ff355a0205fff6fb7c19791412bc6478-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/78445745997d3ebe5d1e35d9762d95af875c85ec.json b/data/benchmark/78445745997d3ebe5d1e35d9762d95af875c85ec.json index 39d3bad0d66a..da8126e9850e 100644 --- a/data/benchmark/78445745997d3ebe5d1e35d9762d95af875c85ec.json +++ b/data/benchmark/78445745997d3ebe5d1e35d9762d95af875c85ec.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:78445745997d3ebe5d1e35d9762d95af875c85ec-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:78445745997d3ebe5d1e35d9762d95af875c85ec-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/79759978f25c94d97f340c80ef0e77c3ee6f8cfc.json b/data/benchmark/79759978f25c94d97f340c80ef0e77c3ee6f8cfc.json index 3fd1e550d66d..4b45e48ff926 100644 --- a/data/benchmark/79759978f25c94d97f340c80ef0e77c3ee6f8cfc.json +++ b/data/benchmark/79759978f25c94d97f340c80ef0e77c3ee6f8cfc.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.6/spring-core-6.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:79759978f25c94d97f340c80ef0e77c3ee6f8cfc-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:79759978f25c94d97f340c80ef0e77c3ee6f8cfc-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/7c62ae7f31ed9c994a9c1e6906fb9de391c1af5b.json b/data/benchmark/7c62ae7f31ed9c994a9c1e6906fb9de391c1af5b.json index 7ef37960e8a7..4e6b94bc8788 100644 --- a/data/benchmark/7c62ae7f31ed9c994a9c1e6906fb9de391c1af5b.json +++ b/data/benchmark/7c62ae7f31ed9c994a9c1e6906fb9de391c1af5b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hibernate/hibernate-core/4.0.1.Final/hibernate-core-4.0.1.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hibernate/hibernate-core/5.4.24.Final/hibernate-core-5.4.24.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7c62ae7f31ed9c994a9c1e6906fb9de391c1af5b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7c62ae7f31ed9c994a9c1e6906fb9de391c1af5b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/7c90c61e90e9936d8a7e355de8900214c759cb61.json b/data/benchmark/7c90c61e90e9936d8a7e355de8900214c759cb61.json index 94cbf1d2eebb..a5ab77081396 100644 --- a/data/benchmark/7c90c61e90e9936d8a7e355de8900214c759cb61.json +++ b/data/benchmark/7c90c61e90e9936d8a7e355de8900214c759cb61.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7c90c61e90e9936d8a7e355de8900214c759cb61-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7c90c61e90e9936d8a7e355de8900214c759cb61-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/7cda77e3b9981dba271f866ec727ad9c6af9c709.json b/data/benchmark/7cda77e3b9981dba271f866ec727ad9c6af9c709.json index 4fd09418a5a9..a77e8c6659e4 100644 --- a/data/benchmark/7cda77e3b9981dba271f866ec727ad9c6af9c709.json +++ b/data/benchmark/7cda77e3b9981dba271f866ec727ad9c6af9c709.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/3.0.0/spring-boot-starter-3.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7cda77e3b9981dba271f866ec727ad9c6af9c709-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7cda77e3b9981dba271f866ec727ad9c6af9c709-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/7d0e38fa9d6a9f96afdc0143fa44b4145e3555d8.json b/data/benchmark/7d0e38fa9d6a9f96afdc0143fa44b4145e3555d8.json index aa23508feeb6..97840dfad49b 100644 --- a/data/benchmark/7d0e38fa9d6a9f96afdc0143fa44b4145e3555d8.json +++ b/data/benchmark/7d0e38fa9d6a9f96afdc0143fa44b4145e3555d8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-dns/v1-rev20220804-2.0.0/google-api-services-dns-v1-rev20220804-2.0.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-dns/v2-rev20220505-1.32.1/google-api-services-dns-v2-rev20220505-1.32.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7d0e38fa9d6a9f96afdc0143fa44b4145e3555d8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7d0e38fa9d6a9f96afdc0143fa44b4145e3555d8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/7d1985cccacafa64e9eaa7fd5fe5c7154e994456.json b/data/benchmark/7d1985cccacafa64e9eaa7fd5fe5c7154e994456.json index 18e89a52eb0d..c8d0a78b0dd0 100644 --- a/data/benchmark/7d1985cccacafa64e9eaa7fd5fe5c7154e994456.json +++ b/data/benchmark/7d1985cccacafa64e9eaa7fd5fe5c7154e994456.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.8/spring-context-6.0.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7d1985cccacafa64e9eaa7fd5fe5c7154e994456-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7d1985cccacafa64e9eaa7fd5fe5c7154e994456-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/7d3fde0b944f5799c5cd81f8c551dbc456ec7474.json b/data/benchmark/7d3fde0b944f5799c5cd81f8c551dbc456ec7474.json index e5a43c1f07e0..e112d2c96a3e 100644 --- a/data/benchmark/7d3fde0b944f5799c5cd81f8c551dbc456ec7474.json +++ b/data/benchmark/7d3fde0b944f5799c5cd81f8c551dbc456ec7474.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/5.0.0/poi-ooxml-5.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7d3fde0b944f5799c5cd81f8c551dbc456ec7474-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7d3fde0b944f5799c5cd81f8c551dbc456ec7474-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/7d97e1c7331f6722eb1d8192bf0a2686f5a33798.json b/data/benchmark/7d97e1c7331f6722eb1d8192bf0a2686f5a33798.json index b2d907ce20a0..9eed42a528ae 100644 --- a/data/benchmark/7d97e1c7331f6722eb1d8192bf0a2686f5a33798.json +++ b/data/benchmark/7d97e1c7331f6722eb1d8192bf0a2686f5a33798.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/jcabi/jcabi-aspects/0.24.1/jcabi-aspects-0.24.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jcabi/jcabi-aspects" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7d97e1c7331f6722eb1d8192bf0a2686f5a33798-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7d97e1c7331f6722eb1d8192bf0a2686f5a33798-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/7e8c62e2bb21097e563747184636cf8e8934ce98.json b/data/benchmark/7e8c62e2bb21097e563747184636cf8e8934ce98.json index 85e72eb8da8b..d85c4ba6b889 100644 --- a/data/benchmark/7e8c62e2bb21097e563747184636cf8e8934ce98.json +++ b/data/benchmark/7e8c62e2bb21097e563747184636cf8e8934ce98.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7e8c62e2bb21097e563747184636cf8e8934ce98-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7e8c62e2bb21097e563747184636cf8e8934ce98-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/7f7de81d28b68b091bef2e6f6ffd1836167be6ea.json b/data/benchmark/7f7de81d28b68b091bef2e6f6ffd1836167be6ea.json index ed9632ed36b9..ef7b8af2148c 100644 --- a/data/benchmark/7f7de81d28b68b091bef2e6f6ffd1836167be6ea.json +++ b/data/benchmark/7f7de81d28b68b091bef2e6f6ffd1836167be6ea.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/snmp4j/snmp4j-agent/3.0.3/snmp4j-agent-3.0.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/snmp4j/snmp4j-agent/3.6.6/snmp4j-agent-3.6.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7f7de81d28b68b091bef2e6f6ffd1836167be6ea-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7f7de81d28b68b091bef2e6f6ffd1836167be6ea-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575.json b/data/benchmark/7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575.json index b22d09192b25..e9444a835a01 100644 --- a/data/benchmark/7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575.json +++ b/data/benchmark/7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/806daaaaa907f679319f360c2ce99d5da5f7b5b5.json b/data/benchmark/806daaaaa907f679319f360c2ce99d5da5f7b5b5.json index 062f64fcb9d7..c7188a80c6c5 100644 --- a/data/benchmark/806daaaaa907f679319f360c2ce99d5da5f7b5b5.json +++ b/data/benchmark/806daaaaa907f679319f360c2ce99d5da5f7b5b5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.102.25/proto-google-cloud-pubsub-v1-1.102.25-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.105.4/proto-google-cloud-pubsub-v1-1.105.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:806daaaaa907f679319f360c2ce99d5da5f7b5b5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:806daaaaa907f679319f360c2ce99d5da5f7b5b5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/80a534da02670221e857647dda3ce3546c76b75e.json b/data/benchmark/80a534da02670221e857647dda3ce3546c76b75e.json index 3fd15df44b92..5ec553ab4541 100644 --- a/data/benchmark/80a534da02670221e857647dda3ce3546c76b75e.json +++ b/data/benchmark/80a534da02670221e857647dda3ce3546c76b75e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:80a534da02670221e857647dda3ce3546c76b75e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:80a534da02670221e857647dda3ce3546c76b75e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/8198d6d20e710afae3e29af68160883b3b1203d2.json b/data/benchmark/8198d6d20e710afae3e29af68160883b3b1203d2.json index 9acbad2fde45..ca2d302d5bb7 100644 --- a/data/benchmark/8198d6d20e710afae3e29af68160883b3b1203d2.json +++ b/data/benchmark/8198d6d20e710afae3e29af68160883b3b1203d2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/arrow/arrow-memory-netty/7.0.0/arrow-memory-netty-7.0.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/arrow/arrow-memory-netty/8.0.0/arrow-memory-netty-8.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8198d6d20e710afae3e29af68160883b3b1203d2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8198d6d20e710afae3e29af68160883b3b1203d2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/81fdd148772078d8d5bc07f3d0fae2116825561a.json b/data/benchmark/81fdd148772078d8d5bc07f3d0fae2116825561a.json index dafb7025e7af..b3ef5301103b 100644 --- a/data/benchmark/81fdd148772078d8d5bc07f3d0fae2116825561a.json +++ b/data/benchmark/81fdd148772078d8d5bc07f3d0fae2116825561a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:81fdd148772078d8d5bc07f3d0fae2116825561a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:81fdd148772078d8d5bc07f3d0fae2116825561a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/82ce7330b4b2fec4abc0858fabd21c1254ece439.json b/data/benchmark/82ce7330b4b2fec4abc0858fabd21c1254ece439.json index b4db8a57af47..81551c74a990 100644 --- a/data/benchmark/82ce7330b4b2fec4abc0858fabd21c1254ece439.json +++ b/data/benchmark/82ce7330b4b2fec4abc0858fabd21c1254ece439.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:82ce7330b4b2fec4abc0858fabd21c1254ece439-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:82ce7330b4b2fec4abc0858fabd21c1254ece439-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/832e0f184efdad0fcf15d14cb7af5e30239ff454.json b/data/benchmark/832e0f184efdad0fcf15d14cb7af5e30239ff454.json index 0d07d549eda4..e628cfb96db6 100644 --- a/data/benchmark/832e0f184efdad0fcf15d14cb7af5e30239ff454.json +++ b/data/benchmark/832e0f184efdad0fcf15d14cb7af5e30239ff454.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/github/cryptomorin/XSeries/8.5.0.1/XSeries-8.5.0.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/github/cryptomorin/XSeries/8.6.0/XSeries-8.6.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "CryptoMorin/XSeries" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:832e0f184efdad0fcf15d14cb7af5e30239ff454-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:832e0f184efdad0fcf15d14cb7af5e30239ff454-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/836c7cc2fe1917d9ec96528d49a4150b20b540d2.json b/data/benchmark/836c7cc2fe1917d9ec96528d49a4150b20b540d2.json index 489fd37bc5f7..c76c9ba52e84 100644 --- a/data/benchmark/836c7cc2fe1917d9ec96528d49a4150b20b540d2.json +++ b/data/benchmark/836c7cc2fe1917d9ec96528d49a4150b20b540d2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.8.3/maven-core-3.8.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:836c7cc2fe1917d9ec96528d49a4150b20b540d2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:836c7cc2fe1917d9ec96528d49a4150b20b540d2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/83a25390887d8afa7d43b70070d710da3c90a7a6.json b/data/benchmark/83a25390887d8afa7d43b70070d710da3c90a7a6.json index 4b28645d7f7f..13d51a3d266a 100644 --- a/data/benchmark/83a25390887d8afa7d43b70070d710da3c90a7a6.json +++ b/data/benchmark/83a25390887d8afa7d43b70070d710da3c90a7a6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/squareup/okio/okio/2.1.0/okio-2.1.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/squareup/okio/okio/3.4.0/okio-3.4.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okio" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:83a25390887d8afa7d43b70070d710da3c90a7a6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:83a25390887d8afa7d43b70070d710da3c90a7a6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/8436e73fa0c913774d9792fc986c74309765ab61.json b/data/benchmark/8436e73fa0c913774d9792fc986c74309765ab61.json index 983681af6fc2..c9d3b9bd8ced 100644 --- a/data/benchmark/8436e73fa0c913774d9792fc986c74309765ab61.json +++ b/data/benchmark/8436e73fa0c913774d9792fc986c74309765ab61.json @@ -17,10 +17,13 @@ "githubCompareLink" : "A GitHub repository could not be found for the updated dependency.", "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/jws/jakarta.jws-api/2.1.0/jakarta.jws-api-2.1.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0-sources.jar", - "updatedFileType" : "JAR" + "updatedFileType" : "JAR", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8436e73fa0c913774d9792fc986c74309765ab61-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8436e73fa0c913774d9792fc986c74309765ab61-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/8502e85f9ee2ff90ce96b47b5904f011e81e8bb8.json b/data/benchmark/8502e85f9ee2ff90ce96b47b5904f011e81e8bb8.json index 9d92687e1d56..5272c8af44aa 100644 --- a/data/benchmark/8502e85f9ee2ff90ce96b47b5904f011e81e8bb8.json +++ b/data/benchmark/8502e85f9ee2ff90ce96b47b5904f011e81e8bb8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.20.1/flyway-core-9.20.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8502e85f9ee2ff90ce96b47b5904f011e81e8bb8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8502e85f9ee2ff90ce96b47b5904f011e81e8bb8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/851e6b1628f8ecb86db912dc5431a496ddf02148.json b/data/benchmark/851e6b1628f8ecb86db912dc5431a496ddf02148.json index af50c6f8cef3..11be30a8218f 100644 --- a/data/benchmark/851e6b1628f8ecb86db912dc5431a496ddf02148.json +++ b/data/benchmark/851e6b1628f8ecb86db912dc5431a496ddf02148.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.3.1/okhttp-3.3.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okhttp" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:851e6b1628f8ecb86db912dc5431a496ddf02148-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:851e6b1628f8ecb86db912dc5431a496ddf02148-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/85d468890c33b37e74e972caa71b3938a4a98223.json b/data/benchmark/85d468890c33b37e74e972caa71b3938a4a98223.json index 97d055d99c3c..e1e5334dff5a 100644 --- a/data/benchmark/85d468890c33b37e74e972caa71b3938a4a98223.json +++ b/data/benchmark/85d468890c33b37e74e972caa71b3938a4a98223.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.16.0/log4j-core-2.16.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.20.0/log4j-core-2.20.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:85d468890c33b37e74e972caa71b3938a4a98223-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:85d468890c33b37e74e972caa71b3938a4a98223-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/863f64e40b3dce33fe357e8096138830254c15ea.json b/data/benchmark/863f64e40b3dce33fe357e8096138830254c15ea.json index 5980b80b38a5..61a9dfd02088 100644 --- a/data/benchmark/863f64e40b3dce33fe357e8096138830254c15ea.json +++ b/data/benchmark/863f64e40b3dce33fe357e8096138830254c15ea.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:863f64e40b3dce33fe357e8096138830254c15ea-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:863f64e40b3dce33fe357e8096138830254c15ea-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/867e69e208ff59d1f8baae7ed41d3e163a51bc65.json b/data/benchmark/867e69e208ff59d1f8baae7ed41d3e163a51bc65.json index 4eee5d9f2a3b..978df60d1c49 100644 --- a/data/benchmark/867e69e208ff59d1f8baae7ed41d3e163a51bc65.json +++ b/data/benchmark/867e69e208ff59d1f8baae7ed41d3e163a51bc65.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/thrift" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:867e69e208ff59d1f8baae7ed41d3e163a51bc65-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:867e69e208ff59d1f8baae7ed41d3e163a51bc65-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/874ed893a4e46ea5182be2be054715967e58f08f.json b/data/benchmark/874ed893a4e46ea5182be2be054715967e58f08f.json index 2fce5c1e1bd3..cf2f13442909 100644 --- a/data/benchmark/874ed893a4e46ea5182be2be054715967e58f08f.json +++ b/data/benchmark/874ed893a4e46ea5182be2be054715967e58f08f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4/jackson-databind-2.13.4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/[2.14.0-rc1,)/jackson-databind-[2.14.0-rc1,)-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:874ed893a4e46ea5182be2be054715967e58f08f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:874ed893a4e46ea5182be2be054715967e58f08f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/875358af2da44c7f35c3ee17bf2113cd6ec43491.json b/data/benchmark/875358af2da44c7f35c3ee17bf2113cd6ec43491.json index 3c3f2f6a3072..dee47c4e4587 100644 --- a/data/benchmark/875358af2da44c7f35c3ee17bf2113cd6ec43491.json +++ b/data/benchmark/875358af2da44c7f35c3ee17bf2113cd6ec43491.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/6.1.7.Final/hibernate-validator-6.1.7.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/7.0.4.Final/hibernate-validator-7.0.4.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:875358af2da44c7f35c3ee17bf2113cd6ec43491-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:875358af2da44c7f35c3ee17bf2113cd6ec43491-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/8776fe7cd60bd309daf843bc70608ebf963c6761.json b/data/benchmark/8776fe7cd60bd309daf843bc70608ebf963c6761.json index df847cc95c36..2e1655cdef44 100644 --- a/data/benchmark/8776fe7cd60bd309daf843bc70608ebf963c6761.json +++ b/data/benchmark/8776fe7cd60bd309daf843bc70608ebf963c6761.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.4.2/jackson-databind-2.4.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8776fe7cd60bd309daf843bc70608ebf963c6761-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8776fe7cd60bd309daf843bc70608ebf963c6761-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/87fbea62fa6867b8288295b80718c51981ae340a.json b/data/benchmark/87fbea62fa6867b8288295b80718c51981ae340a.json index 293c89577915..7e7abd2d07a0 100644 --- a/data/benchmark/87fbea62fa6867b8288295b80718c51981ae340a.json +++ b/data/benchmark/87fbea62fa6867b8288295b80718c51981ae340a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:87fbea62fa6867b8288295b80718c51981ae340a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:87fbea62fa6867b8288295b80718c51981ae340a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/88676d24472254d05976a62e72e1c3799525a616.json b/data/benchmark/88676d24472254d05976a62e72e1c3799525a616.json index 0d00264911e9..5462a6454aad 100644 --- a/data/benchmark/88676d24472254d05976a62e72e1c3799525a616.json +++ b/data/benchmark/88676d24472254d05976a62e72e1c3799525a616.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.2/spring-context-6.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:88676d24472254d05976a62e72e1c3799525a616-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:88676d24472254d05976a62e72e1c3799525a616-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/8881523e12a0890f72ac9fef69821cefba0c7a09.json b/data/benchmark/8881523e12a0890f72ac9fef69821cefba0c7a09.json index 5ece56652b4e..6bb46bd1db00 100644 --- a/data/benchmark/8881523e12a0890f72ac9fef69821cefba0c7a09.json +++ b/data/benchmark/8881523e12a0890f72ac9fef69821cefba0c7a09.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.6/spring-context-6.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8881523e12a0890f72ac9fef69821cefba0c7a09-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8881523e12a0890f72ac9fef69821cefba0c7a09-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/88a20ece4db960e35fbfa39fcb40e61daceb15b1.json b/data/benchmark/88a20ece4db960e35fbfa39fcb40e61daceb15b1.json index b406c223764c..63b594eb67a7 100644 --- a/data/benchmark/88a20ece4db960e35fbfa39fcb40e61daceb15b1.json +++ b/data/benchmark/88a20ece4db960e35fbfa39fcb40e61daceb15b1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-pubsublite/0.6.0/google-cloud-pubsublite-0.6.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-pubsublite/1.6.3/google-cloud-pubsublite-1.6.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:88a20ece4db960e35fbfa39fcb40e61daceb15b1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:88a20ece4db960e35fbfa39fcb40e61daceb15b1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/88c1f903cede03ff371059cdaf009dab12007043.json b/data/benchmark/88c1f903cede03ff371059cdaf009dab12007043.json index 98a3fa174efc..08cc9c2e0e32 100644 --- a/data/benchmark/88c1f903cede03ff371059cdaf009dab12007043.json +++ b/data/benchmark/88c1f903cede03ff371059cdaf009dab12007043.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/net/lingala/zip4j/zip4j/2.11.0/zip4j-2.11.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:88c1f903cede03ff371059cdaf009dab12007043-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:88c1f903cede03ff371059cdaf009dab12007043-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/8929dc34435f6b4e54bc889c83a5cb27b2931e51.json b/data/benchmark/8929dc34435f6b4e54bc889c83a5cb27b2931e51.json index e910b86165d9..1be45fd6f647 100644 --- a/data/benchmark/8929dc34435f6b4e54bc889c83a5cb27b2931e51.json +++ b/data/benchmark/8929dc34435f6b4e54bc889c83a5cb27b2931e51.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8929dc34435f6b4e54bc889c83a5cb27b2931e51-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8929dc34435f6b4e54bc889c83a5cb27b2931e51-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/89c60030429466a6cca77c2549a53a17c085033d.json b/data/benchmark/89c60030429466a6cca77c2549a53a17c085033d.json index 3bb28dcd8d94..e6af0b68ef08 100644 --- a/data/benchmark/89c60030429466a6cca77c2549a53a17c085033d.json +++ b/data/benchmark/89c60030429466a6cca77c2549a53a17c085033d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.1/logback-classic-1.4.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:89c60030429466a6cca77c2549a53a17c085033d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:89c60030429466a6cca77c2549a53a17c085033d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/8ab7a7214f9ac1d130b416fae7280cfda533a54f.json b/data/benchmark/8ab7a7214f9ac1d130b416fae7280cfda533a54f.json index 248922cd669d..60480fce2bc3 100644 --- a/data/benchmark/8ab7a7214f9ac1d130b416fae7280cfda533a54f.json +++ b/data/benchmark/8ab7a7214f9ac1d130b416fae7280cfda533a54f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8ab7a7214f9ac1d130b416fae7280cfda533a54f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8ab7a7214f9ac1d130b416fae7280cfda533a54f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/8b057977647445aade80627a06bd65867f64b948.json b/data/benchmark/8b057977647445aade80627a06bd65867f64b948.json index fe204165d7a0..149e231435b9 100644 --- a/data/benchmark/8b057977647445aade80627a06bd65867f64b948.json +++ b/data/benchmark/8b057977647445aade80627a06bd65867f64b948.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/5.2.0/mockito-core-5.2.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8b057977647445aade80627a06bd65867f64b948-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8b057977647445aade80627a06bd65867f64b948-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/8b1bc48bc378cd22999b9f7d495aa5b00b080770.json b/data/benchmark/8b1bc48bc378cd22999b9f7d495aa5b00b080770.json index 860197fe55d2..05abd1b142d2 100644 --- a/data/benchmark/8b1bc48bc378cd22999b9f7d495aa5b00b080770.json +++ b/data/benchmark/8b1bc48bc378cd22999b9f7d495aa5b00b080770.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8b1bc48bc378cd22999b9f7d495aa5b00b080770-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8b1bc48bc378cd22999b9f7d495aa5b00b080770-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/8b372dfe79625ff585c5b0392913b6b152cc7c22.json b/data/benchmark/8b372dfe79625ff585c5b0392913b6b152cc7c22.json index 70c20e483706..5ee70ecb431f 100644 --- a/data/benchmark/8b372dfe79625ff585c5b0392913b6b152cc7c22.json +++ b/data/benchmark/8b372dfe79625ff585c5b0392913b6b152cc7c22.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.35.v20201120/jetty-server-9.4.35.v20201120-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.48.v20220622/jetty-server-9.4.48.v20220622-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8b372dfe79625ff585c5b0392913b6b152cc7c22-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8b372dfe79625ff585c5b0392913b6b152cc7c22-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/8c4d6c00ba37fa1d09faa90798f0c33e97d0fb69.json b/data/benchmark/8c4d6c00ba37fa1d09faa90798f0c33e97d0fb69.json index b0583e802b10..81e199ca53f4 100644 --- a/data/benchmark/8c4d6c00ba37fa1d09faa90798f0c33e97d0fb69.json +++ b/data/benchmark/8c4d6c00ba37fa1d09faa90798f0c33e97d0fb69.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.1/maven-plugin-annotations-3.6.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8c4d6c00ba37fa1d09faa90798f0c33e97d0fb69-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8c4d6c00ba37fa1d09faa90798f0c33e97d0fb69-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/8d55e2e454692c14deeffa58518698ad112602a0.json b/data/benchmark/8d55e2e454692c14deeffa58518698ad112602a0.json index e20ead002652..2e4a046b9aff 100644 --- a/data/benchmark/8d55e2e454692c14deeffa58518698ad112602a0.json +++ b/data/benchmark/8d55e2e454692c14deeffa58518698ad112602a0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8d55e2e454692c14deeffa58518698ad112602a0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8d55e2e454692c14deeffa58518698ad112602a0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/8dda40abd229427ce0651f55a787015899c95570.json b/data/benchmark/8dda40abd229427ce0651f55a787015899c95570.json index d6e059dedb72..828829c3d971 100644 --- a/data/benchmark/8dda40abd229427ce0651f55a787015899c95570.json +++ b/data/benchmark/8dda40abd229427ce0651f55a787015899c95570.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8dda40abd229427ce0651f55a787015899c95570-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8dda40abd229427ce0651f55a787015899c95570-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/8e1f0f08eef839903067c7c11432117c4897d0cd.json b/data/benchmark/8e1f0f08eef839903067c7c11432117c4897d0cd.json index 2e84a0aeec12..3ffe5988f3f8 100644 --- a/data/benchmark/8e1f0f08eef839903067c7c11432117c4897d0cd.json +++ b/data/benchmark/8e1f0f08eef839903067c7c11432117c4897d0cd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.16.6/jooq-meta-3.16.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.17.0/jooq-meta-3.17.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jOOQ/jOOQ" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8e1f0f08eef839903067c7c11432117c4897d0cd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8e1f0f08eef839903067c7c11432117c4897d0cd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/8e1f764e628fbcd6813c9dc0329854ac46375c83.json b/data/benchmark/8e1f764e628fbcd6813c9dc0329854ac46375c83.json index 524baa93db1f..7121f08d286b 100644 --- a/data/benchmark/8e1f764e628fbcd6813c9dc0329854ac46375c83.json +++ b/data/benchmark/8e1f764e628fbcd6813c9dc0329854ac46375c83.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8e1f764e628fbcd6813c9dc0329854ac46375c83-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8e1f764e628fbcd6813c9dc0329854ac46375c83-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/8ecc7850c97f4616ec4e67f7568adf34293cc4f1.json b/data/benchmark/8ecc7850c97f4616ec4e67f7568adf34293cc4f1.json index ed71cb9ff270..4ba32f20b09a 100644 --- a/data/benchmark/8ecc7850c97f4616ec4e67f7568adf34293cc4f1.json +++ b/data/benchmark/8ecc7850c97f4616ec4e67f7568adf34293cc4f1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8ecc7850c97f4616ec4e67f7568adf34293cc4f1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8ecc7850c97f4616ec4e67f7568adf34293cc4f1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/8ef89758401d5511783c909f8d45b5431afb361c.json b/data/benchmark/8ef89758401d5511783c909f8d45b5431afb361c.json index 2fe0d21b74cc..ccb92cb8fdba 100644 --- a/data/benchmark/8ef89758401d5511783c909f8d45b5431afb361c.json +++ b/data/benchmark/8ef89758401d5511783c909f8d45b5431afb361c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/4.0.2/jaxb-impl-4.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8ef89758401d5511783c909f8d45b5431afb361c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8ef89758401d5511783c909f8d45b5431afb361c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/8f16da085185a09deb5f3d810cc66f6e73348a22.json b/data/benchmark/8f16da085185a09deb5f3d810cc66f6e73348a22.json index 666e9620dc89..2637ff989fa9 100644 --- a/data/benchmark/8f16da085185a09deb5f3d810cc66f6e73348a22.json +++ b/data/benchmark/8f16da085185a09deb5f3d810cc66f6e73348a22.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi/4.1.2/poi-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi/5.2.0/poi-5.2.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8f16da085185a09deb5f3d810cc66f6e73348a22-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8f16da085185a09deb5f3d810cc66f6e73348a22-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/8f757321e48d7ffb117cbc8fb13d316e23d0f58f.json b/data/benchmark/8f757321e48d7ffb117cbc8fb13d316e23d0f58f.json index f9f25343d21c..7d2d1c15921e 100644 --- a/data/benchmark/8f757321e48d7ffb117cbc8fb13d316e23d0f58f.json +++ b/data/benchmark/8f757321e48d7ffb117cbc8fb13d316e23d0f58f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/mybatis/mybatis-spring/2.0.7/mybatis-spring-2.0.7-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/mybatis/mybatis-spring/3.0.1/mybatis-spring-3.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "mybatis/spring" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8f757321e48d7ffb117cbc8fb13d316e23d0f58f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8f757321e48d7ffb117cbc8fb13d316e23d0f58f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "CC0-1.0" } \ No newline at end of file diff --git a/data/benchmark/8f91818349e823e5d865eb3ebdf561da7ae1cfd8.json b/data/benchmark/8f91818349e823e5d865eb3ebdf561da7ae1cfd8.json index 52dd617b260e..b740fd9cbd32 100644 --- a/data/benchmark/8f91818349e823e5d865eb3ebdf561da7ae1cfd8.json +++ b/data/benchmark/8f91818349e823e5d865eb3ebdf561da7ae1cfd8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "googleapis/google-http-java-client" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8f91818349e823e5d865eb3ebdf561da7ae1cfd8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8f91818349e823e5d865eb3ebdf561da7ae1cfd8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/benchmark/8fbb6deb112102ef7507a8e68c5215e5f481d03b.json b/data/benchmark/8fbb6deb112102ef7507a8e68c5215e5f481d03b.json index 3833104623a0..3a5ba4363db2 100644 --- a/data/benchmark/8fbb6deb112102ef7507a8e68c5215e5f481d03b.json +++ b/data/benchmark/8fbb6deb112102ef7507a8e68c5215e5f481d03b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/8.1.11.v20130520/jetty-server-8.1.11.v20130520-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/11.0.7/jetty-server-11.0.7-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8fbb6deb112102ef7507a8e68c5215e5f481d03b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8fbb6deb112102ef7507a8e68c5215e5f481d03b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/8fe55d8be21f549ba55bcccc2d21e81386bfc8b2.json b/data/benchmark/8fe55d8be21f549ba55bcccc2d21e81386bfc8b2.json index d75484889200..2e334c84f6a8 100644 --- a/data/benchmark/8fe55d8be21f549ba55bcccc2d21e81386bfc8b2.json +++ b/data/benchmark/8fe55d8be21f549ba55bcccc2d21e81386bfc8b2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/eu/europa/ec/joinup/sd-dss/dss-pades-pdfbox/5.9/dss-pades-pdfbox-5.9-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/eu/europa/ec/joinup/sd-dss/dss-pades-pdfbox/5.10.2/dss-pades-pdfbox-5.10.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "esig/dss" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8fe55d8be21f549ba55bcccc2d21e81386bfc8b2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8fe55d8be21f549ba55bcccc2d21e81386bfc8b2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/9069046236a07524578ff81b32ff92f34c59553d.json b/data/benchmark/9069046236a07524578ff81b32ff92f34c59553d.json index a6022302b356..a486ccf90772 100644 --- a/data/benchmark/9069046236a07524578ff81b32ff92f34c59553d.json +++ b/data/benchmark/9069046236a07524578ff81b32ff92f34c59553d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.11.1/log4j-core-2.11.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.16.0/log4j-core-2.16.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9069046236a07524578ff81b32ff92f34c59553d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9069046236a07524578ff81b32ff92f34c59553d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/90cca141fc95d0510f92e23032c9d03813b074d8.json b/data/benchmark/90cca141fc95d0510f92e23032c9d03813b074d8.json index c1a3ba8e85b6..6aae9116c49d 100644 --- a/data/benchmark/90cca141fc95d0510f92e23032c9d03813b074d8.json +++ b/data/benchmark/90cca141fc95d0510f92e23032c9d03813b074d8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.4/spring-core-6.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:90cca141fc95d0510f92e23032c9d03813b074d8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:90cca141fc95d0510f92e23032c9d03813b074d8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/90df9018630b8f8248f332e747d88254d99da1c9.json b/data/benchmark/90df9018630b8f8248f332e747d88254d99da1c9.json index 7f50271fb69c..fea936b419d6 100644 --- a/data/benchmark/90df9018630b8f8248f332e747d88254d99da1c9.json +++ b/data/benchmark/90df9018630b8f8248f332e747d88254d99da1c9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/5.2.0/poi-ooxml-5.2.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:90df9018630b8f8248f332e747d88254d99da1c9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:90df9018630b8f8248f332e747d88254d99da1c9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/90ffd2cd31edecf778d14d0015da9ceab7e53081.json b/data/benchmark/90ffd2cd31edecf778d14d0015da9ceab7e53081.json index e113380d4241..108f33b297a3 100644 --- a/data/benchmark/90ffd2cd31edecf778d14d0015da9ceab7e53081.json +++ b/data/benchmark/90ffd2cd31edecf778d14d0015da9ceab7e53081.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.0/logback-classic-1.4.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:90ffd2cd31edecf778d14d0015da9ceab7e53081-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:90ffd2cd31edecf778d14d0015da9ceab7e53081-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/919c808279d233d4babd9b2321606620786febaa.json b/data/benchmark/919c808279d233d4babd9b2321606620786febaa.json index fee69b8867a6..4a86c07c0aff 100644 --- a/data/benchmark/919c808279d233d4babd9b2321606620786febaa.json +++ b/data/benchmark/919c808279d233d4babd9b2321606620786febaa.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:919c808279d233d4babd9b2321606620786febaa-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:919c808279d233d4babd9b2321606620786febaa-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE" + "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/9218cc9c8e0018d01e2d7cfe0e77aae7b65b378f.json b/data/benchmark/9218cc9c8e0018d01e2d7cfe0e77aae7b65b378f.json index 6ec89202ce20..d9d466f93f70 100644 --- a/data/benchmark/9218cc9c8e0018d01e2d7cfe0e77aae7b65b378f.json +++ b/data/benchmark/9218cc9c8e0018d01e2d7cfe0e77aae7b65b378f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/validation/jakarta.validation-api/3.0.2/jakarta.validation-api-3.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9218cc9c8e0018d01e2d7cfe0e77aae7b65b378f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9218cc9c8e0018d01e2d7cfe0e77aae7b65b378f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/923528a3dd1bcdba21490f7583c80a67d01285b2.json b/data/benchmark/923528a3dd1bcdba21490f7583c80a67d01285b2.json index 0ea3df67e260..01f56f38e055 100644 --- a/data/benchmark/923528a3dd1bcdba21490f7583c80a67d01285b2.json +++ b/data/benchmark/923528a3dd1bcdba21490f7583c80a67d01285b2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "junit-team/junit5" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:923528a3dd1bcdba21490f7583c80a67d01285b2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:923528a3dd1bcdba21490f7583c80a67d01285b2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/923a6b2027e3ca1762deb6a60fc0a768c284122b.json b/data/benchmark/923a6b2027e3ca1762deb6a60fc0a768c284122b.json index 2e523e376720..08509b7c43f5 100644 --- a/data/benchmark/923a6b2027e3ca1762deb6a60fc0a768c284122b.json +++ b/data/benchmark/923a6b2027e3ca1762deb6a60fc0a768c284122b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "hamcrest/JavaHamcrest" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:923a6b2027e3ca1762deb6a60fc0a768c284122b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:923a6b2027e3ca1762deb6a60fc0a768c284122b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/93ac5faf37905e0fb4b44f5401271f2d3d76f57a.json b/data/benchmark/93ac5faf37905e0fb4b44f5401271f2d3d76f57a.json index 740c439cfc35..e5d37ea464fe 100644 --- a/data/benchmark/93ac5faf37905e0fb4b44f5401271f2d3d76f57a.json +++ b/data/benchmark/93ac5faf37905e0fb4b44f5401271f2d3d76f57a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/sshd/sshd-common/2.10.0/sshd-common-2.10.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/mina-sshd" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:93ac5faf37905e0fb4b44f5401271f2d3d76f57a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:93ac5faf37905e0fb4b44f5401271f2d3d76f57a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/940214f7419c564431163c4599d24ce3152a2ca0.json b/data/benchmark/940214f7419c564431163c4599d24ce3152a2ca0.json index 55b45e2c9a46..764762fcb6ba 100644 --- a/data/benchmark/940214f7419c564431163c4599d24ce3152a2ca0.json +++ b/data/benchmark/940214f7419c564431163c4599d24ce3152a2ca0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:940214f7419c564431163c4599d24ce3152a2ca0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:940214f7419c564431163c4599d24ce3152a2ca0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/94380c9eb5be989b7e60e0353a03b03ff4687674.json b/data/benchmark/94380c9eb5be989b7e60e0353a03b03ff4687674.json index e315da8b4fff..0ee50ecb6433 100644 --- a/data/benchmark/94380c9eb5be989b7e60e0353a03b03ff4687674.json +++ b/data/benchmark/94380c9eb5be989b7e60e0353a03b03ff4687674.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/inject/guice/7.0.0/guice-7.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "google/guice" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:94380c9eb5be989b7e60e0353a03b03ff4687674-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:94380c9eb5be989b7e60e0353a03b03ff4687674-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/9461431622cf39efe60cf1eb03a94083780c5720.json b/data/benchmark/9461431622cf39efe60cf1eb03a94083780c5720.json index 530da43b3948..973a8c7233a0 100644 --- a/data/benchmark/9461431622cf39efe60cf1eb03a94083780c5720.json +++ b/data/benchmark/9461431622cf39efe60cf1eb03a94083780c5720.json @@ -17,10 +17,13 @@ "githubCompareLink" : "A GitHub repository could not be found for the updated dependency.", "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/snmp4j/snmp4j-agent/3.0.3/snmp4j-agent-3.0.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/snmp4j/snmp4j-agent/3.6.5/snmp4j-agent-3.6.5-sources.jar", - "updatedFileType" : "JAR" + "updatedFileType" : "JAR", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9461431622cf39efe60cf1eb03a94083780c5720-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9461431622cf39efe60cf1eb03a94083780c5720-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/94cea45b797ef15ab6dcfd20157d7b2f8d0f3cde.json b/data/benchmark/94cea45b797ef15ab6dcfd20157d7b2f8d0f3cde.json index ad45c43f489a..c3e12e5d3ef2 100644 --- a/data/benchmark/94cea45b797ef15ab6dcfd20157d7b2f8d0f3cde.json +++ b/data/benchmark/94cea45b797ef15ab6dcfd20157d7b2f8d0f3cde.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/api/grpc/grpc-google-cloud-pubsublite-v1/1.11.1/grpc-google-cloud-pubsublite-v1-1.11.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/api/grpc/grpc-google-cloud-pubsublite-v1/1.12.10/grpc-google-cloud-pubsublite-v1-1.12.10-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "googleapis/java-pubsublite" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:94cea45b797ef15ab6dcfd20157d7b2f8d0f3cde-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:94cea45b797ef15ab6dcfd20157d7b2f8d0f3cde-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/9545eb3a2687afc77b0a7da4d5d621807618d95c.json b/data/benchmark/9545eb3a2687afc77b0a7da4d5d621807618d95c.json index 0b3f4009d0e2..26afb8921790 100644 --- a/data/benchmark/9545eb3a2687afc77b0a7da4d5d621807618d95c.json +++ b/data/benchmark/9545eb3a2687afc77b0a7da4d5d621807618d95c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/hazelcast/hazelcast/3.12.5/hazelcast-3.12.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/hazelcast/hazelcast/5.1/hazelcast-5.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9545eb3a2687afc77b0a7da4d5d621807618d95c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9545eb3a2687afc77b0a7da4d5d621807618d95c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/9564cba457bb43e722b7cb025fa52fd099ad02db.json b/data/benchmark/9564cba457bb43e722b7cb025fa52fd099ad02db.json index bb8217343cca..2d0776d6a584 100644 --- a/data/benchmark/9564cba457bb43e722b7cb025fa52fd099ad02db.json +++ b/data/benchmark/9564cba457bb43e722b7cb025fa52fd099ad02db.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.22.5/google-cloud-storage-2.22.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-storage/2.23.0/google-cloud-storage-2.23.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9564cba457bb43e722b7cb025fa52fd099ad02db-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9564cba457bb43e722b7cb025fa52fd099ad02db-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/959774bbbc3839e33c02a564f75cb28de5d308e2.json b/data/benchmark/959774bbbc3839e33c02a564f75cb28de5d308e2.json index 2420e9fe6a06..a6952e13b855 100644 --- a/data/benchmark/959774bbbc3839e33c02a564f75cb28de5d308e2.json +++ b/data/benchmark/959774bbbc3839e33c02a564f75cb28de5d308e2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/api/api-common/2.2.2/api-common-2.2.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/api/api-common/2.6.2/api-common-2.6.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:959774bbbc3839e33c02a564f75cb28de5d308e2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:959774bbbc3839e33c02a564f75cb28de5d308e2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/95b2c15de16fd9fd612ce73672e29b613ce7a909.json b/data/benchmark/95b2c15de16fd9fd612ce73672e29b613ce7a909.json index 4923cea5de15..67310e87487e 100644 --- a/data/benchmark/95b2c15de16fd9fd612ce73672e29b613ce7a909.json +++ b/data/benchmark/95b2c15de16fd9fd612ce73672e29b613ce7a909.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/8.1.11.v20130520/jetty-server-8.1.11.v20130520-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/11.0.13/jetty-server-11.0.13-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:95b2c15de16fd9fd612ce73672e29b613ce7a909-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:95b2c15de16fd9fd612ce73672e29b613ce7a909-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/95f718977b09c1b664738f288f99b4ba76f78f63.json b/data/benchmark/95f718977b09c1b664738f288f99b4ba76f78f63.json index 7fcde71b278d..833cf4afcefc 100644 --- a/data/benchmark/95f718977b09c1b664738f288f99b4ba76f78f63.json +++ b/data/benchmark/95f718977b09c1b664738f288f99b4ba76f78f63.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2.1/jackson-databind-2.13.2.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:95f718977b09c1b664738f288f99b4ba76f78f63-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:95f718977b09c1b664738f288f99b4ba76f78f63-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/9717e34bcda74bd9ad94f6a52ddfd3fd179ea15b.json b/data/benchmark/9717e34bcda74bd9ad94f6a52ddfd3fd179ea15b.json index 72bd64a4fc64..0517e93cbf10 100644 --- a/data/benchmark/9717e34bcda74bd9ad94f6a52ddfd3fd179ea15b.json +++ b/data/benchmark/9717e34bcda74bd9ad94f6a52ddfd3fd179ea15b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/jcabi/jcabi-aspects/0.24.1/jcabi-aspects-0.24.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/jcabi/jcabi-aspects/0.25.1/jcabi-aspects-0.25.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jcabi/jcabi-aspects" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9717e34bcda74bd9ad94f6a52ddfd3fd179ea15b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9717e34bcda74bd9ad94f6a52ddfd3fd179ea15b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/974c914726a07961dcf87718e3035f1de72567ea.json b/data/benchmark/974c914726a07961dcf87718e3035f1de72567ea.json index e758496d95e7..ed75b9947503 100644 --- a/data/benchmark/974c914726a07961dcf87718e3035f1de72567ea.json +++ b/data/benchmark/974c914726a07961dcf87718e3035f1de72567ea.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto/v1.8.0/asto-v1.8.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto/v1.10.0/asto-v1.10.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:974c914726a07961dcf87718e3035f1de72567ea-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:974c914726a07961dcf87718e3035f1de72567ea-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "WERROR_FAILURE" + "failureCategory" : "WERROR_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/979780b29cf329579fa703552f9090b23c10e81d.json b/data/benchmark/979780b29cf329579fa703552f9090b23c10e81d.json index d3530640a2f8..b6e407344373 100644 --- a/data/benchmark/979780b29cf329579fa703552f9090b23c10e81d.json +++ b/data/benchmark/979780b29cf329579fa703552f9090b23c10e81d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.24/spring-webmvc-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/6.0.7/spring-webmvc-6.0.7-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:979780b29cf329579fa703552f9090b23c10e81d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:979780b29cf329579fa703552f9090b23c10e81d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/979d6237a50840cd925cc1a33c415ffbbbc42846.json b/data/benchmark/979d6237a50840cd925cc1a33c415ffbbbc42846.json index dd0c104b0bbc..c1f8dd816ee2 100644 --- a/data/benchmark/979d6237a50840cd925cc1a33c415ffbbbc42846.json +++ b/data/benchmark/979d6237a50840cd925cc1a33c415ffbbbc42846.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/struts/struts2-core/2.3.37/struts2-core-2.3.37-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/struts/struts2-core/2.5.30/struts2-core-2.5.30-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/struts" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:979d6237a50840cd925cc1a33c415ffbbbc42846-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:979d6237a50840cd925cc1a33c415ffbbbc42846-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/9836e07e553e29f16ee35b5d7e4d0370e1789ecd.json b/data/benchmark/9836e07e553e29f16ee35b5d7e4d0370e1789ecd.json index 7ec1367be860..55ea3e1f1a09 100644 --- a/data/benchmark/9836e07e553e29f16ee35b5d7e4d0370e1789ecd.json +++ b/data/benchmark/9836e07e553e29f16ee35b5d7e4d0370e1789ecd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.13.0/asto-core-v1.13.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.14.0/asto-core-v1.14.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "artipie/asto" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9836e07e553e29f16ee35b5d7e4d0370e1789ecd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9836e07e553e29f16ee35b5d7e4d0370e1789ecd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/98ac85f955abc4b64ec714a011375aa5338d95c2.json b/data/benchmark/98ac85f955abc4b64ec714a011375aa5338d95c2.json index 9c977900f477..ea778417e9d7 100644 --- a/data/benchmark/98ac85f955abc4b64ec714a011375aa5338d95c2.json +++ b/data/benchmark/98ac85f955abc4b64ec714a011375aa5338d95c2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/5.3.24/spring-tx-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/6.0.0/spring-tx-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:98ac85f955abc4b64ec714a011375aa5338d95c2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:98ac85f955abc4b64ec714a011375aa5338d95c2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/98d9528e879a954fdf0751d659755b04912700cd.json b/data/benchmark/98d9528e879a954fdf0751d659755b04912700cd.json index f22ff7e38144..a29789be3808 100644 --- a/data/benchmark/98d9528e879a954fdf0751d659755b04912700cd.json +++ b/data/benchmark/98d9528e879a954fdf0751d659755b04912700cd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/commons-net/commons-net/3.3/commons-net-3.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/commons-net/commons-net/3.9.0/commons-net-3.9.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:98d9528e879a954fdf0751d659755b04912700cd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:98d9528e879a954fdf0751d659755b04912700cd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/99a43573c3ea90d8b942627b8ea947933d229863.json b/data/benchmark/99a43573c3ea90d8b942627b8ea947933d229863.json index 1e34c3445321..ad65350910ea 100644 --- a/data/benchmark/99a43573c3ea90d8b942627b8ea947933d229863.json +++ b/data/benchmark/99a43573c3ea90d8b942627b8ea947933d229863.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:99a43573c3ea90d8b942627b8ea947933d229863-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:99a43573c3ea90d8b942627b8ea947933d229863-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/99d4dfc8ca5b2db281f154ca9db3ad953b792b4d.json b/data/benchmark/99d4dfc8ca5b2db281f154ca9db3ad953b792b4d.json index d62a959a4338..c5e213f9a1e7 100644 --- a/data/benchmark/99d4dfc8ca5b2db281f154ca9db3ad953b792b4d.json +++ b/data/benchmark/99d4dfc8ca5b2db281f154ca9db3ad953b792b4d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi-scratchpad/5.2.1/poi-scratchpad-5.2.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:99d4dfc8ca5b2db281f154ca9db3ad953b792b4d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:99d4dfc8ca5b2db281f154ca9db3ad953b792b4d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/99ea58c42fe0aa521e6c62d04258f155b5abe26e.json b/data/benchmark/99ea58c42fe0aa521e6c62d04258f155b5abe26e.json index f924c11c81a0..efa747a47683 100644 --- a/data/benchmark/99ea58c42fe0aa521e6c62d04258f155b5abe26e.json +++ b/data/benchmark/99ea58c42fe0aa521e6c62d04258f155b5abe26e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev20220705-1.32.1/google-api-services-storage-v1-rev20220705-1.32.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev20220705-2.0.0/google-api-services-storage-v1-rev20220705-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:99ea58c42fe0aa521e6c62d04258f155b5abe26e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:99ea58c42fe0aa521e6c62d04258f155b5abe26e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/99ec071a0ce40e1bf683e66a6717df2f57c7d817.json b/data/benchmark/99ec071a0ce40e1bf683e66a6717df2f57c7d817.json index 0de03d957c8b..4e0fcbc1b9f5 100644 --- a/data/benchmark/99ec071a0ce40e1bf683e66a6717df2f57c7d817.json +++ b/data/benchmark/99ec071a0ce40e1bf683e66a6717df2f57c7d817.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.12.0/antlr4-runtime-4.12.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:99ec071a0ce40e1bf683e66a6717df2f57c7d817-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:99ec071a0ce40e1bf683e66a6717df2f57c7d817-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/9a8b6fc7847a0782ae4c48d0e4f7056507c0397d.json b/data/benchmark/9a8b6fc7847a0782ae4c48d0e4f7056507c0397d.json index d7593028dfca..074b3d2a16e9 100644 --- a/data/benchmark/9a8b6fc7847a0782ae4c48d0e4f7056507c0397d.json +++ b/data/benchmark/9a8b6fc7847a0782ae4c48d0e4f7056507c0397d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jasypt/jasypt/1.8/jasypt-1.8-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jasypt/jasypt/1.9.2/jasypt-1.9.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9a8b6fc7847a0782ae4c48d0e4f7056507c0397d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9a8b6fc7847a0782ae4c48d0e4f7056507c0397d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/9ae83176a05822b8032bef50908c296dbfe88fde.json b/data/benchmark/9ae83176a05822b8032bef50908c296dbfe88fde.json index 7f505c581498..dfdfb4b3ee42 100644 --- a/data/benchmark/9ae83176a05822b8032bef50908c296dbfe88fde.json +++ b/data/benchmark/9ae83176a05822b8032bef50908c296dbfe88fde.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9ae83176a05822b8032bef50908c296dbfe88fde-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9ae83176a05822b8032bef50908c296dbfe88fde-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/9b63e53888ebdd9c84f4eec3cb661299dea41344.json b/data/benchmark/9b63e53888ebdd9c84f4eec3cb661299dea41344.json index 53bf6d4260aa..fe2f7db80b5d 100644 --- a/data/benchmark/9b63e53888ebdd9c84f4eec3cb661299dea41344.json +++ b/data/benchmark/9b63e53888ebdd9c84f4eec3cb661299dea41344.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/5.1.0/mockito-core-5.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9b63e53888ebdd9c84f4eec3cb661299dea41344-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9b63e53888ebdd9c84f4eec3cb661299dea41344-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/benchmark/9c0f1348f89dffae4ad0d4f7e1906fc8c8ba8dca.json b/data/benchmark/9c0f1348f89dffae4ad0d4f7e1906fc8c8ba8dca.json index 010ce44de244..505c808a9ab2 100644 --- a/data/benchmark/9c0f1348f89dffae4ad0d4f7e1906fc8c8ba8dca.json +++ b/data/benchmark/9c0f1348f89dffae4ad0d4f7e1906fc8c8ba8dca.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/h2database/h2/1.3.175/h2-1.3.175-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/h2database/h2/2.1.210/h2-2.1.210-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9c0f1348f89dffae4ad0d4f7e1906fc8c8ba8dca-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9c0f1348f89dffae4ad0d4f7e1906fc8c8ba8dca-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/9d450e88e8744638ba37037d6f41e65d9067aa3b.json b/data/benchmark/9d450e88e8744638ba37037d6f41e65d9067aa3b.json index 45ef9f9fd959..c44056ef45d2 100644 --- a/data/benchmark/9d450e88e8744638ba37037d6f41e65d9067aa3b.json +++ b/data/benchmark/9d450e88e8744638ba37037d6f41e65d9067aa3b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/5.2.2/poi-ooxml-5.2.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9d450e88e8744638ba37037d6f41e65d9067aa3b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9d450e88e8744638ba37037d6f41e65d9067aa3b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/9d51a768dc633ed4895a474f78eaaf84a3c209fd.json b/data/benchmark/9d51a768dc633ed4895a474f78eaaf84a3c209fd.json index ca47f0d6b1e5..ca1cd6761ce6 100644 --- a/data/benchmark/9d51a768dc633ed4895a474f78eaaf84a3c209fd.json +++ b/data/benchmark/9d51a768dc633ed4895a474f78eaaf84a3c209fd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/5.3.24/spring-web-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.6/spring-web-6.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9d51a768dc633ed4895a474f78eaaf84a3c209fd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9d51a768dc633ed4895a474f78eaaf84a3c209fd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/9da8825fbdb24922b94be9eb82eefc73640d8f6b.json b/data/benchmark/9da8825fbdb24922b94be9eb82eefc73640d8f6b.json index a7dc2f48ec5a..653fe81c5670 100644 --- a/data/benchmark/9da8825fbdb24922b94be9eb82eefc73640d8f6b.json +++ b/data/benchmark/9da8825fbdb24922b94be9eb82eefc73640d8f6b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/data/spring-data-jpa/2.7.6/spring-data-jpa-2.7.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/data/spring-data-jpa/3.0.0/spring-data-jpa-3.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-data-jpa" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9da8825fbdb24922b94be9eb82eefc73640d8f6b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9da8825fbdb24922b94be9eb82eefc73640d8f6b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/9dbbd30590fa87f3e719615e0816c231106e01de.json b/data/benchmark/9dbbd30590fa87f3e719615e0816c231106e01de.json index 10a7f1279916..318492f02234 100644 --- a/data/benchmark/9dbbd30590fa87f3e719615e0816c231106e01de.json +++ b/data/benchmark/9dbbd30590fa87f3e719615e0816c231106e01de.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/3.0.3/spring-boot-starter-3.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9dbbd30590fa87f3e719615e0816c231106e01de-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9dbbd30590fa87f3e719615e0816c231106e01de-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/9fd4403e49fe380d2cb348172029c64f1d8f7ecb.json b/data/benchmark/9fd4403e49fe380d2cb348172029c64f1d8f7ecb.json index 73f39562fd30..169864c6f71d 100644 --- a/data/benchmark/9fd4403e49fe380d2cb348172029c64f1d8f7ecb.json +++ b/data/benchmark/9fd4403e49fe380d2cb348172029c64f1d8f7ecb.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9fd4403e49fe380d2cb348172029c64f1d8f7ecb-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9fd4403e49fe380d2cb348172029c64f1d8f7ecb-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/a047d2d3f9385a25ced0d2ad3c49f9401ea9c624.json b/data/benchmark/a047d2d3f9385a25ced0d2ad3c49f9401ea9c624.json index 2592ef889a40..58dc42fadced 100644 --- a/data/benchmark/a047d2d3f9385a25ced0d2ad3c49f9401ea9c624.json +++ b/data/benchmark/a047d2d3f9385a25ced0d2ad3c49f9401ea9c624.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.15.0/versions-maven-plugin-2.15.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.16.0/versions-maven-plugin-2.16.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "mojohaus/versions" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a047d2d3f9385a25ced0d2ad3c49f9401ea9c624-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a047d2d3f9385a25ced0d2ad3c49f9401ea9c624-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/a05bfd52ed33fb68c5edb2b53d9424d82ac60fa8.json b/data/benchmark/a05bfd52ed33fb68c5edb2b53d9424d82ac60fa8.json index eacbc4a46d43..558b68192fdc 100644 --- a/data/benchmark/a05bfd52ed33fb68c5edb2b53d9424d82ac60fa8.json +++ b/data/benchmark/a05bfd52ed33fb68c5edb2b53d9424d82ac60fa8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a05bfd52ed33fb68c5edb2b53d9424d82ac60fa8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a05bfd52ed33fb68c5edb2b53d9424d82ac60fa8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/a0855ad505640bff0825e1cde2ab7cacdfb5c2af.json b/data/benchmark/a0855ad505640bff0825e1cde2ab7cacdfb5c2af.json index 013eec3590a3..889cac19f90a 100644 --- a/data/benchmark/a0855ad505640bff0825e1cde2ab7cacdfb5c2af.json +++ b/data/benchmark/a0855ad505640bff0825e1cde2ab7cacdfb5c2af.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.1.2-4/dropwizard-sentry-2.1.2-4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/4.0.1-3/dropwizard-sentry-4.0.1-3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a0855ad505640bff0825e1cde2ab7cacdfb5c2af-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a0855ad505640bff0825e1cde2ab7cacdfb5c2af-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/a0ec50cb297c4202e138627859a89ef032fa78ab.json b/data/benchmark/a0ec50cb297c4202e138627859a89ef032fa78ab.json index c5b9502943b4..4c852729a1cb 100644 --- a/data/benchmark/a0ec50cb297c4202e138627859a89ef032fa78ab.json +++ b/data/benchmark/a0ec50cb297c4202e138627859a89ef032fa78ab.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/http/v0.25/http-v0.25-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/http/v1.1.1/http-v1.1.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a0ec50cb297c4202e138627859a89ef032fa78ab-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a0ec50cb297c4202e138627859a89ef032fa78ab-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/a18e08bb3fe120b33a5864ee94305a72290ef831.json b/data/benchmark/a18e08bb3fe120b33a5864ee94305a72290ef831.json index bffd523556ca..29d58f2a3b72 100644 --- a/data/benchmark/a18e08bb3fe120b33a5864ee94305a72290ef831.json +++ b/data/benchmark/a18e08bb3fe120b33a5864ee94305a72290ef831.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.5/logback-classic-1.4.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.6/logback-classic-1.4.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a18e08bb3fe120b33a5864ee94305a72290ef831-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a18e08bb3fe120b33a5864ee94305a72290ef831-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/a1b247aa03bcc0131d0646b2adaf434de18dcf80.json b/data/benchmark/a1b247aa03bcc0131d0646b2adaf434de18dcf80.json index bc9d94f6c578..f85eae8811dd 100644 --- a/data/benchmark/a1b247aa03bcc0131d0646b2adaf434de18dcf80.json +++ b/data/benchmark/a1b247aa03bcc0131d0646b2adaf434de18dcf80.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a1b247aa03bcc0131d0646b2adaf434de18dcf80-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a1b247aa03bcc0131d0646b2adaf434de18dcf80-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/a1ff30e0bc6a9b48e024a8ab27cefda3ad85b530.json b/data/benchmark/a1ff30e0bc6a9b48e024a8ab27cefda3ad85b530.json index 98283803a7d0..942411ef31c8 100644 --- a/data/benchmark/a1ff30e0bc6a9b48e024a8ab27cefda3ad85b530.json +++ b/data/benchmark/a1ff30e0bc6a9b48e024a8ab27cefda3ad85b530.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.16.6/jooq-meta-3.16.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.17.3/jooq-meta-3.17.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jOOQ/jOOQ" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a1ff30e0bc6a9b48e024a8ab27cefda3ad85b530-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a1ff30e0bc6a9b48e024a8ab27cefda3ad85b530-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/a26797cdeeecaa3b900ea1e0d5ec0cec66bf03ff.json b/data/benchmark/a26797cdeeecaa3b900ea1e0d5ec0cec66bf03ff.json index de3a384a3692..a539831d36f1 100644 --- a/data/benchmark/a26797cdeeecaa3b900ea1e0d5ec0cec66bf03ff.json +++ b/data/benchmark/a26797cdeeecaa3b900ea1e0d5ec0cec66bf03ff.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.8/logback-classic-1.4.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a26797cdeeecaa3b900ea1e0d5ec0cec66bf03ff-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a26797cdeeecaa3b900ea1e0d5ec0cec66bf03ff-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/a2b0fc53611f8705640773f18c8dd6a47eed3b7f.json b/data/benchmark/a2b0fc53611f8705640773f18c8dd6a47eed3b7f.json index 68657e939b87..3518148bfce2 100644 --- a/data/benchmark/a2b0fc53611f8705640773f18c8dd6a47eed3b7f.json +++ b/data/benchmark/a2b0fc53611f8705640773f18c8dd6a47eed3b7f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.19.4/flyway-core-9.19.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a2b0fc53611f8705640773f18c8dd6a47eed3b7f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a2b0fc53611f8705640773f18c8dd6a47eed3b7f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/a3f4738330d23b9136044ae86c2093fba2c292e4.json b/data/benchmark/a3f4738330d23b9136044ae86c2093fba2c292e4.json index e39f7338cb72..5d90f57215d1 100644 --- a/data/benchmark/a3f4738330d23b9136044ae86c2093fba2c292e4.json +++ b/data/benchmark/a3f4738330d23b9136044ae86c2093fba2c292e4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.0.3/junit-platform-surefire-provider-1.0.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.3.2/junit-platform-surefire-provider-1.3.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a3f4738330d23b9136044ae86c2093fba2c292e4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a3f4738330d23b9136044ae86c2093fba2c292e4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/a48e9cf77fbae6f1af8e2c7ad31ab3f857d4fd23.json b/data/benchmark/a48e9cf77fbae6f1af8e2c7ad31ab3f857d4fd23.json index 9216fa6bb38d..e1002e2d3366 100644 --- a/data/benchmark/a48e9cf77fbae6f1af8e2c7ad31ab3f857d4fd23.json +++ b/data/benchmark/a48e9cf77fbae6f1af8e2c7ad31ab3f857d4fd23.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/sun/xml/bind/external/relaxng-datatype/2.3.6/relaxng-datatype-2.3.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/sun/xml/bind/external/relaxng-datatype/3.0.2/relaxng-datatype-3.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a48e9cf77fbae6f1af8e2c7ad31ab3f857d4fd23-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a48e9cf77fbae6f1af8e2c7ad31ab3f857d4fd23-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/a4c360001134c2e3a9f7fbde88a07a9fd767e78e.json b/data/benchmark/a4c360001134c2e3a9f7fbde88a07a9fd767e78e.json index a7bb215c6029..4554f6c8f5bf 100644 --- a/data/benchmark/a4c360001134c2e3a9f7fbde88a07a9fd767e78e.json +++ b/data/benchmark/a4c360001134c2e3a9f7fbde88a07a9fd767e78e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/reflections/reflections/0.9.9/reflections-0.9.9-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a4c360001134c2e3a9f7fbde88a07a9fd767e78e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a4c360001134c2e3a9f7fbde88a07a9fd767e78e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/a61b52b3627b4a635ae6712081e55cd83e55397d.json b/data/benchmark/a61b52b3627b4a635ae6712081e55cd83e55397d.json index 66570d63f2ed..b6230cf425ee 100644 --- a/data/benchmark/a61b52b3627b4a635ae6712081e55cd83e55397d.json +++ b/data/benchmark/a61b52b3627b4a635ae6712081e55cd83e55397d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/10.12.1/checkstyle-10.12.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/10.12.2/checkstyle-10.12.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a61b52b3627b4a635ae6712081e55cd83e55397d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a61b52b3627b4a635ae6712081e55cd83e55397d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/a67f1530f9413375ec0c2478cc3c01f67bed306f.json b/data/benchmark/a67f1530f9413375ec0c2478cc3c01f67bed306f.json index 4d968cb7d551..4a6f21dd3c90 100644 --- a/data/benchmark/a67f1530f9413375ec0c2478cc3c01f67bed306f.json +++ b/data/benchmark/a67f1530f9413375ec0c2478cc3c01f67bed306f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/testng/testng/7.0.0/testng-7.0.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/testng/testng/7.7.0/testng-7.7.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a67f1530f9413375ec0c2478cc3c01f67bed306f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a67f1530f9413375ec0c2478cc3c01f67bed306f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/a698299490d70ce07b7af6e29ebf4627d412f4dd.json b/data/benchmark/a698299490d70ce07b7af6e29ebf4627d412f4dd.json index 9bea7a63237b..2658771d2c2e 100644 --- a/data/benchmark/a698299490d70ce07b7af6e29ebf4627d412f4dd.json +++ b/data/benchmark/a698299490d70ce07b7af6e29ebf4627d412f4dd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.3/spring-context-6.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a698299490d70ce07b7af6e29ebf4627d412f4dd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a698299490d70ce07b7af6e29ebf4627d412f4dd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/a784b326d0821fc03fe6c5c13053424f8c2c358e.json b/data/benchmark/a784b326d0821fc03fe6c5c13053424f8c2c358e.json index f040ae254e25..25e6eafe9929 100644 --- a/data/benchmark/a784b326d0821fc03fe6c5c13053424f8c2c358e.json +++ b/data/benchmark/a784b326d0821fc03fe6c5c13053424f8c2c358e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hibernate/hibernate-validator/5.4.3.Final/hibernate-validator-5.4.3.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hibernate/hibernate-validator/8.0.0.Final/hibernate-validator-8.0.0.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a784b326d0821fc03fe6c5c13053424f8c2c358e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a784b326d0821fc03fe6c5c13053424f8c2c358e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/a80dac86d1caa3958c45c036d93a7d9231d88fbf.json b/data/benchmark/a80dac86d1caa3958c45c036d93a7d9231d88fbf.json index 1e7bb7723f46..6fbd82381db7 100644 --- a/data/benchmark/a80dac86d1caa3958c45c036d93a7d9231d88fbf.json +++ b/data/benchmark/a80dac86d1caa3958c45c036d93a7d9231d88fbf.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.3/logback-classic-1.4.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a80dac86d1caa3958c45c036d93a7d9231d88fbf-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a80dac86d1caa3958c45c036d93a7d9231d88fbf-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/a950450686c4c136567f3ba7333da8ffaaa84326.json b/data/benchmark/a950450686c4c136567f3ba7333da8ffaaa84326.json index d13d529f9362..b5df30a4d8df 100644 --- a/data/benchmark/a950450686c4c136567f3ba7333da8ffaaa84326.json +++ b/data/benchmark/a950450686c4c136567f3ba7333da8ffaaa84326.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.5/jackson-databind-2.9.10.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a950450686c4c136567f3ba7333da8ffaaa84326-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a950450686c4c136567f3ba7333da8ffaaa84326-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/a978da4ecd0a5dc2d9341b2ee3943cb0aa53d438.json b/data/benchmark/a978da4ecd0a5dc2d9341b2ee3943cb0aa53d438.json index 2b5b26de1304..c508ac65872c 100644 --- a/data/benchmark/a978da4ecd0a5dc2d9341b2ee3943cb0aa53d438.json +++ b/data/benchmark/a978da4ecd0a5dc2d9341b2ee3943cb0aa53d438.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.8/jackson-databind-2.9.10.8-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a978da4ecd0a5dc2d9341b2ee3943cb0aa53d438-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a978da4ecd0a5dc2d9341b2ee3943cb0aa53d438-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/a9c9228182e2e46c98643332f65b0fe372f0a9e4.json b/data/benchmark/a9c9228182e2e46c98643332f65b0fe372f0a9e4.json index 992e3d69589a..c568f56508d6 100644 --- a/data/benchmark/a9c9228182e2e46c98643332f65b0fe372f0a9e4.json +++ b/data/benchmark/a9c9228182e2e46c98643332f65b0fe372f0a9e4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a9c9228182e2e46c98643332f65b0fe372f0a9e4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a9c9228182e2e46c98643332f65b0fe372f0a9e4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/a9df7b2235224fcabefa1d62e8956911aa5bb825.json b/data/benchmark/a9df7b2235224fcabefa1d62e8956911aa5bb825.json index c88107ce295e..8ae52bed46cd 100644 --- a/data/benchmark/a9df7b2235224fcabefa1d62e8956911aa5bb825.json +++ b/data/benchmark/a9df7b2235224fcabefa1d62e8956911aa5bb825.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.17/snakeyaml-1.17-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.32/snakeyaml-1.32-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a9df7b2235224fcabefa1d62e8956911aa5bb825-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a9df7b2235224fcabefa1d62e8956911aa5bb825-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/benchmark/aa14451c6f218af9c08e846345d83259eb7d46a8.json b/data/benchmark/aa14451c6f218af9c08e846345d83259eb7d46a8.json index 88b75b48ab2d..8fcef5f64fc7 100644 --- a/data/benchmark/aa14451c6f218af9c08e846345d83259eb7d46a8.json +++ b/data/benchmark/aa14451c6f218af9c08e846345d83259eb7d46a8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.23/spring-core-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.7/spring-core-6.0.7-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aa14451c6f218af9c08e846345d83259eb7d46a8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aa14451c6f218af9c08e846345d83259eb7d46a8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/aa7bdc45bb47197d959ceae62538a100a01a4d98.json b/data/benchmark/aa7bdc45bb47197d959ceae62538a100a01a4d98.json index 96b95f65a771..555b12bcdc3a 100644 --- a/data/benchmark/aa7bdc45bb47197d959ceae62538a100a01a4d98.json +++ b/data/benchmark/aa7bdc45bb47197d959ceae62538a100a01a4d98.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aa7bdc45bb47197d959ceae62538a100a01a4d98-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aa7bdc45bb47197d959ceae62538a100a01a4d98-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/aac5842369f198d9442cacc2949a09fe00a55367.json b/data/benchmark/aac5842369f198d9442cacc2949a09fe00a55367.json index 39936b34bd8b..0e177a412735 100644 --- a/data/benchmark/aac5842369f198d9442cacc2949a09fe00a55367.json +++ b/data/benchmark/aac5842369f198d9442cacc2949a09fe00a55367.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.35.v20201120/jetty-server-9.4.35.v20201120-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/10.0.14/jetty-server-10.0.14-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aac5842369f198d9442cacc2949a09fe00a55367-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aac5842369f198d9442cacc2949a09fe00a55367-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/aaee63ae584043fe8c048b14741d9967cc371741.json b/data/benchmark/aaee63ae584043fe8c048b14741d9967cc371741.json index dd181a2dcb68..631d668d1ae4 100644 --- a/data/benchmark/aaee63ae584043fe8c048b14741d9967cc371741.json +++ b/data/benchmark/aaee63ae584043fe8c048b14741d9967cc371741.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aaee63ae584043fe8c048b14741d9967cc371741-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aaee63ae584043fe8c048b14741d9967cc371741-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/aaffc2677a7aedeb61ece217a32f3aae237e6776.json b/data/benchmark/aaffc2677a7aedeb61ece217a32f3aae237e6776.json index 13b2e63481fc..c71d593f9978 100644 --- a/data/benchmark/aaffc2677a7aedeb61ece217a32f3aae237e6776.json +++ b/data/benchmark/aaffc2677a7aedeb61ece217a32f3aae237e6776.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aaffc2677a7aedeb61ece217a32f3aae237e6776-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aaffc2677a7aedeb61ece217a32f3aae237e6776-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/ab70529b2edf0a0b3f672278e191dc207d1b8711.json b/data/benchmark/ab70529b2edf0a0b3f672278e191dc207d1b8711.json index db2e2e2af2a8..6cae00d03cff 100644 --- a/data/benchmark/ab70529b2edf0a0b3f672278e191dc207d1b8711.json +++ b/data/benchmark/ab70529b2edf0a0b3f672278e191dc207d1b8711.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.23/spring-core-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.5/spring-core-6.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ab70529b2edf0a0b3f672278e191dc207d1b8711-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ab70529b2edf0a0b3f672278e191dc207d1b8711-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/ab81c2b264ca72de752228690ab5838ea9173d1f.json b/data/benchmark/ab81c2b264ca72de752228690ab5838ea9173d1f.json index d77774648d28..5fcad982cbc8 100644 --- a/data/benchmark/ab81c2b264ca72de752228690ab5838ea9173d1f.json +++ b/data/benchmark/ab81c2b264ca72de752228690ab5838ea9173d1f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.8/jackson-databind-2.9.10.8-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2.1/jackson-databind-2.13.2.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ab81c2b264ca72de752228690ab5838ea9173d1f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ab81c2b264ca72de752228690ab5838ea9173d1f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/ab85440ce7321d895c7a9621224ce8059162a26a.json b/data/benchmark/ab85440ce7321d895c7a9621224ce8059162a26a.json index 1730d141edb8..6c0445120f9a 100644 --- a/data/benchmark/ab85440ce7321d895c7a9621224ce8059162a26a.json +++ b/data/benchmark/ab85440ce7321d895c7a9621224ce8059162a26a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.13.0/asto-core-v1.13.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.14.1/asto-core-v1.14.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "artipie/asto" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ab85440ce7321d895c7a9621224ce8059162a26a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ab85440ce7321d895c7a9621224ce8059162a26a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/abe29340c60b0bfe93b13b638838163cf355eb03.json b/data/benchmark/abe29340c60b0bfe93b13b638838163cf355eb03.json index 6f16c556174a..7c497b928c10 100644 --- a/data/benchmark/abe29340c60b0bfe93b13b638838163cf355eb03.json +++ b/data/benchmark/abe29340c60b0bfe93b13b638838163cf355eb03.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/3.0.6/spring-boot-starter-3.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:abe29340c60b0bfe93b13b638838163cf355eb03-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:abe29340c60b0bfe93b13b638838163cf355eb03-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/abfb7dd92cff85ddb69f70666f3f1705bbf55c78.json b/data/benchmark/abfb7dd92cff85ddb69f70666f3f1705bbf55c78.json index 20921071cb35..5960646853ad 100644 --- a/data/benchmark/abfb7dd92cff85ddb69f70666f3f1705bbf55c78.json +++ b/data/benchmark/abfb7dd92cff85ddb69f70666f3f1705bbf55c78.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.1/maven-plugin-annotations-3.6.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.2/maven-plugin-annotations-3.6.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:abfb7dd92cff85ddb69f70666f3f1705bbf55c78-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:abfb7dd92cff85ddb69f70666f3f1705bbf55c78-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/ac14d8362de4bfcf636e1468d68faa10d8b42669.json b/data/benchmark/ac14d8362de4bfcf636e1468d68faa10d8b42669.json index 1583d90a69f0..32b173b51f08 100644 --- a/data/benchmark/ac14d8362de4bfcf636e1468d68faa10d8b42669.json +++ b/data/benchmark/ac14d8362de4bfcf636e1468d68faa10d8b42669.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.12.1/log4j-core-2.12.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.15.0/log4j-core-2.15.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ac14d8362de4bfcf636e1468d68faa10d8b42669-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ac14d8362de4bfcf636e1468d68faa10d8b42669-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/acc50dabec6796c091b84c1ada2ae4cbcab8b562.json b/data/benchmark/acc50dabec6796c091b84c1ada2ae4cbcab8b562.json index 568aed6a6114..b288436c5317 100644 --- a/data/benchmark/acc50dabec6796c091b84c1ada2ae4cbcab8b562.json +++ b/data/benchmark/acc50dabec6796c091b84c1ada2ae4cbcab8b562.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/struts/struts2-core/2.3.37/struts2-core-2.3.37-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/struts/struts2-core/2.5.22/struts2-core-2.5.22-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/struts" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:acc50dabec6796c091b84c1ada2ae4cbcab8b562-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:acc50dabec6796c091b84c1ada2ae4cbcab8b562-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/ad68349ac058caf14e021e518055b67aca19b663.json b/data/benchmark/ad68349ac058caf14e021e518055b67aca19b663.json index e081a2f3995c..163415df8472 100644 --- a/data/benchmark/ad68349ac058caf14e021e518055b67aca19b663.json +++ b/data/benchmark/ad68349ac058caf14e021e518055b67aca19b663.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ad68349ac058caf14e021e518055b67aca19b663-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ad68349ac058caf14e021e518055b67aca19b663-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/ad80bdff62b1b0520d3fb9e8d627532a38a7c60c.json b/data/benchmark/ad80bdff62b1b0520d3fb9e8d627532a38a7c60c.json index ffb936f7921f..209770910f68 100644 --- a/data/benchmark/ad80bdff62b1b0520d3fb9e8d627532a38a7c60c.json +++ b/data/benchmark/ad80bdff62b1b0520d3fb9e8d627532a38a7c60c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.16.3/flyway-core-9.16.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ad80bdff62b1b0520d3fb9e8d627532a38a7c60c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ad80bdff62b1b0520d3fb9e8d627532a38a7c60c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/add76d2702720eec58110eb133a1511af7455f97.json b/data/benchmark/add76d2702720eec58110eb133a1511af7455f97.json index ba5e9b3f34d4..f02f51254039 100644 --- a/data/benchmark/add76d2702720eec58110eb133a1511af7455f97.json +++ b/data/benchmark/add76d2702720eec58110eb133a1511af7455f97.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:add76d2702720eec58110eb133a1511af7455f97-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:add76d2702720eec58110eb133a1511af7455f97-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/ae0a0bd1311451e4a5a185a8d96405cfe3e049c5.json b/data/benchmark/ae0a0bd1311451e4a5a185a8d96405cfe3e049c5.json index 51d93930ec14..fe22e0c9e0df 100644 --- a/data/benchmark/ae0a0bd1311451e4a5a185a8d96405cfe3e049c5.json +++ b/data/benchmark/ae0a0bd1311451e4a5a185a8d96405cfe3e049c5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.13.0/asto-core-v1.13.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.15.0/asto-core-v1.15.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "artipie/asto" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ae0a0bd1311451e4a5a185a8d96405cfe3e049c5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ae0a0bd1311451e4a5a185a8d96405cfe3e049c5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/ae0c985ae9bd343310b66c5d9895aa068b5ef505.json b/data/benchmark/ae0c985ae9bd343310b66c5d9895aa068b5ef505.json index 34985ee181cb..91d7d5c6e599 100644 --- a/data/benchmark/ae0c985ae9bd343310b66c5d9895aa068b5ef505.json +++ b/data/benchmark/ae0c985ae9bd343310b66c5d9895aa068b5ef505.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.1.2-4/dropwizard-sentry-2.1.2-4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/4.0.0/dropwizard-sentry-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ae0c985ae9bd343310b66c5d9895aa068b5ef505-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ae0c985ae9bd343310b66c5d9895aa068b5ef505-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/ae16b526695fe275ab5e6a1992916875d26da860.json b/data/benchmark/ae16b526695fe275ab5e6a1992916875d26da860.json index a09e1582b25b..b6bf2bd21b14 100644 --- a/data/benchmark/ae16b526695fe275ab5e6a1992916875d26da860.json +++ b/data/benchmark/ae16b526695fe275ab5e6a1992916875d26da860.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/8.1.11.v20130520/jetty-server-8.1.11.v20130520-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.41.v20210516/jetty-server-9.4.41.v20210516-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ae16b526695fe275ab5e6a1992916875d26da860-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ae16b526695fe275ab5e6a1992916875d26da860-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/ae17c8e47b93596cffeb2ec9241465cf39c7f8eb.json b/data/benchmark/ae17c8e47b93596cffeb2ec9241465cf39c7f8eb.json index 9393ee53f857..e5a53077ea63 100644 --- a/data/benchmark/ae17c8e47b93596cffeb2ec9241465cf39c7f8eb.json +++ b/data/benchmark/ae17c8e47b93596cffeb2ec9241465cf39c7f8eb.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/5.3.24/spring-web-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.3/spring-web-6.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ae17c8e47b93596cffeb2ec9241465cf39c7f8eb-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ae17c8e47b93596cffeb2ec9241465cf39c7f8eb-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/aef811ea00446dc800e8fba6cfc15d6d297793ea.json b/data/benchmark/aef811ea00446dc800e8fba6cfc15d6d297793ea.json index 4161850a12ce..4c8aedcc3a05 100644 --- a/data/benchmark/aef811ea00446dc800e8fba6cfc15d6d297793ea.json +++ b/data/benchmark/aef811ea00446dc800e8fba6cfc15d6d297793ea.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev20220705-1.32.1/google-api-services-storage-v1-rev20220705-1.32.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage/v1-rev20220705-2.0.0/google-api-services-storage-v1-rev20220705-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aef811ea00446dc800e8fba6cfc15d6d297793ea-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:aef811ea00446dc800e8fba6cfc15d6d297793ea-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/af6e5d1cc94f031f29b4838e7a8b56704c8c5de4.json b/data/benchmark/af6e5d1cc94f031f29b4838e7a8b56704c8c5de4.json index d665994a2e6e..46541140beee 100644 --- a/data/benchmark/af6e5d1cc94f031f29b4838e7a8b56704c8c5de4.json +++ b/data/benchmark/af6e5d1cc94f031f29b4838e7a8b56704c8c5de4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.17.0/flyway-core-9.17.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:af6e5d1cc94f031f29b4838e7a8b56704c8c5de4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:af6e5d1cc94f031f29b4838e7a8b56704c8c5de4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/b0b8acbc9d71100877bac6e4322d55eb3493ab4c.json b/data/benchmark/b0b8acbc9d71100877bac6e4322d55eb3493ab4c.json index 04f4ad253fb1..08816f8fc41e 100644 --- a/data/benchmark/b0b8acbc9d71100877bac6e4322d55eb3493ab4c.json +++ b/data/benchmark/b0b8acbc9d71100877bac6e4322d55eb3493ab4c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.18.1/assertj-core-3.18.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.23.0/assertj-core-3.23.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "assertj/assertj-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b0b8acbc9d71100877bac6e4322d55eb3493ab4c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b0b8acbc9d71100877bac6e4322d55eb3493ab4c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b19ea99f63b85bbe2bcbdb67bd57459a79f4e677.json b/data/benchmark/b19ea99f63b85bbe2bcbdb67bd57459a79f4e677.json index bffad033ec6f..c5c3275a6c20 100644 --- a/data/benchmark/b19ea99f63b85bbe2bcbdb67bd57459a79f4e677.json +++ b/data/benchmark/b19ea99f63b85bbe2bcbdb67bd57459a79f4e677.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.16.6/jooq-meta-3.16.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.17.2/jooq-meta-3.17.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jOOQ/jOOQ" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b19ea99f63b85bbe2bcbdb67bd57459a79f4e677-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b19ea99f63b85bbe2bcbdb67bd57459a79f4e677-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b1a941400d68445d76056ab8833cd6d2e3455954.json b/data/benchmark/b1a941400d68445d76056ab8833cd6d2e3455954.json index e829690d8c26..7d66e6ff95b8 100644 --- a/data/benchmark/b1a941400d68445d76056ab8833cd6d2e3455954.json +++ b/data/benchmark/b1a941400d68445d76056ab8833cd6d2e3455954.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b1a941400d68445d76056ab8833cd6d2e3455954-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b1a941400d68445d76056ab8833cd6d2e3455954-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/b209fe48162aad0f97eec1ddbb10fae165af4791.json b/data/benchmark/b209fe48162aad0f97eec1ddbb10fae165af4791.json index 63474c235f91..b5aa3c7e8c87 100644 --- a/data/benchmark/b209fe48162aad0f97eec1ddbb10fae165af4791.json +++ b/data/benchmark/b209fe48162aad0f97eec1ddbb10fae165af4791.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi/4.1.2/poi-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi/5.0.0/poi-5.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b209fe48162aad0f97eec1ddbb10fae165af4791-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b209fe48162aad0f97eec1ddbb10fae165af4791-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b2b18584e757c44b1468383252d6a9761f8097de.json b/data/benchmark/b2b18584e757c44b1468383252d6a9761f8097de.json index 43259bd3cc32..667c9a4fd1ca 100644 --- a/data/benchmark/b2b18584e757c44b1468383252d6a9761f8097de.json +++ b/data/benchmark/b2b18584e757c44b1468383252d6a9761f8097de.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.25/spring-context-5.3.25-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.5/spring-context-6.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b2b18584e757c44b1468383252d6a9761f8097de-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b2b18584e757c44b1468383252d6a9761f8097de-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b2edf635da83fd076262a41751c6f773c17f3b76.json b/data/benchmark/b2edf635da83fd076262a41751c6f773c17f3b76.json index abe720eb1094..51d542dd05be 100644 --- a/data/benchmark/b2edf635da83fd076262a41751c6f773c17f3b76.json +++ b/data/benchmark/b2edf635da83fd076262a41751c6f773c17f3b76.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.32/snakeyaml-1.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b2edf635da83fd076262a41751c6f773c17f3b76-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b2edf635da83fd076262a41751c6f773c17f3b76-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/b349a544f5d004d5297879a0cfdb5f39e0a09110.json b/data/benchmark/b349a544f5d004d5297879a0cfdb5f39e0a09110.json index 7664e06212f2..43430b0d1827 100644 --- a/data/benchmark/b349a544f5d004d5297879a0cfdb5f39e0a09110.json +++ b/data/benchmark/b349a544f5d004d5297879a0cfdb5f39e0a09110.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b349a544f5d004d5297879a0cfdb5f39e0a09110-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b349a544f5d004d5297879a0cfdb5f39e0a09110-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/b554e03428f2ba877c33a0fece7f0f00fb38a5fa.json b/data/benchmark/b554e03428f2ba877c33a0fece7f0f00fb38a5fa.json index cef44a937cfa..53505535cf76 100644 --- a/data/benchmark/b554e03428f2ba877c33a0fece7f0f00fb38a5fa.json +++ b/data/benchmark/b554e03428f2ba877c33a0fece7f0f00fb38a5fa.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.0/maven-dependency-tree-3.2.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/maven-dependency-tree" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b554e03428f2ba877c33a0fece7f0f00fb38a5fa-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b554e03428f2ba877c33a0fece7f0f00fb38a5fa-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b5b64613a1a650a5784ff39386b4e00e05e5c21c.json b/data/benchmark/b5b64613a1a650a5784ff39386b4e00e05e5c21c.json index c491ab8c5259..5c74bc970384 100644 --- a/data/benchmark/b5b64613a1a650a5784ff39386b4e00e05e5c21c.json +++ b/data/benchmark/b5b64613a1a650a5784ff39386b4e00e05e5c21c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b5b64613a1a650a5784ff39386b4e00e05e5c21c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b5b64613a1a650a5784ff39386b4e00e05e5c21c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/b5d920ebc2b2ada185467c989310e2f78806bc95.json b/data/benchmark/b5d920ebc2b2ada185467c989310e2f78806bc95.json index 124f618c5853..d146e44dfac0 100644 --- a/data/benchmark/b5d920ebc2b2ada185467c989310e2f78806bc95.json +++ b/data/benchmark/b5d920ebc2b2ada185467c989310e2f78806bc95.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b5d920ebc2b2ada185467c989310e2f78806bc95-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b5d920ebc2b2ada185467c989310e2f78806bc95-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b5eb721e10cb05e68c0283d8a76c46cc257a0331.json b/data/benchmark/b5eb721e10cb05e68c0283d8a76c46cc257a0331.json index 7742e9f08ac0..df80be2705cb 100644 --- a/data/benchmark/b5eb721e10cb05e68c0283d8a76c46cc257a0331.json +++ b/data/benchmark/b5eb721e10cb05e68c0283d8a76c46cc257a0331.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b5eb721e10cb05e68c0283d8a76c46cc257a0331-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b5eb721e10cb05e68c0283d8a76c46cc257a0331-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b6a48a6e557fad1ceda680618e0a34c7b8c5c087.json b/data/benchmark/b6a48a6e557fad1ceda680618e0a34c7b8c5c087.json index f38b99599592..decef754f4be 100644 --- a/data/benchmark/b6a48a6e557fad1ceda680618e0a34c7b8c5c087.json +++ b/data/benchmark/b6a48a6e557fad1ceda680618e0a34c7b8c5c087.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.18.0/flyway-core-9.18.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b6a48a6e557fad1ceda680618e0a34c7b8c5c087-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b6a48a6e557fad1ceda680618e0a34c7b8c5c087-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/b6c9b74915e6fb8a972e243f23af2631fce44eb4.json b/data/benchmark/b6c9b74915e6fb8a972e243f23af2631fce44eb4.json index 6f6679d22126..805790bf8e0e 100644 --- a/data/benchmark/b6c9b74915e6fb8a972e243f23af2631fce44eb4.json +++ b/data/benchmark/b6c9b74915e6fb8a972e243f23af2631fce44eb4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.18.0/log4j-core-2.18.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b6c9b74915e6fb8a972e243f23af2631fce44eb4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b6c9b74915e6fb8a972e243f23af2631fce44eb4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b736ca80eab43feae1b3224f8402e0d2420fd035.json b/data/benchmark/b736ca80eab43feae1b3224f8402e0d2420fd035.json index db18129cf3de..961311a99c47 100644 --- a/data/benchmark/b736ca80eab43feae1b3224f8402e0d2420fd035.json +++ b/data/benchmark/b736ca80eab43feae1b3224f8402e0d2420fd035.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b736ca80eab43feae1b3224f8402e0d2420fd035-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b736ca80eab43feae1b3224f8402e0d2420fd035-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b7e4be7e46c5360726104023156ae726da6c972e.json b/data/benchmark/b7e4be7e46c5360726104023156ae726da6c972e.json index 2138a6b63e70..941b9580e1cd 100644 --- a/data/benchmark/b7e4be7e46c5360726104023156ae726da6c972e.json +++ b/data/benchmark/b7e4be7e46c5360726104023156ae726da6c972e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.8/jackson-databind-2.9.10.8-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b7e4be7e46c5360726104023156ae726da6c972e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b7e4be7e46c5360726104023156ae726da6c972e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b8f92ff37d1aed054d8320283fd6d6a492703a55.json b/data/benchmark/b8f92ff37d1aed054d8320283fd6d6a492703a55.json index 805bdc3b5362..96da2cc5ab51 100644 --- a/data/benchmark/b8f92ff37d1aed054d8320283fd6d6a492703a55.json +++ b/data/benchmark/b8f92ff37d1aed054d8320283fd6d6a492703a55.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/maven-surefire" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b8f92ff37d1aed054d8320283fd6d6a492703a55-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b8f92ff37d1aed054d8320283fd6d6a492703a55-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/b92fdfdaeea759fb558907ef8f7e3d46c170f886.json b/data/benchmark/b92fdfdaeea759fb558907ef8f7e3d46c170f886.json index 796c6d51f1b1..dd2fe0963aca 100644 --- a/data/benchmark/b92fdfdaeea759fb558907ef8f7e3d46c170f886.json +++ b/data/benchmark/b92fdfdaeea759fb558907ef8f7e3d46c170f886.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.1/spring-core-6.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b92fdfdaeea759fb558907ef8f7e3d46c170f886-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b92fdfdaeea759fb558907ef8f7e3d46c170f886-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b98f5deee00b655fd88f1ae72f2b006f2f8c4637.json b/data/benchmark/b98f5deee00b655fd88f1ae72f2b006f2f8c4637.json index 6c9fe0e09da8..7050291224e4 100644 --- a/data/benchmark/b98f5deee00b655fd88f1ae72f2b006f2f8c4637.json +++ b/data/benchmark/b98f5deee00b655fd88f1ae72f2b006f2f8c4637.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b98f5deee00b655fd88f1ae72f2b006f2f8c4637-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b98f5deee00b655fd88f1ae72f2b006f2f8c4637-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE" + "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/b9f3ed467fa1dddb9e315325f5411349378d467c.json b/data/benchmark/b9f3ed467fa1dddb9e315325f5411349378d467c.json index 961f060aeca8..8198ba20da9c 100644 --- a/data/benchmark/b9f3ed467fa1dddb9e315325f5411349378d467c.json +++ b/data/benchmark/b9f3ed467fa1dddb9e315325f5411349378d467c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.32/jersey-server-2.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.39.1/jersey-server-2.39.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/jersey" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b9f3ed467fa1dddb9e315325f5411349378d467c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b9f3ed467fa1dddb9e315325f5411349378d467c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/bab3a3c5b1aa9ee57dcbff7f146576f2c0c7251d.json b/data/benchmark/bab3a3c5b1aa9ee57dcbff7f146576f2c0c7251d.json index 29223d2f4600..c94968de9306 100644 --- a/data/benchmark/bab3a3c5b1aa9ee57dcbff7f146576f2c0c7251d.json +++ b/data/benchmark/bab3a3c5b1aa9ee57dcbff7f146576f2c0c7251d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.4/logback-classic-1.4.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bab3a3c5b1aa9ee57dcbff7f146576f2c0c7251d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bab3a3c5b1aa9ee57dcbff7f146576f2c0c7251d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/bad55510363bde900a60f13ecc744e0c244397d4.json b/data/benchmark/bad55510363bde900a60f13ecc744e0c244397d4.json index db0ea7c0b325..d4f3ff219863 100644 --- a/data/benchmark/bad55510363bde900a60f13ecc744e0c244397d4.json +++ b/data/benchmark/bad55510363bde900a60f13ecc744e0c244397d4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.1/spring-context-6.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bad55510363bde900a60f13ecc744e0c244397d4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bad55510363bde900a60f13ecc744e0c244397d4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/bbb6f746d11a6f048afe61592d1c5fe7e4560c84.json b/data/benchmark/bbb6f746d11a6f048afe61592d1c5fe7e4560c84.json index fe2f1c88c596..bd3ebdf21d15 100644 --- a/data/benchmark/bbb6f746d11a6f048afe61592d1c5fe7e4560c84.json +++ b/data/benchmark/bbb6f746d11a6f048afe61592d1c5fe7e4560c84.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.13/snakeyaml-1.13-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.32/snakeyaml-1.32-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bbb6f746d11a6f048afe61592d1c5fe7e4560c84-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bbb6f746d11a6f048afe61592d1c5fe7e4560c84-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/bbd31a8cfb555ca45c1eaf43ac659e83539df201.json b/data/benchmark/bbd31a8cfb555ca45c1eaf43ac659e83539df201.json index f2979e35dd56..6b907a5d7eb5 100644 --- a/data/benchmark/bbd31a8cfb555ca45c1eaf43ac659e83539df201.json +++ b/data/benchmark/bbd31a8cfb555ca45c1eaf43ac659e83539df201.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/guava/guava/31.1-android/guava-31.1-android-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/guava/guava/32.0.0-android/guava-32.0.0-android-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bbd31a8cfb555ca45c1eaf43ac659e83539df201-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bbd31a8cfb555ca45c1eaf43ac659e83539df201-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/bbd396d040324e103e29fcfe0b51389bfade4d93.json b/data/benchmark/bbd396d040324e103e29fcfe0b51389bfade4d93.json index 6337e84a8d3a..606dac6d2545 100644 --- a/data/benchmark/bbd396d040324e103e29fcfe0b51389bfade4d93.json +++ b/data/benchmark/bbd396d040324e103e29fcfe0b51389bfade4d93.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.13/snakeyaml-1.13-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/1.31/snakeyaml-1.31-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bbd396d040324e103e29fcfe0b51389bfade4d93-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bbd396d040324e103e29fcfe0b51389bfade4d93-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/bc209e43001af17218a6f401d0ea884d814790d1.json b/data/benchmark/bc209e43001af17218a6f401d0ea884d814790d1.json index 8bf16b5fc067..d0e7db30e977 100644 --- a/data/benchmark/bc209e43001af17218a6f401d0ea884d814790d1.json +++ b/data/benchmark/bc209e43001af17218a6f401d0ea884d814790d1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bc209e43001af17218a6f401d0ea884d814790d1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bc209e43001af17218a6f401d0ea884d814790d1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/bc2dad1e82eb2a8a5105465ca2a8426813760606.json b/data/benchmark/bc2dad1e82eb2a8a5105465ca2a8426813760606.json index 2c56be1e10d7..49c4a3703ea0 100644 --- a/data/benchmark/bc2dad1e82eb2a8a5105465ca2a8426813760606.json +++ b/data/benchmark/bc2dad1e82eb2a8a5105465ca2a8426813760606.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/5.3.24/spring-tx-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/6.0.6/spring-tx-6.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bc2dad1e82eb2a8a5105465ca2a8426813760606-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bc2dad1e82eb2a8a5105465ca2a8426813760606-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/bc73c14c4b588fd53f1f8e5f88be79f827ac6c6e.json b/data/benchmark/bc73c14c4b588fd53f1f8e5f88be79f827ac6c6e.json index 8fae97192162..b87b79f9c7b7 100644 --- a/data/benchmark/bc73c14c4b588fd53f1f8e5f88be79f827ac6c6e.json +++ b/data/benchmark/bc73c14c4b588fd53f1f8e5f88be79f827ac6c6e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.4/slf4j-api-2.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bc73c14c4b588fd53f1f8e5f88be79f827ac6c6e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bc73c14c4b588fd53f1f8e5f88be79f827ac6c6e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/bcafa6f39116555a4c53882ed2cf2835594d9114.json b/data/benchmark/bcafa6f39116555a4c53882ed2cf2835594d9114.json index 1ae24419ac51..41ea3c70ed17 100644 --- a/data/benchmark/bcafa6f39116555a4c53882ed2cf2835594d9114.json +++ b/data/benchmark/bcafa6f39116555a4c53882ed2cf2835594d9114.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.24/spring-webmvc-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/6.0.3/spring-webmvc-6.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bcafa6f39116555a4c53882ed2cf2835594d9114-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bcafa6f39116555a4c53882ed2cf2835594d9114-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/bd3ce213e2771c6ef7817c80818807a757d4e94a.json b/data/benchmark/bd3ce213e2771c6ef7817c80818807a757d4e94a.json index 3d82549e9b66..631d628bf931 100644 --- a/data/benchmark/bd3ce213e2771c6ef7817c80818807a757d4e94a.json +++ b/data/benchmark/bd3ce213e2771c6ef7817c80818807a757d4e94a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4.1/jackson-databind-2.13.4.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bd3ce213e2771c6ef7817c80818807a757d4e94a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bd3ce213e2771c6ef7817c80818807a757d4e94a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/bd46a7fe95a386f4def45dcc8c6c18ba2d9a5920.json b/data/benchmark/bd46a7fe95a386f4def45dcc8c6c18ba2d9a5920.json index bc3dd36bd60b..4805dab110f8 100644 --- a/data/benchmark/bd46a7fe95a386f4def45dcc8c6c18ba2d9a5920.json +++ b/data/benchmark/bd46a7fe95a386f4def45dcc8c6c18ba2d9a5920.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.14.1/jackson-databind-2.14.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bd46a7fe95a386f4def45dcc8c6c18ba2d9a5920-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bd46a7fe95a386f4def45dcc8c6c18ba2d9a5920-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/bd9245e7626d7844d1b67dda4396ca523e9e3687.json b/data/benchmark/bd9245e7626d7844d1b67dda4396ca523e9e3687.json index d6fa6b4aaef4..182ed741a794 100644 --- a/data/benchmark/bd9245e7626d7844d1b67dda4396ca523e9e3687.json +++ b/data/benchmark/bd9245e7626d7844d1b67dda4396ca523e9e3687.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.0/jackson-databind-2.13.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2.1/jackson-databind-2.13.2.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bd9245e7626d7844d1b67dda4396ca523e9e3687-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bd9245e7626d7844d1b67dda4396ca523e9e3687-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/bd93ad3b61139e8bf91a1a0ff5351bc9d3d8bbbc.json b/data/benchmark/bd93ad3b61139e8bf91a1a0ff5351bc9d3d8bbbc.json index 828c5d6bf2e3..a194b65a97e6 100644 --- a/data/benchmark/bd93ad3b61139e8bf91a1a0ff5351bc9d3d8bbbc.json +++ b/data/benchmark/bd93ad3b61139e8bf91a1a0ff5351bc9d3d8bbbc.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bd93ad3b61139e8bf91a1a0ff5351bc9d3d8bbbc-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bd93ad3b61139e8bf91a1a0ff5351bc9d3d8bbbc-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/bdbb81614557858922836294d1d6dd3dd661f10c.json b/data/benchmark/bdbb81614557858922836294d1d6dd3dd661f10c.json index 7ce2f8b8e8b8..d7279ddb49f5 100644 --- a/data/benchmark/bdbb81614557858922836294d1d6dd3dd661f10c.json +++ b/data/benchmark/bdbb81614557858922836294d1d6dd3dd661f10c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.3/spring-context-6.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bdbb81614557858922836294d1d6dd3dd661f10c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bdbb81614557858922836294d1d6dd3dd661f10c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/bdbdd72d9988aa736bde515d46d3990527c92fee.json b/data/benchmark/bdbdd72d9988aa736bde515d46d3990527c92fee.json index 167316c977b2..9f341f0c7bce 100644 --- a/data/benchmark/bdbdd72d9988aa736bde515d46d3990527c92fee.json +++ b/data/benchmark/bdbdd72d9988aa736bde515d46d3990527c92fee.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bdbdd72d9988aa736bde515d46d3990527c92fee-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bdbdd72d9988aa736bde515d46d3990527c92fee-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/bf192132622ef035d43b717570a4d6746540364c.json b/data/benchmark/bf192132622ef035d43b717570a4d6746540364c.json index 538349bc91f5..fd2b0c13eb2e 100644 --- a/data/benchmark/bf192132622ef035d43b717570a4d6746540364c.json +++ b/data/benchmark/bf192132622ef035d43b717570a4d6746540364c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "kiegroup/optaplanner" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bf192132622ef035d43b717570a4d6746540364c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bf192132622ef035d43b717570a4d6746540364c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE" + "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/bfe01b1632ae11371134a34066ad2d9e23e374b3.json b/data/benchmark/bfe01b1632ae11371134a34066ad2d9e23e374b3.json index b9a8b57524a3..bc800adbb3da 100644 --- a/data/benchmark/bfe01b1632ae11371134a34066ad2d9e23e374b3.json +++ b/data/benchmark/bfe01b1632ae11371134a34066ad2d9e23e374b3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bfe01b1632ae11371134a34066ad2d9e23e374b3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bfe01b1632ae11371134a34066ad2d9e23e374b3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/c007e01d4bad22201d0ce3dcf3a4dc04bc282647.json b/data/benchmark/c007e01d4bad22201d0ce3dcf3a4dc04bc282647.json index 63b3b5e42638..578a0984ca8e 100644 --- a/data/benchmark/c007e01d4bad22201d0ce3dcf3a4dc04bc282647.json +++ b/data/benchmark/c007e01d4bad22201d0ce3dcf3a4dc04bc282647.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.0/logback-classic-1.4.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c007e01d4bad22201d0ce3dcf3a4dc04bc282647-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c007e01d4bad22201d0ce3dcf3a4dc04bc282647-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/c09896887acf0fe59320e01145a7034cd8d4e326.json b/data/benchmark/c09896887acf0fe59320e01145a7034cd8d4e326.json index d2aa738207f9..188dc3db9477 100644 --- a/data/benchmark/c09896887acf0fe59320e01145a7034cd8d4e326.json +++ b/data/benchmark/c09896887acf0fe59320e01145a7034cd8d4e326.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/kohsuke/github-api/1.93/github-api-1.93-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/kohsuke/github-api/1.314/github-api-1.314-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "kohsuke/github-api" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c09896887acf0fe59320e01145a7034cd8d4e326-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c09896887acf0fe59320e01145a7034cd8d4e326-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/c0f6ab75784dbc13ae8ff47298704c0756cf3a2c.json b/data/benchmark/c0f6ab75784dbc13ae8ff47298704c0756cf3a2c.json index dd9e8fcd869f..c51a0a29a737 100644 --- a/data/benchmark/c0f6ab75784dbc13ae8ff47298704c0756cf3a2c.json +++ b/data/benchmark/c0f6ab75784dbc13ae8ff47298704c0756cf3a2c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/sonarsource/sonarlint/core/sonarlint-core/8.15.0.65216/sonarlint-core-8.15.0.65216-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/sonarsource/sonarlint/core/sonarlint-core/8.19.0.72745/sonarlint-core-8.19.0.72745-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "LGPL-3.0", + "githubRepoSlug" : "sonarsource/sonarlint-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c0f6ab75784dbc13ae8ff47298704c0756cf3a2c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c0f6ab75784dbc13ae8ff47298704c0756cf3a2c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/c131a3dbb5670183944861f23f225fd772370ff4.json b/data/benchmark/c131a3dbb5670183944861f23f225fd772370ff4.json index 6603843d2fcb..108e959c48ad 100644 --- a/data/benchmark/c131a3dbb5670183944861f23f225fd772370ff4.json +++ b/data/benchmark/c131a3dbb5670183944861f23f225fd772370ff4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto/v1.8.0/asto-v1.8.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto/v1.11.0/asto-v1.11.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c131a3dbb5670183944861f23f225fd772370ff4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c131a3dbb5670183944861f23f225fd772370ff4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "WERROR_FAILURE" + "failureCategory" : "WERROR_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/c1fc16b4fe9dfdfa16ce7248fccad0e7d994094d.json b/data/benchmark/c1fc16b4fe9dfdfa16ce7248fccad0e7d994094d.json index b431cfc376b8..ec9c937d7a1c 100644 --- a/data/benchmark/c1fc16b4fe9dfdfa16ce7248fccad0e7d994094d.json +++ b/data/benchmark/c1fc16b4fe9dfdfa16ce7248fccad0e7d994094d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.23/spring-core-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.2/spring-core-6.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c1fc16b4fe9dfdfa16ce7248fccad0e7d994094d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c1fc16b4fe9dfdfa16ce7248fccad0e7d994094d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/c311ee0a84b72b15ba64da3514181c2347912225.json b/data/benchmark/c311ee0a84b72b15ba64da3514181c2347912225.json index c066bf7aa23c..8811a3de818c 100644 --- a/data/benchmark/c311ee0a84b72b15ba64da3514181c2347912225.json +++ b/data/benchmark/c311ee0a84b72b15ba64da3514181c2347912225.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.13.0/asto-core-v1.13.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.15.1/asto-core-v1.15.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "artipie/asto" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c311ee0a84b72b15ba64da3514181c2347912225-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c311ee0a84b72b15ba64da3514181c2347912225-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/c3132b266fa9bb6a8dbfbc548cd2ca2b99d8d8af.json b/data/benchmark/c3132b266fa9bb6a8dbfbc548cd2ca2b99d8d8af.json index 3eec058437b2..22ce7adc2298 100644 --- a/data/benchmark/c3132b266fa9bb6a8dbfbc548cd2ca2b99d8d8af.json +++ b/data/benchmark/c3132b266fa9bb6a8dbfbc548cd2ca2b99d8d8af.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c3132b266fa9bb6a8dbfbc548cd2ca2b99d8d8af-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c3132b266fa9bb6a8dbfbc548cd2ca2b99d8d8af-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c32185c43be158d32c7d13c5b816991954eb45fa.json b/data/benchmark/c32185c43be158d32c7d13c5b816991954eb45fa.json index 51ff3b34e9dc..8637f95a3ece 100644 --- a/data/benchmark/c32185c43be158d32c7d13c5b816991954eb45fa.json +++ b/data/benchmark/c32185c43be158d32c7d13c5b816991954eb45fa.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.10.2/flyway-core-9.10.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c32185c43be158d32c7d13c5b816991954eb45fa-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c32185c43be158d32c7d13c5b816991954eb45fa-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/c3818c076f0c088d1d11b7812b880be579c19ec2.json b/data/benchmark/c3818c076f0c088d1d11b7812b880be579c19ec2.json index 7193f58f8549..05d91dd05c59 100644 --- a/data/benchmark/c3818c076f0c088d1d11b7812b880be579c19ec2.json +++ b/data/benchmark/c3818c076f0c088d1d11b7812b880be579c19ec2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hibernate/hibernate-validator/5.4.3.Final/hibernate-validator-5.4.3.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hibernate/hibernate-validator/8.0.1.Final/hibernate-validator-8.0.1.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c3818c076f0c088d1d11b7812b880be579c19ec2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c3818c076f0c088d1d11b7812b880be579c19ec2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/c3d0aba8fabeb8026b73bdc1b891f64271cd06e7.json b/data/benchmark/c3d0aba8fabeb8026b73bdc1b891f64271cd06e7.json index f1b3f49e8b40..f29d4b8e3100 100644 --- a/data/benchmark/c3d0aba8fabeb8026b73bdc1b891f64271cd06e7.json +++ b/data/benchmark/c3d0aba8fabeb8026b73bdc1b891f64271cd06e7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c3d0aba8fabeb8026b73bdc1b891f64271cd06e7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c3d0aba8fabeb8026b73bdc1b891f64271cd06e7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c4071651dc726b94d118e67b4d76e1979661ffda.json b/data/benchmark/c4071651dc726b94d118e67b4d76e1979661ffda.json index 9087e0f0810e..80c17b9b354a 100644 --- a/data/benchmark/c4071651dc726b94d118e67b4d76e1979661ffda.json +++ b/data/benchmark/c4071651dc726b94d118e67b4d76e1979661ffda.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.2/slf4j-api-2.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c4071651dc726b94d118e67b4d76e1979661ffda-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c4071651dc726b94d118e67b4d76e1979661ffda-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/c44aa1857cdeb811d87303df5671be9431105d3c.json b/data/benchmark/c44aa1857cdeb811d87303df5671be9431105d3c.json index 4f0a80c7f02a..379e80bb835d 100644 --- a/data/benchmark/c44aa1857cdeb811d87303df5671be9431105d3c.json +++ b/data/benchmark/c44aa1857cdeb811d87303df5671be9431105d3c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hibernate/hibernate-entitymanager/5.6.15.Final/hibernate-entitymanager-5.6.15.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c44aa1857cdeb811d87303df5671be9431105d3c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c44aa1857cdeb811d87303df5671be9431105d3c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "WERROR_FAILURE" + "failureCategory" : "WERROR_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/c46623986f77fdd0a206e3be2fae7e283b157be3.json b/data/benchmark/c46623986f77fdd0a206e3be2fae7e283b157be3.json index 4ee932b0e0b4..c22d6a720c24 100644 --- a/data/benchmark/c46623986f77fdd0a206e3be2fae7e283b157be3.json +++ b/data/benchmark/c46623986f77fdd0a206e3be2fae7e283b157be3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.35.v20201120/jetty-server-9.4.35.v20201120-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.49.v20220914/jetty-server-9.4.49.v20220914-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c46623986f77fdd0a206e3be2fae7e283b157be3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c46623986f77fdd0a206e3be2fae7e283b157be3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c4950c79dfe902dae8991ff722216c7ba787bf32.json b/data/benchmark/c4950c79dfe902dae8991ff722216c7ba787bf32.json index 37c26b28b011..94ae306cd033 100644 --- a/data/benchmark/c4950c79dfe902dae8991ff722216c7ba787bf32.json +++ b/data/benchmark/c4950c79dfe902dae8991ff722216c7ba787bf32.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.19/spring-core-5.3.19-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.4/spring-core-6.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c4950c79dfe902dae8991ff722216c7ba787bf32-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c4950c79dfe902dae8991ff722216c7ba787bf32-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c5905f7220e1129a0448715ee5d0e61ee5ac31e1.json b/data/benchmark/c5905f7220e1129a0448715ee5d0e61ee5ac31e1.json index 99f89ca76a87..66399747959c 100644 --- a/data/benchmark/c5905f7220e1129a0448715ee5d0e61ee5ac31e1.json +++ b/data/benchmark/c5905f7220e1129a0448715ee5d0e61ee5ac31e1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.10/spring-context-6.0.10-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5905f7220e1129a0448715ee5d0e61ee5ac31e1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5905f7220e1129a0448715ee5d0e61ee5ac31e1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c5c8dfee350e07c014506dfdfead5556d0bc6a2a.json b/data/benchmark/c5c8dfee350e07c014506dfdfead5556d0bc6a2a.json index c01e9abcf044..622403e1430a 100644 --- a/data/benchmark/c5c8dfee350e07c014506dfdfead5556d0bc6a2a.json +++ b/data/benchmark/c5c8dfee350e07c014506dfdfead5556d0bc6a2a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/cloud/pubsublite-kafka/1.0.2/pubsublite-kafka-1.0.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/cloud/pubsublite-kafka/1.1.2/pubsublite-kafka-1.1.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5c8dfee350e07c014506dfdfead5556d0bc6a2a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5c8dfee350e07c014506dfdfead5556d0bc6a2a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c5db2b610e30061ea559e10cbccffb055d345d5e.json b/data/benchmark/c5db2b610e30061ea559e10cbccffb055d345d5e.json index 7c910f6d5dec..0389702fad51 100644 --- a/data/benchmark/c5db2b610e30061ea559e10cbccffb055d345d5e.json +++ b/data/benchmark/c5db2b610e30061ea559e10cbccffb055d345d5e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.3/slf4j-api-2.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5db2b610e30061ea559e10cbccffb055d345d5e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5db2b610e30061ea559e10cbccffb055d345d5e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/c5ddd70e8ce1555bdfd337e563b08d87ec6dc826.json b/data/benchmark/c5ddd70e8ce1555bdfd337e563b08d87ec6dc826.json index 279254b5043e..e3198cb76426 100644 --- a/data/benchmark/c5ddd70e8ce1555bdfd337e563b08d87ec6dc826.json +++ b/data/benchmark/c5ddd70e8ce1555bdfd337e563b08d87ec6dc826.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.3.1/woodstox-core-6.3.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/woodstox/woodstox-core/6.4.0/woodstox-core-6.4.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "FasterXML/woodstox" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5ddd70e8ce1555bdfd337e563b08d87ec6dc826-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5ddd70e8ce1555bdfd337e563b08d87ec6dc826-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c5fd5187ce64d2b53602717f09cc18dd21d55e8d.json b/data/benchmark/c5fd5187ce64d2b53602717f09cc18dd21d55e8d.json index cb34e5f6b48b..0448683ada6a 100644 --- a/data/benchmark/c5fd5187ce64d2b53602717f09cc18dd21d55e8d.json +++ b/data/benchmark/c5fd5187ce64d2b53602717f09cc18dd21d55e8d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hibernate/hibernate-entitymanager/5.6.14.Final/hibernate-entitymanager-5.6.14.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5fd5187ce64d2b53602717f09cc18dd21d55e8d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5fd5187ce64d2b53602717f09cc18dd21d55e8d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "WERROR_FAILURE" + "failureCategory" : "WERROR_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/c7c9590a206d4fb77dd05b9df391d888e6181667.json b/data/benchmark/c7c9590a206d4fb77dd05b9df391d888e6181667.json index bb126a77f3cd..f22f131ae693 100644 --- a/data/benchmark/c7c9590a206d4fb77dd05b9df391d888e6181667.json +++ b/data/benchmark/c7c9590a206d4fb77dd05b9df391d888e6181667.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/maven-doxia" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c7c9590a206d4fb77dd05b9df391d888e6181667-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c7c9590a206d4fb77dd05b9df391d888e6181667-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c83979c19ca572bfef0fa96d73772fdbeeddd109.json b/data/benchmark/c83979c19ca572bfef0fa96d73772fdbeeddd109.json index 9faeb93071a1..1222770d992f 100644 --- a/data/benchmark/c83979c19ca572bfef0fa96d73772fdbeeddd109.json +++ b/data/benchmark/c83979c19ca572bfef0fa96d73772fdbeeddd109.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/graphql-java-kickstart/graphql-java-servlet/14.0.0/graphql-java-servlet-14.0.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/graphql-java-kickstart/graphql-java-servlet/15.0.0/graphql-java-servlet-15.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c83979c19ca572bfef0fa96d73772fdbeeddd109-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c83979c19ca572bfef0fa96d73772fdbeeddd109-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c8a572a7d8e67eef75d9ab1a80d6acb952be6d7e.json b/data/benchmark/c8a572a7d8e67eef75d9ab1a80d6acb952be6d7e.json index 3303ccebadad..1cd219353aee 100644 --- a/data/benchmark/c8a572a7d8e67eef75d9ab1a80d6acb952be6d7e.json +++ b/data/benchmark/c8a572a7d8e67eef75d9ab1a80d6acb952be6d7e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c8a572a7d8e67eef75d9ab1a80d6acb952be6d7e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c8a572a7d8e67eef75d9ab1a80d6acb952be6d7e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/c8da6c3c823d745bb37b072a4a33b6342a86dcd9.json b/data/benchmark/c8da6c3c823d745bb37b072a4a33b6342a86dcd9.json index 2fad3be74682..e5d7f662cfaf 100644 --- a/data/benchmark/c8da6c3c823d745bb37b072a4a33b6342a86dcd9.json +++ b/data/benchmark/c8da6c3c823d745bb37b072a4a33b6342a86dcd9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/5.3.24/spring-web-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.0/spring-web-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c8da6c3c823d745bb37b072a4a33b6342a86dcd9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c8da6c3c823d745bb37b072a4a33b6342a86dcd9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c90c8fd408f5f9b6f5760a5e5e0182c8faa73179.json b/data/benchmark/c90c8fd408f5f9b6f5760a5e5e0182c8faa73179.json index f2cef073422d..023e29f907de 100644 --- a/data/benchmark/c90c8fd408f5f9b6f5760a5e5e0182c8faa73179.json +++ b/data/benchmark/c90c8fd408f5f9b6f5760a5e5e0182c8faa73179.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c90c8fd408f5f9b6f5760a5e5e0182c8faa73179-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c90c8fd408f5f9b6f5760a5e5e0182c8faa73179-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/c923de11176e4fee34fa01bdb1cb1c90861fd0cf.json b/data/benchmark/c923de11176e4fee34fa01bdb1cb1c90861fd0cf.json index 358b71fd1e29..a86b45efb764 100644 --- a/data/benchmark/c923de11176e4fee34fa01bdb1cb1c90861fd0cf.json +++ b/data/benchmark/c923de11176e4fee34fa01bdb1cb1c90861fd0cf.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.18.0/log4j-api-2.18.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c923de11176e4fee34fa01bdb1cb1c90861fd0cf-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c923de11176e4fee34fa01bdb1cb1c90861fd0cf-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/c9cc7d936dda55c66b41411ba608549061914806.json b/data/benchmark/c9cc7d936dda55c66b41411ba608549061914806.json index 7ed2f788906a..e7c1ed181598 100644 --- a/data/benchmark/c9cc7d936dda55c66b41411ba608549061914806.json +++ b/data/benchmark/c9cc7d936dda55c66b41411ba608549061914806.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.3/slf4j-api-2.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c9cc7d936dda55c66b41411ba608549061914806-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c9cc7d936dda55c66b41411ba608549061914806-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/ca09cbc2092a1083d1e640adfec7d6a188e5e935.json b/data/benchmark/ca09cbc2092a1083d1e640adfec7d6a188e5e935.json index cae539b26618..446ac4421873 100644 --- a/data/benchmark/ca09cbc2092a1083d1e640adfec7d6a188e5e935.json +++ b/data/benchmark/ca09cbc2092a1083d1e640adfec7d6a188e5e935.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ca09cbc2092a1083d1e640adfec7d6a188e5e935-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ca09cbc2092a1083d1e640adfec7d6a188e5e935-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/cb541fd65c7b9bbc3424ea927f1dab223261d156.json b/data/benchmark/cb541fd65c7b9bbc3424ea927f1dab223261d156.json index c4d80a9bbc1a..803f738e834e 100644 --- a/data/benchmark/cb541fd65c7b9bbc3424ea927f1dab223261d156.json +++ b/data/benchmark/cb541fd65c7b9bbc3424ea927f1dab223261d156.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "hamcrest/JavaHamcrest" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cb541fd65c7b9bbc3424ea927f1dab223261d156-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cb541fd65c7b9bbc3424ea927f1dab223261d156-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/cbcafe129e143ef09401470e9d11de9758f298d0.json b/data/benchmark/cbcafe129e143ef09401470e9d11de9758f298d0.json index 82336f931e0e..897079b68f81 100644 --- a/data/benchmark/cbcafe129e143ef09401470e9d11de9758f298d0.json +++ b/data/benchmark/cbcafe129e143ef09401470e9d11de9758f298d0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.6/logback-classic-1.4.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cbcafe129e143ef09401470e9d11de9758f298d0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cbcafe129e143ef09401470e9d11de9758f298d0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/ccc3057b9cbfdc307d01be295c67d142187d197d.json b/data/benchmark/ccc3057b9cbfdc307d01be295c67d142187d197d.json index 02c0b6ac445e..978d88f191fa 100644 --- a/data/benchmark/ccc3057b9cbfdc307d01be295c67d142187d197d.json +++ b/data/benchmark/ccc3057b9cbfdc307d01be295c67d142187d197d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ccc3057b9cbfdc307d01be295c67d142187d197d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ccc3057b9cbfdc307d01be295c67d142187d197d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/cd1b75ae5b6d703c29d9e2bd5a0ed230a129711a.json b/data/benchmark/cd1b75ae5b6d703c29d9e2bd5a0ed230a129711a.json index 0c1fba7f524d..cd4439f1f190 100644 --- a/data/benchmark/cd1b75ae5b6d703c29d9e2bd5a0ed230a129711a.json +++ b/data/benchmark/cd1b75ae5b6d703c29d9e2bd5a0ed230a129711a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cd1b75ae5b6d703c29d9e2bd5a0ed230a129711a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cd1b75ae5b6d703c29d9e2bd5a0ed230a129711a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/cd5bb39f43e4570b875027073da3d4e43349ead1.json b/data/benchmark/cd5bb39f43e4570b875027073da3d4e43349ead1.json index d39c768ed782..d3fe0b2a7892 100644 --- a/data/benchmark/cd5bb39f43e4570b875027073da3d4e43349ead1.json +++ b/data/benchmark/cd5bb39f43e4570b875027073da3d4e43349ead1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cd5bb39f43e4570b875027073da3d4e43349ead1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cd5bb39f43e4570b875027073da3d4e43349ead1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/d0eb69d8fbb6266c96fef6247b3116bc0875f6ae.json b/data/benchmark/d0eb69d8fbb6266c96fef6247b3116bc0875f6ae.json index fa87df0013f8..15f715d24b71 100644 --- a/data/benchmark/d0eb69d8fbb6266c96fef6247b3116bc0875f6ae.json +++ b/data/benchmark/d0eb69d8fbb6266c96fef6247b3116bc0875f6ae.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/testng/testng/7.4.0/testng-7.4.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/testng/testng/7.5/testng-7.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d0eb69d8fbb6266c96fef6247b3116bc0875f6ae-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d0eb69d8fbb6266c96fef6247b3116bc0875f6ae-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/d154a6b3665305fda43a95a66c8df415d1d4c041.json b/data/benchmark/d154a6b3665305fda43a95a66c8df415d1d4c041.json index 3992f5f5dd8e..221995b157ee 100644 --- a/data/benchmark/d154a6b3665305fda43a95a66c8df415d1d4c041.json +++ b/data/benchmark/d154a6b3665305fda43a95a66c8df415d1d4c041.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d154a6b3665305fda43a95a66c8df415d1d4c041-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d154a6b3665305fda43a95a66c8df415d1d4c041-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/d2fb00d2a9b8268caf773f70985f39be6eae8ea7.json b/data/benchmark/d2fb00d2a9b8268caf773f70985f39be6eae8ea7.json index 5f3f2b10ab07..5be3e45a015c 100644 --- a/data/benchmark/d2fb00d2a9b8268caf773f70985f39be6eae8ea7.json +++ b/data/benchmark/d2fb00d2a9b8268caf773f70985f39be6eae8ea7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d2fb00d2a9b8268caf773f70985f39be6eae8ea7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d2fb00d2a9b8268caf773f70985f39be6eae8ea7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/d33aad4917142fc9f8910f8fe672ba86b27ef49a.json b/data/benchmark/d33aad4917142fc9f8910f8fe672ba86b27ef49a.json index c3d0fa1baf4e..0ec842e7eac6 100644 --- a/data/benchmark/d33aad4917142fc9f8910f8fe672ba86b27ef49a.json +++ b/data/benchmark/d33aad4917142fc9f8910f8fe672ba86b27ef49a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d33aad4917142fc9f8910f8fe672ba86b27ef49a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d33aad4917142fc9f8910f8fe672ba86b27ef49a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/d38182a8a0fe1ec039aed97e103864fce717a0be.json b/data/benchmark/d38182a8a0fe1ec039aed97e103864fce717a0be.json index 34047d15562d..a30fe14dd291 100644 --- a/data/benchmark/d38182a8a0fe1ec039aed97e103864fce717a0be.json +++ b/data/benchmark/d38182a8a0fe1ec039aed97e103864fce717a0be.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/http/v1.1.4/http-v1.1.4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/http/v1.2.1/http-v1.2.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d38182a8a0fe1ec039aed97e103864fce717a0be-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d38182a8a0fe1ec039aed97e103864fce717a0be-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/d3af06df4613be146bb9f8034e1a8a3098050c82.json b/data/benchmark/d3af06df4613be146bb9f8034e1a8a3098050c82.json index fdf1a219a989..0850c684967c 100644 --- a/data/benchmark/d3af06df4613be146bb9f8034e1a8a3098050c82.json +++ b/data/benchmark/d3af06df4613be146bb9f8034e1a8a3098050c82.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/8.1.11.v20130520/jetty-server-8.1.11.v20130520-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/11.0.8/jetty-server-11.0.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d3af06df4613be146bb9f8034e1a8a3098050c82-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d3af06df4613be146bb9f8034e1a8a3098050c82-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/d3c95ff17d26fa7a708166828672ed5de280f029.json b/data/benchmark/d3c95ff17d26fa7a708166828672ed5de280f029.json index e53fdf55d885..9c4eed1cf5d0 100644 --- a/data/benchmark/d3c95ff17d26fa7a708166828672ed5de280f029.json +++ b/data/benchmark/d3c95ff17d26fa7a708166828672ed5de280f029.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.3.3/jackson-databind-2.3.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d3c95ff17d26fa7a708166828672ed5de280f029-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d3c95ff17d26fa7a708166828672ed5de280f029-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/d401e189fb6435110e3dc4ca1a94838f167e7ddf.json b/data/benchmark/d401e189fb6435110e3dc4ca1a94838f167e7ddf.json index d232574c487c..2ec53449629b 100644 --- a/data/benchmark/d401e189fb6435110e3dc4ca1a94838f167e7ddf.json +++ b/data/benchmark/d401e189fb6435110e3dc4ca1a94838f167e7ddf.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.4/logback-classic-1.4.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d401e189fb6435110e3dc4ca1a94838f167e7ddf-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d401e189fb6435110e3dc4ca1a94838f167e7ddf-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/d445acc2204a18c99f5e62a1f641e15e75659249.json b/data/benchmark/d445acc2204a18c99f5e62a1f641e15e75659249.json index d92b97798a14..68115485fd0d 100644 --- a/data/benchmark/d445acc2204a18c99f5e62a1f641e15e75659249.json +++ b/data/benchmark/d445acc2204a18c99f5e62a1f641e15e75659249.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d445acc2204a18c99f5e62a1f641e15e75659249-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d445acc2204a18c99f5e62a1f641e15e75659249-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/d4aade950ffc07b63a0140e43ecf930a2c8aec43.json b/data/benchmark/d4aade950ffc07b63a0140e43ecf930a2c8aec43.json index 0df2e31ffef8..2b825e4344cb 100644 --- a/data/benchmark/d4aade950ffc07b63a0140e43ecf930a2c8aec43.json +++ b/data/benchmark/d4aade950ffc07b63a0140e43ecf930a2c8aec43.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/httpclient" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d4aade950ffc07b63a0140e43ecf930a2c8aec43-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d4aade950ffc07b63a0140e43ecf930a2c8aec43-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/d4b00540f924069034a93ef4c14e4cc950dd5368.json b/data/benchmark/d4b00540f924069034a93ef4c14e4cc950dd5368.json index 55653c306b95..433771e717d6 100644 --- a/data/benchmark/d4b00540f924069034a93ef4c14e4cc950dd5368.json +++ b/data/benchmark/d4b00540f924069034a93ef4c14e4cc950dd5368.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.4/slf4j-api-2.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d4b00540f924069034a93ef4c14e4cc950dd5368-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d4b00540f924069034a93ef4c14e4cc950dd5368-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/d54b56b91c11f21b97d4903143b04b7c1f10c255.json b/data/benchmark/d54b56b91c11f21b97d4903143b04b7c1f10c255.json index 587733c28b93..589ccb696ae3 100644 --- a/data/benchmark/d54b56b91c11f21b97d4903143b04b7c1f10c255.json +++ b/data/benchmark/d54b56b91c11f21b97d4903143b04b7c1f10c255.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-pubsublite/0.6.0/google-cloud-pubsublite-0.6.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-pubsublite/0.18.0/google-cloud-pubsublite-0.18.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d54b56b91c11f21b97d4903143b04b7c1f10c255-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d54b56b91c11f21b97d4903143b04b7c1f10c255-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/d675fa18d22f8ad374f8d6cb7e0dfd9b1f18cc58.json b/data/benchmark/d675fa18d22f8ad374f8d6cb7e0dfd9b1f18cc58.json index 26bd36fe6b7d..f97c954eef2a 100644 --- a/data/benchmark/d675fa18d22f8ad374f8d6cb7e0dfd9b1f18cc58.json +++ b/data/benchmark/d675fa18d22f8ad374f8d6cb7e0dfd9b1f18cc58.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.24/spring-webmvc-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/6.0.1/spring-webmvc-6.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d675fa18d22f8ad374f8d6cb7e0dfd9b1f18cc58-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d675fa18d22f8ad374f8d6cb7e0dfd9b1f18cc58-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/d6eda931038e0088d03c4bdf4b3006eb87c551e2.json b/data/benchmark/d6eda931038e0088d03c4bdf4b3006eb87c551e2.json index ef243a152999..a6250776b026 100644 --- a/data/benchmark/d6eda931038e0088d03c4bdf4b3006eb87c551e2.json +++ b/data/benchmark/d6eda931038e0088d03c4bdf4b3006eb87c551e2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-bom" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d6eda931038e0088d03c4bdf4b3006eb87c551e2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d6eda931038e0088d03c4bdf4b3006eb87c551e2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_LOCK_FAILURE" + "failureCategory" : "DEPENDENCY_LOCK_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/d6f2fa0c76f2ce79dfc610e1b97cf5c021f6c425.json b/data/benchmark/d6f2fa0c76f2ce79dfc610e1b97cf5c021f6c425.json index c0c518a128ae..1acc1b014fd7 100644 --- a/data/benchmark/d6f2fa0c76f2ce79dfc610e1b97cf5c021f6c425.json +++ b/data/benchmark/d6f2fa0c76f2ce79dfc610e1b97cf5c021f6c425.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d6f2fa0c76f2ce79dfc610e1b97cf5c021f6c425-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d6f2fa0c76f2ce79dfc610e1b97cf5c021f6c425-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/d70adda72af8cc1cfe1f52350a4664e09ad10b7a.json b/data/benchmark/d70adda72af8cc1cfe1f52350a4664e09ad10b7a.json index 552d09699999..1ce4e053d2c0 100644 --- a/data/benchmark/d70adda72af8cc1cfe1f52350a4664e09ad10b7a.json +++ b/data/benchmark/d70adda72af8cc1cfe1f52350a4664e09ad10b7a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d70adda72af8cc1cfe1f52350a4664e09ad10b7a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d70adda72af8cc1cfe1f52350a4664e09ad10b7a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/d7cc1744503dcd393468db7cbc47cec0cea2a2f0.json b/data/benchmark/d7cc1744503dcd393468db7cbc47cec0cea2a2f0.json index c42299fa4ad9..8df8611464e4 100644 --- a/data/benchmark/d7cc1744503dcd393468db7cbc47cec0cea2a2f0.json +++ b/data/benchmark/d7cc1744503dcd393468db7cbc47cec0cea2a2f0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.3/spring-core-6.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d7cc1744503dcd393468db7cbc47cec0cea2a2f0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d7cc1744503dcd393468db7cbc47cec0cea2a2f0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/d8031ba94b60982bec9dc8bfedaeee700731be7a.json b/data/benchmark/d8031ba94b60982bec9dc8bfedaeee700731be7a.json index 28ecba6486d6..35c3188e6feb 100644 --- a/data/benchmark/d8031ba94b60982bec9dc8bfedaeee700731be7a.json +++ b/data/benchmark/d8031ba94b60982bec9dc8bfedaeee700731be7a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/10.12.1/checkstyle-10.12.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/10.12.2/checkstyle-10.12.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d8031ba94b60982bec9dc8bfedaeee700731be7a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d8031ba94b60982bec9dc8bfedaeee700731be7a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/d8e0311e6203d6b15c187e8536ea910b1bbc362f.json b/data/benchmark/d8e0311e6203d6b15c187e8536ea910b1bbc362f.json index 861cd9642015..bb29330ec61d 100644 --- a/data/benchmark/d8e0311e6203d6b15c187e8536ea910b1bbc362f.json +++ b/data/benchmark/d8e0311e6203d6b15c187e8536ea910b1bbc362f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d8e0311e6203d6b15c187e8536ea910b1bbc362f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d8e0311e6203d6b15c187e8536ea910b1bbc362f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/d9a0df6feee60bb6d7d301f251cab386168eecd1.json b/data/benchmark/d9a0df6feee60bb6d7d301f251cab386168eecd1.json index 948ef78da7ed..e997cbfdf9da 100644 --- a/data/benchmark/d9a0df6feee60bb6d7d301f251cab386168eecd1.json +++ b/data/benchmark/d9a0df6feee60bb6d7d301f251cab386168eecd1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.3.31/kotlin-stdlib-1.3.31-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.6.0/kotlin-stdlib-1.6.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "JetBrains/kotlin" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d9a0df6feee60bb6d7d301f251cab386168eecd1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d9a0df6feee60bb6d7d301f251cab386168eecd1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/benchmark/d9d866185ffa05b8d42b00801f17e4db92ae78bd.json b/data/benchmark/d9d866185ffa05b8d42b00801f17e4db92ae78bd.json index f8f2a55d3741..c2ad7c95e4ed 100644 --- a/data/benchmark/d9d866185ffa05b8d42b00801f17e4db92ae78bd.json +++ b/data/benchmark/d9d866185ffa05b8d42b00801f17e4db92ae78bd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/10.2/checkstyle-10.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d9d866185ffa05b8d42b00801f17e4db92ae78bd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d9d866185ffa05b8d42b00801f17e4db92ae78bd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/d9e80390c47f51b6f8b3cdc1d6a1305eafde811f.json b/data/benchmark/d9e80390c47f51b6f8b3cdc1d6a1305eafde811f.json index 2452666c570b..ef3b290114e3 100644 --- a/data/benchmark/d9e80390c47f51b6f8b3cdc1d6a1305eafde811f.json +++ b/data/benchmark/d9e80390c47f51b6f8b3cdc1d6a1305eafde811f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.0.22/dropwizard-sentry-2.0.22-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.0.28-4/dropwizard-sentry-2.0.28-4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d9e80390c47f51b6f8b3cdc1d6a1305eafde811f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d9e80390c47f51b6f8b3cdc1d6a1305eafde811f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/da616b08bed87397264691470f47638652f0015a.json b/data/benchmark/da616b08bed87397264691470f47638652f0015a.json index e184c77263a4..e429f3f04b5c 100644 --- a/data/benchmark/da616b08bed87397264691470f47638652f0015a.json +++ b/data/benchmark/da616b08bed87397264691470f47638652f0015a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto/v1.8.0/asto-v1.8.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto/v1.12.0/asto-v1.12.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:da616b08bed87397264691470f47638652f0015a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:da616b08bed87397264691470f47638652f0015a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "WERROR_FAILURE" + "failureCategory" : "WERROR_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/db02c6bcb989a5b0f08861c3344b532769530467.json b/data/benchmark/db02c6bcb989a5b0f08861c3344b532769530467.json index 0c125ef5de2b..d2be8f25d6da 100644 --- a/data/benchmark/db02c6bcb989a5b0f08861c3344b532769530467.json +++ b/data/benchmark/db02c6bcb989a5b0f08861c3344b532769530467.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.13.0/asto-core-v1.13.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/asto-core/v1.15.3/asto-core-v1.15.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "artipie/asto" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:db02c6bcb989a5b0f08861c3344b532769530467-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:db02c6bcb989a5b0f08861c3344b532769530467-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/db4b37b7cf6b0fe74565f15a03518ba68d4ce1ff.json b/data/benchmark/db4b37b7cf6b0fe74565f15a03518ba68d4ce1ff.json index 69b13564b215..ffb7d401bdc2 100644 --- a/data/benchmark/db4b37b7cf6b0fe74565f15a03518ba68d4ce1ff.json +++ b/data/benchmark/db4b37b7cf6b0fe74565f15a03518ba68d4ce1ff.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/net/minidev/json-smart/2.4.8/json-smart-2.4.8-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/net/minidev/json-smart/2.4.9/json-smart-2.4.9-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:db4b37b7cf6b0fe74565f15a03518ba68d4ce1ff-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:db4b37b7cf6b0fe74565f15a03518ba68d4ce1ff-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/dbb2ae9a870a786e725eb095d86196a2d9081ec9.json b/data/benchmark/dbb2ae9a870a786e725eb095d86196a2d9081ec9.json index 9fd1cd1fe401..7ea80549cdba 100644 --- a/data/benchmark/dbb2ae9a870a786e725eb095d86196a2d9081ec9.json +++ b/data/benchmark/dbb2ae9a870a786e725eb095d86196a2d9081ec9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/8.0.1.Final/hibernate-validator-8.0.1.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dbb2ae9a870a786e725eb095d86196a2d9081ec9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dbb2ae9a870a786e725eb095d86196a2d9081ec9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/dbdc7d2c4a28a8d65edcd0cdece91c0bc357b869.json b/data/benchmark/dbdc7d2c4a28a8d65edcd0cdece91c0bc357b869.json index dc16a3126a4d..d67c3bac124e 100644 --- a/data/benchmark/dbdc7d2c4a28a8d65edcd0cdece91c0bc357b869.json +++ b/data/benchmark/dbdc7d2c4a28a8d65edcd0cdece91c0bc357b869.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dbdc7d2c4a28a8d65edcd0cdece91c0bc357b869-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dbdc7d2c4a28a8d65edcd0cdece91c0bc357b869-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/dc7825479563597d41c2b2fef1540a29d8b8ab36.json b/data/benchmark/dc7825479563597d41c2b2fef1540a29d8b8ab36.json index ca5afb20c04e..944fc319e4a0 100644 --- a/data/benchmark/dc7825479563597d41c2b2fef1540a29d8b8ab36.json +++ b/data/benchmark/dc7825479563597d41c2b2fef1540a29d8b8ab36.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4.1/jackson-databind-2.13.4.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dc7825479563597d41c2b2fef1540a29d8b8ab36-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dc7825479563597d41c2b2fef1540a29d8b8ab36-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/dc9a40fde9a9fee5aaec3f60695385ba539406d4.json b/data/benchmark/dc9a40fde9a9fee5aaec3f60695385ba539406d4.json index 52d2a891be78..a11c18aabc77 100644 --- a/data/benchmark/dc9a40fde9a9fee5aaec3f60695385ba539406d4.json +++ b/data/benchmark/dc9a40fde9a9fee5aaec3f60695385ba539406d4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/dubbo/dubbo/2.7.21/dubbo-2.7.21-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/dubbo" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dc9a40fde9a9fee5aaec3f60695385ba539406d4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dc9a40fde9a9fee5aaec3f60695385ba539406d4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/dc9f7910968cd0aa2090e390045ae053693e839a.json b/data/benchmark/dc9f7910968cd0aa2090e390045ae053693e839a.json index 227c9a7093c3..8b4ded89b5c1 100644 --- a/data/benchmark/dc9f7910968cd0aa2090e390045ae053693e839a.json +++ b/data/benchmark/dc9f7910968cd0aa2090e390045ae053693e839a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.8.3/flyway-core-9.8.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dc9f7910968cd0aa2090e390045ae053693e839a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dc9f7910968cd0aa2090e390045ae053693e839a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/dcc95f410847ab308db2f2a31ab13e32dc65c670.json b/data/benchmark/dcc95f410847ab308db2f2a31ab13e32dc65c670.json index badcc27b0221..00c08f73cb05 100644 --- a/data/benchmark/dcc95f410847ab308db2f2a31ab13e32dc65c670.json +++ b/data/benchmark/dcc95f410847ab308db2f2a31ab13e32dc65c670.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.5/logback-classic-1.4.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dcc95f410847ab308db2f2a31ab13e32dc65c670-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dcc95f410847ab308db2f2a31ab13e32dc65c670-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/dd75e8070babe8916e4907885fce513d9cb26b80.json b/data/benchmark/dd75e8070babe8916e4907885fce513d9cb26b80.json index 6f11f21ade39..928c93692f5f 100644 --- a/data/benchmark/dd75e8070babe8916e4907885fce513d9cb26b80.json +++ b/data/benchmark/dd75e8070babe8916e4907885fce513d9cb26b80.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.0.22/dropwizard-sentry-2.0.22-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/dhatim/dropwizard-sentry/2.0.25-2/dropwizard-sentry-2.0.25-2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dd75e8070babe8916e4907885fce513d9cb26b80-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dd75e8070babe8916e4907885fce513d9cb26b80-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/dde0743630a540bff1ba3033b7016fcfc345122f.json b/data/benchmark/dde0743630a540bff1ba3033b7016fcfc345122f.json index 64064ed6a3be..77b1b3603a3a 100644 --- a/data/benchmark/dde0743630a540bff1ba3033b7016fcfc345122f.json +++ b/data/benchmark/dde0743630a540bff1ba3033b7016fcfc345122f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi-scratchpad/5.0.0/poi-scratchpad-5.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dde0743630a540bff1ba3033b7016fcfc345122f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dde0743630a540bff1ba3033b7016fcfc345122f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/de20387b7a373cf20daa590247a1b65876ebca38.json b/data/benchmark/de20387b7a373cf20daa590247a1b65876ebca38.json index 1f046567c96f..a5a7b5cf2cff 100644 --- a/data/benchmark/de20387b7a373cf20daa590247a1b65876ebca38.json +++ b/data/benchmark/de20387b7a373cf20daa590247a1b65876ebca38.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/net/minidev/json-smart/2.4.8/json-smart-2.4.8-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/net/minidev/json-smart/2.4.9/json-smart-2.4.9-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:de20387b7a373cf20daa590247a1b65876ebca38-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:de20387b7a373cf20daa590247a1b65876ebca38-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/dec73a7c634142d631306f8cf201e228fe3ebcc6.json b/data/benchmark/dec73a7c634142d631306f8cf201e228fe3ebcc6.json index 897431f4a38c..1ba3eca34507 100644 --- a/data/benchmark/dec73a7c634142d631306f8cf201e228fe3ebcc6.json +++ b/data/benchmark/dec73a7c634142d631306f8cf201e228fe3ebcc6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.1/logback-classic-1.4.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.3/logback-classic-1.4.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dec73a7c634142d631306f8cf201e228fe3ebcc6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:dec73a7c634142d631306f8cf201e228fe3ebcc6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/df8452d0d7878f371c8775814e7a60cf6cecbfbb.json b/data/benchmark/df8452d0d7878f371c8775814e7a60cf6cecbfbb.json index a30d66d53ef7..474f48986f22 100644 --- a/data/benchmark/df8452d0d7878f371c8775814e7a60cf6cecbfbb.json +++ b/data/benchmark/df8452d0d7878f371c8775814e7a60cf6cecbfbb.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.23/spring-context-5.3.23-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.0/spring-context-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:df8452d0d7878f371c8775814e7a60cf6cecbfbb-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:df8452d0d7878f371c8775814e7a60cf6cecbfbb-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/e032e05b9b84d3e8eca72624e54822216dfa39c8.json b/data/benchmark/e032e05b9b84d3e8eca72624e54822216dfa39c8.json index 9b3a64fdc6fa..6d22cf87f331 100644 --- a/data/benchmark/e032e05b9b84d3e8eca72624e54822216dfa39c8.json +++ b/data/benchmark/e032e05b9b84d3e8eca72624e54822216dfa39c8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.8/jackson-databind-2.9.10.8-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e032e05b9b84d3e8eca72624e54822216dfa39c8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e032e05b9b84d3e8eca72624e54822216dfa39c8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/e05121a99cab7dc2b7c88094c2aa2a43e453ee68.json b/data/benchmark/e05121a99cab7dc2b7c88094c2aa2a43e453ee68.json index 5a0d95170a1c..0f24b99648e5 100644 --- a/data/benchmark/e05121a99cab7dc2b7c88094c2aa2a43e453ee68.json +++ b/data/benchmark/e05121a99cab7dc2b7c88094c2aa2a43e453ee68.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/arrow/arrow-vector/7.0.0/arrow-vector-7.0.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/arrow/arrow-vector/8.0.0/arrow-vector-8.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/arrow" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e05121a99cab7dc2b7c88094c2aa2a43e453ee68-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e05121a99cab7dc2b7c88094c2aa2a43e453ee68-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/e074b52364dd631a2fa56b1290ed7572e23da29c.json b/data/benchmark/e074b52364dd631a2fa56b1290ed7572e23da29c.json index 4221bf98fa77..3961cbe839f2 100644 --- a/data/benchmark/e074b52364dd631a2fa56b1290ed7572e23da29c.json +++ b/data/benchmark/e074b52364dd631a2fa56b1290ed7572e23da29c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e074b52364dd631a2fa56b1290ed7572e23da29c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e074b52364dd631a2fa56b1290ed7572e23da29c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/e0f2562e849012538cd30e2730c82991983f4eba.json b/data/benchmark/e0f2562e849012538cd30e2730c82991983f4eba.json index 8222dd1aac89..dba461476b96 100644 --- a/data/benchmark/e0f2562e849012538cd30e2730c82991983f4eba.json +++ b/data/benchmark/e0f2562e849012538cd30e2730c82991983f4eba.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e0f2562e849012538cd30e2730c82991983f4eba-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e0f2562e849012538cd30e2730c82991983f4eba-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/e14a9e4a300747a582012aec4d40a6a69f5fd4f4.json b/data/benchmark/e14a9e4a300747a582012aec4d40a6a69f5fd4f4.json index f5dc3c43ce7f..08aadebd182c 100644 --- a/data/benchmark/e14a9e4a300747a582012aec4d40a6a69f5fd4f4.json +++ b/data/benchmark/e14a9e4a300747a582012aec4d40a6a69f5fd4f4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/5.3.24/spring-web-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.5/spring-web-6.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e14a9e4a300747a582012aec4d40a6a69f5fd4f4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e14a9e4a300747a582012aec4d40a6a69f5fd4f4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/e14e4c4fa02468ad27d303785c26539a6b3b8eab.json b/data/benchmark/e14e4c4fa02468ad27d303785c26539a6b3b8eab.json index 8511222f25e1..eac6ccce8860 100644 --- a/data/benchmark/e14e4c4fa02468ad27d303785c26539a6b3b8eab.json +++ b/data/benchmark/e14e4c4fa02468ad27d303785c26539a6b3b8eab.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.24/spring-webmvc-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/6.0.2/spring-webmvc-6.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e14e4c4fa02468ad27d303785c26539a6b3b8eab-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e14e4c4fa02468ad27d303785c26539a6b3b8eab-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/e181647f2d24f810e59c6b903b1d8cf6680ac5a3.json b/data/benchmark/e181647f2d24f810e59c6b903b1d8cf6680ac5a3.json index 0a55415506bc..fc84f3065682 100644 --- a/data/benchmark/e181647f2d24f810e59c6b903b1d8cf6680ac5a3.json +++ b/data/benchmark/e181647f2d24f810e59c6b903b1d8cf6680ac5a3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e181647f2d24f810e59c6b903b1d8cf6680ac5a3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e181647f2d24f810e59c6b903b1d8cf6680ac5a3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/e259f250790e47143d9772ac3b483edf7a963527.json b/data/benchmark/e259f250790e47143d9772ac3b483edf7a963527.json index 925288f33fc7..245b39800102 100644 --- a/data/benchmark/e259f250790e47143d9772ac3b483edf7a963527.json +++ b/data/benchmark/e259f250790e47143d9772ac3b483edf7a963527.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.12.0/google-auth-library-oauth2-http-1.12.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.12.1/google-auth-library-oauth2-http-1.12.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e259f250790e47143d9772ac3b483edf7a963527-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e259f250790e47143d9772ac3b483edf7a963527-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/benchmark/e35a97cf177d8cd7d022c4adca7da24f1a17a2eb.json b/data/benchmark/e35a97cf177d8cd7d022c4adca7da24f1a17a2eb.json index 5ce0eeca35de..b0b762ba03c7 100644 --- a/data/benchmark/e35a97cf177d8cd7d022c4adca7da24f1a17a2eb.json +++ b/data/benchmark/e35a97cf177d8cd7d022c4adca7da24f1a17a2eb.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.5/logback-classic-1.4.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e35a97cf177d8cd7d022c4adca7da24f1a17a2eb-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e35a97cf177d8cd7d022c4adca7da24f1a17a2eb-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/e36118e158965251089da1446777bd699d7473c1.json b/data/benchmark/e36118e158965251089da1446777bd699d7473c1.json index bcd68395a4ff..b7aed6b230ef 100644 --- a/data/benchmark/e36118e158965251089da1446777bd699d7473c1.json +++ b/data/benchmark/e36118e158965251089da1446777bd699d7473c1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/http/v0.26.1/http-v0.26.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/http/v1.0.1/http-v1.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e36118e158965251089da1446777bd699d7473c1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e36118e158965251089da1446777bd699d7473c1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/e3b288f3a1507baf36451c4844d6f360b472e3d1.json b/data/benchmark/e3b288f3a1507baf36451c4844d6f360b472e3d1.json index 78211bdbc7b9..5c732eec5f25 100644 --- a/data/benchmark/e3b288f3a1507baf36451c4844d6f360b472e3d1.json +++ b/data/benchmark/e3b288f3a1507baf36451c4844d6f360b472e3d1.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.35.v20201120/jetty-server-9.4.35.v20201120-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/10.0.10/jetty-server-10.0.10-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e3b288f3a1507baf36451c4844d6f360b472e3d1-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e3b288f3a1507baf36451c4844d6f360b472e3d1-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/e40f76d1150d41821ccfd72e9dd3fabbc8763c1e.json b/data/benchmark/e40f76d1150d41821ccfd72e9dd3fabbc8763c1e.json index 5eac43fefbe5..eda9a97c4025 100644 --- a/data/benchmark/e40f76d1150d41821ccfd72e9dd3fabbc8763c1e.json +++ b/data/benchmark/e40f76d1150d41821ccfd72e9dd3fabbc8763c1e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e40f76d1150d41821ccfd72e9dd3fabbc8763c1e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e40f76d1150d41821ccfd72e9dd3fabbc8763c1e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/e4661d89a64fad5e140c2ad78df2580afdec4d52.json b/data/benchmark/e4661d89a64fad5e140c2ad78df2580afdec4d52.json index d5fdc57d2a70..80803975a3e6 100644 --- a/data/benchmark/e4661d89a64fad5e140c2ad78df2580afdec4d52.json +++ b/data/benchmark/e4661d89a64fad5e140c2ad78df2580afdec4d52.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.16.0/log4j-core-2.16.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.18.0/log4j-core-2.18.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e4661d89a64fad5e140c2ad78df2580afdec4d52-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e4661d89a64fad5e140c2ad78df2580afdec4d52-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/e47fd8edc5227b6852ebd2466dd89049c9907b80.json b/data/benchmark/e47fd8edc5227b6852ebd2466dd89049c9907b80.json index f8bd5b9b3877..93200f1fa2f4 100644 --- a/data/benchmark/e47fd8edc5227b6852ebd2466dd89049c9907b80.json +++ b/data/benchmark/e47fd8edc5227b6852ebd2466dd89049c9907b80.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.27/spring-core-5.3.27-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.11/spring-core-6.0.11-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e47fd8edc5227b6852ebd2466dd89049c9907b80-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e47fd8edc5227b6852ebd2466dd89049c9907b80-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/e5801e7457483c9f9e92cd10779e1281fc930fd7.json b/data/benchmark/e5801e7457483c9f9e92cd10779e1281fc930fd7.json index eeec6fa1bb1d..6a6a03e47924 100644 --- a/data/benchmark/e5801e7457483c9f9e92cd10779e1281fc930fd7.json +++ b/data/benchmark/e5801e7457483c9f9e92cd10779e1281fc930fd7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-bigquerystorage/2.8.3/google-cloud-bigquerystorage-2.8.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/cloud/google-cloud-bigquerystorage/2.13.0/google-cloud-bigquerystorage-2.13.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e5801e7457483c9f9e92cd10779e1281fc930fd7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e5801e7457483c9f9e92cd10779e1281fc930fd7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/e59bf2313ed8a7a196c271ba1c9ea0e5a4b66f24.json b/data/benchmark/e59bf2313ed8a7a196c271ba1c9ea0e5a4b66f24.json index 7ab5d3e95dc0..d2a834674881 100644 --- a/data/benchmark/e59bf2313ed8a7a196c271ba1c9ea0e5a4b66f24.json +++ b/data/benchmark/e59bf2313ed8a7a196c271ba1c9ea0e5a4b66f24.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.32/jersey-server-2.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.37/jersey-server-2.37-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/jersey" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e59bf2313ed8a7a196c271ba1c9ea0e5a4b66f24-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e59bf2313ed8a7a196c271ba1c9ea0e5a4b66f24-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/e70bd198fa1e1d65f86e071b8ebdd021141cfa95.json b/data/benchmark/e70bd198fa1e1d65f86e071b8ebdd021141cfa95.json index 607caacbf734..888e8266e4e8 100644 --- a/data/benchmark/e70bd198fa1e1d65f86e071b8ebdd021141cfa95.json +++ b/data/benchmark/e70bd198fa1e1d65f86e071b8ebdd021141cfa95.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/tinspin/tinspin-indexes/1.7.1/tinspin-indexes-1.7.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/tinspin/tinspin-indexes/2.0.1/tinspin-indexes-2.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "tzaeschke/tinspin-indexes" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e70bd198fa1e1d65f86e071b8ebdd021141cfa95-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e70bd198fa1e1d65f86e071b8ebdd021141cfa95-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/ea03f6488449fcfe8cd0a678b4c64891e1427a32.json b/data/benchmark/ea03f6488449fcfe8cd0a678b4c64891e1427a32.json index f0404a987249..3a45d6e36e30 100644 --- a/data/benchmark/ea03f6488449fcfe8cd0a678b4c64891e1427a32.json +++ b/data/benchmark/ea03f6488449fcfe8cd0a678b4c64891e1427a32.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/redis/clients/jedis/3.9.0/jedis-3.9.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/redis/clients/jedis/4.3.2/jedis-4.3.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ea03f6488449fcfe8cd0a678b4c64891e1427a32-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ea03f6488449fcfe8cd0a678b4c64891e1427a32-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/benchmark/ea33b5101edffc0242967cbf21c1016378b18483.json b/data/benchmark/ea33b5101edffc0242967cbf21c1016378b18483.json index 6c04d2dffcf6..72f5b91bd084 100644 --- a/data/benchmark/ea33b5101edffc0242967cbf21c1016378b18483.json +++ b/data/benchmark/ea33b5101edffc0242967cbf21c1016378b18483.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.15.2/flyway-core-9.15.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ea33b5101edffc0242967cbf21c1016378b18483-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ea33b5101edffc0242967cbf21c1016378b18483-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/eb82573b99b6d9688e557d3490fa5d3e9512c99b.json b/data/benchmark/eb82573b99b6d9688e557d3490fa5d3e9512c99b.json index 64828772e8ac..423e5a2258e7 100644 --- a/data/benchmark/eb82573b99b6d9688e557d3490fa5d3e9512c99b.json +++ b/data/benchmark/eb82573b99b6d9688e557d3490fa5d3e9512c99b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.16.6/jooq-meta-3.16.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jooq/jooq-meta/3.17.1/jooq-meta-3.17.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jOOQ/jOOQ" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:eb82573b99b6d9688e557d3490fa5d3e9512c99b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:eb82573b99b6d9688e557d3490fa5d3e9512c99b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/ed7fbdd75abc666d9d5a2794e9392ed33e75de9b.json b/data/benchmark/ed7fbdd75abc666d9d5a2794e9392ed33e75de9b.json index eff592d7d0cd..5aa55ce396eb 100644 --- a/data/benchmark/ed7fbdd75abc666d9d5a2794e9392ed33e75de9b.json +++ b/data/benchmark/ed7fbdd75abc666d9d5a2794e9392ed33e75de9b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/maven-artifact/3.9.3/maven-artifact-3.9.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ed7fbdd75abc666d9d5a2794e9392ed33e75de9b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ed7fbdd75abc666d9d5a2794e9392ed33e75de9b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "WERROR_FAILURE" + "failureCategory" : "WERROR_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/ee0827d4c9bf80982241e8c3559dceb8b39063e4.json b/data/benchmark/ee0827d4c9bf80982241e8c3559dceb8b39063e4.json index 97c59a4ab754..8c0ca84aca0b 100644 --- a/data/benchmark/ee0827d4c9bf80982241e8c3559dceb8b39063e4.json +++ b/data/benchmark/ee0827d4c9bf80982241e8c3559dceb8b39063e4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/commons-io/commons-io/20030203.000550/commons-io-20030203.000550-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ee0827d4c9bf80982241e8c3559dceb8b39063e4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ee0827d4c9bf80982241e8c3559dceb8b39063e4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/ef3f7be3e2755d4a0f9c23bdcbfe3b97198fb31b.json b/data/benchmark/ef3f7be3e2755d4a0f9c23bdcbfe3b97198fb31b.json index dc3c128f1cca..9e8a421e1e8a 100644 --- a/data/benchmark/ef3f7be3e2755d4a0f9c23bdcbfe3b97198fb31b.json +++ b/data/benchmark/ef3f7be3e2755d4a0f9c23bdcbfe3b97198fb31b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/tinspin/tinspin-indexes/1.7.1/tinspin-indexes-1.7.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/tinspin/tinspin-indexes/2.0.0/tinspin-indexes-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "tzaeschke/tinspin-indexes" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ef3f7be3e2755d4a0f9c23bdcbfe3b97198fb31b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ef3f7be3e2755d4a0f9c23bdcbfe3b97198fb31b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/ef830a40b026342754f923d1fa8ebb78fda1ca4d.json b/data/benchmark/ef830a40b026342754f923d1fa8ebb78fda1ca4d.json index 3a5d241a7f30..fb8173518287 100644 --- a/data/benchmark/ef830a40b026342754f923d1fa8ebb78fda1ca4d.json +++ b/data/benchmark/ef830a40b026342754f923d1fa8ebb78fda1ca4d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ef830a40b026342754f923d1fa8ebb78fda1ca4d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ef830a40b026342754f923d1fa8ebb78fda1ca4d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/efd982c815eb9e82476b44386a6e3572d6a807c8.json b/data/benchmark/efd982c815eb9e82476b44386a6e3572d6a807c8.json index 96b14af93e07..6b1269805e7f 100644 --- a/data/benchmark/efd982c815eb9e82476b44386a6e3572d6a807c8.json +++ b/data/benchmark/efd982c815eb9e82476b44386a6e3572d6a807c8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/cloud/pubsublite-kafka/1.0.1/pubsublite-kafka-1.0.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/cloud/pubsublite-kafka/1.0.2/pubsublite-kafka-1.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:efd982c815eb9e82476b44386a6e3572d6a807c8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:efd982c815eb9e82476b44386a6e3572d6a807c8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/f1dfdcd3774cc7ad8900e232607d1519085e48d7.json b/data/benchmark/f1dfdcd3774cc7ad8900e232607d1519085e48d7.json index 93b7d3eb826a..b19d4c98d2f0 100644 --- a/data/benchmark/f1dfdcd3774cc7ad8900e232607d1519085e48d7.json +++ b/data/benchmark/f1dfdcd3774cc7ad8900e232607d1519085e48d7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.32/jersey-server-2.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.38/jersey-server-2.38-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/jersey" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f1dfdcd3774cc7ad8900e232607d1519085e48d7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f1dfdcd3774cc7ad8900e232607d1519085e48d7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/f218673d7754237bc1182ab783d731ad905ccfce.json b/data/benchmark/f218673d7754237bc1182ab783d731ad905ccfce.json index c575131aa5d0..a9f3836e8682 100644 --- a/data/benchmark/f218673d7754237bc1182ab783d731ad905ccfce.json +++ b/data/benchmark/f218673d7754237bc1182ab783d731ad905ccfce.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.32/jersey-server-2.32-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.35/jersey-server-2.35-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/jersey" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f218673d7754237bc1182ab783d731ad905ccfce-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f218673d7754237bc1182ab783d731ad905ccfce-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/f222a61aa0ca3b1db39da2fee47fbe5c4d31f918.json b/data/benchmark/f222a61aa0ca3b1db39da2fee47fbe5c4d31f918.json index 911603bc5884..0d17f7718590 100644 --- a/data/benchmark/f222a61aa0ca3b1db39da2fee47fbe5c4d31f918.json +++ b/data/benchmark/f222a61aa0ca3b1db39da2fee47fbe5c4d31f918.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.5.1/jackson-databind-2.10.5.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f222a61aa0ca3b1db39da2fee47fbe5c4d31f918-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f222a61aa0ca3b1db39da2fee47fbe5c4d31f918-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/f26cd85b97b24c07a2e446f43ac8793619fa0724.json b/data/benchmark/f26cd85b97b24c07a2e446f43ac8793619fa0724.json index 4977b5e0a0d3..e44d91c56e99 100644 --- a/data/benchmark/f26cd85b97b24c07a2e446f43ac8793619fa0724.json +++ b/data/benchmark/f26cd85b97b24c07a2e446f43ac8793619fa0724.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/8.1.11.v20130520/jetty-server-8.1.11.v20130520-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/11.0.9/jetty-server-11.0.9-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f26cd85b97b24c07a2e446f43ac8793619fa0724-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f26cd85b97b24c07a2e446f43ac8793619fa0724-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/f412c0f6f2bfd2a7aa3522b0f989f6b920a66a64.json b/data/benchmark/f412c0f6f2bfd2a7aa3522b0f989f6b920a66a64.json index 5441c6d96797..dfc3bc3b7632 100644 --- a/data/benchmark/f412c0f6f2bfd2a7aa3522b0f989f6b920a66a64.json +++ b/data/benchmark/f412c0f6f2bfd2a7aa3522b0f989f6b920a66a64.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f412c0f6f2bfd2a7aa3522b0f989f6b920a66a64-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f412c0f6f2bfd2a7aa3522b0f989f6b920a66a64-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/f557d31b4faf102b5d2f67d86a1a4f67c09b5837.json b/data/benchmark/f557d31b4faf102b5d2f67d86a1a4f67c09b5837.json index ec4c5929160e..dfb4c3fd0fba 100644 --- a/data/benchmark/f557d31b4faf102b5d2f67d86a1a4f67c09b5837.json +++ b/data/benchmark/f557d31b4faf102b5d2f67d86a1a4f67c09b5837.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.0.3/junit-platform-surefire-provider-1.0.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/junit/platform/junit-platform-surefire-provider/1.3.2/junit-platform-surefire-provider-1.3.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f557d31b4faf102b5d2f67d86a1a4f67c09b5837-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f557d31b4faf102b5d2f67d86a1a4f67c09b5837-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/f5a34301592bb62474489de79069d7873ffe070e.json b/data/benchmark/f5a34301592bb62474489de79069d7873ffe070e.json index 59fb5adde165..ddd7b8552ad5 100644 --- a/data/benchmark/f5a34301592bb62474489de79069d7873ffe070e.json +++ b/data/benchmark/f5a34301592bb62474489de79069d7873ffe070e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.24/spring-webmvc-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/6.0.4/spring-webmvc-6.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f5a34301592bb62474489de79069d7873ffe070e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f5a34301592bb62474489de79069d7873ffe070e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/f5bc873a4b68e87761a65064ebea9ad8c3fb085f.json b/data/benchmark/f5bc873a4b68e87761a65064ebea9ad8c3fb085f.json index 7a77f49243a9..2145d6fa3644 100644 --- a/data/benchmark/f5bc873a4b68e87761a65064ebea9ad8c3fb085f.json +++ b/data/benchmark/f5bc873a4b68e87761a65064ebea9ad8c3fb085f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-archiver" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f5bc873a4b68e87761a65064ebea9ad8c3fb085f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f5bc873a4b68e87761a65064ebea9ad8c3fb085f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/f5dbb3021aa96afc60b38d2b0b01873d3a6f16bd.json b/data/benchmark/f5dbb3021aa96afc60b38d2b0b01873d3a6f16bd.json index 8d348a0335a1..a9a494438ad0 100644 --- a/data/benchmark/f5dbb3021aa96afc60b38d2b0b01873d3a6f16bd.json +++ b/data/benchmark/f5dbb3021aa96afc60b38d2b0b01873d3a6f16bd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.24/spring-webmvc-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/6.0.8/spring-webmvc-6.0.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f5dbb3021aa96afc60b38d2b0b01873d3a6f16bd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f5dbb3021aa96afc60b38d2b0b01873d3a6f16bd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/f5fe6b784898301536f8733eba0ce43109488f5c.json b/data/benchmark/f5fe6b784898301536f8733eba0ce43109488f5c.json index 77f655191e5f..5d4e245a170c 100644 --- a/data/benchmark/f5fe6b784898301536f8733eba0ce43109488f5c.json +++ b/data/benchmark/f5fe6b784898301536f8733eba0ce43109488f5c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f5fe6b784898301536f8733eba0ce43109488f5c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f5fe6b784898301536f8733eba0ce43109488f5c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/f61b113c1493d02611bc5cdc9a80e8af0abf2035.json b/data/benchmark/f61b113c1493d02611bc5cdc9a80e8af0abf2035.json index 41fa49c0e114..0fd6bf56ad8e 100644 --- a/data/benchmark/f61b113c1493d02611bc5cdc9a80e8af0abf2035.json +++ b/data/benchmark/f61b113c1493d02611bc5cdc9a80e8af0abf2035.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/4.1.6.RELEASE/spring-webmvc-4.1.6.RELEASE-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-webmvc/5.3.18/spring-webmvc-5.3.18-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f61b113c1493d02611bc5cdc9a80e8af0abf2035-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f61b113c1493d02611bc5cdc9a80e8af0abf2035-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/f665330dbf470b054e03e64ea35c06cfbecf0f4b.json b/data/benchmark/f665330dbf470b054e03e64ea35c06cfbecf0f4b.json index 8bfb5846fe86..057d654cd2b1 100644 --- a/data/benchmark/f665330dbf470b054e03e64ea35c06cfbecf0f4b.json +++ b/data/benchmark/f665330dbf470b054e03e64ea35c06cfbecf0f4b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f665330dbf470b054e03e64ea35c06cfbecf0f4b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f665330dbf470b054e03e64ea35c06cfbecf0f4b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/f6659d758a437f8b676481fe70671a68a6ee1cde.json b/data/benchmark/f6659d758a437f8b676481fe70671a68a6ee1cde.json index dbe3104f140b..9af46a3e9482 100644 --- a/data/benchmark/f6659d758a437f8b676481fe70671a68a6ee1cde.json +++ b/data/benchmark/f6659d758a437f8b676481fe70671a68a6ee1cde.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.1/snakeyaml-2.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f6659d758a437f8b676481fe70671a68a6ee1cde-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f6659d758a437f8b676481fe70671a68a6ee1cde-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/f6aa80590030f7109e6ae80b58fd32fd176308c4.json b/data/benchmark/f6aa80590030f7109e6ae80b58fd32fd176308c4.json index e9a54314121c..7eda2447d0b4 100644 --- a/data/benchmark/f6aa80590030f7109e6ae80b58fd32fd176308c4.json +++ b/data/benchmark/f6aa80590030f7109e6ae80b58fd32fd176308c4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f6aa80590030f7109e6ae80b58fd32fd176308c4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f6aa80590030f7109e6ae80b58fd32fd176308c4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/f714a41f0ffe9720939d4980da5119d1f45bd770.json b/data/benchmark/f714a41f0ffe9720939d4980da5119d1f45bd770.json index ad7f6defd8cc..ddd84b97e2d6 100644 --- a/data/benchmark/f714a41f0ffe9720939d4980da5119d1f45bd770.json +++ b/data/benchmark/f714a41f0ffe9720939d4980da5119d1f45bd770.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/pubnub/pubnub-gson/4.31.3/pubnub-gson-4.31.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/pubnub/pubnub-gson/6.3.2/pubnub-gson-6.3.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f714a41f0ffe9720939d4980da5119d1f45bd770-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f714a41f0ffe9720939d4980da5119d1f45bd770-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/f78d34b82926216c0f203c0350f646d481c675e3.json b/data/benchmark/f78d34b82926216c0f203c0350f646d481c675e3.json index 9fa63169a32e..a283a46b83a0 100644 --- a/data/benchmark/f78d34b82926216c0f203c0350f646d481c675e3.json +++ b/data/benchmark/f78d34b82926216c0f203c0350f646d481c675e3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "WTFPL", + "githubRepoSlug" : "P2P-Develop/PeyangSuperLibrary" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f78d34b82926216c0f203c0350f646d481c675e3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f78d34b82926216c0f203c0350f646d481c675e3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/f890f275db902558236cef2feb3d1d2f1aab11fd.json b/data/benchmark/f890f275db902558236cef2feb3d1d2f1aab11fd.json index 5d24d6328da4..129cd6dcf1c5 100644 --- a/data/benchmark/f890f275db902558236cef2feb3d1d2f1aab11fd.json +++ b/data/benchmark/f890f275db902558236cef2feb3d1d2f1aab11fd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/sshd/sshd-core/2.10.0/sshd-core-2.10.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f890f275db902558236cef2feb3d1d2f1aab11fd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f890f275db902558236cef2feb3d1d2f1aab11fd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/benchmark/f951ead97d14eb29e625d14c2ed5258949728ee4.json b/data/benchmark/f951ead97d14eb29e625d14c2ed5258949728ee4.json index 4cd563a73e09..01a9d988c786 100644 --- a/data/benchmark/f951ead97d14eb29e625d14c2ed5258949728ee4.json +++ b/data/benchmark/f951ead97d14eb29e625d14c2ed5258949728ee4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/6.1.7.Final/hibernate-validator-6.1.7.Final-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/7.0.2.Final/hibernate-validator-7.0.2.Final-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f951ead97d14eb29e625d14c2ed5258949728ee4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f951ead97d14eb29e625d14c2ed5258949728ee4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/f9763c18c7e1fa54fb67dcf3935aa5106807aba9.json b/data/benchmark/f9763c18c7e1fa54fb67dcf3935aa5106807aba9.json index 47b02ad2ade4..2f30b5bf6c2b 100644 --- a/data/benchmark/f9763c18c7e1fa54fb67dcf3935aa5106807aba9.json +++ b/data/benchmark/f9763c18c7e1fa54fb67dcf3935aa5106807aba9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f9763c18c7e1fa54fb67dcf3935aa5106807aba9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f9763c18c7e1fa54fb67dcf3935aa5106807aba9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/fa6503da9fd5431abca41561a34d54e07fbbf7d0.json b/data/benchmark/fa6503da9fd5431abca41561a34d54e07fbbf7d0.json index 9bd97241bd21..850fbd7f3550 100644 --- a/data/benchmark/fa6503da9fd5431abca41561a34d54e07fbbf7d0.json +++ b/data/benchmark/fa6503da9fd5431abca41561a34d54e07fbbf7d0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jsoup/jsoup/1.14.2/jsoup-1.14.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jsoup/jsoup/1.15.3/jsoup-1.15.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fa6503da9fd5431abca41561a34d54e07fbbf7d0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fa6503da9fd5431abca41561a34d54e07fbbf7d0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/fab0f8d4f7322fa6da914c8c9f30baf740d46b99.json b/data/benchmark/fab0f8d4f7322fa6da914c8c9f30baf740d46b99.json index 900654b66910..5ff01e3c73bd 100644 --- a/data/benchmark/fab0f8d4f7322fa6da914c8c9f30baf740d46b99.json +++ b/data/benchmark/fab0f8d4f7322fa6da914c8c9f30baf740d46b99.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/artipie/http/v0.25/http-v0.25-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/artipie/http/v1.1.0/http-v1.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fab0f8d4f7322fa6da914c8c9f30baf740d46b99-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fab0f8d4f7322fa6da914c8c9f30baf740d46b99-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/benchmark/fafb59e8f1b9ddba4bbabe64818f361e7def7d04.json b/data/benchmark/fafb59e8f1b9ddba4bbabe64818f361e7def7d04.json index 3e0e3dc743e1..678077346d0b 100644 --- a/data/benchmark/fafb59e8f1b9ddba4bbabe64818f361e7def7d04.json +++ b/data/benchmark/fafb59e8f1b9ddba4bbabe64818f361e7def7d04.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4.1/jackson-databind-2.13.4.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fafb59e8f1b9ddba4bbabe64818f361e7def7d04-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fafb59e8f1b9ddba4bbabe64818f361e7def7d04-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/fb40f5e5fc20ca31cf9fdadd5ace53f7de5ea093.json b/data/benchmark/fb40f5e5fc20ca31cf9fdadd5ace53f7de5ea093.json index 5f94d23df016..d9c757f5af0d 100644 --- a/data/benchmark/fb40f5e5fc20ca31cf9fdadd5ace53f7de5ea093.json +++ b/data/benchmark/fb40f5e5fc20ca31cf9fdadd5ace53f7de5ea093.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/1.4.0/quarkus-google-cloud-common-grpc-1.4.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.2.0/quarkus-google-cloud-common-grpc-2.2.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "quarkiverse/quarkus-google-cloud-services" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fb40f5e5fc20ca31cf9fdadd5ace53f7de5ea093-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fb40f5e5fc20ca31cf9fdadd5ace53f7de5ea093-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/fb71d68c62a6b9263ebc5113d97c91535d3106b2.json b/data/benchmark/fb71d68c62a6b9263ebc5113d97c91535d3106b2.json index 6707d8dc95fa..acd54261ee8c 100644 --- a/data/benchmark/fb71d68c62a6b9263ebc5113d97c91535d3106b2.json +++ b/data/benchmark/fb71d68c62a6b9263ebc5113d97c91535d3106b2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.24/spring-core-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.2/spring-core-6.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fb71d68c62a6b9263ebc5113d97c91535d3106b2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fb71d68c62a6b9263ebc5113d97c91535d3106b2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/fc7d1a841bfe8a840b362fa09bae13e5231bc148.json b/data/benchmark/fc7d1a841bfe8a840b362fa09bae13e5231bc148.json index f85cc391204f..cc32c657c5be 100644 --- a/data/benchmark/fc7d1a841bfe8a840b362fa09bae13e5231bc148.json +++ b/data/benchmark/fc7d1a841bfe8a840b362fa09bae13e5231bc148.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fc7d1a841bfe8a840b362fa09bae13e5231bc148-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fc7d1a841bfe8a840b362fa09bae13e5231bc148-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/fc969c97c1b5d8c4aa8255563eecc1ee1695cbd5.json b/data/benchmark/fc969c97c1b5d8c4aa8255563eecc1ee1695cbd5.json index f6ff88eb0efe..473bbd55b0cf 100644 --- a/data/benchmark/fc969c97c1b5d8c4aa8255563eecc1ee1695cbd5.json +++ b/data/benchmark/fc969c97c1b5d8c4aa8255563eecc1ee1695cbd5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fc969c97c1b5d8c4aa8255563eecc1ee1695cbd5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fc969c97c1b5d8c4aa8255563eecc1ee1695cbd5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/fcac4926cf5adb0de62abda8c386056bcc516f70.json b/data/benchmark/fcac4926cf5adb0de62abda8c386056bcc516f70.json index 626afb2a1157..5e90e44ccba2 100644 --- a/data/benchmark/fcac4926cf5adb0de62abda8c386056bcc516f70.json +++ b/data/benchmark/fcac4926cf5adb0de62abda8c386056bcc516f70.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fcac4926cf5adb0de62abda8c386056bcc516f70-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fcac4926cf5adb0de62abda8c386056bcc516f70-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/fd955874338ec4b678416f6d1b62a8b1f499d9e3.json b/data/benchmark/fd955874338ec4b678416f6d1b62a8b1f499d9e3.json index 2a7ec7cc799f..5358b66c5c87 100644 --- a/data/benchmark/fd955874338ec4b678416f6d1b62a8b1f499d9e3.json +++ b/data/benchmark/fd955874338ec4b678416f6d1b62a8b1f499d9e3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fd955874338ec4b678416f6d1b62a8b1f499d9e3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fd955874338ec4b678416f6d1b62a8b1f499d9e3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/fe15d2a6e52b049f6c9e7cc123a5402047a1f01a.json b/data/benchmark/fe15d2a6e52b049f6c9e7cc123a5402047a1f01a.json index 192cc63e2773..69584c30af13 100644 --- a/data/benchmark/fe15d2a6e52b049f6c9e7cc123a5402047a1f01a.json +++ b/data/benchmark/fe15d2a6e52b049f6c9e7cc123a5402047a1f01a.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/0.13.1/jaxb2-basics-runtime-0.13.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/jvnet/jaxb2_commons/jaxb2-basics-runtime/1.11.1/jaxb2-basics-runtime-1.11.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "BSD-2-Clause", + "githubRepoSlug" : "highsource/jaxb2-basics" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fe15d2a6e52b049f6c9e7cc123a5402047a1f01a-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fe15d2a6e52b049f6c9e7cc123a5402047a1f01a-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/benchmark/fe31c5e11259881e9dce66d325d1b8b8ed8afc81.json b/data/benchmark/fe31c5e11259881e9dce66d325d1b8b8ed8afc81.json index 5320136f7896..cb3f0d0393a0 100644 --- a/data/benchmark/fe31c5e11259881e9dce66d325d1b8b8ed8afc81.json +++ b/data/benchmark/fe31c5e11259881e9dce66d325d1b8b8ed8afc81.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/3.0.4/spring-boot-starter-3.0.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fe31c5e11259881e9dce66d325d1b8b8ed8afc81-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fe31c5e11259881e9dce66d325d1b8b8ed8afc81-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/fe57fca108ccd8ea9b98666075fbc3237874c314.json b/data/benchmark/fe57fca108ccd8ea9b98666075fbc3237874c314.json index bfd750e887be..f7b520fefa27 100644 --- a/data/benchmark/fe57fca108ccd8ea9b98666075fbc3237874c314.json +++ b/data/benchmark/fe57fca108ccd8ea9b98666075fbc3237874c314.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-web/5.3.24/spring-web-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-web/6.0.2/spring-web-6.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fe57fca108ccd8ea9b98666075fbc3237874c314-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fe57fca108ccd8ea9b98666075fbc3237874c314-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/fe8646eae5d5f81a733be6cbf8f3a308c604e8ec.json b/data/benchmark/fe8646eae5d5f81a733be6cbf8f3a308c604e8ec.json index 717380fc258e..cbdbc0255a12 100644 --- a/data/benchmark/fe8646eae5d5f81a733be6cbf8f3a308c604e8ec.json +++ b/data/benchmark/fe8646eae5d5f81a733be6cbf8f3a308c604e8ec.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter/3.0.1/spring-boot-starter-3.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fe8646eae5d5f81a733be6cbf8f3a308c604e8ec-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:fe8646eae5d5f81a733be6cbf8f3a308c604e8ec-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/feb582661e77de66eadaa7550720a8751b266ee4.json b/data/benchmark/feb582661e77de66eadaa7550720a8751b266ee4.json index 0228d7b38401..954bfc9dc8c4 100644 --- a/data/benchmark/feb582661e77de66eadaa7550720a8751b266ee4.json +++ b/data/benchmark/feb582661e77de66eadaa7550720a8751b266ee4.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/liquibase/liquibase-core/3.4.2/liquibase-core-3.4.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/liquibase/liquibase-core/4.8.0/liquibase-core-4.8.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:feb582661e77de66eadaa7550720a8751b266ee4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:feb582661e77de66eadaa7550720a8751b266ee4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/feffea0a79cb081714cad3f02c109ad4972dcbfe.json b/data/benchmark/feffea0a79cb081714cad3f02c109ad4972dcbfe.json index aae736bfb9d9..70962d241fe6 100644 --- a/data/benchmark/feffea0a79cb081714cad3f02c109ad4972dcbfe.json +++ b/data/benchmark/feffea0a79cb081714cad3f02c109ad4972dcbfe.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.23.1/assertj-core-3.23.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/assertj/assertj-core/3.24.1/assertj-core-3.24.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "assertj/assertj-core" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:feffea0a79cb081714cad3f02c109ad4972dcbfe-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:feffea0a79cb081714cad3f02c109ad4972dcbfe-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/ff77ec9ef379e9fee5f45f4fd88230e9bbbe4b89.json b/data/benchmark/ff77ec9ef379e9fee5f45f4fd88230e9bbbe4b89.json index 1fbf0b8e4897..252970b6f201 100644 --- a/data/benchmark/ff77ec9ef379e9fee5f45f4fd88230e9bbbe4b89.json +++ b/data/benchmark/ff77ec9ef379e9fee5f45f4fd88230e9bbbe4b89.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.2/slf4j-api-2.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ff77ec9ef379e9fee5f45f4fd88230e9bbbe4b89-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ff77ec9ef379e9fee5f45f4fd88230e9bbbe4b89-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/ff854f4235725ac7ea3e370b69026d405688ba2e.json b/data/benchmark/ff854f4235725ac7ea3e370b69026d405688ba2e.json index 65bea5e23b64..4e93efbdf039 100644 --- a/data/benchmark/ff854f4235725ac7ea3e370b69026d405688ba2e.json +++ b/data/benchmark/ff854f4235725ac7ea3e370b69026d405688ba2e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.4.2/jackson-databind-2.4.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.7.1/jackson-databind-2.12.7.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "fasterxml/jackson-databind" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ff854f4235725ac7ea3e370b69026d405688ba2e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ff854f4235725ac7ea3e370b69026d405688ba2e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/benchmark/ff8b5b61548d50cf60b77784a181e917cb35033b.json b/data/benchmark/ff8b5b61548d50cf60b77784a181e917cb35033b.json index 99f675ec845d..5fec0a51cf33 100644 --- a/data/benchmark/ff8b5b61548d50cf60b77784a181e917cb35033b.json +++ b/data/benchmark/ff8b5b61548d50cf60b77784a181e917cb35033b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/4.1.0/mockito-core-4.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ff8b5b61548d50cf60b77784a181e917cb35033b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ff8b5b61548d50cf60b77784a181e917cb35033b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/benchmark/ff98f9e99811cd3186d3819d19b5b7f8143a0632.json b/data/benchmark/ff98f9e99811cd3186d3819d19b5b7f8143a0632.json index 71b7eb7d04a9..f154da67b478 100644 --- a/data/benchmark/ff98f9e99811cd3186d3819d19b5b7f8143a0632.json +++ b/data/benchmark/ff98f9e99811cd3186d3819d19b5b7f8143a0632.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.10/antlr4-runtime-4.10-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ff98f9e99811cd3186d3819d19b5b7f8143a0632-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ff98f9e99811cd3186d3819d19b5b7f8143a0632-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/01075f5aedd9a75448599e3724483afaff95cb93.json b/data/sanity-check-failures/01075f5aedd9a75448599e3724483afaff95cb93.json index f41e0194c18d..2ef9303ee034 100644 --- a/data/sanity-check-failures/01075f5aedd9a75448599e3724483afaff95cb93.json +++ b/data/sanity-check-failures/01075f5aedd9a75448599e3724483afaff95cb93.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.19/spring-core-5.3.19-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.6/spring-core-6.0.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:01075f5aedd9a75448599e3724483afaff95cb93-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:01075f5aedd9a75448599e3724483afaff95cb93-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/05d8c1f9e83555617c2e3f5a6dbe8273642eb4a0.json b/data/sanity-check-failures/05d8c1f9e83555617c2e3f5a6dbe8273642eb4a0.json index 768063466ddb..ec59022e99dd 100644 --- a/data/sanity-check-failures/05d8c1f9e83555617c2e3f5a6dbe8273642eb4a0.json +++ b/data/sanity-check-failures/05d8c1f9e83555617c2e3f5a6dbe8273642eb4a0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.5/jaxb-runtime-2.3.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.0/jaxb-runtime-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:05d8c1f9e83555617c2e3f5a6dbe8273642eb4a0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:05d8c1f9e83555617c2e3f5a6dbe8273642eb4a0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "JAXB_FAILURE" + "failureCategory" : "JAXB_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/0a62cebef8b3dd4c544e8b70ce1b96b33390f4c0.json b/data/sanity-check-failures/0a62cebef8b3dd4c544e8b70ce1b96b33390f4c0.json index 71901bb6d46c..62a4e9693163 100644 --- a/data/sanity-check-failures/0a62cebef8b3dd4c544e8b70ce1b96b33390f4c0.json +++ b/data/sanity-check-failures/0a62cebef8b3dd4c544e8b70ce1b96b33390f4c0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/poi/poi/4.1.2/poi-4.1.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/poi/poi/5.1.0/poi-5.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0a62cebef8b3dd4c544e8b70ce1b96b33390f4c0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0a62cebef8b3dd4c544e8b70ce1b96b33390f4c0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/0b776fa1446ee6c34e234e0a3c6103d84274e395.json b/data/sanity-check-failures/0b776fa1446ee6c34e234e0a3c6103d84274e395.json index d3eead347fe4..577fbd0c8769 100644 --- a/data/sanity-check-failures/0b776fa1446ee6c34e234e0a3c6103d84274e395.json +++ b/data/sanity-check-failures/0b776fa1446ee6c34e234e0a3c6103d84274e395.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0b776fa1446ee6c34e234e0a3c6103d84274e395-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0b776fa1446ee6c34e234e0a3c6103d84274e395-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/0ead9a6c759b422a5b8db197bb52d1cc0cabce78.json b/data/sanity-check-failures/0ead9a6c759b422a5b8db197bb52d1cc0cabce78.json index 4de0368c01c9..6e9c13557324 100644 --- a/data/sanity-check-failures/0ead9a6c759b422a5b8db197bb52d1cc0cabce78.json +++ b/data/sanity-check-failures/0ead9a6c759b422a5b8db197bb52d1cc0cabce78.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/json/json/20230227/json-20230227-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/json/json/20230618/json-20230618-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0ead9a6c759b422a5b8db197bb52d1cc0cabce78-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0ead9a6c759b422a5b8db197bb52d1cc0cabce78-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/11a73c82c139a74c84d2c00937ca9d4c7d89ff02.json b/data/sanity-check-failures/11a73c82c139a74c84d2c00937ca9d4c7d89ff02.json index 13a2f75ad308..193927921df5 100644 --- a/data/sanity-check-failures/11a73c82c139a74c84d2c00937ca9d4c7d89ff02.json +++ b/data/sanity-check-failures/11a73c82c139a74c84d2c00937ca9d4c7d89ff02.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.5/jaxb-runtime-2.3.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.3/jaxb-runtime-4.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:11a73c82c139a74c84d2c00937ca9d4c7d89ff02-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:11a73c82c139a74c84d2c00937ca9d4c7d89ff02-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "JAXB_FAILURE" + "failureCategory" : "JAXB_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/139c909f9d58b53d6c45678c197a41453d55cd29.json b/data/sanity-check-failures/139c909f9d58b53d6c45678c197a41453d55cd29.json index 7c2171875734..8c1bd47fb75e 100644 --- a/data/sanity-check-failures/139c909f9d58b53d6c45678c197a41453d55cd29.json +++ b/data/sanity-check-failures/139c909f9d58b53d6c45678c197a41453d55cd29.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-jgit/2.0.0/maven-scm-provider-jgit-2.0.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/maven/scm/maven-scm-provider-jgit/2.0.1/maven-scm-provider-jgit-2.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:139c909f9d58b53d6c45678c197a41453d55cd29-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:139c909f9d58b53d6c45678c197a41453d55cd29-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "SCM_CHECKOUT_FAILURE" + "failureCategory" : "SCM_CHECKOUT_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/187caaec31580839e578b962a6a3132fb05ed9cd.json b/data/sanity-check-failures/187caaec31580839e578b962a6a3132fb05ed9cd.json index 4aa0a84635ac..a90f6e5fe286 100644 --- a/data/sanity-check-failures/187caaec31580839e578b962a6a3132fb05ed9cd.json +++ b/data/sanity-check-failures/187caaec31580839e578b962a6a3132fb05ed9cd.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.43.v20210629/jetty-io-9.4.43.v20210629-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/10.0.8/jetty-io-10.0.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:187caaec31580839e578b962a6a3132fb05ed9cd-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:187caaec31580839e578b962a6a3132fb05ed9cd-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/196375c2019dd6b324c102ed31ad34520e48ac01.json b/data/sanity-check-failures/196375c2019dd6b324c102ed31ad34520e48ac01.json index abbd30b88d5a..1bd41cee1582 100644 --- a/data/sanity-check-failures/196375c2019dd6b324c102ed31ad34520e48ac01.json +++ b/data/sanity-check-failures/196375c2019dd6b324c102ed31ad34520e48ac01.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/jakarta/persistence/jakarta.persistence-api/2.2.3/jakarta.persistence-api-2.2.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/jakarta/persistence/jakarta.persistence-api/3.1.0/jakarta.persistence-api-3.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:196375c2019dd6b324c102ed31ad34520e48ac01-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:196375c2019dd6b324c102ed31ad34520e48ac01-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE" + "failureCategory" : "DEPENDENCY_RESOLUTION_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/2995b40291f8306859dbf9c1008c640c4a06ff84.json b/data/sanity-check-failures/2995b40291f8306859dbf9c1008c640c4a06ff84.json index 95b22d48805c..91560da3cb1b 100644 --- a/data/sanity-check-failures/2995b40291f8306859dbf9c1008c640c4a06ff84.json +++ b/data/sanity-check-failures/2995b40291f8306859dbf9c1008c640c4a06ff84.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.43.v20210629/jetty-io-9.4.43.v20210629-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/10.0.14/jetty-io-10.0.14-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2995b40291f8306859dbf9c1008c640c4a06ff84-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2995b40291f8306859dbf9c1008c640c4a06ff84-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/2e601a969a247b9a680157a705381b5632eb5c44.json b/data/sanity-check-failures/2e601a969a247b9a680157a705381b5632eb5c44.json index a55d519ab6e4..02c9e15484d9 100644 --- a/data/sanity-check-failures/2e601a969a247b9a680157a705381b5632eb5c44.json +++ b/data/sanity-check-failures/2e601a969a247b9a680157a705381b5632eb5c44.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.10.1/flyway-core-9.10.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2e601a969a247b9a680157a705381b5632eb5c44-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:2e601a969a247b9a680157a705381b5632eb5c44-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/35db97c86709ffab63eac39eb1fca428a21fa3d7.json b/data/sanity-check-failures/35db97c86709ffab63eac39eb1fca428a21fa3d7.json index 3341a3186260..eec8362ca6d0 100644 --- a/data/sanity-check-failures/35db97c86709ffab63eac39eb1fca428a21fa3d7.json +++ b/data/sanity-check-failures/35db97c86709ffab63eac39eb1fca428a21fa3d7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/pubnub/pubnub-gson/4.31.3/pubnub-gson-4.31.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/pubnub/pubnub-gson/6.3.6/pubnub-gson-6.3.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:35db97c86709ffab63eac39eb1fca428a21fa3d7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:35db97c86709ffab63eac39eb1fca428a21fa3d7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/3d92498bff0636c4e6e0cfd24b86874de402a827.json b/data/sanity-check-failures/3d92498bff0636c4e6e0cfd24b86874de402a827.json index 7ac38ef63899..61a00fac0b39 100644 --- a/data/sanity-check-failures/3d92498bff0636c4e6e0cfd24b86874de402a827.json +++ b/data/sanity-check-failures/3d92498bff0636c4e6e0cfd24b86874de402a827.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : null, "mavenSourceLinkBreaking" : null, "updatedFileType" : "POM", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3d92498bff0636c4e6e0cfd24b86874de402a827-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3d92498bff0636c4e6e0cfd24b86874de402a827-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/3fc52b074d7349ce05b02e76f1c2a96874e17476.json b/data/sanity-check-failures/3fc52b074d7349ce05b02e76f1c2a96874e17476.json index 4f427aff6677..4f15f7fc8206 100644 --- a/data/sanity-check-failures/3fc52b074d7349ce05b02e76f1c2a96874e17476.json +++ b/data/sanity-check-failures/3fc52b074d7349ce05b02e76f1c2a96874e17476.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.5/logback-classic-1.4.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3fc52b074d7349ce05b02e76f1c2a96874e17476-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:3fc52b074d7349ce05b02e76f1c2a96874e17476-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/43b49b525ab414b43227f34e424a5ab400ddd9e5.json b/data/sanity-check-failures/43b49b525ab414b43227f34e424a5ab400ddd9e5.json index 103ba9557dcd..7f532c96147d 100644 --- a/data/sanity-check-failures/43b49b525ab414b43227f34e424a5ab400ddd9e5.json +++ b/data/sanity-check-failures/43b49b525ab414b43227f34e424a5ab400ddd9e5.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.12.0/flyway-core-9.12.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:43b49b525ab414b43227f34e424a5ab400ddd9e5-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:43b49b525ab414b43227f34e424a5ab400ddd9e5-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/4b2abe01858f5d91c1b72ea2e5f14678c4983b78.json b/data/sanity-check-failures/4b2abe01858f5d91c1b72ea2e5f14678c4983b78.json index 2490550b6ddd..6b8ba751ea54 100644 --- a/data/sanity-check-failures/4b2abe01858f5d91c1b72ea2e5f14678c4983b78.json +++ b/data/sanity-check-failures/4b2abe01858f5d91c1b72ea2e5f14678c4983b78.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.8/logback-classic-1.4.8-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4b2abe01858f5d91c1b72ea2e5f14678c4983b78-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4b2abe01858f5d91c1b72ea2e5f14678c4983b78-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/4d20ad644749c5b7b98d7904939689385d7d1f1d.json b/data/sanity-check-failures/4d20ad644749c5b7b98d7904939689385d7d1f1d.json index 3b2346792d5f..754f9f738b10 100644 --- a/data/sanity-check-failures/4d20ad644749c5b7b98d7904939689385d7d1f1d.json +++ b/data/sanity-check-failures/4d20ad644749c5b7b98d7904939689385d7d1f1d.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.5/jaxb-runtime-2.3.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.1/jaxb-runtime-4.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4d20ad644749c5b7b98d7904939689385d7d1f1d-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4d20ad644749c5b7b98d7904939689385d7d1f1d-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "JAXB_FAILURE" + "failureCategory" : "JAXB_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/4f0263a23bcd5c26d13bcff1d92c2c9e03e067c7.json b/data/sanity-check-failures/4f0263a23bcd5c26d13bcff1d92c2c9e03e067c7.json index 7abd1f369117..9a15cf8e4e70 100644 --- a/data/sanity-check-failures/4f0263a23bcd5c26d13bcff1d92c2c9e03e067c7.json +++ b/data/sanity-check-failures/4f0263a23bcd5c26d13bcff1d92c2c9e03e067c7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.19/spring-core-5.3.19-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.3/spring-core-6.0.3-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4f0263a23bcd5c26d13bcff1d92c2c9e03e067c7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:4f0263a23bcd5c26d13bcff1d92c2c9e03e067c7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/50c3833ec10f29bd5436d710e4a749acc65769de.json b/data/sanity-check-failures/50c3833ec10f29bd5436d710e4a749acc65769de.json index 0791fceaf99d..0eceecea5fe0 100644 --- a/data/sanity-check-failures/50c3833ec10f29bd5436d710e4a749acc65769de.json +++ b/data/sanity-check-failures/50c3833ec10f29bd5436d710e4a749acc65769de.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.1/logback-classic-1.4.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:50c3833ec10f29bd5436d710e4a749acc65769de-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:50c3833ec10f29bd5436d710e4a749acc65769de-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/53f13f5be36d0059b8ee24bb7ebd29e10f048f89.json b/data/sanity-check-failures/53f13f5be36d0059b8ee24bb7ebd29e10f048f89.json index 75ed3186bdb2..4d2a9906670f 100644 --- a/data/sanity-check-failures/53f13f5be36d0059b8ee24bb7ebd29e10f048f89.json +++ b/data/sanity-check-failures/53f13f5be36d0059b8ee24bb7ebd29e10f048f89.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.19/spring-core-5.3.19-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.5/spring-core-6.0.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:53f13f5be36d0059b8ee24bb7ebd29e10f048f89-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:53f13f5be36d0059b8ee24bb7ebd29e10f048f89-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/5e9a97d542e8cec77127102f60e091ac3706dd74.json b/data/sanity-check-failures/5e9a97d542e8cec77127102f60e091ac3706dd74.json index 3ca148bb61a9..0b3618463b4b 100644 --- a/data/sanity-check-failures/5e9a97d542e8cec77127102f60e091ac3706dd74.json +++ b/data/sanity-check-failures/5e9a97d542e8cec77127102f60e091ac3706dd74.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.16.0/flyway-core-9.16.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5e9a97d542e8cec77127102f60e091ac3706dd74-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:5e9a97d542e8cec77127102f60e091ac3706dd74-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/689f67b0547b110b756cc8581994393e9bb4b9de.json b/data/sanity-check-failures/689f67b0547b110b756cc8581994393e9bb4b9de.json index 751026cb6020..522988a71310 100644 --- a/data/sanity-check-failures/689f67b0547b110b756cc8581994393e9bb4b9de.json +++ b/data/sanity-check-failures/689f67b0547b110b756cc8581994393e9bb4b9de.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.5/jaxb-runtime-2.3.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/3.0.1/jaxb-runtime-3.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "buildPlugins" + "dependencySection" : "buildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:689f67b0547b110b756cc8581994393e9bb4b9de-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:689f67b0547b110b756cc8581994393e9bb4b9de-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "JAXB_FAILURE" + "failureCategory" : "JAXB_FAILURE", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/6ae123cbdaa9b4a9b22ba99a47035fe68c6a2d57.json b/data/sanity-check-failures/6ae123cbdaa9b4a9b22ba99a47035fe68c6a2d57.json index 5b3b01a29421..b2ba8e4498ea 100644 --- a/data/sanity-check-failures/6ae123cbdaa9b4a9b22ba99a47035fe68c6a2d57.json +++ b/data/sanity-check-failures/6ae123cbdaa9b4a9b22ba99a47035fe68c6a2d57.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.42.v20210604/jetty-server-9.4.42.v20210604-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/10.0.14/jetty-server-10.0.14-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6ae123cbdaa9b4a9b22ba99a47035fe68c6a2d57-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:6ae123cbdaa9b4a9b22ba99a47035fe68c6a2d57-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/817b21c925b54630eccb58aacaad1f9f33bc6e83.json b/data/sanity-check-failures/817b21c925b54630eccb58aacaad1f9f33bc6e83.json index fd45c712a8dc..ad8f21391ef7 100644 --- a/data/sanity-check-failures/817b21c925b54630eccb58aacaad1f9f33bc6e83.json +++ b/data/sanity-check-failures/817b21c925b54630eccb58aacaad1f9f33bc6e83.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/1.19/tyrus-standalone-client-jdk-1.19-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/tyrus/bundles/tyrus-standalone-client-jdk/2.1.0/tyrus-standalone-client-jdk-2.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:817b21c925b54630eccb58aacaad1f9f33bc6e83-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:817b21c925b54630eccb58aacaad1f9f33bc6e83-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/8791abbc21ad185b3700cfadf6a1b42e6537c27c.json b/data/sanity-check-failures/8791abbc21ad185b3700cfadf6a1b42e6537c27c.json index 01dfa1259339..4710b6fd8853 100644 --- a/data/sanity-check-failures/8791abbc21ad185b3700cfadf6a1b42e6537c27c.json +++ b/data/sanity-check-failures/8791abbc21ad185b3700cfadf6a1b42e6537c27c.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.4/logback-classic-1.4.4-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8791abbc21ad185b3700cfadf6a1b42e6537c27c-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8791abbc21ad185b3700cfadf6a1b42e6537c27c-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/8f25580961f4a1caa12ccb27181605a868fdca62.json b/data/sanity-check-failures/8f25580961f4a1caa12ccb27181605a868fdca62.json index 2d4b9efa85a0..b05894f4ba43 100644 --- a/data/sanity-check-failures/8f25580961f4a1caa12ccb27181605a868fdca62.json +++ b/data/sanity-check-failures/8f25580961f4a1caa12ccb27181605a868fdca62.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.0/logback-classic-1.4.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8f25580961f4a1caa12ccb27181605a868fdca62-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:8f25580961f4a1caa12ccb27181605a868fdca62-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/9145b9433d42459850c1191df38eed45a83cd9ee.json b/data/sanity-check-failures/9145b9433d42459850c1191df38eed45a83cd9ee.json index 845ff51f5cb6..479b403233d0 100644 --- a/data/sanity-check-failures/9145b9433d42459850c1191df38eed45a83cd9ee.json +++ b/data/sanity-check-failures/9145b9433d42459850c1191df38eed45a83cd9ee.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.43.v20210629/jetty-io-9.4.43.v20210629-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/10.0.13/jetty-io-10.0.13-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9145b9433d42459850c1191df38eed45a83cd9ee-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:9145b9433d42459850c1191df38eed45a83cd9ee-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/95bfcc3ac336b1e58d48bc9863fa7408a5088ff0.json b/data/sanity-check-failures/95bfcc3ac336b1e58d48bc9863fa7408a5088ff0.json index 54ff100ec09d..62961f07140a 100644 --- a/data/sanity-check-failures/95bfcc3ac336b1e58d48bc9863fa7408a5088ff0.json +++ b/data/sanity-check-failures/95bfcc3ac336b1e58d48bc9863fa7408a5088ff0.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:95bfcc3ac336b1e58d48bc9863fa7408a5088ff0-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:95bfcc3ac336b1e58d48bc9863fa7408a5088ff0-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "BSD-2-Clause" } \ No newline at end of file diff --git a/data/sanity-check-failures/98d52f5e1cdbb34c6c4695f8b5ba47aedcd54c8b.json b/data/sanity-check-failures/98d52f5e1cdbb34c6c4695f8b5ba47aedcd54c8b.json index 3108403073e0..fba34aa00b6f 100644 --- a/data/sanity-check-failures/98d52f5e1cdbb34c6c4695f8b5ba47aedcd54c8b.json +++ b/data/sanity-check-failures/98d52f5e1cdbb34c6c4695f8b5ba47aedcd54c8b.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.19/spring-core-5.3.19-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.0/spring-core-6.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:98d52f5e1cdbb34c6c4695f8b5ba47aedcd54c8b-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:98d52f5e1cdbb34c6c4695f8b5ba47aedcd54c8b-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/a36653e160cca6bfcaedbfa5c0e25199d1b3a0b7.json b/data/sanity-check-failures/a36653e160cca6bfcaedbfa5c0e25199d1b3a0b7.json index 1c0ee6bd930c..6a9bdc16aa45 100644 --- a/data/sanity-check-failures/a36653e160cca6bfcaedbfa5c0e25199d1b3a0b7.json +++ b/data/sanity-check-failures/a36653e160cca6bfcaedbfa5c0e25199d1b3a0b7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.14.1/flyway-core-9.14.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a36653e160cca6bfcaedbfa5c0e25199d1b3a0b7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:a36653e160cca6bfcaedbfa5c0e25199d1b3a0b7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/af255053db1c161413e2efde2ddfd214eaa01021.json b/data/sanity-check-failures/af255053db1c161413e2efde2ddfd214eaa01021.json index e44729db8672..621fba71277e 100644 --- a/data/sanity-check-failures/af255053db1c161413e2efde2ddfd214eaa01021.json +++ b/data/sanity-check-failures/af255053db1c161413e2efde2ddfd214eaa01021.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client/2.3.2/pulsar-client-2.3.2-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/apache/pulsar/pulsar-client/2.7.5/pulsar-client-2.7.5-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:af255053db1c161413e2efde2ddfd214eaa01021-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:af255053db1c161413e2efde2ddfd214eaa01021-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/b2f637858aa34cf2cd6545610e36a0128f4d8dab.json b/data/sanity-check-failures/b2f637858aa34cf2cd6545610e36a0128f4d8dab.json index 50ae8d82e280..a8d5624c3e45 100644 --- a/data/sanity-check-failures/b2f637858aa34cf2cd6545610e36a0128f4d8dab.json +++ b/data/sanity-check-failures/b2f637858aa34cf2cd6545610e36a0128f4d8dab.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.43.v20210629/jetty-io-9.4.43.v20210629-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/10.0.12/jetty-io-10.0.12-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b2f637858aa34cf2cd6545610e36a0128f4d8dab-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b2f637858aa34cf2cd6545610e36a0128f4d8dab-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/b8b67194a0df3fc948d270c46cb7d4d44d20f7ae.json b/data/sanity-check-failures/b8b67194a0df3fc948d270c46cb7d4d44d20f7ae.json index 27ee5822e2b5..d6c774ff63e5 100644 --- a/data/sanity-check-failures/b8b67194a0df3fc948d270c46cb7d4d44d20f7ae.json +++ b/data/sanity-check-failures/b8b67194a0df3fc948d270c46cb7d4d44d20f7ae.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/sun/xml/bind/external/rngom/2.3.6/rngom-2.3.6-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/sun/xml/bind/external/rngom/3.0.2/rngom-3.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b8b67194a0df3fc948d270c46cb7d4d44d20f7ae-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:b8b67194a0df3fc948d270c46cb7d4d44d20f7ae-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/bea2858f2e288795cebb784651de3957b0d7088e.json b/data/sanity-check-failures/bea2858f2e288795cebb784651de3957b0d7088e.json index 11bbb8026065..a89b834a30fe 100644 --- a/data/sanity-check-failures/bea2858f2e288795cebb784651de3957b0d7088e.json +++ b/data/sanity-check-failures/bea2858f2e288795cebb784651de3957b0d7088e.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/9.4.42.v20210604/jetty-server-9.4.42.v20210604-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server/10.0.10/jetty-server-10.0.10-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bea2858f2e288795cebb784651de3957b0d7088e-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bea2858f2e288795cebb784651de3957b0d7088e-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/bf73c849498800ca9fac3f8f70660f03b841d6f6.json b/data/sanity-check-failures/bf73c849498800ca9fac3f8f70660f03b841d6f6.json index 9d543ffd5fa9..8593139129cf 100644 --- a/data/sanity-check-failures/bf73c849498800ca9fac3f8f70660f03b841d6f6.json +++ b/data/sanity-check-failures/bf73c849498800ca9fac3f8f70660f03b841d6f6.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.6/logback-classic-1.4.6-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bf73c849498800ca9fac3f8f70660f03b841d6f6-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bf73c849498800ca9fac3f8f70660f03b841d6f6-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/c5c7e3d1a44f48b5b629ce67fead657dac54f9e7.json b/data/sanity-check-failures/c5c7e3d1a44f48b5b629ce67fead657dac54f9e7.json index d50cb5e32dac..1354b8f25876 100644 --- a/data/sanity-check-failures/c5c7e3d1a44f48b5b629ce67fead657dac54f9e7.json +++ b/data/sanity-check-failures/c5c7e3d1a44f48b5b629ce67fead657dac54f9e7.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.43.v20210629/jetty-io-9.4.43.v20210629-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/10.0.10/jetty-io-10.0.10-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5c7e3d1a44f48b5b629ce67fead657dac54f9e7-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:c5c7e3d1a44f48b5b629ce67fead657dac54f9e7-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/cae7de4d1bf0ecb21460c6531ea646de0f7c41c9.json b/data/sanity-check-failures/cae7de4d1bf0ecb21460c6531ea646de0f7c41c9.json index f253aec4ea8b..a31750c46e50 100644 --- a/data/sanity-check-failures/cae7de4d1bf0ecb21460c6531ea646de0f7c41c9.json +++ b/data/sanity-check-failures/cae7de4d1bf0ecb21460c6531ea646de0f7c41c9.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.9.0/google-auth-library-oauth2-http-1.9.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.10.0/google-auth-library-oauth2-http-1.10.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cae7de4d1bf0ecb21460c6531ea646de0f7c41c9-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cae7de4d1bf0ecb21460c6531ea646de0f7c41c9-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/sanity-check-failures/cff4ee14bee730c06155183e9442e3fe841da4f3.json b/data/sanity-check-failures/cff4ee14bee730c06155183e9442e3fe841da4f3.json index 9f366580ce87..aac4ade98244 100644 --- a/data/sanity-check-failures/cff4ee14bee730c06155183e9442e3fe841da4f3.json +++ b/data/sanity-check-failures/cff4ee14bee730c06155183e9442e3fe841da4f3.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cff4ee14bee730c06155183e9442e3fe841da4f3-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:cff4ee14bee730c06155183e9442e3fe841da4f3-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/d0515316429cac969e560d5428540db93ecb89e8.json b/data/sanity-check-failures/d0515316429cac969e560d5428540db93ecb89e8.json index fc7af4f86011..37ace7027f73 100644 --- a/data/sanity-check-failures/d0515316429cac969e560d5428540db93ecb89e8.json +++ b/data/sanity-check-failures/d0515316429cac969e560d5428540db93ecb89e8.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.8.1/google-auth-library-oauth2-http-1.8.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/com/google/auth/google-auth-library-oauth2-http/1.9.0/google-auth-library-oauth2-http-1.9.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d0515316429cac969e560d5428540db93ecb89e8-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d0515316429cac969e560d5428540db93ecb89e8-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/sanity-check-failures/d0bfa76c17db271494fbcf8e65c696b04d04e014.json b/data/sanity-check-failures/d0bfa76c17db271494fbcf8e65c696b04d04e014.json index 3fb11c97e095..4ebc3d9d2c92 100644 --- a/data/sanity-check-failures/d0bfa76c17db271494fbcf8e65c696b04d04e014.json +++ b/data/sanity-check-failures/d0bfa76c17db271494fbcf8e65c696b04d04e014.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/5.3.24/spring-tx-5.3.24-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-tx/6.0.7/spring-tx-6.0.7-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d0bfa76c17db271494fbcf8e65c696b04d04e014-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d0bfa76c17db271494fbcf8e65c696b04d04e014-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/d37836e601fceb54972203e03e56474379e20e74.json b/data/sanity-check-failures/d37836e601fceb54972203e03e56474379e20e74.json index efb83a16a117..c19f9de843c0 100644 --- a/data/sanity-check-failures/d37836e601fceb54972203e03e56474379e20e74.json +++ b/data/sanity-check-failures/d37836e601fceb54972203e03e56474379e20e74.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.4.0-b180830.0438/jaxb-runtime-2.4.0-b180830.0438-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.2/jaxb-runtime-4.0.2-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d37836e601fceb54972203e03e56474379e20e74-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d37836e601fceb54972203e03e56474379e20e74-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "ENFORCER_FAILURE" + "failureCategory" : "ENFORCER_FAILURE", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/sanity-check-failures/e0407b357c068ba1a8017599f007f4d2cb913ab2.json b/data/sanity-check-failures/e0407b357c068ba1a8017599f007f4d2cb913ab2.json index 4e493ec66625..b6952f6939d1 100644 --- a/data/sanity-check-failures/e0407b357c068ba1a8017599f007f4d2cb913ab2.json +++ b/data/sanity-check-failures/e0407b357c068ba1a8017599f007f4d2cb913ab2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/9.4.43.v20210629/jetty-io-9.4.43.v20210629-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-io/10.0.9/jetty-io-10.0.9-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e0407b357c068ba1a8017599f007f4d2cb913ab2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e0407b357c068ba1a8017599f007f4d2cb913ab2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/e7d585a472237f6ddbdda78bb43ead031477853f.json b/data/sanity-check-failures/e7d585a472237f6ddbdda78bb43ead031477853f.json index d1fd7875c332..85af654ac6f9 100644 --- a/data/sanity-check-failures/e7d585a472237f6ddbdda78bb43ead031477853f.json +++ b/data/sanity-check-failures/e7d585a472237f6ddbdda78bb43ead031477853f.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/springframework/spring-core/5.3.19/spring-core-5.3.19-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/springframework/spring-core/6.0.1/spring-core-6.0.1-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e7d585a472237f6ddbdda78bb43ead031477853f-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e7d585a472237f6ddbdda78bb43ead031477853f-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/sanity-check-failures/e9bbca864c85a978cfe23aea395cccc5a8536951.json b/data/sanity-check-failures/e9bbca864c85a978cfe23aea395cccc5a8536951.json index f26efab8db50..7dca67dcb07c 100644 --- a/data/sanity-check-failures/e9bbca864c85a978cfe23aea395cccc5a8536951.json +++ b/data/sanity-check-failures/e9bbca864c85a978cfe23aea395cccc5a8536951.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/3.2.1/flyway-core-3.2.1-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/flywaydb/flyway-core/9.10.0/flyway-core-9.10.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e9bbca864c85a978cfe23aea395cccc5a8536951-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:e9bbca864c85a978cfe23aea395cccc5a8536951-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "COMPILATION_FAILURE" + "failureCategory" : "COMPILATION_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/ec8278dba78b471288f6001606c5b7488ab782e2.json b/data/sanity-check-failures/ec8278dba78b471288f6001606c5b7488ab782e2.json index bcbb702039f3..53ca21866c7d 100644 --- a/data/sanity-check-failures/ec8278dba78b471288f6001606c5b7488ab782e2.json +++ b/data/sanity-check-failures/ec8278dba78b471288f6001606c5b7488ab782e2.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/mockito/mockito-core/5.1.0/mockito-core-5.1.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ec8278dba78b471288f6001606c5b7488ab782e2-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ec8278dba78b471288f6001606c5b7488ab782e2-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/ece5b4a2f9f8cc907a1a2bb697307f963f0af278.json b/data/sanity-check-failures/ece5b4a2f9f8cc907a1a2bb697307f963f0af278.json index c6ea5fea259d..e696a706c369 100644 --- a/data/sanity-check-failures/ece5b4a2f9f8cc907a1a2bb697307f963f0af278.json +++ b/data/sanity-check-failures/ece5b4a2f9f8cc907a1a2bb697307f963f0af278.json @@ -17,10 +17,13 @@ "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.5/jaxb-runtime-2.3.5-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.0/jaxb-runtime-4.0.0-sources.jar", "updatedFileType" : "JAR", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ece5b4a2f9f8cc907a1a2bb697307f963f0af278-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:ece5b4a2f9f8cc907a1a2bb697307f963f0af278-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/sanity-check-failures/f660397c65f25cc32d33ebbec984d577feccdaf4.json b/data/sanity-check-failures/f660397c65f25cc32d33ebbec984d577feccdaf4.json index 735608693285..fe77a4cfad4c 100644 --- a/data/sanity-check-failures/f660397c65f25cc32d33ebbec984d577feccdaf4.json +++ b/data/sanity-check-failures/f660397c65f25cc32d33ebbec984d577feccdaf4.json @@ -17,10 +17,13 @@ "githubCompareLink" : "A GitHub repository could not be found for the updated dependency.", "mavenSourceLinkPre" : "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3-sources.jar", "mavenSourceLinkBreaking" : "https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0-sources.jar", - "updatedFileType" : "JAR" + "updatedFileType" : "JAR", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, "preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f660397c65f25cc32d33ebbec984d577feccdaf4-pre", "breakingUpdateReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:f660397c65f25cc32d33ebbec984d577feccdaf4-breaking", "javaVersionUsedForReproduction" : "11", - "failureCategory" : "TEST_FAILURE" + "failureCategory" : "TEST_FAILURE", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/00063ce5d656166afc755a5a4fc765b439c1b8d3.json b/data/unsuccessful-reproductions/00063ce5d656166afc755a5a4fc765b439c1b8d3.json index 27ad1a5de0d0..b817ae5015e5 100644 --- a/data/unsuccessful-reproductions/00063ce5d656166afc755a5a4fc765b439c1b8d3.json +++ b/data/unsuccessful-reproductions/00063ce5d656166afc755a5a4fc765b439c1b8d3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "4.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0012130417f7d0d5f0ef04b05bbc0b73ca92c363.json b/data/unsuccessful-reproductions/0012130417f7d0d5f0ef04b05bbc0b73ca92c363.json index dc6ec855b706..2581189553ec 100644 --- a/data/unsuccessful-reproductions/0012130417f7d0d5f0ef04b05bbc0b73ca92c363.json +++ b/data/unsuccessful-reproductions/0012130417f7d0d5f0ef04b05bbc0b73ca92c363.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30.0", "newVersion" : "1.31.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/003aa349231b57e55bc518acf47ae6cdd9701663.json b/data/unsuccessful-reproductions/003aa349231b57e55bc518acf47ae6cdd9701663.json index 1f71a1464f9c..2f07204384e6 100644 --- a/data/unsuccessful-reproductions/003aa349231b57e55bc518acf47ae6cdd9701663.json +++ b/data/unsuccessful-reproductions/003aa349231b57e55bc518acf47ae6cdd9701663.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.8", "newVersion" : "1.2.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/00450349aef84e1b27619dbd3952a710942de9aa.json b/data/unsuccessful-reproductions/00450349aef84e1b27619dbd3952a710942de9aa.json index da5b2d6ee2bf..d42cddc87530 100644 --- a/data/unsuccessful-reproductions/00450349aef84e1b27619dbd3952a710942de9aa.json +++ b/data/unsuccessful-reproductions/00450349aef84e1b27619dbd3952a710942de9aa.json @@ -12,7 +12,10 @@ "previousVersion" : "7.5", "newVersion" : "7.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/004ade927e35090cf1d682f3caef5b2436844fda.json b/data/unsuccessful-reproductions/004ade927e35090cf1d682f3caef5b2436844fda.json index 272b5e477891..fdaa3da46a32 100644 --- a/data/unsuccessful-reproductions/004ade927e35090cf1d682f3caef5b2436844fda.json +++ b/data/unsuccessful-reproductions/004ade927e35090cf1d682f3caef5b2436844fda.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.226", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0055710f5570536aff490d588ce7d40c31d7a3f5.json b/data/unsuccessful-reproductions/0055710f5570536aff490d588ce7d40c31d7a3f5.json index 1627ec5c0fcc..bed69df8902a 100644 --- a/data/unsuccessful-reproductions/0055710f5570536aff490d588ce7d40c31d7a3f5.json +++ b/data/unsuccessful-reproductions/0055710f5570536aff490d588ce7d40c31d7a3f5.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.186.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0065d2103fce38c30bf9b2f7af86254f95d231d0.json b/data/unsuccessful-reproductions/0065d2103fce38c30bf9b2f7af86254f95d231d0.json index 833c764c9c19..fdb320047b6f 100644 --- a/data/unsuccessful-reproductions/0065d2103fce38c30bf9b2f7af86254f95d231d0.json +++ b/data/unsuccessful-reproductions/0065d2103fce38c30bf9b2f7af86254f95d231d0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.92", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/006a7ac429cd1354283ae58b12079dd13e8a238d.json b/data/unsuccessful-reproductions/006a7ac429cd1354283ae58b12079dd13e8a238d.json index da51ea0069de..ae36aa70389f 100644 --- a/data/unsuccessful-reproductions/006a7ac429cd1354283ae58b12079dd13e8a238d.json +++ b/data/unsuccessful-reproductions/006a7ac429cd1354283ae58b12079dd13e8a238d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.1", "newVersion" : "1.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0078cf27ae13fc37fc549ac3d3e59c3dd6965984.json b/data/unsuccessful-reproductions/0078cf27ae13fc37fc549ac3d3e59c3dd6965984.json index 2ae05f7ce40d..c4d75ba7ed19 100644 --- a/data/unsuccessful-reproductions/0078cf27ae13fc37fc549ac3d3e59c3dd6965984.json +++ b/data/unsuccessful-reproductions/0078cf27ae13fc37fc549ac3d3e59c3dd6965984.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/007e32c96afae48a599359d085781901fe0a0682.json b/data/unsuccessful-reproductions/007e32c96afae48a599359d085781901fe0a0682.json index 557437d9463d..7d246889c380 100644 --- a/data/unsuccessful-reproductions/007e32c96afae48a599359d085781901fe0a0682.json +++ b/data/unsuccessful-reproductions/007e32c96afae48a599359d085781901fe0a0682.json @@ -12,7 +12,10 @@ "previousVersion" : "20230227", "newVersion" : "20230618", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/00883672d011875b46913a63c7b6328f42dd1b56.json b/data/unsuccessful-reproductions/00883672d011875b46913a63c7b6328f42dd1b56.json index 1c8b179a4c54..982e17e0ba65 100644 --- a/data/unsuccessful-reproductions/00883672d011875b46913a63c7b6328f42dd1b56.json +++ b/data/unsuccessful-reproductions/00883672d011875b46913a63c7b6328f42dd1b56.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.62", "newVersion" : "2.17.265", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/008be66d23db70d5c667afbf79ca0119acc34903.json b/data/unsuccessful-reproductions/008be66d23db70d5c667afbf79ca0119acc34903.json index 045df0bc49cc..65a5d2d4c3c8 100644 --- a/data/unsuccessful-reproductions/008be66d23db70d5c667afbf79ca0119acc34903.json +++ b/data/unsuccessful-reproductions/008be66d23db70d5c667afbf79ca0119acc34903.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.86", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0094836efbc73241036e82ee002d5cd8df0988c2.json b/data/unsuccessful-reproductions/0094836efbc73241036e82ee002d5cd8df0988c2.json index 1a516db98000..45c8e1f1cb34 100644 --- a/data/unsuccessful-reproductions/0094836efbc73241036e82ee002d5cd8df0988c2.json +++ b/data/unsuccessful-reproductions/0094836efbc73241036e82ee002d5cd8df0988c2.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/009d000dcf78317c92cc9ffa5c3131b70fa103f2.json b/data/unsuccessful-reproductions/009d000dcf78317c92cc9ffa5c3131b70fa103f2.json index 3e56f16a2fe1..ff2784fb3a7a 100644 --- a/data/unsuccessful-reproductions/009d000dcf78317c92cc9ffa5c3131b70fa103f2.json +++ b/data/unsuccessful-reproductions/009d000dcf78317c92cc9ffa5c3131b70fa103f2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.1", "newVersion" : "3.9.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/009e1dfc4689e511226f6a6cde4712c2cc7f5d73.json b/data/unsuccessful-reproductions/009e1dfc4689e511226f6a6cde4712c2cc7f5d73.json index 4374fb89a8ea..b50f337fa6c2 100644 --- a/data/unsuccessful-reproductions/009e1dfc4689e511226f6a6cde4712c2cc7f5d73.json +++ b/data/unsuccessful-reproductions/009e1dfc4689e511226f6a6cde4712c2cc7f5d73.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.92", "newVersion" : "2.20.98", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/009fbc93b6bf72b10c11c170c02e8e297d954dfc.json b/data/unsuccessful-reproductions/009fbc93b6bf72b10c11c170c02e8e297d954dfc.json index 9d7eaa688721..ff79cdd60b31 100644 --- a/data/unsuccessful-reproductions/009fbc93b6bf72b10c11c170c02e8e297d954dfc.json +++ b/data/unsuccessful-reproductions/009fbc93b6bf72b10c11c170c02e8e297d954dfc.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/00a68d91ed8b54c1c5af8c4cdd919d76d9d90487.json b/data/unsuccessful-reproductions/00a68d91ed8b54c1c5af8c4cdd919d76d9d90487.json index 6cb5c270e304..9a0d01feb1e5 100644 --- a/data/unsuccessful-reproductions/00a68d91ed8b54c1c5af8c4cdd919d76d9d90487.json +++ b/data/unsuccessful-reproductions/00a68d91ed8b54c1c5af8c4cdd919d76d9d90487.json @@ -12,7 +12,10 @@ "previousVersion" : "25.0.0", "newVersion" : "25.1.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/00b16bb2e78a038ad639bbd4669afd70ef7a8de6.json b/data/unsuccessful-reproductions/00b16bb2e78a038ad639bbd4669afd70ef7a8de6.json index 7115dab0da92..cd2971811939 100644 --- a/data/unsuccessful-reproductions/00b16bb2e78a038ad639bbd4669afd70ef7a8de6.json +++ b/data/unsuccessful-reproductions/00b16bb2e78a038ad639bbd4669afd70ef7a8de6.json @@ -12,7 +12,10 @@ "previousVersion" : "10.1", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/00b6081045a0d2032f4acf644626994bc2b88a30.json b/data/unsuccessful-reproductions/00b6081045a0d2032f4acf644626994bc2b88a30.json index 80ee16b91d76..cd61364a4e49 100644 --- a/data/unsuccessful-reproductions/00b6081045a0d2032f4acf644626994bc2b88a30.json +++ b/data/unsuccessful-reproductions/00b6081045a0d2032f4acf644626994bc2b88a30.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/00be126ea18c28c13cf7cfbc36e74f243810e033.json b/data/unsuccessful-reproductions/00be126ea18c28c13cf7cfbc36e74f243810e033.json index 64d757e2edbb..c2ebe1520a4c 100644 --- a/data/unsuccessful-reproductions/00be126ea18c28c13cf7cfbc36e74f243810e033.json +++ b/data/unsuccessful-reproductions/00be126ea18c28c13cf7cfbc36e74f243810e033.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.1", "newVersion" : "2.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/00cbb65cc2f0326d5d8303afc9395eef1099f947.json b/data/unsuccessful-reproductions/00cbb65cc2f0326d5d8303afc9395eef1099f947.json index 348d50a9bf5a..988591288fb5 100644 --- a/data/unsuccessful-reproductions/00cbb65cc2f0326d5d8303afc9395eef1099f947.json +++ b/data/unsuccessful-reproductions/00cbb65cc2f0326d5d8303afc9395eef1099f947.json @@ -12,7 +12,10 @@ "previousVersion" : "1.49", "newVersion" : "1.67", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "bcgit/bc-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/00e0f9650607768c710443adcddc2240be6008d3.json b/data/unsuccessful-reproductions/00e0f9650607768c710443adcddc2240be6008d3.json index 39df142a3b81..de2bd4e27887 100644 --- a/data/unsuccessful-reproductions/00e0f9650607768c710443adcddc2240be6008d3.json +++ b/data/unsuccessful-reproductions/00e0f9650607768c710443adcddc2240be6008d3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.2", "newVersion" : "2.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/00f8537388b8df1a6948bbdcbd44366c5aac64c4.json b/data/unsuccessful-reproductions/00f8537388b8df1a6948bbdcbd44366c5aac64c4.json index a779db7e33fb..151cc6d26005 100644 --- a/data/unsuccessful-reproductions/00f8537388b8df1a6948bbdcbd44366c5aac64c4.json +++ b/data/unsuccessful-reproductions/00f8537388b8df1a6948bbdcbd44366c5aac64c4.json @@ -12,7 +12,10 @@ "previousVersion" : "4.8.160", "newVersion" : "4.8.161", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01033a67970778a013d1c8aa1b49013cbaf2d38d.json b/data/unsuccessful-reproductions/01033a67970778a013d1c8aa1b49013cbaf2d38d.json index e3c5c4b303dd..befd4d8aae0d 100644 --- a/data/unsuccessful-reproductions/01033a67970778a013d1c8aa1b49013cbaf2d38d.json +++ b/data/unsuccessful-reproductions/01033a67970778a013d1c8aa1b49013cbaf2d38d.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.3", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01059575ae151a573a748c837b20785882c2ffeb.json b/data/unsuccessful-reproductions/01059575ae151a573a748c837b20785882c2ffeb.json index a6f2210fb89f..b46fd321ea63 100644 --- a/data/unsuccessful-reproductions/01059575ae151a573a748c837b20785882c2ffeb.json +++ b/data/unsuccessful-reproductions/01059575ae151a573a748c837b20785882c2ffeb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/011a170121d0a7ce6a4ddbefde8fe4edb983e600.json b/data/unsuccessful-reproductions/011a170121d0a7ce6a4ddbefde8fe4edb983e600.json index b01f0fa4a5e3..cf0f7e2faa25 100644 --- a/data/unsuccessful-reproductions/011a170121d0a7ce6a4ddbefde8fe4edb983e600.json +++ b/data/unsuccessful-reproductions/011a170121d0a7ce6a4ddbefde8fe4edb983e600.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1", "newVersion" : "2.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0120be588e3aa8f865e26779f453bf5219c80356.json b/data/unsuccessful-reproductions/0120be588e3aa8f865e26779f453bf5219c80356.json index d9b0cda1c053..d2f57a97f80f 100644 --- a/data/unsuccessful-reproductions/0120be588e3aa8f865e26779f453bf5219c80356.json +++ b/data/unsuccessful-reproductions/0120be588e3aa8f865e26779f453bf5219c80356.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.0", "newVersion" : "2.9.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/012301785040d4e6ae6f4b2e2ecd9c1354c813a8.json b/data/unsuccessful-reproductions/012301785040d4e6ae6f4b2e2ecd9c1354c813a8.json index 488f643adb9a..fdca9681c185 100644 --- a/data/unsuccessful-reproductions/012301785040d4e6ae6f4b2e2ecd9c1354c813a8.json +++ b/data/unsuccessful-reproductions/012301785040d4e6ae6f4b2e2ecd9c1354c813a8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/015aea5b17e96f48a73f08f047c1cd772a83e058.json b/data/unsuccessful-reproductions/015aea5b17e96f48a73f08f047c1cd772a83e058.json index ec9defca2650..b05b8bcae9ed 100644 --- a/data/unsuccessful-reproductions/015aea5b17e96f48a73f08f047c1cd772a83e058.json +++ b/data/unsuccessful-reproductions/015aea5b17e96f48a73f08f047c1cd772a83e058.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.84", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0186532924fe52ef69b8e030acca7cf566198b07.json b/data/unsuccessful-reproductions/0186532924fe52ef69b8e030acca7cf566198b07.json index 0a6ed0d8172e..05a867bed085 100644 --- a/data/unsuccessful-reproductions/0186532924fe52ef69b8e030acca7cf566198b07.json +++ b/data/unsuccessful-reproductions/0186532924fe52ef69b8e030acca7cf566198b07.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3", "newVersion" : "2.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "hamcrest/JavaHamcrest" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01a5de5df75e4b3480ec1db0da0cc06583cc3c2e.json b/data/unsuccessful-reproductions/01a5de5df75e4b3480ec1db0da0cc06583cc3c2e.json index 5052b4ee4186..3c75061238cf 100644 --- a/data/unsuccessful-reproductions/01a5de5df75e4b3480ec1db0da0cc06583cc3c2e.json +++ b/data/unsuccessful-reproductions/01a5de5df75e4b3480ec1db0da0cc06583cc3c2e.json @@ -12,7 +12,10 @@ "previousVersion" : "0.26.1", "newVersion" : "0.27.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01aab779cf90d1f563c8a765d89db7334f7454fa.json b/data/unsuccessful-reproductions/01aab779cf90d1f563c8a765d89db7334f7454fa.json index 919d0a724548..5e6a30aa901a 100644 --- a/data/unsuccessful-reproductions/01aab779cf90d1f563c8a765d89db7334f7454fa.json +++ b/data/unsuccessful-reproductions/01aab779cf90d1f563c8a765d89db7334f7454fa.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01ad5f05e5a25812a2653e48db0f2b72cb9de38b.json b/data/unsuccessful-reproductions/01ad5f05e5a25812a2653e48db0f2b72cb9de38b.json index 31b2dc067819..cb851dd320f1 100644 --- a/data/unsuccessful-reproductions/01ad5f05e5a25812a2653e48db0f2b72cb9de38b.json +++ b/data/unsuccessful-reproductions/01ad5f05e5a25812a2653e48db0f2b72cb9de38b.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.2", "newVersion" : "5.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01b20ea4996025f81feb622c7f45eadbc79ce340.json b/data/unsuccessful-reproductions/01b20ea4996025f81feb622c7f45eadbc79ce340.json index ed250ddd50ee..8c86c3ac28e7 100644 --- a/data/unsuccessful-reproductions/01b20ea4996025f81feb622c7f45eadbc79ce340.json +++ b/data/unsuccessful-reproductions/01b20ea4996025f81feb622c7f45eadbc79ce340.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.5.1", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01bfaddbc039fbec2815dc37f8304f5f6a7cf4e2.json b/data/unsuccessful-reproductions/01bfaddbc039fbec2815dc37f8304f5f6a7cf4e2.json index 13b38ee7c04b..add3574f9893 100644 --- a/data/unsuccessful-reproductions/01bfaddbc039fbec2815dc37f8304f5f6a7cf4e2.json +++ b/data/unsuccessful-reproductions/01bfaddbc039fbec2815dc37f8304f5f6a7cf4e2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.19.0", "newVersion" : "2.20.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01e1769333542a0aa937e82e5d98c5b592035b18.json b/data/unsuccessful-reproductions/01e1769333542a0aa937e82e5d98c5b592035b18.json index 052b99fe1473..d53b084ef1dc 100644 --- a/data/unsuccessful-reproductions/01e1769333542a0aa937e82e5d98c5b592035b18.json +++ b/data/unsuccessful-reproductions/01e1769333542a0aa937e82e5d98c5b592035b18.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01e602d094707abe5ded6d52b828bc50d2fa31e3.json b/data/unsuccessful-reproductions/01e602d094707abe5ded6d52b828bc50d2fa31e3.json index b8e2df6a897a..655db0e1fc52 100644 --- a/data/unsuccessful-reproductions/01e602d094707abe5ded6d52b828bc50d2fa31e3.json +++ b/data/unsuccessful-reproductions/01e602d094707abe5ded6d52b828bc50d2fa31e3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01f127da95fc5c712b9e0f91d8ad5efae961b196.json b/data/unsuccessful-reproductions/01f127da95fc5c712b9e0f91d8ad5efae961b196.json index 4595314e06a0..a8d16dc58e24 100644 --- a/data/unsuccessful-reproductions/01f127da95fc5c712b9e0f91d8ad5efae961b196.json +++ b/data/unsuccessful-reproductions/01f127da95fc5c712b9e0f91d8ad5efae961b196.json @@ -12,7 +12,10 @@ "previousVersion" : "10.9.2", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/01f8b5f08e9f92acddf99e0c179b679d58cb0eee.json b/data/unsuccessful-reproductions/01f8b5f08e9f92acddf99e0c179b679d58cb0eee.json index d27c13240c98..25e42282e6a8 100644 --- a/data/unsuccessful-reproductions/01f8b5f08e9f92acddf99e0c179b679d58cb0eee.json +++ b/data/unsuccessful-reproductions/01f8b5f08e9f92acddf99e0c179b679d58cb0eee.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.8", "newVersion" : "8.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0202fb42893931eff47188b8eac561352addbbb4.json b/data/unsuccessful-reproductions/0202fb42893931eff47188b8eac561352addbbb4.json index a27e72b78af1..2ac34672371c 100644 --- a/data/unsuccessful-reproductions/0202fb42893931eff47188b8eac561352addbbb4.json +++ b/data/unsuccessful-reproductions/0202fb42893931eff47188b8eac561352addbbb4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.0", "newVersion" : "2.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0212e4ae672ac29fed3f06a1ce95a8bbc2628d7a.json b/data/unsuccessful-reproductions/0212e4ae672ac29fed3f06a1ce95a8bbc2628d7a.json index 80c3cadb2c04..266e62f3421f 100644 --- a/data/unsuccessful-reproductions/0212e4ae672ac29fed3f06a1ce95a8bbc2628d7a.json +++ b/data/unsuccessful-reproductions/0212e4ae672ac29fed3f06a1ce95a8bbc2628d7a.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20210127-1.32.1", "newVersion" : "v1-rev20220705-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/021ae33cb3b0dae9544ed81656d8da282bd36fef.json b/data/unsuccessful-reproductions/021ae33cb3b0dae9544ed81656d8da282bd36fef.json index 4ea4378fece5..6bf3ac623945 100644 --- a/data/unsuccessful-reproductions/021ae33cb3b0dae9544ed81656d8da282bd36fef.json +++ b/data/unsuccessful-reproductions/021ae33cb3b0dae9544ed81656d8da282bd36fef.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.33", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/021cd81b2eb0e44549141a713f0dde50d045db0f.json b/data/unsuccessful-reproductions/021cd81b2eb0e44549141a713f0dde50d045db0f.json index b279bd94b4ee..70c145159582 100644 --- a/data/unsuccessful-reproductions/021cd81b2eb0e44549141a713f0dde50d045db0f.json +++ b/data/unsuccessful-reproductions/021cd81b2eb0e44549141a713f0dde50d045db0f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.270.vb_a_e71e64c287", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0223d1704588d7eff467f55d0b8bf0ff24b8557b.json b/data/unsuccessful-reproductions/0223d1704588d7eff467f55d0b8bf0ff24b8557b.json index ca8b4df9de8d..e5b20af1eed5 100644 --- a/data/unsuccessful-reproductions/0223d1704588d7eff467f55d0b8bf0ff24b8557b.json +++ b/data/unsuccessful-reproductions/0223d1704588d7eff467f55d0b8bf0ff24b8557b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.13.Final", "newVersion" : "4.0.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "ECL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0243b002550a221045e2bc05c4edcfd3510159c3.json b/data/unsuccessful-reproductions/0243b002550a221045e2bc05c4edcfd3510159c3.json index 6c2d53e63aec..123dad569ac6 100644 --- a/data/unsuccessful-reproductions/0243b002550a221045e2bc05c4edcfd3510159c3.json +++ b/data/unsuccessful-reproductions/0243b002550a221045e2bc05c4edcfd3510159c3.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.90.Final", "newVersion" : "4.1.91.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/024fb60ecf33ab45ecde2a833bdbe36756a8b850.json b/data/unsuccessful-reproductions/024fb60ecf33ab45ecde2a833bdbe36756a8b850.json index 3ab354c64188..4eeef1432566 100644 --- a/data/unsuccessful-reproductions/024fb60ecf33ab45ecde2a833bdbe36756a8b850.json +++ b/data/unsuccessful-reproductions/024fb60ecf33ab45ecde2a833bdbe36756a8b850.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "5.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02671ba1bfd8bc85a07ff430a6531d675524f736.json b/data/unsuccessful-reproductions/02671ba1bfd8bc85a07ff430a6531d675524f736.json index fe7b276ca407..bb4dd5d84612 100644 --- a/data/unsuccessful-reproductions/02671ba1bfd8bc85a07ff430a6531d675524f736.json +++ b/data/unsuccessful-reproductions/02671ba1bfd8bc85a07ff430a6531d675524f736.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.11", "newVersion" : "3.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0267d4f80619ab0e8e1b0980ac11d798f2e50da9.json b/data/unsuccessful-reproductions/0267d4f80619ab0e8e1b0980ac11d798f2e50da9.json index 8ea559b473cf..ea2ac5a1030d 100644 --- a/data/unsuccessful-reproductions/0267d4f80619ab0e8e1b0980ac11d798f2e50da9.json +++ b/data/unsuccessful-reproductions/0267d4f80619ab0e8e1b0980ac11d798f2e50da9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.2", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02760d53acaf5a3cfe764efac81ca4d5e45e54c0.json b/data/unsuccessful-reproductions/02760d53acaf5a3cfe764efac81ca4d5e45e54c0.json index 317e802394d0..5991a5ff78e4 100644 --- a/data/unsuccessful-reproductions/02760d53acaf5a3cfe764efac81ca4d5e45e54c0.json +++ b/data/unsuccessful-reproductions/02760d53acaf5a3cfe764efac81ca4d5e45e54c0.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02790c7698a9c7240f5308e26c664abe63d0d8d6.json b/data/unsuccessful-reproductions/02790c7698a9c7240f5308e26c664abe63d0d8d6.json index 44a543507ae0..855029883a49 100644 --- a/data/unsuccessful-reproductions/02790c7698a9c7240f5308e26c664abe63d0d8d6.json +++ b/data/unsuccessful-reproductions/02790c7698a9c7240f5308e26c664abe63d0d8d6.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.0", "newVersion" : "3.21.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/027fa1e89bc61eeebecbeb29a93b612a1c666186.json b/data/unsuccessful-reproductions/027fa1e89bc61eeebecbeb29a93b612a1c666186.json index 00484f4fdac2..f48d47a5417e 100644 --- a/data/unsuccessful-reproductions/027fa1e89bc61eeebecbeb29a93b612a1c666186.json +++ b/data/unsuccessful-reproductions/027fa1e89bc61eeebecbeb29a93b612a1c666186.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.1", "newVersion" : "1.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02844d0a16104fd1a42b931eb6f0e18801b3abc7.json b/data/unsuccessful-reproductions/02844d0a16104fd1a42b931eb6f0e18801b3abc7.json index 77c35997cf90..dfac51befd53 100644 --- a/data/unsuccessful-reproductions/02844d0a16104fd1a42b931eb6f0e18801b3abc7.json +++ b/data/unsuccessful-reproductions/02844d0a16104fd1a42b931eb6f0e18801b3abc7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "3.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0293a6a92c09fd525fa2b047d4901d8b00f7e5ce.json b/data/unsuccessful-reproductions/0293a6a92c09fd525fa2b047d4901d8b00f7e5ce.json index 2e7fe9c5237f..38f68299a040 100644 --- a/data/unsuccessful-reproductions/0293a6a92c09fd525fa2b047d4901d8b00f7e5ce.json +++ b/data/unsuccessful-reproductions/0293a6a92c09fd525fa2b047d4901d8b00f7e5ce.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02988d11ede4d1565199bb5d89cbf8df0b80b35b.json b/data/unsuccessful-reproductions/02988d11ede4d1565199bb5d89cbf8df0b80b35b.json index 29129f445a02..136e798c7286 100644 --- a/data/unsuccessful-reproductions/02988d11ede4d1565199bb5d89cbf8df0b80b35b.json +++ b/data/unsuccessful-reproductions/02988d11ede4d1565199bb5d89cbf8df0b80b35b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02a3cebafceb0a2ae2a86ce31d6d7a827d2090eb.json b/data/unsuccessful-reproductions/02a3cebafceb0a2ae2a86ce31d6d7a827d2090eb.json index f373b02f469e..41a4100d287e 100644 --- a/data/unsuccessful-reproductions/02a3cebafceb0a2ae2a86ce31d6d7a827d2090eb.json +++ b/data/unsuccessful-reproductions/02a3cebafceb0a2ae2a86ce31d6d7a827d2090eb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.33", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02a3fd226c3fcf1934fabc1519b1d0660f42731c.json b/data/unsuccessful-reproductions/02a3fd226c3fcf1934fabc1519b1d0660f42731c.json index 209b1b8e1619..28506e621aff 100644 --- a/data/unsuccessful-reproductions/02a3fd226c3fcf1934fabc1519b1d0660f42731c.json +++ b/data/unsuccessful-reproductions/02a3fd226c3fcf1934fabc1519b1d0660f42731c.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02d3ab0b11d9b3028594f931988e2da513253e24.json b/data/unsuccessful-reproductions/02d3ab0b11d9b3028594f931988e2da513253e24.json index 029ed8fe3b9b..99baab1d2884 100644 --- a/data/unsuccessful-reproductions/02d3ab0b11d9b3028594f931988e2da513253e24.json +++ b/data/unsuccessful-reproductions/02d3ab0b11d9b3028594f931988e2da513253e24.json @@ -12,7 +12,10 @@ "previousVersion" : "3.29.1-GA", "newVersion" : "3.29.2-GA", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02d65fb06955a89f460d34c1edfbd372b0d306c1.json b/data/unsuccessful-reproductions/02d65fb06955a89f460d34c1edfbd372b0d306c1.json index 533b800e9ed4..1f18edc496dc 100644 --- a/data/unsuccessful-reproductions/02d65fb06955a89f460d34c1edfbd372b0d306c1.json +++ b/data/unsuccessful-reproductions/02d65fb06955a89f460d34c1edfbd372b0d306c1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02e93d5bce224bff003502c10b48f5c355b323ce.json b/data/unsuccessful-reproductions/02e93d5bce224bff003502c10b48f5c355b323ce.json index 70fb2e9c506e..73a4736045b7 100644 --- a/data/unsuccessful-reproductions/02e93d5bce224bff003502c10b48f5c355b323ce.json +++ b/data/unsuccessful-reproductions/02e93d5bce224bff003502c10b48f5c355b323ce.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.366", "newVersion" : "1.12.377", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/02eebb6c788633af9d50a2769003db4276f09610.json b/data/unsuccessful-reproductions/02eebb6c788633af9d50a2769003db4276f09610.json index e73e9fb7bfd0..dcaf7e2482ed 100644 --- a/data/unsuccessful-reproductions/02eebb6c788633af9d50a2769003db4276f09610.json +++ b/data/unsuccessful-reproductions/02eebb6c788633af9d50a2769003db4276f09610.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.8.Final", "newVersion" : "5.3.20.Final", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/030407219d58bd196d481e72d3cee52ea910a29a.json b/data/unsuccessful-reproductions/030407219d58bd196d481e72d3cee52ea910a29a.json index fdb073d0b00a..c1ec69081f9e 100644 --- a/data/unsuccessful-reproductions/030407219d58bd196d481e72d3cee52ea910a29a.json +++ b/data/unsuccessful-reproductions/030407219d58bd196d481e72d3cee52ea910a29a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0308b803a9388e6f52dbf69bf04f0a2973c890da.json b/data/unsuccessful-reproductions/0308b803a9388e6f52dbf69bf04f0a2973c890da.json index 7b775aa0c804..081956e82521 100644 --- a/data/unsuccessful-reproductions/0308b803a9388e6f52dbf69bf04f0a2973c890da.json +++ b/data/unsuccessful-reproductions/0308b803a9388e6f52dbf69bf04f0a2973c890da.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/034bdcd35e34f74c7c486dbe8e359a4d688c2375.json b/data/unsuccessful-reproductions/034bdcd35e34f74c7c486dbe8e359a4d688c2375.json index 9d49567846f8..c83aa091ea85 100644 --- a/data/unsuccessful-reproductions/034bdcd35e34f74c7c486dbe8e359a4d688c2375.json +++ b/data/unsuccessful-reproductions/034bdcd35e34f74c7c486dbe8e359a4d688c2375.json @@ -12,7 +12,10 @@ "previousVersion" : "6.0.18.Final", "newVersion" : "6.0.20.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/03751fc638e964e63c895c18bd46682124b6d6a2.json b/data/unsuccessful-reproductions/03751fc638e964e63c895c18bd46682124b6d6a2.json index b73fda7dded5..c48f1062cb39 100644 --- a/data/unsuccessful-reproductions/03751fc638e964e63c895c18bd46682124b6d6a2.json +++ b/data/unsuccessful-reproductions/03751fc638e964e63c895c18bd46682124b6d6a2.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.0", "newVersion" : "5.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0385955f3f64be823a7550e03dd73280cd57328a.json b/data/unsuccessful-reproductions/0385955f3f64be823a7550e03dd73280cd57328a.json index 2e2b54ef8aa2..a018fa0661d3 100644 --- a/data/unsuccessful-reproductions/0385955f3f64be823a7550e03dd73280cd57328a.json +++ b/data/unsuccessful-reproductions/0385955f3f64be823a7550e03dd73280cd57328a.json @@ -12,7 +12,10 @@ "previousVersion" : "21.10.0", "newVersion" : "22.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0386455f419b2a7331b3cc56aae3e6f4c6d6a042.json b/data/unsuccessful-reproductions/0386455f419b2a7331b3cc56aae3e6f4c6d6a042.json index 7a9b560696a9..d571d37cdc46 100644 --- a/data/unsuccessful-reproductions/0386455f419b2a7331b3cc56aae3e6f4c6d6a042.json +++ b/data/unsuccessful-reproductions/0386455f419b2a7331b3cc56aae3e6f4c6d6a042.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.6", "newVersion" : "1.11.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0386ba5a2c85d035d96fbe683a27cb84cadc2e11.json b/data/unsuccessful-reproductions/0386ba5a2c85d035d96fbe683a27cb84cadc2e11.json index 1e4a66cf9ade..c0a8ee2c12ae 100644 --- a/data/unsuccessful-reproductions/0386ba5a2c85d035d96fbe683a27cb84cadc2e11.json +++ b/data/unsuccessful-reproductions/0386ba5a2c85d035d96fbe683a27cb84cadc2e11.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/038b85ad5072f5fb609a90fd06c526c85a76839c.json b/data/unsuccessful-reproductions/038b85ad5072f5fb609a90fd06c526c85a76839c.json index f48a54bf2f68..8c6255a10971 100644 --- a/data/unsuccessful-reproductions/038b85ad5072f5fb609a90fd06c526c85a76839c.json +++ b/data/unsuccessful-reproductions/038b85ad5072f5fb609a90fd06c526c85a76839c.json @@ -12,7 +12,10 @@ "previousVersion" : "v0.26.1", "newVersion" : "v1.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/039be85d1122f1ae78d25c7b466e9365d0ed560a.json b/data/unsuccessful-reproductions/039be85d1122f1ae78d25c7b466e9365d0ed560a.json index 65d87677df27..26316616d8ef 100644 --- a/data/unsuccessful-reproductions/039be85d1122f1ae78d25c7b466e9365d0ed560a.json +++ b/data/unsuccessful-reproductions/039be85d1122f1ae78d25c7b466e9365d0ed560a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.6", "newVersion" : "2.5.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/039efcf9deea10b03c5586bba73fbfee70a7bee1.json b/data/unsuccessful-reproductions/039efcf9deea10b03c5586bba73fbfee70a7bee1.json index b5b863b4f371..c83e6424e778 100644 --- a/data/unsuccessful-reproductions/039efcf9deea10b03c5586bba73fbfee70a7bee1.json +++ b/data/unsuccessful-reproductions/039efcf9deea10b03c5586bba73fbfee70a7bee1.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "3.1.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/039fe2b1219a1b121224787d2bc10e73ff71a1c7.json b/data/unsuccessful-reproductions/039fe2b1219a1b121224787d2bc10e73ff71a1c7.json index c89047d3eb93..42d0fc80c7b5 100644 --- a/data/unsuccessful-reproductions/039fe2b1219a1b121224787d2bc10e73ff71a1c7.json +++ b/data/unsuccessful-reproductions/039fe2b1219a1b121224787d2bc10e73ff71a1c7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.27", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/03aa0678852eabaca997cff6a6458c2f93dec3d3.json b/data/unsuccessful-reproductions/03aa0678852eabaca997cff6a6458c2f93dec3d3.json index 16cdfbf47c3f..722f6c3e3ca6 100644 --- a/data/unsuccessful-reproductions/03aa0678852eabaca997cff6a6458c2f93dec3d3.json +++ b/data/unsuccessful-reproductions/03aa0678852eabaca997cff6a6458c2f93dec3d3.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "5.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/03bc06fe92c07256d7ef4e7789d8ff39c9ea287f.json b/data/unsuccessful-reproductions/03bc06fe92c07256d7ef4e7789d8ff39c9ea287f.json index 50338bff5518..0a36ffb409ae 100644 --- a/data/unsuccessful-reproductions/03bc06fe92c07256d7ef4e7789d8ff39c9ea287f.json +++ b/data/unsuccessful-reproductions/03bc06fe92c07256d7ef4e7789d8ff39c9ea287f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.0", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/03d6fa78a1b3e86ac76a6211122e95932d028fbb.json b/data/unsuccessful-reproductions/03d6fa78a1b3e86ac76a6211122e95932d028fbb.json index a04993cefda6..d499a330587b 100644 --- a/data/unsuccessful-reproductions/03d6fa78a1b3e86ac76a6211122e95932d028fbb.json +++ b/data/unsuccessful-reproductions/03d6fa78a1b3e86ac76a6211122e95932d028fbb.json @@ -12,7 +12,10 @@ "previousVersion" : "v5.0.0-beta.3", "newVersion" : "v5-personal_6", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/03db018e1860be52d4042d61751bb7f7418dab08.json b/data/unsuccessful-reproductions/03db018e1860be52d4042d61751bb7f7418dab08.json index 661a6125c556..afd5155a95e1 100644 --- a/data/unsuccessful-reproductions/03db018e1860be52d4042d61751bb7f7418dab08.json +++ b/data/unsuccessful-reproductions/03db018e1860be52d4042d61751bb7f7418dab08.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.1", "newVersion" : "3.9.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/03e386f73abef5a4510333246d1c928c6dc72b44.json b/data/unsuccessful-reproductions/03e386f73abef5a4510333246d1c928c6dc72b44.json index 6c2b8bb44872..764cb70de6fb 100644 --- a/data/unsuccessful-reproductions/03e386f73abef5a4510333246d1c928c6dc72b44.json +++ b/data/unsuccessful-reproductions/03e386f73abef5a4510333246d1c928c6dc72b44.json @@ -12,7 +12,10 @@ "previousVersion" : "1.41.8-SNAPSHOT", "newVersion" : "1.41.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/03efa590f3f302cd3a4c6bc06e0189abde6ccf51.json b/data/unsuccessful-reproductions/03efa590f3f302cd3a4c6bc06e0189abde6ccf51.json index 07c243b944b4..3a59e1f27c2e 100644 --- a/data/unsuccessful-reproductions/03efa590f3f302cd3a4c6bc06e0189abde6ccf51.json +++ b/data/unsuccessful-reproductions/03efa590f3f302cd3a4c6bc06e0189abde6ccf51.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.75", "newVersion" : "8.5.78", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/03f6bb743f6f77150bfd83e6c131d8a1be91db31.json b/data/unsuccessful-reproductions/03f6bb743f6f77150bfd83e6c131d8a1be91db31.json index 7229d4d04928..cbba9baa29e3 100644 --- a/data/unsuccessful-reproductions/03f6bb743f6f77150bfd83e6c131d8a1be91db31.json +++ b/data/unsuccessful-reproductions/03f6bb743f6f77150bfd83e6c131d8a1be91db31.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/040a5979a549dc92ceebf9611f361b7d1e1e1587.json b/data/unsuccessful-reproductions/040a5979a549dc92ceebf9611f361b7d1e1e1587.json index 406cf76f7711..48d61786e1e4 100644 --- a/data/unsuccessful-reproductions/040a5979a549dc92ceebf9611f361b7d1e1e1587.json +++ b/data/unsuccessful-reproductions/040a5979a549dc92ceebf9611f361b7d1e1e1587.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.0", "newVersion" : "5.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0417fdc8eba462a2fa4698b1070fc51ed8ad7767.json b/data/unsuccessful-reproductions/0417fdc8eba462a2fa4698b1070fc51ed8ad7767.json index 72ec29c700b4..b2b81f132e6f 100644 --- a/data/unsuccessful-reproductions/0417fdc8eba462a2fa4698b1070fc51ed8ad7767.json +++ b/data/unsuccessful-reproductions/0417fdc8eba462a2fa4698b1070fc51ed8ad7767.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/041ca3f608b7241c07606e3a70e59233e0e01020.json b/data/unsuccessful-reproductions/041ca3f608b7241c07606e3a70e59233e0e01020.json index 862af0745f34..e72daec579e6 100644 --- a/data/unsuccessful-reproductions/041ca3f608b7241c07606e3a70e59233e0e01020.json +++ b/data/unsuccessful-reproductions/041ca3f608b7241c07606e3a70e59233e0e01020.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/041dfc35b6b2cfed821e18caa2427b0950ce0d85.json b/data/unsuccessful-reproductions/041dfc35b6b2cfed821e18caa2427b0950ce0d85.json index 4969e73a999b..5ddec5f24ae8 100644 --- a/data/unsuccessful-reproductions/041dfc35b6b2cfed821e18caa2427b0950ce0d85.json +++ b/data/unsuccessful-reproductions/041dfc35b6b2cfed821e18caa2427b0950ce0d85.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0424e969b2b5f0df0f65d280e9456edef7050e4b.json b/data/unsuccessful-reproductions/0424e969b2b5f0df0f65d280e9456edef7050e4b.json index 138cdeba17cf..7ff74bdec1b5 100644 --- a/data/unsuccessful-reproductions/0424e969b2b5f0df0f65d280e9456edef7050e4b.json +++ b/data/unsuccessful-reproductions/0424e969b2b5f0df0f65d280e9456edef7050e4b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.12", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/043144f53c077276e7bb8b0717ed3e007a066dc2.json b/data/unsuccessful-reproductions/043144f53c077276e7bb8b0717ed3e007a066dc2.json index c08945e80456..04cd1173e470 100644 --- a/data/unsuccessful-reproductions/043144f53c077276e7bb8b0717ed3e007a066dc2.json +++ b/data/unsuccessful-reproductions/043144f53c077276e7bb8b0717ed3e007a066dc2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.9", "newVersion" : "3.21.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/043ac94affb77e6563f687bbc98eb1af223c8afe.json b/data/unsuccessful-reproductions/043ac94affb77e6563f687bbc98eb1af223c8afe.json index 6ca5048abfa7..78765ef32783 100644 --- a/data/unsuccessful-reproductions/043ac94affb77e6563f687bbc98eb1af223c8afe.json +++ b/data/unsuccessful-reproductions/043ac94affb77e6563f687bbc98eb1af223c8afe.json @@ -12,7 +12,10 @@ "previousVersion" : "3.41.2.1", "newVersion" : "3.42.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0440c7bcc6cfee582dc4e1d12bcbe3750a908d54.json b/data/unsuccessful-reproductions/0440c7bcc6cfee582dc4e1d12bcbe3750a908d54.json index 28bb1c445385..21ac800c54f5 100644 --- a/data/unsuccessful-reproductions/0440c7bcc6cfee582dc4e1d12bcbe3750a908d54.json +++ b/data/unsuccessful-reproductions/0440c7bcc6cfee582dc4e1d12bcbe3750a908d54.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/044f7d847f01efbdedd3f1b248b752265242dd41.json b/data/unsuccessful-reproductions/044f7d847f01efbdedd3f1b248b752265242dd41.json index 69ac4ca05742..78c1150d0908 100644 --- a/data/unsuccessful-reproductions/044f7d847f01efbdedd3f1b248b752265242dd41.json +++ b/data/unsuccessful-reproductions/044f7d847f01efbdedd3f1b248b752265242dd41.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/045712351aa92af944ffb222fd407c408dc0b924.json b/data/unsuccessful-reproductions/045712351aa92af944ffb222fd407c408dc0b924.json index fd5cc2c34a11..699b2b869c18 100644 --- a/data/unsuccessful-reproductions/045712351aa92af944ffb222fd407c408dc0b924.json +++ b/data/unsuccessful-reproductions/045712351aa92af944ffb222fd407c408dc0b924.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.8", "newVersion" : "3.21.9", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/045e466453746f8b7add6f3ab945870a00c15c15.json b/data/unsuccessful-reproductions/045e466453746f8b7add6f3ab945870a00c15c15.json index 883e6654fdfe..433af15884a7 100644 --- a/data/unsuccessful-reproductions/045e466453746f8b7add6f3ab945870a00c15c15.json +++ b/data/unsuccessful-reproductions/045e466453746f8b7add6f3ab945870a00c15c15.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.4", "newVersion" : "1.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0468acbee828fa8288c9754487778794ae4bbf00.json b/data/unsuccessful-reproductions/0468acbee828fa8288c9754487778794ae4bbf00.json index da7733ee119d..3f7b1ed39d30 100644 --- a/data/unsuccessful-reproductions/0468acbee828fa8288c9754487778794ae4bbf00.json +++ b/data/unsuccessful-reproductions/0468acbee828fa8288c9754487778794ae4bbf00.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.1", "newVersion" : "2.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0475026dcfe0a17f44dd5035e19caaa6d10c55df.json b/data/unsuccessful-reproductions/0475026dcfe0a17f44dd5035e19caaa6d10c55df.json index 8d4782ebc30a..44ecbfe798f3 100644 --- a/data/unsuccessful-reproductions/0475026dcfe0a17f44dd5035e19caaa6d10c55df.json +++ b/data/unsuccessful-reproductions/0475026dcfe0a17f44dd5035e19caaa6d10c55df.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/048fae4a2d449490a4e992c881c58ab38e2d70db.json b/data/unsuccessful-reproductions/048fae4a2d449490a4e992c881c58ab38e2d70db.json index dde6a171bf7c..2a20ad259ae0 100644 --- a/data/unsuccessful-reproductions/048fae4a2d449490a4e992c881c58ab38e2d70db.json +++ b/data/unsuccessful-reproductions/048fae4a2d449490a4e992c881c58ab38e2d70db.json @@ -12,7 +12,10 @@ "previousVersion" : "25.4.0", "newVersion" : "26.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0491b91f392e0efd0397caccb9fee8043c4aaf2a.json b/data/unsuccessful-reproductions/0491b91f392e0efd0397caccb9fee8043c4aaf2a.json index 7053dae9e2d5..fef1e3ba8034 100644 --- a/data/unsuccessful-reproductions/0491b91f392e0efd0397caccb9fee8043c4aaf2a.json +++ b/data/unsuccessful-reproductions/0491b91f392e0efd0397caccb9fee8043c4aaf2a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.217", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/04c53c5945e71dc95a5ded72e9ea21000cf0881a.json b/data/unsuccessful-reproductions/04c53c5945e71dc95a5ded72e9ea21000cf0881a.json index 12ad46d29811..04b978bfbb8f 100644 --- a/data/unsuccessful-reproductions/04c53c5945e71dc95a5ded72e9ea21000cf0881a.json +++ b/data/unsuccessful-reproductions/04c53c5945e71dc95a5ded72e9ea21000cf0881a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/04f0aa735cb9882fb3f3227584822d9665241420.json b/data/unsuccessful-reproductions/04f0aa735cb9882fb3f3227584822d9665241420.json index 2c9f353497ac..048f058b3213 100644 --- a/data/unsuccessful-reproductions/04f0aa735cb9882fb3f3227584822d9665241420.json +++ b/data/unsuccessful-reproductions/04f0aa735cb9882fb3f3227584822d9665241420.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.5", "newVersion" : "2.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/04fe19d9c271afae8957ed4480ae1f577056e3c7.json b/data/unsuccessful-reproductions/04fe19d9c271afae8957ed4480ae1f577056e3c7.json index f6b900a46ef7..de935af1601a 100644 --- a/data/unsuccessful-reproductions/04fe19d9c271afae8957ed4480ae1f577056e3c7.json +++ b/data/unsuccessful-reproductions/04fe19d9c271afae8957ed4480ae1f577056e3c7.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/051995a8f369b8d2fc8b09ff4b126ffe10fdd955.json b/data/unsuccessful-reproductions/051995a8f369b8d2fc8b09ff4b126ffe10fdd955.json index 8cc19e65446d..14e354cf0eb9 100644 --- a/data/unsuccessful-reproductions/051995a8f369b8d2fc8b09ff4b126ffe10fdd955.json +++ b/data/unsuccessful-reproductions/051995a8f369b8d2fc8b09ff4b126ffe10fdd955.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.214", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05233fc842491c8cd057b893f5f5acbd98f28ed9.json b/data/unsuccessful-reproductions/05233fc842491c8cd057b893f5f5acbd98f28ed9.json index 620a8a82480b..3021b9bd9df5 100644 --- a/data/unsuccessful-reproductions/05233fc842491c8cd057b893f5f5acbd98f28ed9.json +++ b/data/unsuccessful-reproductions/05233fc842491c8cd057b893f5f5acbd98f28ed9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.83", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05384d5dfa43c0dc4a7464770a3f59244433ccfb.json b/data/unsuccessful-reproductions/05384d5dfa43c0dc4a7464770a3f59244433ccfb.json index 25fa1c3e3560..85fddea451d8 100644 --- a/data/unsuccessful-reproductions/05384d5dfa43c0dc4a7464770a3f59244433ccfb.json +++ b/data/unsuccessful-reproductions/05384d5dfa43c0dc4a7464770a3f59244433ccfb.json @@ -12,7 +12,10 @@ "previousVersion" : "27.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/053dfeb3278f5a62d3c04ae6743f5a8df3ef1872.json b/data/unsuccessful-reproductions/053dfeb3278f5a62d3c04ae6743f5a8df3ef1872.json index 94a804148b87..200d1a36eda2 100644 --- a/data/unsuccessful-reproductions/053dfeb3278f5a62d3c04ae6743f5a8df3ef1872.json +++ b/data/unsuccessful-reproductions/053dfeb3278f5a62d3c04ae6743f5a8df3ef1872.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "2.6.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/053f4ad6bc7bd582c3e8192a15be8e83e868781d.json b/data/unsuccessful-reproductions/053f4ad6bc7bd582c3e8192a15be8e83e868781d.json index a43febd904b0..d5af6170c40e 100644 --- a/data/unsuccessful-reproductions/053f4ad6bc7bd582c3e8192a15be8e83e868781d.json +++ b/data/unsuccessful-reproductions/053f4ad6bc7bd582c3e8192a15be8e83e868781d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.3", "newVersion" : "2.7.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0544ba91eb5357d3d3de15f81cc0d62211ac700e.json b/data/unsuccessful-reproductions/0544ba91eb5357d3d3de15f81cc0d62211ac700e.json index b396531e7f48..7c2ea2df674e 100644 --- a/data/unsuccessful-reproductions/0544ba91eb5357d3d3de15f81cc0d62211ac700e.json +++ b/data/unsuccessful-reproductions/0544ba91eb5357d3d3de15f81cc0d62211ac700e.json @@ -12,7 +12,10 @@ "previousVersion" : "42.4.1", "newVersion" : "42.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05484995f016798f4a2e8f59391df99df81e68e6.json b/data/unsuccessful-reproductions/05484995f016798f4a2e8f59391df99df81e68e6.json index 64c4c83a981b..a406f515288a 100644 --- a/data/unsuccessful-reproductions/05484995f016798f4a2e8f59391df99df81e68e6.json +++ b/data/unsuccessful-reproductions/05484995f016798f4a2e8f59391df99df81e68e6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.5", "newVersion" : "2.9.10.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0548d381ecb551384ded6dd923693b4cfa494246.json b/data/unsuccessful-reproductions/0548d381ecb551384ded6dd923693b4cfa494246.json index eb978120344f..0e25f9909339 100644 --- a/data/unsuccessful-reproductions/0548d381ecb551384ded6dd923693b4cfa494246.json +++ b/data/unsuccessful-reproductions/0548d381ecb551384ded6dd923693b4cfa494246.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.189.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05490de0d7f2e94c7582e8a3026eb17c039b47ce.json b/data/unsuccessful-reproductions/05490de0d7f2e94c7582e8a3026eb17c039b47ce.json index 3351284588fd..687112ceb220 100644 --- a/data/unsuccessful-reproductions/05490de0d7f2e94c7582e8a3026eb17c039b47ce.json +++ b/data/unsuccessful-reproductions/05490de0d7f2e94c7582e8a3026eb17c039b47ce.json @@ -12,7 +12,10 @@ "previousVersion" : "0.25.1", "newVersion" : "0.27.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0560225c1068d1fa753ad491d56e442c6425c64e.json b/data/unsuccessful-reproductions/0560225c1068d1fa753ad491d56e442c6425c64e.json index 5c1e7ae38d3b..1d33b145b6f9 100644 --- a/data/unsuccessful-reproductions/0560225c1068d1fa753ad491d56e442c6425c64e.json +++ b/data/unsuccessful-reproductions/0560225c1068d1fa753ad491d56e442c6425c64e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0570f32ee6881228e18d3dab1bc0a6d65a473a0c.json b/data/unsuccessful-reproductions/0570f32ee6881228e18d3dab1bc0a6d65a473a0c.json index bea625ff1260..512bd20881ec 100644 --- a/data/unsuccessful-reproductions/0570f32ee6881228e18d3dab1bc0a6d65a473a0c.json +++ b/data/unsuccessful-reproductions/0570f32ee6881228e18d3dab1bc0a6d65a473a0c.json @@ -12,7 +12,10 @@ "previousVersion" : "0.28.0", "newVersion" : "0.28.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/058359ecb167fb6d9f76c9df7a92e7da5ece6320.json b/data/unsuccessful-reproductions/058359ecb167fb6d9f76c9df7a92e7da5ece6320.json index d09fea0a0a53..d1fc2b4453ec 100644 --- a/data/unsuccessful-reproductions/058359ecb167fb6d9f76c9df7a92e7da5ece6320.json +++ b/data/unsuccessful-reproductions/058359ecb167fb6d9f76c9df7a92e7da5ece6320.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05861e12bef4e0d56597f74e806647adff0850d9.json b/data/unsuccessful-reproductions/05861e12bef4e0d56597f74e806647adff0850d9.json index 2ea293ed901f..fa0078c6f5dc 100644 --- a/data/unsuccessful-reproductions/05861e12bef4e0d56597f74e806647adff0850d9.json +++ b/data/unsuccessful-reproductions/05861e12bef4e0d56597f74e806647adff0850d9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.1", "newVersion" : "3.5.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/058a4b278f9053fe39b68796946acd263d45c1eb.json b/data/unsuccessful-reproductions/058a4b278f9053fe39b68796946acd263d45c1eb.json index cc3ebe5c81d6..367168643081 100644 --- a/data/unsuccessful-reproductions/058a4b278f9053fe39b68796946acd263d45c1eb.json +++ b/data/unsuccessful-reproductions/058a4b278f9053fe39b68796946acd263d45c1eb.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05aec31e7c95855e24ba069285156c299a716a1d.json b/data/unsuccessful-reproductions/05aec31e7c95855e24ba069285156c299a716a1d.json index 8a60ddae480a..bdfeeb73aaed 100644 --- a/data/unsuccessful-reproductions/05aec31e7c95855e24ba069285156c299a716a1d.json +++ b/data/unsuccessful-reproductions/05aec31e7c95855e24ba069285156c299a716a1d.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.14", "newVersion" : "5.3.18", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05b35b4ac6cfc59b23c839e6f7a2f9f3f389c91d.json b/data/unsuccessful-reproductions/05b35b4ac6cfc59b23c839e6f7a2f9f3f389c91d.json index eddce07e52f9..0face6e592af 100644 --- a/data/unsuccessful-reproductions/05b35b4ac6cfc59b23c839e6f7a2f9f3f389c91d.json +++ b/data/unsuccessful-reproductions/05b35b4ac6cfc59b23c839e6f7a2f9f3f389c91d.json @@ -12,7 +12,10 @@ "previousVersion" : "0.25.0", "newVersion" : "0.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05b42741c6a4cbb5c4099714d15ca37870e45996.json b/data/unsuccessful-reproductions/05b42741c6a4cbb5c4099714d15ca37870e45996.json index 983c8aa4b92b..69f38d26bfd8 100644 --- a/data/unsuccessful-reproductions/05b42741c6a4cbb5c4099714d15ca37870e45996.json +++ b/data/unsuccessful-reproductions/05b42741c6a4cbb5c4099714d15ca37870e45996.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05ba9cab41c47e21c66f2d39dd4aaf3148d00ca5.json b/data/unsuccessful-reproductions/05ba9cab41c47e21c66f2d39dd4aaf3148d00ca5.json index c6a65f007e4d..10d0e28b6f08 100644 --- a/data/unsuccessful-reproductions/05ba9cab41c47e21c66f2d39dd4aaf3148d00ca5.json +++ b/data/unsuccessful-reproductions/05ba9cab41c47e21c66f2d39dd4aaf3148d00ca5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.41.5", "newVersion" : "1.42.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "googleapis/google-http-java-client" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05c3af60b6ccaa06362ac87cf822218321353eab.json b/data/unsuccessful-reproductions/05c3af60b6ccaa06362ac87cf822218321353eab.json index 7ec44f6b6f63..4afbf70cdba6 100644 --- a/data/unsuccessful-reproductions/05c3af60b6ccaa06362ac87cf822218321353eab.json +++ b/data/unsuccessful-reproductions/05c3af60b6ccaa06362ac87cf822218321353eab.json @@ -12,7 +12,10 @@ "previousVersion" : "7.0.4", "newVersion" : "7.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05c894544c1c47b0624add6434f2c95bdc34f271.json b/data/unsuccessful-reproductions/05c894544c1c47b0624add6434f2c95bdc34f271.json index 7b32b4310d54..da59030e6556 100644 --- a/data/unsuccessful-reproductions/05c894544c1c47b0624add6434f2c95bdc34f271.json +++ b/data/unsuccessful-reproductions/05c894544c1c47b0624add6434f2c95bdc34f271.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.22.RELEASE", "newVersion" : "1.11.23.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-data-jpa" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05d53a438aefe556f964d36a911b07cbff4d822c.json b/data/unsuccessful-reproductions/05d53a438aefe556f964d36a911b07cbff4d822c.json index 238f1b61b58d..d1fefbd6cf2d 100644 --- a/data/unsuccessful-reproductions/05d53a438aefe556f964d36a911b07cbff4d822c.json +++ b/data/unsuccessful-reproductions/05d53a438aefe556f964d36a911b07cbff4d822c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.6", "newVersion" : "1.6.6.0-PNX", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05e0b295b4f4c2b9ad5da47e0e2209c508051365.json b/data/unsuccessful-reproductions/05e0b295b4f4c2b9ad5da47e0e2209c508051365.json index 7f293c844dac..9fa539bb9139 100644 --- a/data/unsuccessful-reproductions/05e0b295b4f4c2b9ad5da47e0e2209c508051365.json +++ b/data/unsuccessful-reproductions/05e0b295b4f4c2b9ad5da47e0e2209c508051365.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.2", "newVersion" : "2.13.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05ecc329817df267811d9033f948c64d98019f12.json b/data/unsuccessful-reproductions/05ecc329817df267811d9033f948c64d98019f12.json index 6b75f57caab5..21e1b22dece2 100644 --- a/data/unsuccessful-reproductions/05ecc329817df267811d9033f948c64d98019f12.json +++ b/data/unsuccessful-reproductions/05ecc329817df267811d9033f948c64d98019f12.json @@ -12,7 +12,10 @@ "previousVersion" : "7.5", "newVersion" : "7.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/05eed283cba376831143c6059dedc99b0e8f76d8.json b/data/unsuccessful-reproductions/05eed283cba376831143c6059dedc99b0e8f76d8.json index f7adb9132798..b05259ae01e8 100644 --- a/data/unsuccessful-reproductions/05eed283cba376831143c6059dedc99b0e8f76d8.json +++ b/data/unsuccessful-reproductions/05eed283cba376831143c6059dedc99b0e8f76d8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.5.RELEASE", "newVersion" : "2.5.2.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/060ba6fe1cc3fdd43c2b008611b189a4891906d1.json b/data/unsuccessful-reproductions/060ba6fe1cc3fdd43c2b008611b189a4891906d1.json index e2c3bc4cc959..ea7ef1789b68 100644 --- a/data/unsuccessful-reproductions/060ba6fe1cc3fdd43c2b008611b189a4891906d1.json +++ b/data/unsuccessful-reproductions/060ba6fe1cc3fdd43c2b008611b189a4891906d1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15", "newVersion" : "1.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/061f7643d95afb30c08c53f79558f3aed839e357.json b/data/unsuccessful-reproductions/061f7643d95afb30c08c53f79558f3aed839e357.json index 250a45a7262c..651973c6a784 100644 --- a/data/unsuccessful-reproductions/061f7643d95afb30c08c53f79558f3aed839e357.json +++ b/data/unsuccessful-reproductions/061f7643d95afb30c08c53f79558f3aed839e357.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "2.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/064b15cb3778678224ffb0a288230979cfc1355f.json b/data/unsuccessful-reproductions/064b15cb3778678224ffb0a288230979cfc1355f.json index 2b414a786f5f..461f3e05ea57 100644 --- a/data/unsuccessful-reproductions/064b15cb3778678224ffb0a288230979cfc1355f.json +++ b/data/unsuccessful-reproductions/064b15cb3778678224ffb0a288230979cfc1355f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.246", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/065c26163c7d51bd631dc764d1d55d5d94398f3e.json b/data/unsuccessful-reproductions/065c26163c7d51bd631dc764d1d55d5d94398f3e.json index e19408b34bc3..0603f071a7b3 100644 --- a/data/unsuccessful-reproductions/065c26163c7d51bd631dc764d1d55d5d94398f3e.json +++ b/data/unsuccessful-reproductions/065c26163c7d51bd631dc764d1d55d5d94398f3e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.15.0", "newVersion" : "3.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/06655cf1dfb4219ef94dbe9c82b5e9c0d1da4ee5.json b/data/unsuccessful-reproductions/06655cf1dfb4219ef94dbe9c82b5e9c0d1da4ee5.json index 82c92ac8a87f..d99672ec9abe 100644 --- a/data/unsuccessful-reproductions/06655cf1dfb4219ef94dbe9c82b5e9c0d1da4ee5.json +++ b/data/unsuccessful-reproductions/06655cf1dfb4219ef94dbe9c82b5e9c0d1da4ee5.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.3.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/06658a5c807b6185474dfd90f86caf7d2a76aaa9.json b/data/unsuccessful-reproductions/06658a5c807b6185474dfd90f86caf7d2a76aaa9.json index 564c123693ff..a7168943e118 100644 --- a/data/unsuccessful-reproductions/06658a5c807b6185474dfd90f86caf7d2a76aaa9.json +++ b/data/unsuccessful-reproductions/06658a5c807b6185474dfd90f86caf7d2a76aaa9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/067062f3e9fe21a8bb723a78916da06630f3b2f4.json b/data/unsuccessful-reproductions/067062f3e9fe21a8bb723a78916da06630f3b2f4.json index 2bc444626075..69b9441e0a82 100644 --- a/data/unsuccessful-reproductions/067062f3e9fe21a8bb723a78916da06630f3b2f4.json +++ b/data/unsuccessful-reproductions/067062f3e9fe21a8bb723a78916da06630f3b2f4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0672fc7e01493838b97039a759f905fc59cdfb28.json b/data/unsuccessful-reproductions/0672fc7e01493838b97039a759f905fc59cdfb28.json index 4f6b8012dd9b..8f60d56e902c 100644 --- a/data/unsuccessful-reproductions/0672fc7e01493838b97039a759f905fc59cdfb28.json +++ b/data/unsuccessful-reproductions/0672fc7e01493838b97039a759f905fc59cdfb28.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/067454609cc2c4b49a23d4d1dd5654e15080a4d0.json b/data/unsuccessful-reproductions/067454609cc2c4b49a23d4d1dd5654e15080a4d0.json index efd8aac4c3a4..0c90ed741928 100644 --- a/data/unsuccessful-reproductions/067454609cc2c4b49a23d4d1dd5654e15080a4d0.json +++ b/data/unsuccessful-reproductions/067454609cc2c4b49a23d4d1dd5654e15080a4d0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.23.RELEASE", "newVersion" : "2.5.6", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-data-jpa" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/067a16a90e77b01395ceffbd2ddc4c6bfbd696d7.json b/data/unsuccessful-reproductions/067a16a90e77b01395ceffbd2ddc4c6bfbd696d7.json index fa466426cf71..8cc2ad00fbab 100644 --- a/data/unsuccessful-reproductions/067a16a90e77b01395ceffbd2ddc4c6bfbd696d7.json +++ b/data/unsuccessful-reproductions/067a16a90e77b01395ceffbd2ddc4c6bfbd696d7.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/06847445e69427ca68f3971dde0e46dfa4d75aff.json b/data/unsuccessful-reproductions/06847445e69427ca68f3971dde0e46dfa4d75aff.json index 1e8c16a3b227..d741595726ee 100644 --- a/data/unsuccessful-reproductions/06847445e69427ca68f3971dde0e46dfa4d75aff.json +++ b/data/unsuccessful-reproductions/06847445e69427ca68f3971dde0e46dfa4d75aff.json @@ -12,7 +12,10 @@ "previousVersion" : "2.36.1", "newVersion" : "2.37.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/06908680cbb6efe20423d492efd8a3653127cd1d.json b/data/unsuccessful-reproductions/06908680cbb6efe20423d492efd8a3653127cd1d.json index 5f917f9bdd86..4741da107bb2 100644 --- a/data/unsuccessful-reproductions/06908680cbb6efe20423d492efd8a3653127cd1d.json +++ b/data/unsuccessful-reproductions/06908680cbb6efe20423d492efd8a3653127cd1d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "2.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/06a43a80c49de5d9987d89958de8aed54723e0a2.json b/data/unsuccessful-reproductions/06a43a80c49de5d9987d89958de8aed54723e0a2.json index 6a23b5c9074f..513b072caff3 100644 --- a/data/unsuccessful-reproductions/06a43a80c49de5d9987d89958de8aed54723e0a2.json +++ b/data/unsuccessful-reproductions/06a43a80c49de5d9987d89958de8aed54723e0a2.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/06df7dafb95ac7d85f304f53088a1f1d22529887.json b/data/unsuccessful-reproductions/06df7dafb95ac7d85f304f53088a1f1d22529887.json index 7ae05131645b..21b13e18e042 100644 --- a/data/unsuccessful-reproductions/06df7dafb95ac7d85f304f53088a1f1d22529887.json +++ b/data/unsuccessful-reproductions/06df7dafb95ac7d85f304f53088a1f1d22529887.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.5.RELEASE", "newVersion" : "2.5.2.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/06ec863036e8285c51bb7ea90c993d509eb80982.json b/data/unsuccessful-reproductions/06ec863036e8285c51bb7ea90c993d509eb80982.json index 94d588ff1771..0e7444ab98e7 100644 --- a/data/unsuccessful-reproductions/06ec863036e8285c51bb7ea90c993d509eb80982.json +++ b/data/unsuccessful-reproductions/06ec863036e8285c51bb7ea90c993d509eb80982.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/06efa86046afa1e0f4c47dd30dc0afb2db1ad28e.json b/data/unsuccessful-reproductions/06efa86046afa1e0f4c47dd30dc0afb2db1ad28e.json index 615c62feb1fc..066283348ced 100644 --- a/data/unsuccessful-reproductions/06efa86046afa1e0f4c47dd30dc0afb2db1ad28e.json +++ b/data/unsuccessful-reproductions/06efa86046afa1e0f4c47dd30dc0afb2db1ad28e.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20211130-1.32.1", "newVersion" : "v1-rev20220208-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/06f5629d1968c9b0bf0364cbbdf2696624085722.json b/data/unsuccessful-reproductions/06f5629d1968c9b0bf0364cbbdf2696624085722.json index fbceae4727f3..940fed65e15e 100644 --- a/data/unsuccessful-reproductions/06f5629d1968c9b0bf0364cbbdf2696624085722.json +++ b/data/unsuccessful-reproductions/06f5629d1968c9b0bf0364cbbdf2696624085722.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/07087dc16037524dc65406384b2bf44b53848ca1.json b/data/unsuccessful-reproductions/07087dc16037524dc65406384b2bf44b53848ca1.json index 3c75732097b0..7e44292de1a6 100644 --- a/data/unsuccessful-reproductions/07087dc16037524dc65406384b2bf44b53848ca1.json +++ b/data/unsuccessful-reproductions/07087dc16037524dc65406384b2bf44b53848ca1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4", "newVersion" : "2.12", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/07259a1910a6a553680efa9d634dfaad3171f704.json b/data/unsuccessful-reproductions/07259a1910a6a553680efa9d634dfaad3171f704.json index 3e3e277ce1a9..b176b367bae0 100644 --- a/data/unsuccessful-reproductions/07259a1910a6a553680efa9d634dfaad3171f704.json +++ b/data/unsuccessful-reproductions/07259a1910a6a553680efa9d634dfaad3171f704.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.0", "newVersion" : "1.14.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/072a3983a27abfc0fe622201d1b67d7b370c5dea.json b/data/unsuccessful-reproductions/072a3983a27abfc0fe622201d1b67d7b370c5dea.json index 25ca084b257c..5d87de6ce783 100644 --- a/data/unsuccessful-reproductions/072a3983a27abfc0fe622201d1b67d7b370c5dea.json +++ b/data/unsuccessful-reproductions/072a3983a27abfc0fe622201d1b67d7b370c5dea.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.0", "newVersion" : "3.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/073a504a17e92bc7a973d38b377aa2b8b07d209a.json b/data/unsuccessful-reproductions/073a504a17e92bc7a973d38b377aa2b8b07d209a.json index f0e0fc8f9674..d0576574a9f5 100644 --- a/data/unsuccessful-reproductions/073a504a17e92bc7a973d38b377aa2b8b07d209a.json +++ b/data/unsuccessful-reproductions/073a504a17e92bc7a973d38b377aa2b8b07d209a.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "4.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0744292128819ad55a8adac3a1eca3e67b5380c5.json b/data/unsuccessful-reproductions/0744292128819ad55a8adac3a1eca3e67b5380c5.json index c5e0e73f7a7c..28a5c0309e13 100644 --- a/data/unsuccessful-reproductions/0744292128819ad55a8adac3a1eca3e67b5380c5.json +++ b/data/unsuccessful-reproductions/0744292128819ad55a8adac3a1eca3e67b5380c5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.71", "newVersion" : "1.72", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/07507544cd19d87c2455c0b5ead362d94078fce0.json b/data/unsuccessful-reproductions/07507544cd19d87c2455c0b5ead362d94078fce0.json index 8fb981c106cd..3c256d08fb2c 100644 --- a/data/unsuccessful-reproductions/07507544cd19d87c2455c0b5ead362d94078fce0.json +++ b/data/unsuccessful-reproductions/07507544cd19d87c2455c0b5ead362d94078fce0.json @@ -12,7 +12,10 @@ "previousVersion" : "42.2.5", "newVersion" : "42.2.25", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0761a43563624e5330fda3275a38cfd34e3e6248.json b/data/unsuccessful-reproductions/0761a43563624e5330fda3275a38cfd34e3e6248.json index 842f81a50459..6a7b998146de 100644 --- a/data/unsuccessful-reproductions/0761a43563624e5330fda3275a38cfd34e3e6248.json +++ b/data/unsuccessful-reproductions/0761a43563624e5330fda3275a38cfd34e3e6248.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/076e2b383099f535e559cda98ba9ea1179046703.json b/data/unsuccessful-reproductions/076e2b383099f535e559cda98ba9ea1179046703.json index f10d5073cafb..0dd1a0e63014 100644 --- a/data/unsuccessful-reproductions/076e2b383099f535e559cda98ba9ea1179046703.json +++ b/data/unsuccessful-reproductions/076e2b383099f535e559cda98ba9ea1179046703.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.2", "newVersion" : "2.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0778b242ad72e038eaca140085eac71199728cb2.json b/data/unsuccessful-reproductions/0778b242ad72e038eaca140085eac71199728cb2.json index 776fe2cb6b4c..78992b1b8b44 100644 --- a/data/unsuccessful-reproductions/0778b242ad72e038eaca140085eac71199728cb2.json +++ b/data/unsuccessful-reproductions/0778b242ad72e038eaca140085eac71199728cb2.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/07a6d39c2a8778b894170bfa8e16eb8ef5569a67.json b/data/unsuccessful-reproductions/07a6d39c2a8778b894170bfa8e16eb8ef5569a67.json index a4a0fbf21cf2..2bf3206e6cb1 100644 --- a/data/unsuccessful-reproductions/07a6d39c2a8778b894170bfa8e16eb8ef5569a67.json +++ b/data/unsuccessful-reproductions/07a6d39c2a8778b894170bfa8e16eb8ef5569a67.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.204", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/07c7a5358195ba8080651e400e67311ceae6905c.json b/data/unsuccessful-reproductions/07c7a5358195ba8080651e400e67311ceae6905c.json index e5504da2b2a2..877eaff726ed 100644 --- a/data/unsuccessful-reproductions/07c7a5358195ba8080651e400e67311ceae6905c.json +++ b/data/unsuccessful-reproductions/07c7a5358195ba8080651e400e67311ceae6905c.json @@ -12,7 +12,10 @@ "previousVersion" : "10.2", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/07cbaeebff906e07bb38e4fb684263213b087065.json b/data/unsuccessful-reproductions/07cbaeebff906e07bb38e4fb684263213b087065.json index 6422d89f36ce..efa42262ae42 100644 --- a/data/unsuccessful-reproductions/07cbaeebff906e07bb38e4fb684263213b087065.json +++ b/data/unsuccessful-reproductions/07cbaeebff906e07bb38e4fb684263213b087065.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.18.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/07d102314944e0442598b94b518a3ac8f1990b39.json b/data/unsuccessful-reproductions/07d102314944e0442598b94b518a3ac8f1990b39.json index 0de71fdc289e..b7e93caba191 100644 --- a/data/unsuccessful-reproductions/07d102314944e0442598b94b518a3ac8f1990b39.json +++ b/data/unsuccessful-reproductions/07d102314944e0442598b94b518a3ac8f1990b39.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.13", "newVersion" : "7.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/07ee5126ad8dd369b8366c28df2e22ade4be7e6f.json b/data/unsuccessful-reproductions/07ee5126ad8dd369b8366c28df2e22ade4be7e6f.json index c59fb415a689..8461e93c5a80 100644 --- a/data/unsuccessful-reproductions/07ee5126ad8dd369b8366c28df2e22ade4be7e6f.json +++ b/data/unsuccessful-reproductions/07ee5126ad8dd369b8366c28df2e22ade4be7e6f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.0", "newVersion" : "1.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/07f46868f2d3c3c1aab01916a3991bdeab8f6e23.json b/data/unsuccessful-reproductions/07f46868f2d3c3c1aab01916a3991bdeab8f6e23.json index 52a5f0e5c596..bcb92953dc59 100644 --- a/data/unsuccessful-reproductions/07f46868f2d3c3c1aab01916a3991bdeab8f6e23.json +++ b/data/unsuccessful-reproductions/07f46868f2d3c3c1aab01916a3991bdeab8f6e23.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.4.4", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0809aaafce566b3f7410304a9a2b405b605876aa.json b/data/unsuccessful-reproductions/0809aaafce566b3f7410304a9a2b405b605876aa.json index 3501f65afbc2..27bed9ab91ec 100644 --- a/data/unsuccessful-reproductions/0809aaafce566b3f7410304a9a2b405b605876aa.json +++ b/data/unsuccessful-reproductions/0809aaafce566b3f7410304a9a2b405b605876aa.json @@ -12,7 +12,10 @@ "previousVersion" : "1144.v61c3180fa_03f", "newVersion" : "1165.v02c3db_a_6b_e36", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/081052c68ef6f7abc3bb19a8a6760af519013fd6.json b/data/unsuccessful-reproductions/081052c68ef6f7abc3bb19a8a6760af519013fd6.json index 3ccc76f6befc..ccf30ae35657 100644 --- a/data/unsuccessful-reproductions/081052c68ef6f7abc3bb19a8a6760af519013fd6.json +++ b/data/unsuccessful-reproductions/081052c68ef6f7abc3bb19a8a6760af519013fd6.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.18.Final", "newVersion" : "5.3.20.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/082aef0b6bda80c820c1f189f5496aabf4bc9b06.json b/data/unsuccessful-reproductions/082aef0b6bda80c820c1f189f5496aabf4bc9b06.json index 023afedb76b6..5f9bc7efdac4 100644 --- a/data/unsuccessful-reproductions/082aef0b6bda80c820c1f189f5496aabf4bc9b06.json +++ b/data/unsuccessful-reproductions/082aef0b6bda80c820c1f189f5496aabf4bc9b06.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.3", "newVersion" : "2.4.21", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0857ddcc765b74b9adc44e3649cd9cd3f424af94.json b/data/unsuccessful-reproductions/0857ddcc765b74b9adc44e3649cd9cd3f424af94.json index e8930241a399..8ac6e3e23f20 100644 --- a/data/unsuccessful-reproductions/0857ddcc765b74b9adc44e3649cd9cd3f424af94.json +++ b/data/unsuccessful-reproductions/0857ddcc765b74b9adc44e3649cd9cd3f424af94.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.3", "newVersion" : "1.2.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/08581fb6c7fdf3095460300fe7f6598ffb363ec6.json b/data/unsuccessful-reproductions/08581fb6c7fdf3095460300fe7f6598ffb363ec6.json index e7d729256b51..317009911a46 100644 --- a/data/unsuccessful-reproductions/08581fb6c7fdf3095460300fe7f6598ffb363ec6.json +++ b/data/unsuccessful-reproductions/08581fb6c7fdf3095460300fe7f6598ffb363ec6.json @@ -12,7 +12,10 @@ "previousVersion" : "0.12.5", "newVersion" : "0.12.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/08591cfee71753e9ff98fc6553e8d1cc9616e430.json b/data/unsuccessful-reproductions/08591cfee71753e9ff98fc6553e8d1cc9616e430.json index 5904374e18df..f6a14a2f4c85 100644 --- a/data/unsuccessful-reproductions/08591cfee71753e9ff98fc6553e8d1cc9616e430.json +++ b/data/unsuccessful-reproductions/08591cfee71753e9ff98fc6553e8d1cc9616e430.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/086719d9883a6ea2b233ce56f2f6c3c93a7b5639.json b/data/unsuccessful-reproductions/086719d9883a6ea2b233ce56f2f6c3c93a7b5639.json index f64548226cb6..b7bc32f0a399 100644 --- a/data/unsuccessful-reproductions/086719d9883a6ea2b233ce56f2f6c3c93a7b5639.json +++ b/data/unsuccessful-reproductions/086719d9883a6ea2b233ce56f2f6c3c93a7b5639.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.179", "newVersion" : "2.17.181", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/086a02f389f16942c779919d03b214b19bdde098.json b/data/unsuccessful-reproductions/086a02f389f16942c779919d03b214b19bdde098.json index 141168fdf383..5e68af18bc95 100644 --- a/data/unsuccessful-reproductions/086a02f389f16942c779919d03b214b19bdde098.json +++ b/data/unsuccessful-reproductions/086a02f389f16942c779919d03b214b19bdde098.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.1", "newVersion" : "2.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/086b47787574ddbbbc3ad27a1fe202311e4849d6.json b/data/unsuccessful-reproductions/086b47787574ddbbbc3ad27a1fe202311e4849d6.json index 98fd8216a363..3a70ccb24f30 100644 --- a/data/unsuccessful-reproductions/086b47787574ddbbbc3ad27a1fe202311e4849d6.json +++ b/data/unsuccessful-reproductions/086b47787574ddbbbc3ad27a1fe202311e4849d6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.261", "newVersion" : "1.12.467", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/087238d19c3dd507b13cf792750c8cfd852e44a0.json b/data/unsuccessful-reproductions/087238d19c3dd507b13cf792750c8cfd852e44a0.json index 7eb0ddff4dd2..0302eac1a8e3 100644 --- a/data/unsuccessful-reproductions/087238d19c3dd507b13cf792750c8cfd852e44a0.json +++ b/data/unsuccessful-reproductions/087238d19c3dd507b13cf792750c8cfd852e44a0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.1", "newVersion" : "2.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0888fc81bfbf49659a894de40662676b7644e1e5.json b/data/unsuccessful-reproductions/0888fc81bfbf49659a894de40662676b7644e1e5.json index 0fa618633267..ffa5e69fabdf 100644 --- a/data/unsuccessful-reproductions/0888fc81bfbf49659a894de40662676b7644e1e5.json +++ b/data/unsuccessful-reproductions/0888fc81bfbf49659a894de40662676b7644e1e5.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "9.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/089046825c783d142e684a7fa0f184510501f5cf.json b/data/unsuccessful-reproductions/089046825c783d142e684a7fa0f184510501f5cf.json index d948ee2c332e..dca41ae498ee 100644 --- a/data/unsuccessful-reproductions/089046825c783d142e684a7fa0f184510501f5cf.json +++ b/data/unsuccessful-reproductions/089046825c783d142e684a7fa0f184510501f5cf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.23", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/089280e601296eee28830085e7b4bb66b03eee4f.json b/data/unsuccessful-reproductions/089280e601296eee28830085e7b4bb66b03eee4f.json index f10f8748a319..abeaef948849 100644 --- a/data/unsuccessful-reproductions/089280e601296eee28830085e7b4bb66b03eee4f.json +++ b/data/unsuccessful-reproductions/089280e601296eee28830085e7b4bb66b03eee4f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.15.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/089a6f37b249b7053e13c16b7a2f7ac29581826b.json b/data/unsuccessful-reproductions/089a6f37b249b7053e13c16b7a2f7ac29581826b.json index 77181ea9bf3c..fa17a06ed301 100644 --- a/data/unsuccessful-reproductions/089a6f37b249b7053e13c16b7a2f7ac29581826b.json +++ b/data/unsuccessful-reproductions/089a6f37b249b7053e13c16b7a2f7ac29581826b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.4", "newVersion" : "1.6.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "JetBrains/kotlin" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/08a62b0ecff49c87543518d47dfc6e4935e69744.json b/data/unsuccessful-reproductions/08a62b0ecff49c87543518d47dfc6e4935e69744.json index f489c04707ea..3b7309deffce 100644 --- a/data/unsuccessful-reproductions/08a62b0ecff49c87543518d47dfc6e4935e69744.json +++ b/data/unsuccessful-reproductions/08a62b0ecff49c87543518d47dfc6e4935e69744.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.9.1", "newVersion" : "1.1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/08b25d3805330c1d194e25931b1390373ac3f381.json b/data/unsuccessful-reproductions/08b25d3805330c1d194e25931b1390373ac3f381.json index 23576773c4c5..28ab5e0508f8 100644 --- a/data/unsuccessful-reproductions/08b25d3805330c1d194e25931b1390373ac3f381.json +++ b/data/unsuccessful-reproductions/08b25d3805330c1d194e25931b1390373ac3f381.json @@ -12,7 +12,10 @@ "previousVersion" : "26.1.0", "newVersion" : "26.1.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/08c3a6505a6a7151c5b2f86d89802918a8dfd873.json b/data/unsuccessful-reproductions/08c3a6505a6a7151c5b2f86d89802918a8dfd873.json index baf9130efcd6..cd7f8a69c911 100644 --- a/data/unsuccessful-reproductions/08c3a6505a6a7151c5b2f86d89802918a8dfd873.json +++ b/data/unsuccessful-reproductions/08c3a6505a6a7151c5b2f86d89802918a8dfd873.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.12", "newVersion" : "4.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okhttp" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/08c8a6c2648d1f47927265cc0cee58589fbf713f.json b/data/unsuccessful-reproductions/08c8a6c2648d1f47927265cc0cee58589fbf713f.json index 54561eb46709..a2a27eeaaa5b 100644 --- a/data/unsuccessful-reproductions/08c8a6c2648d1f47927265cc0cee58589fbf713f.json +++ b/data/unsuccessful-reproductions/08c8a6c2648d1f47927265cc0cee58589fbf713f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.22", "newVersion" : "1.18.24", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/08d3af035193dd10c0cde458efac07423481f3de.json b/data/unsuccessful-reproductions/08d3af035193dd10c0cde458efac07423481f3de.json index 321c20145b01..17a8df4e483c 100644 --- a/data/unsuccessful-reproductions/08d3af035193dd10c0cde458efac07423481f3de.json +++ b/data/unsuccessful-reproductions/08d3af035193dd10c0cde458efac07423481f3de.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.273", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/08d6f3d47f386421f8391dec74598eec35f20f12.json b/data/unsuccessful-reproductions/08d6f3d47f386421f8391dec74598eec35f20f12.json index a78e2408fa28..7dbd862ee795 100644 --- a/data/unsuccessful-reproductions/08d6f3d47f386421f8391dec74598eec35f20f12.json +++ b/data/unsuccessful-reproductions/08d6f3d47f386421f8391dec74598eec35f20f12.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0", "newVersion" : "2.3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/08e4f5935e54b8e0dd56ed5f076d6437c68384c7.json b/data/unsuccessful-reproductions/08e4f5935e54b8e0dd56ed5f076d6437c68384c7.json index bcb01e5404a6..eee3ee961f84 100644 --- a/data/unsuccessful-reproductions/08e4f5935e54b8e0dd56ed5f076d6437c68384c7.json +++ b/data/unsuccessful-reproductions/08e4f5935e54b8e0dd56ed5f076d6437c68384c7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.22", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/08ff652fa5c8f72e64868109b02ef4853f56b611.json b/data/unsuccessful-reproductions/08ff652fa5c8f72e64868109b02ef4853f56b611.json index 3800276b79b4..be2d8f8fcbfd 100644 --- a/data/unsuccessful-reproductions/08ff652fa5c8f72e64868109b02ef4853f56b611.json +++ b/data/unsuccessful-reproductions/08ff652fa5c8f72e64868109b02ef4853f56b611.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/09038ae9a50ef92cd64a3016829416a111749234.json b/data/unsuccessful-reproductions/09038ae9a50ef92cd64a3016829416a111749234.json index 95906b270867..d6243bba4f14 100644 --- a/data/unsuccessful-reproductions/09038ae9a50ef92cd64a3016829416a111749234.json +++ b/data/unsuccessful-reproductions/09038ae9a50ef92cd64a3016829416a111749234.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.15", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0909e4cbf442f5b2312e58839c51beb79c0ba6c6.json b/data/unsuccessful-reproductions/0909e4cbf442f5b2312e58839c51beb79c0ba6c6.json index 203586a2e06a..d9b5280ab2f2 100644 --- a/data/unsuccessful-reproductions/0909e4cbf442f5b2312e58839c51beb79c0ba6c6.json +++ b/data/unsuccessful-reproductions/0909e4cbf442f5b2312e58839c51beb79c0ba6c6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.36", "newVersion" : "1.37", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/090a0afb71dca522e94c63986ef826306fbdd47a.json b/data/unsuccessful-reproductions/090a0afb71dca522e94c63986ef826306fbdd47a.json index 694835f70e48..24961df1fede 100644 --- a/data/unsuccessful-reproductions/090a0afb71dca522e94c63986ef826306fbdd47a.json +++ b/data/unsuccessful-reproductions/090a0afb71dca522e94c63986ef826306fbdd47a.json @@ -12,7 +12,10 @@ "previousVersion" : "0.5.1", "newVersion" : "0.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/091057bfdd3d910c911e38558dc9a06066628a1b.json b/data/unsuccessful-reproductions/091057bfdd3d910c911e38558dc9a06066628a1b.json index d155fe18f834..91d0bf480876 100644 --- a/data/unsuccessful-reproductions/091057bfdd3d910c911e38558dc9a06066628a1b.json +++ b/data/unsuccessful-reproductions/091057bfdd3d910c911e38558dc9a06066628a1b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0914b4ac02dc090ad5db9c1ff180daa510126e99.json b/data/unsuccessful-reproductions/0914b4ac02dc090ad5db9c1ff180daa510126e99.json index 1c207acb4aca..1d61ebb1a660 100644 --- a/data/unsuccessful-reproductions/0914b4ac02dc090ad5db9c1ff180daa510126e99.json +++ b/data/unsuccessful-reproductions/0914b4ac02dc090ad5db9c1ff180daa510126e99.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.3", "newVersion" : "3.21.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/092fa317eb16c56fbe300f29d317f69ad0a5f889.json b/data/unsuccessful-reproductions/092fa317eb16c56fbe300f29d317f69ad0a5f889.json index be68d73205c5..321b9fac022d 100644 --- a/data/unsuccessful-reproductions/092fa317eb16c56fbe300f29d317f69ad0a5f889.json +++ b/data/unsuccessful-reproductions/092fa317eb16c56fbe300f29d317f69ad0a5f889.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.33", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/093c5002e3b9878a19d8ed8cfadf4f29ce7f2c39.json b/data/unsuccessful-reproductions/093c5002e3b9878a19d8ed8cfadf4f29ce7f2c39.json index 48047033947f..442f66f8d16d 100644 --- a/data/unsuccessful-reproductions/093c5002e3b9878a19d8ed8cfadf4f29ce7f2c39.json +++ b/data/unsuccessful-reproductions/093c5002e3b9878a19d8ed8cfadf4f29ce7f2c39.json @@ -12,7 +12,10 @@ "previousVersion" : "21.0.0", "newVersion" : "22.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/093ee8842446a82efc7d36f82c12f1318ce4cbb1.json b/data/unsuccessful-reproductions/093ee8842446a82efc7d36f82c12f1318ce4cbb1.json index b86a3327ec5e..d8404fe9f9f9 100644 --- a/data/unsuccessful-reproductions/093ee8842446a82efc7d36f82c12f1318ce4cbb1.json +++ b/data/unsuccessful-reproductions/093ee8842446a82efc7d36f82c12f1318ce4cbb1.json @@ -12,7 +12,10 @@ "previousVersion" : "0.3.6", "newVersion" : "0.3.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/094907543095c538220b5da9779103b58c144506.json b/data/unsuccessful-reproductions/094907543095c538220b5da9779103b58c144506.json index f3b659351ecc..200270320f57 100644 --- a/data/unsuccessful-reproductions/094907543095c538220b5da9779103b58c144506.json +++ b/data/unsuccessful-reproductions/094907543095c538220b5da9779103b58c144506.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.87", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/095b397f8db83178952eb863cb2f318019659bd7.json b/data/unsuccessful-reproductions/095b397f8db83178952eb863cb2f318019659bd7.json index 82156aca11cd..bbdb9742b7ca 100644 --- a/data/unsuccessful-reproductions/095b397f8db83178952eb863cb2f318019659bd7.json +++ b/data/unsuccessful-reproductions/095b397f8db83178952eb863cb2f318019659bd7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.12", "newVersion" : "1.12.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0969e7aacdc39d0291f4dd7304bcc43ca1941aee.json b/data/unsuccessful-reproductions/0969e7aacdc39d0291f4dd7304bcc43ca1941aee.json index 9fcd4aec5fb9..a67358aa6640 100644 --- a/data/unsuccessful-reproductions/0969e7aacdc39d0291f4dd7304bcc43ca1941aee.json +++ b/data/unsuccessful-reproductions/0969e7aacdc39d0291f4dd7304bcc43ca1941aee.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.15.0", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/096f7b3f33eabac6dfa55c6b78c0d364212b217a.json b/data/unsuccessful-reproductions/096f7b3f33eabac6dfa55c6b78c0d364212b217a.json index c6ba226bd67c..6a8c3d3f10b0 100644 --- a/data/unsuccessful-reproductions/096f7b3f33eabac6dfa55c6b78c0d364212b217a.json +++ b/data/unsuccessful-reproductions/096f7b3f33eabac6dfa55c6b78c0d364212b217a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.11", "newVersion" : "3.12.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0970019eac59a369ed5a4fc3a859f7409ecce296.json b/data/unsuccessful-reproductions/0970019eac59a369ed5a4fc3a859f7409ecce296.json index 944a1c9d66f3..32d5492be965 100644 --- a/data/unsuccessful-reproductions/0970019eac59a369ed5a4fc3a859f7409ecce296.json +++ b/data/unsuccessful-reproductions/0970019eac59a369ed5a4fc3a859f7409ecce296.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "2.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/098962a0f2e23a840b981ed653fa9a115a30567c.json b/data/unsuccessful-reproductions/098962a0f2e23a840b981ed653fa9a115a30567c.json index c580762cdfd9..cbeba4e5d355 100644 --- a/data/unsuccessful-reproductions/098962a0f2e23a840b981ed653fa9a115a30567c.json +++ b/data/unsuccessful-reproductions/098962a0f2e23a840b981ed653fa9a115a30567c.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-android", "newVersion" : "32.0.0-android", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0991146ab199b36244bd7c55c4f528eaf8b0d246.json b/data/unsuccessful-reproductions/0991146ab199b36244bd7c55c4f528eaf8b0d246.json index c510ffc31fd4..0f707813d426 100644 --- a/data/unsuccessful-reproductions/0991146ab199b36244bd7c55c4f528eaf8b0d246.json +++ b/data/unsuccessful-reproductions/0991146ab199b36244bd7c55c4f528eaf8b0d246.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.263", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/099b83573bcc15b25ba45aeaf5a5b7d19f8f7a87.json b/data/unsuccessful-reproductions/099b83573bcc15b25ba45aeaf5a5b7d19f8f7a87.json index a35b7663a1f2..9a2f8b6d9c7f 100644 --- a/data/unsuccessful-reproductions/099b83573bcc15b25ba45aeaf5a5b7d19f8f7a87.json +++ b/data/unsuccessful-reproductions/099b83573bcc15b25ba45aeaf5a5b7d19f8f7a87.json @@ -12,7 +12,10 @@ "previousVersion" : "3.3.0", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/09b9d23004df07a04d1cdc6a5ae61431c9346f78.json b/data/unsuccessful-reproductions/09b9d23004df07a04d1cdc6a5ae61431c9346f78.json index 1ec5d89d93aa..e472241cf93d 100644 --- a/data/unsuccessful-reproductions/09b9d23004df07a04d1cdc6a5ae61431c9346f78.json +++ b/data/unsuccessful-reproductions/09b9d23004df07a04d1cdc6a5ae61431c9346f78.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.53", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/09c45699dd3f2a45ec47c9aa2af13d9c2c2a384a.json b/data/unsuccessful-reproductions/09c45699dd3f2a45ec47c9aa2af13d9c2c2a384a.json index db82d0bbf497..db89185acf87 100644 --- a/data/unsuccessful-reproductions/09c45699dd3f2a45ec47c9aa2af13d9c2c2a384a.json +++ b/data/unsuccessful-reproductions/09c45699dd3f2a45ec47c9aa2af13d9c2c2a384a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/09c6eed266818693414c081d1dad7a9958ce7cc9.json b/data/unsuccessful-reproductions/09c6eed266818693414c081d1dad7a9958ce7cc9.json index 3d6cbd95afd1..7b5511c417b5 100644 --- a/data/unsuccessful-reproductions/09c6eed266818693414c081d1dad7a9958ce7cc9.json +++ b/data/unsuccessful-reproductions/09c6eed266818693414c081d1dad7a9958ce7cc9.json @@ -12,7 +12,10 @@ "previousVersion" : "8.44", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/09d4b3cf10b41a6f1650da9cf80c09e1f4c668fc.json b/data/unsuccessful-reproductions/09d4b3cf10b41a6f1650da9cf80c09e1f4c668fc.json index 6805f62e8879..2b1d05d5f7f4 100644 --- a/data/unsuccessful-reproductions/09d4b3cf10b41a6f1650da9cf80c09e1f4c668fc.json +++ b/data/unsuccessful-reproductions/09d4b3cf10b41a6f1650da9cf80c09e1f4c668fc.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.18", "newVersion" : "1.4.19", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/09d4cc4b717b1a24fec45858a785dfdd9073ae3b.json b/data/unsuccessful-reproductions/09d4cc4b717b1a24fec45858a785dfdd9073ae3b.json index 388a78909b23..2f62cf4818b5 100644 --- a/data/unsuccessful-reproductions/09d4cc4b717b1a24fec45858a785dfdd9073ae3b.json +++ b/data/unsuccessful-reproductions/09d4cc4b717b1a24fec45858a785dfdd9073ae3b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.35.0", "newVersion" : "3.36.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/09dc9aa55ad81524a474a3c23106b6ce9520b6a2.json b/data/unsuccessful-reproductions/09dc9aa55ad81524a474a3c23106b6ce9520b6a2.json index dee9c148872e..e33022aa0feb 100644 --- a/data/unsuccessful-reproductions/09dc9aa55ad81524a474a3c23106b6ce9520b6a2.json +++ b/data/unsuccessful-reproductions/09dc9aa55ad81524a474a3c23106b6ce9520b6a2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.2", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/09f3ce9a375c313902a92bc269048d2666e6da94.json b/data/unsuccessful-reproductions/09f3ce9a375c313902a92bc269048d2666e6da94.json index 04a61d844ae5..d2b076436982 100644 --- a/data/unsuccessful-reproductions/09f3ce9a375c313902a92bc269048d2666e6da94.json +++ b/data/unsuccessful-reproductions/09f3ce9a375c313902a92bc269048d2666e6da94.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.2.11", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/09f468238f45a05c2cf3b988fa32a4640c5a1d6f.json b/data/unsuccessful-reproductions/09f468238f45a05c2cf3b988fa32a4640c5a1d6f.json index d6465dd24a10..da584e85d793 100644 --- a/data/unsuccessful-reproductions/09f468238f45a05c2cf3b988fa32a4640c5a1d6f.json +++ b/data/unsuccessful-reproductions/09f468238f45a05c2cf3b988fa32a4640c5a1d6f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/09fe100ee6848b865553f6aa04b7dba87374d33a.json b/data/unsuccessful-reproductions/09fe100ee6848b865553f6aa04b7dba87374d33a.json index af099d59827e..5a033c4163ac 100644 --- a/data/unsuccessful-reproductions/09fe100ee6848b865553f6aa04b7dba87374d33a.json +++ b/data/unsuccessful-reproductions/09fe100ee6848b865553f6aa04b7dba87374d33a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a04e0c4fa0cf078b4fb0663995ffd5c6f67ad4e.json b/data/unsuccessful-reproductions/0a04e0c4fa0cf078b4fb0663995ffd5c6f67ad4e.json index 100fbd2b841a..500b170a62ae 100644 --- a/data/unsuccessful-reproductions/0a04e0c4fa0cf078b4fb0663995ffd5c6f67ad4e.json +++ b/data/unsuccessful-reproductions/0a04e0c4fa0cf078b4fb0663995ffd5c6f67ad4e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.6", "newVersion" : "1.6.7.0-PNX", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a17a614ee4fa9330ee5ffbd5f0a46bb89a6f63c.json b/data/unsuccessful-reproductions/0a17a614ee4fa9330ee5ffbd5f0a46bb89a6f63c.json index 389f4f5b405d..cba2f208ff9a 100644 --- a/data/unsuccessful-reproductions/0a17a614ee4fa9330ee5ffbd5f0a46bb89a6f63c.json +++ b/data/unsuccessful-reproductions/0a17a614ee4fa9330ee5ffbd5f0a46bb89a6f63c.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1", "newVersion" : "5.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a24d0623e51424442d7baa31b52bfc0b22f1894.json b/data/unsuccessful-reproductions/0a24d0623e51424442d7baa31b52bfc0b22f1894.json index 7af61789abaa..7d660bacc7ba 100644 --- a/data/unsuccessful-reproductions/0a24d0623e51424442d7baa31b52bfc0b22f1894.json +++ b/data/unsuccessful-reproductions/0a24d0623e51424442d7baa31b52bfc0b22f1894.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.1", "newVersion" : "1.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a267741e51bee1a305fed9835834bf06ef4c3ba.json b/data/unsuccessful-reproductions/0a267741e51bee1a305fed9835834bf06ef4c3ba.json index a10886b06fe8..13007a860644 100644 --- a/data/unsuccessful-reproductions/0a267741e51bee1a305fed9835834bf06ef4c3ba.json +++ b/data/unsuccessful-reproductions/0a267741e51bee1a305fed9835834bf06ef4c3ba.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.76", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a3267f6bd6304be594b884e28d8ebab244a6537.json b/data/unsuccessful-reproductions/0a3267f6bd6304be594b884e28d8ebab244a6537.json index ed0bb3085c4c..ca62377543b5 100644 --- a/data/unsuccessful-reproductions/0a3267f6bd6304be594b884e28d8ebab244a6537.json +++ b/data/unsuccessful-reproductions/0a3267f6bd6304be594b884e28d8ebab244a6537.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "4.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a3f6f967b7c963f80f03a046e1724a762c6825e.json b/data/unsuccessful-reproductions/0a3f6f967b7c963f80f03a046e1724a762c6825e.json index 43efe3eb2f3f..da0f7ebb02ff 100644 --- a/data/unsuccessful-reproductions/0a3f6f967b7c963f80f03a046e1724a762c6825e.json +++ b/data/unsuccessful-reproductions/0a3f6f967b7c963f80f03a046e1724a762c6825e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a423928de29db8d67932e4d724d58254889936e.json b/data/unsuccessful-reproductions/0a423928de29db8d67932e4d724d58254889936e.json index b35621900bb2..afb9b9304141 100644 --- a/data/unsuccessful-reproductions/0a423928de29db8d67932e4d724d58254889936e.json +++ b/data/unsuccessful-reproductions/0a423928de29db8d67932e4d724d58254889936e.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.6", "newVersion" : "8.5.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a5310671fc8440ff998df884b1f03b84f1da1cf.json b/data/unsuccessful-reproductions/0a5310671fc8440ff998df884b1f03b84f1da1cf.json index 87a2e2ddde34..9dc350efa975 100644 --- a/data/unsuccessful-reproductions/0a5310671fc8440ff998df884b1f03b84f1da1cf.json +++ b/data/unsuccessful-reproductions/0a5310671fc8440ff998df884b1f03b84f1da1cf.json @@ -12,7 +12,10 @@ "previousVersion" : "3.17", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a5487a477a97d8e3a625c5e7d89f3a023c0a886.json b/data/unsuccessful-reproductions/0a5487a477a97d8e3a625c5e7d89f3a023c0a886.json index f295e568cc69..9f645518c7f7 100644 --- a/data/unsuccessful-reproductions/0a5487a477a97d8e3a625c5e7d89f3a023c0a886.json +++ b/data/unsuccessful-reproductions/0a5487a477a97d8e3a625c5e7d89f3a023c0a886.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10.0", "newVersion" : "4.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a59229f2e797dfcd19d511d746c25e8cef8e200.json b/data/unsuccessful-reproductions/0a59229f2e797dfcd19d511d746c25e8cef8e200.json index ba6969a69afe..0160ec21ab40 100644 --- a/data/unsuccessful-reproductions/0a59229f2e797dfcd19d511d746c25e8cef8e200.json +++ b/data/unsuccessful-reproductions/0a59229f2e797dfcd19d511d746c25e8cef8e200.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.4", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a724a10ebec82c8393caede2751d178008e94a4.json b/data/unsuccessful-reproductions/0a724a10ebec82c8393caede2751d178008e94a4.json index d5f3d38db287..b56c82161661 100644 --- a/data/unsuccessful-reproductions/0a724a10ebec82c8393caede2751d178008e94a4.json +++ b/data/unsuccessful-reproductions/0a724a10ebec82c8393caede2751d178008e94a4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4.RELEASE", "newVersion" : "2.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a7b25e8453084132c09ad5eb9be392d2e0a301e.json b/data/unsuccessful-reproductions/0a7b25e8453084132c09ad5eb9be392d2e0a301e.json index 76b5aac8b882..723f5260c0b2 100644 --- a/data/unsuccessful-reproductions/0a7b25e8453084132c09ad5eb9be392d2e0a301e.json +++ b/data/unsuccessful-reproductions/0a7b25e8453084132c09ad5eb9be392d2e0a301e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.3", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a8261193a234978b095c9757a882ac690c46d9d.json b/data/unsuccessful-reproductions/0a8261193a234978b095c9757a882ac690c46d9d.json index d9cd03e2da5f..5ec80a2614be 100644 --- a/data/unsuccessful-reproductions/0a8261193a234978b095c9757a882ac690c46d9d.json +++ b/data/unsuccessful-reproductions/0a8261193a234978b095c9757a882ac690c46d9d.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5581.vfd8e43f46a_03", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a843bc823232aba516c58211962885c044c9a0e.json b/data/unsuccessful-reproductions/0a843bc823232aba516c58211962885c044c9a0e.json index 1ac723f28023..bd573555cdf3 100644 --- a/data/unsuccessful-reproductions/0a843bc823232aba516c58211962885c044c9a0e.json +++ b/data/unsuccessful-reproductions/0a843bc823232aba516c58211962885c044c9a0e.json @@ -12,7 +12,10 @@ "previousVersion" : "8.3.2", "newVersion" : "8.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a8d77534eb47d7c9deea016ae3eb901d5bce3f8.json b/data/unsuccessful-reproductions/0a8d77534eb47d7c9deea016ae3eb901d5bce3f8.json index b77c3670b47d..b9a93c90523a 100644 --- a/data/unsuccessful-reproductions/0a8d77534eb47d7c9deea016ae3eb901d5bce3f8.json +++ b/data/unsuccessful-reproductions/0a8d77534eb47d7c9deea016ae3eb901d5bce3f8.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2", "newVersion" : "4.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a9784c5527bfc1a0855a78cb1feb9105ac4e70e.json b/data/unsuccessful-reproductions/0a9784c5527bfc1a0855a78cb1feb9105ac4e70e.json index c999115de986..8dbf5d7a308a 100644 --- a/data/unsuccessful-reproductions/0a9784c5527bfc1a0855a78cb1feb9105ac4e70e.json +++ b/data/unsuccessful-reproductions/0a9784c5527bfc1a0855a78cb1feb9105ac4e70e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.122", "newVersion" : "2.17.144", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a97c109b6715edf805aebb197cc7f821d826586.json b/data/unsuccessful-reproductions/0a97c109b6715edf805aebb197cc7f821d826586.json index 87b100e4f103..aae4a608d0d3 100644 --- a/data/unsuccessful-reproductions/0a97c109b6715edf805aebb197cc7f821d826586.json +++ b/data/unsuccessful-reproductions/0a97c109b6715edf805aebb197cc7f821d826586.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.2", "newVersion" : "2.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0a9cb28afead00dc67e833fce0230b9848209c0f.json b/data/unsuccessful-reproductions/0a9cb28afead00dc67e833fce0230b9848209c0f.json index fd1797df5f4c..141bea223e08 100644 --- a/data/unsuccessful-reproductions/0a9cb28afead00dc67e833fce0230b9848209c0f.json +++ b/data/unsuccessful-reproductions/0a9cb28afead00dc67e833fce0230b9848209c0f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.197", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0aa55f9fac6069873ca6421004b6e634fdef546f.json b/data/unsuccessful-reproductions/0aa55f9fac6069873ca6421004b6e634fdef546f.json index 19a56904dbcf..d42b3cb55c9a 100644 --- a/data/unsuccessful-reproductions/0aa55f9fac6069873ca6421004b6e634fdef546f.json +++ b/data/unsuccessful-reproductions/0aa55f9fac6069873ca6421004b6e634fdef546f.json @@ -12,7 +12,10 @@ "previousVersion" : "0.0.4", "newVersion" : "0.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0aa6948c56cd2b320b107e39ffc3e404f99a5ff8.json b/data/unsuccessful-reproductions/0aa6948c56cd2b320b107e39ffc3e404f99a5ff8.json index 52ead8de7a89..e0c7eb8d0a03 100644 --- a/data/unsuccessful-reproductions/0aa6948c56cd2b320b107e39ffc3e404f99a5ff8.json +++ b/data/unsuccessful-reproductions/0aa6948c56cd2b320b107e39ffc3e404f99a5ff8.json @@ -12,7 +12,10 @@ "previousVersion" : "8.25", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ad170509988df4ba400b915f9e111bd83077304.json b/data/unsuccessful-reproductions/0ad170509988df4ba400b915f9e111bd83077304.json index 5c3201be594f..1220c3651b04 100644 --- a/data/unsuccessful-reproductions/0ad170509988df4ba400b915f9e111bd83077304.json +++ b/data/unsuccessful-reproductions/0ad170509988df4ba400b915f9e111bd83077304.json @@ -12,7 +12,10 @@ "previousVersion" : "4.8.1", "newVersion" : "4.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ad6343bacf908ff32559707a62175a468d912a0.json b/data/unsuccessful-reproductions/0ad6343bacf908ff32559707a62175a468d912a0.json index 27badf5ceeaf..448d78c08fda 100644 --- a/data/unsuccessful-reproductions/0ad6343bacf908ff32559707a62175a468d912a0.json +++ b/data/unsuccessful-reproductions/0ad6343bacf908ff32559707a62175a468d912a0.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0adac96a2a813c2edf168f338f86987c74f52b6c.json b/data/unsuccessful-reproductions/0adac96a2a813c2edf168f338f86987c74f52b6c.json index 3a41e0973c10..ef5ce0fcce35 100644 --- a/data/unsuccessful-reproductions/0adac96a2a813c2edf168f338f86987c74f52b6c.json +++ b/data/unsuccessful-reproductions/0adac96a2a813c2edf168f338f86987c74f52b6c.json @@ -12,7 +12,10 @@ "previousVersion" : "0.25.5", "newVersion" : "0.26.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ade206f79359eb60451cf907cb44dad9320c24c.json b/data/unsuccessful-reproductions/0ade206f79359eb60451cf907cb44dad9320c24c.json index be92124b76ae..2c8b2a9c8ef1 100644 --- a/data/unsuccessful-reproductions/0ade206f79359eb60451cf907cb44dad9320c24c.json +++ b/data/unsuccessful-reproductions/0ade206f79359eb60451cf907cb44dad9320c24c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.6", "newVersion" : "4.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ae4efdc5201c545afe6b95d66174493a3f7b680.json b/data/unsuccessful-reproductions/0ae4efdc5201c545afe6b95d66174493a3f7b680.json index 2eac98661b07..e1605637c6b8 100644 --- a/data/unsuccessful-reproductions/0ae4efdc5201c545afe6b95d66174493a3f7b680.json +++ b/data/unsuccessful-reproductions/0ae4efdc5201c545afe6b95d66174493a3f7b680.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0aeab676b5f911201ba0f60dd526eea133e84e97.json b/data/unsuccessful-reproductions/0aeab676b5f911201ba0f60dd526eea133e84e97.json index 976c024e3e52..745855ccee1d 100644 --- a/data/unsuccessful-reproductions/0aeab676b5f911201ba0f60dd526eea133e84e97.json +++ b/data/unsuccessful-reproductions/0aeab676b5f911201ba0f60dd526eea133e84e97.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.106", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0b07b4be75256ba92e768afd9ffcc5d75191a388.json b/data/unsuccessful-reproductions/0b07b4be75256ba92e768afd9ffcc5d75191a388.json index e8e2cd33996a..e76c6bc5982e 100644 --- a/data/unsuccessful-reproductions/0b07b4be75256ba92e768afd9ffcc5d75191a388.json +++ b/data/unsuccessful-reproductions/0b07b4be75256ba92e768afd9ffcc5d75191a388.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.144.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0b1ee76d9a333a429e9ec8908687e8e3b015e97f.json b/data/unsuccessful-reproductions/0b1ee76d9a333a429e9ec8908687e8e3b015e97f.json index 2fbe33d33a60..71bc2455ed22 100644 --- a/data/unsuccessful-reproductions/0b1ee76d9a333a429e9ec8908687e8e3b015e97f.json +++ b/data/unsuccessful-reproductions/0b1ee76d9a333a429e9ec8908687e8e3b015e97f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.186", "newVersion" : "2.17.191", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0b1f1415ce4697e7a9adb095d03849f9d8e69235.json b/data/unsuccessful-reproductions/0b1f1415ce4697e7a9adb095d03849f9d8e69235.json index b6db58d1109c..96bb6c8fdbfc 100644 --- a/data/unsuccessful-reproductions/0b1f1415ce4697e7a9adb095d03849f9d8e69235.json +++ b/data/unsuccessful-reproductions/0b1f1415ce4697e7a9adb095d03849f9d8e69235.json @@ -12,7 +12,10 @@ "previousVersion" : "3.17.3", "newVersion" : "3.18.2", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0b2810985def8cdea1adb876c29896bf5dd6df95.json b/data/unsuccessful-reproductions/0b2810985def8cdea1adb876c29896bf5dd6df95.json index 11b457d9da05..c8362cca9bcd 100644 --- a/data/unsuccessful-reproductions/0b2810985def8cdea1adb876c29896bf5dd6df95.json +++ b/data/unsuccessful-reproductions/0b2810985def8cdea1adb876c29896bf5dd6df95.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.110", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0b418bee1a4b20b5c583152b5cb4b2a5d44659c0.json b/data/unsuccessful-reproductions/0b418bee1a4b20b5c583152b5cb4b2a5d44659c0.json index 6d1cb6083e15..1fa54b0a3f63 100644 --- a/data/unsuccessful-reproductions/0b418bee1a4b20b5c583152b5cb4b2a5d44659c0.json +++ b/data/unsuccessful-reproductions/0b418bee1a4b20b5c583152b5cb4b2a5d44659c0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.2", "newVersion" : "2.6.9", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0b444cacf8ed2dd6cfc4d28cc9d63e671dc7f093.json b/data/unsuccessful-reproductions/0b444cacf8ed2dd6cfc4d28cc9d63e671dc7f093.json index b71f8b305059..49b090a499e1 100644 --- a/data/unsuccessful-reproductions/0b444cacf8ed2dd6cfc4d28cc9d63e671dc7f093.json +++ b/data/unsuccessful-reproductions/0b444cacf8ed2dd6cfc4d28cc9d63e671dc7f093.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.16.Final", "newVersion" : "5.4.24.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0b490b1fd3cc916fcb194202d1fc133b05f3c179.json b/data/unsuccessful-reproductions/0b490b1fd3cc916fcb194202d1fc133b05f3c179.json index 7cf170d92674..f63eb74ea690 100644 --- a/data/unsuccessful-reproductions/0b490b1fd3cc916fcb194202d1fc133b05f3c179.json +++ b/data/unsuccessful-reproductions/0b490b1fd3cc916fcb194202d1fc133b05f3c179.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.2", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0b65112d090393b3831a774b91178e4733bad7e8.json b/data/unsuccessful-reproductions/0b65112d090393b3831a774b91178e4733bad7e8.json index cbd977820069..28fed26cd0cf 100644 --- a/data/unsuccessful-reproductions/0b65112d090393b3831a774b91178e4733bad7e8.json +++ b/data/unsuccessful-reproductions/0b65112d090393b3831a774b91178e4733bad7e8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0b8b2bb68c003d53947398740373639d3e91ea37.json b/data/unsuccessful-reproductions/0b8b2bb68c003d53947398740373639d3e91ea37.json index aa6771d16e2c..6e52d67601a9 100644 --- a/data/unsuccessful-reproductions/0b8b2bb68c003d53947398740373639d3e91ea37.json +++ b/data/unsuccessful-reproductions/0b8b2bb68c003d53947398740373639d3e91ea37.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0b9fc1134f62b84d5e018d8cadd6e3fdb0a6e80b.json b/data/unsuccessful-reproductions/0b9fc1134f62b84d5e018d8cadd6e3fdb0a6e80b.json index 2c7ca95252bd..618cc766bf0c 100644 --- a/data/unsuccessful-reproductions/0b9fc1134f62b84d5e018d8cadd6e3fdb0a6e80b.json +++ b/data/unsuccessful-reproductions/0b9fc1134f62b84d5e018d8cadd6e3fdb0a6e80b.json @@ -12,7 +12,10 @@ "previousVersion" : "6.11.0", "newVersion" : "7.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0babdce0a782eae04f98ec60269cf78e8ae75d91.json b/data/unsuccessful-reproductions/0babdce0a782eae04f98ec60269cf78e8ae75d91.json index 83c48766121f..ad826819b025 100644 --- a/data/unsuccessful-reproductions/0babdce0a782eae04f98ec60269cf78e8ae75d91.json +++ b/data/unsuccessful-reproductions/0babdce0a782eae04f98ec60269cf78e8ae75d91.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0bcd02eb727cd3c717c926c1be264ea38ad234fa.json b/data/unsuccessful-reproductions/0bcd02eb727cd3c717c926c1be264ea38ad234fa.json index 8e70ab409640..e5a6a7308dae 100644 --- a/data/unsuccessful-reproductions/0bcd02eb727cd3c717c926c1be264ea38ad234fa.json +++ b/data/unsuccessful-reproductions/0bcd02eb727cd3c717c926c1be264ea38ad234fa.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.75.Final", "newVersion" : "4.1.76.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0bd3326a40760693418801a36288c5bfe33a7a04.json b/data/unsuccessful-reproductions/0bd3326a40760693418801a36288c5bfe33a7a04.json index db1c5d8fbbaa..0409c52e41a7 100644 --- a/data/unsuccessful-reproductions/0bd3326a40760693418801a36288c5bfe33a7a04.json +++ b/data/unsuccessful-reproductions/0bd3326a40760693418801a36288c5bfe33a7a04.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.2", "newVersion" : "2.11.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0bd90a3650bf5fc00fbbed9d3a1ef7c99daee890.json b/data/unsuccessful-reproductions/0bd90a3650bf5fc00fbbed9d3a1ef7c99daee890.json index 0f59f9ddab61..8d6ef30a6397 100644 --- a/data/unsuccessful-reproductions/0bd90a3650bf5fc00fbbed9d3a1ef7c99daee890.json +++ b/data/unsuccessful-reproductions/0bd90a3650bf5fc00fbbed9d3a1ef7c99daee890.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.1", "newVersion" : "7.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0be5785c1a992b91ede15d90f9a257d79fdf9b03.json b/data/unsuccessful-reproductions/0be5785c1a992b91ede15d90f9a257d79fdf9b03.json index 5ace66b18363..50c12ff6708f 100644 --- a/data/unsuccessful-reproductions/0be5785c1a992b91ede15d90f9a257d79fdf9b03.json +++ b/data/unsuccessful-reproductions/0be5785c1a992b91ede15d90f9a257d79fdf9b03.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.3", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0be5aba47759e1a90c308335a760175d1034e05f.json b/data/unsuccessful-reproductions/0be5aba47759e1a90c308335a760175d1034e05f.json index a4a4142aae52..4b5a3e9e7b36 100644 --- a/data/unsuccessful-reproductions/0be5aba47759e1a90c308335a760175d1034e05f.json +++ b/data/unsuccessful-reproductions/0be5aba47759e1a90c308335a760175d1034e05f.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.2", "newVersion" : "5.2.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0bf1b7a26947eee5bf3346e2ae99392c097131db.json b/data/unsuccessful-reproductions/0bf1b7a26947eee5bf3346e2ae99392c097131db.json index c662bb87a9e5..245ce607dc18 100644 --- a/data/unsuccessful-reproductions/0bf1b7a26947eee5bf3346e2ae99392c097131db.json +++ b/data/unsuccessful-reproductions/0bf1b7a26947eee5bf3346e2ae99392c097131db.json @@ -12,7 +12,10 @@ "previousVersion" : "6.0.2", "newVersion" : "6.0.3", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0bf49bafeacff42aaa953157f3223d4eef3000fe.json b/data/unsuccessful-reproductions/0bf49bafeacff42aaa953157f3223d4eef3000fe.json index f09fb728d87e..66fa747076fe 100644 --- a/data/unsuccessful-reproductions/0bf49bafeacff42aaa953157f3223d4eef3000fe.json +++ b/data/unsuccessful-reproductions/0bf49bafeacff42aaa953157f3223d4eef3000fe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.95", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0bf66df9d88a41c4261b1d50e1ee010bca0cc66a.json b/data/unsuccessful-reproductions/0bf66df9d88a41c4261b1d50e1ee010bca0cc66a.json index afab1cf89d62..841b3e486b90 100644 --- a/data/unsuccessful-reproductions/0bf66df9d88a41c4261b1d50e1ee010bca0cc66a.json +++ b/data/unsuccessful-reproductions/0bf66df9d88a41c4261b1d50e1ee010bca0cc66a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.0", "newVersion" : "2.10.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0bff17e24b8307850181e38b5aa9ebca7fe82234.json b/data/unsuccessful-reproductions/0bff17e24b8307850181e38b5aa9ebca7fe82234.json index c3a7e0e8b28b..26f0d4abbda5 100644 --- a/data/unsuccessful-reproductions/0bff17e24b8307850181e38b5aa9ebca7fe82234.json +++ b/data/unsuccessful-reproductions/0bff17e24b8307850181e38b5aa9ebca7fe82234.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c0317b1b3c4828d1c38f3cdcfd864097bcd87e8.json b/data/unsuccessful-reproductions/0c0317b1b3c4828d1c38f3cdcfd864097bcd87e8.json index ebcf550546f3..5e231cc39c72 100644 --- a/data/unsuccessful-reproductions/0c0317b1b3c4828d1c38f3cdcfd864097bcd87e8.json +++ b/data/unsuccessful-reproductions/0c0317b1b3c4828d1c38f3cdcfd864097bcd87e8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.8", "newVersion" : "1.6.8.0-PNX", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c0a866c19d3a0a6817ec4f215f393681d603f15.json b/data/unsuccessful-reproductions/0c0a866c19d3a0a6817ec4f215f393681d603f15.json index 681a276b38cf..bfed9759cd31 100644 --- a/data/unsuccessful-reproductions/0c0a866c19d3a0a6817ec4f215f393681d603f15.json +++ b/data/unsuccessful-reproductions/0c0a866c19d3a0a6817ec4f215f393681d603f15.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.8", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c0ac581e631a98cabe0b2fe589102e07fb33ff2.json b/data/unsuccessful-reproductions/0c0ac581e631a98cabe0b2fe589102e07fb33ff2.json index 8b63be646bda..323dadb6d9da 100644 --- a/data/unsuccessful-reproductions/0c0ac581e631a98cabe0b2fe589102e07fb33ff2.json +++ b/data/unsuccessful-reproductions/0c0ac581e631a98cabe0b2fe589102e07fb33ff2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1.1", "newVersion" : "1126.ve05618c41e62", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c2b0f5c809fa59708c5895a364fe5e5ee890775.json b/data/unsuccessful-reproductions/0c2b0f5c809fa59708c5895a364fe5e5ee890775.json index d71331a2c47d..536d22c2c32f 100644 --- a/data/unsuccessful-reproductions/0c2b0f5c809fa59708c5895a364fe5e5ee890775.json +++ b/data/unsuccessful-reproductions/0c2b0f5c809fa59708c5895a364fe5e5ee890775.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.1", "newVersion" : "1.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c449a28fb51970310bd3c15812dca75812474b5.json b/data/unsuccessful-reproductions/0c449a28fb51970310bd3c15812dca75812474b5.json index 61f43cc137d8..84b60841b7e8 100644 --- a/data/unsuccessful-reproductions/0c449a28fb51970310bd3c15812dca75812474b5.json +++ b/data/unsuccessful-reproductions/0c449a28fb51970310bd3c15812dca75812474b5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.43", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c44e6d7eb7b9241b310405de08318f32b8dc179.json b/data/unsuccessful-reproductions/0c44e6d7eb7b9241b310405de08318f32b8dc179.json index 1e08fb7cb89d..ddc0785cf849 100644 --- a/data/unsuccessful-reproductions/0c44e6d7eb7b9241b310405de08318f32b8dc179.json +++ b/data/unsuccessful-reproductions/0c44e6d7eb7b9241b310405de08318f32b8dc179.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.51", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c454456fa302c06b53357abb4cd7aff34471b7d.json b/data/unsuccessful-reproductions/0c454456fa302c06b53357abb4cd7aff34471b7d.json index eeb63ca8504f..54ec8053f971 100644 --- a/data/unsuccessful-reproductions/0c454456fa302c06b53357abb4cd7aff34471b7d.json +++ b/data/unsuccessful-reproductions/0c454456fa302c06b53357abb4cd7aff34471b7d.json @@ -12,7 +12,10 @@ "previousVersion" : "7.4.0", "newVersion" : "7.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c4f9f2ff81b1df095d8e15ef2d40edfaf064144.json b/data/unsuccessful-reproductions/0c4f9f2ff81b1df095d8e15ef2d40edfaf064144.json index 2143a9dfabb7..13ac6b4d9c37 100644 --- a/data/unsuccessful-reproductions/0c4f9f2ff81b1df095d8e15ef2d40edfaf064144.json +++ b/data/unsuccessful-reproductions/0c4f9f2ff81b1df095d8e15ef2d40edfaf064144.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c5df43131924e43a1de7023523a60bcf3409ef7.json b/data/unsuccessful-reproductions/0c5df43131924e43a1de7023523a60bcf3409ef7.json index 498f6c23b07d..0848b5bea8e3 100644 --- a/data/unsuccessful-reproductions/0c5df43131924e43a1de7023523a60bcf3409ef7.json +++ b/data/unsuccessful-reproductions/0c5df43131924e43a1de7023523a60bcf3409ef7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.8", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c5dfb9213f034cda91aca4941bbe218ffcf93fc.json b/data/unsuccessful-reproductions/0c5dfb9213f034cda91aca4941bbe218ffcf93fc.json index 7dec1ca7dfbe..7936d30fac23 100644 --- a/data/unsuccessful-reproductions/0c5dfb9213f034cda91aca4941bbe218ffcf93fc.json +++ b/data/unsuccessful-reproductions/0c5dfb9213f034cda91aca4941bbe218ffcf93fc.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.3.Final", "newVersion" : "3.5.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c5e7813f94b67a6dd77d907795a7b87a467ee4f.json b/data/unsuccessful-reproductions/0c5e7813f94b67a6dd77d907795a7b87a467ee4f.json index 97f959010d93..6302177982cf 100644 --- a/data/unsuccessful-reproductions/0c5e7813f94b67a6dd77d907795a7b87a467ee4f.json +++ b/data/unsuccessful-reproductions/0c5e7813f94b67a6dd77d907795a7b87a467ee4f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.0.202", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c6e3a7899df4dbf36cab5fc2fb03b963d341739.json b/data/unsuccessful-reproductions/0c6e3a7899df4dbf36cab5fc2fb03b963d341739.json index 3e00e3514a5a..134de55ef11d 100644 --- a/data/unsuccessful-reproductions/0c6e3a7899df4dbf36cab5fc2fb03b963d341739.json +++ b/data/unsuccessful-reproductions/0c6e3a7899df4dbf36cab5fc2fb03b963d341739.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "3.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0c78446de536659afacaa2cf9f5573681e56b996.json b/data/unsuccessful-reproductions/0c78446de536659afacaa2cf9f5573681e56b996.json index 74c18f90f8b8..1851082cd869 100644 --- a/data/unsuccessful-reproductions/0c78446de536659afacaa2cf9f5573681e56b996.json +++ b/data/unsuccessful-reproductions/0c78446de536659afacaa2cf9f5573681e56b996.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.792", "newVersion" : "1.12.261", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0cab23e2dc4e7ae3bd604c23daea1a1f3d5ecc99.json b/data/unsuccessful-reproductions/0cab23e2dc4e7ae3bd604c23daea1a1f3d5ecc99.json index e6ac168b5bed..3c1c70447f6c 100644 --- a/data/unsuccessful-reproductions/0cab23e2dc4e7ae3bd604c23daea1a1f3d5ecc99.json +++ b/data/unsuccessful-reproductions/0cab23e2dc4e7ae3bd604c23daea1a1f3d5ecc99.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.11.v20180605", "newVersion" : "10.0.10", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ce5fbd357d7fd911f5bb5b25642dae02c746480.json b/data/unsuccessful-reproductions/0ce5fbd357d7fd911f5bb5b25642dae02c746480.json index 7e56ada5fff2..fa330f5d680b 100644 --- a/data/unsuccessful-reproductions/0ce5fbd357d7fd911f5bb5b25642dae02c746480.json +++ b/data/unsuccessful-reproductions/0ce5fbd357d7fd911f5bb5b25642dae02c746480.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.8.RELEASE", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0cebe2b8401bef369ebc5275c4356884044484ec.json b/data/unsuccessful-reproductions/0cebe2b8401bef369ebc5275c4356884044484ec.json index 3a90a441c8dc..fb1ed8f899d4 100644 --- a/data/unsuccessful-reproductions/0cebe2b8401bef369ebc5275c4356884044484ec.json +++ b/data/unsuccessful-reproductions/0cebe2b8401bef369ebc5275c4356884044484ec.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.0", "newVersion" : "5.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0cfac3c0ec4f71ed73a7f88a128e4c3913bee8ec.json b/data/unsuccessful-reproductions/0cfac3c0ec4f71ed73a7f88a128e4c3913bee8ec.json index 021e41536bf7..4d74c7f0921c 100644 --- a/data/unsuccessful-reproductions/0cfac3c0ec4f71ed73a7f88a128e4c3913bee8ec.json +++ b/data/unsuccessful-reproductions/0cfac3c0ec4f71ed73a7f88a128e4c3913bee8ec.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0d02a59e835d48fec2df7b42720c79d710a98fd5.json b/data/unsuccessful-reproductions/0d02a59e835d48fec2df7b42720c79d710a98fd5.json index 8cd8fa9fbcfd..637b9c2f11e9 100644 --- a/data/unsuccessful-reproductions/0d02a59e835d48fec2df7b42720c79d710a98fd5.json +++ b/data/unsuccessful-reproductions/0d02a59e835d48fec2df7b42720c79d710a98fd5.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "23.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0d0305e91201fe693e10b981389043db1f8720a2.json b/data/unsuccessful-reproductions/0d0305e91201fe693e10b981389043db1f8720a2.json index e992afdf8929..56a6e20977b4 100644 --- a/data/unsuccessful-reproductions/0d0305e91201fe693e10b981389043db1f8720a2.json +++ b/data/unsuccessful-reproductions/0d0305e91201fe693e10b981389043db1f8720a2.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.68", "newVersion" : "5.6.106", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0d27011b3288689e0a5545593430b62be35c99fd.json b/data/unsuccessful-reproductions/0d27011b3288689e0a5545593430b62be35c99fd.json index 98cccd4e6036..de50a973f75c 100644 --- a/data/unsuccessful-reproductions/0d27011b3288689e0a5545593430b62be35c99fd.json +++ b/data/unsuccessful-reproductions/0d27011b3288689e0a5545593430b62be35c99fd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0d49c23f894c2b61531327e2f8afacac4dcfe40c.json b/data/unsuccessful-reproductions/0d49c23f894c2b61531327e2f8afacac4dcfe40c.json index bb297c5cc739..bd240b092c1b 100644 --- a/data/unsuccessful-reproductions/0d49c23f894c2b61531327e2f8afacac4dcfe40c.json +++ b/data/unsuccessful-reproductions/0d49c23f894c2b61531327e2f8afacac4dcfe40c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.1", "newVersion" : "3.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0d673df87e6db2d62d651f19f62ac9a5908f0a8e.json b/data/unsuccessful-reproductions/0d673df87e6db2d62d651f19f62ac9a5908f0a8e.json index 12aba1169c19..b9d4b65c3bcc 100644 --- a/data/unsuccessful-reproductions/0d673df87e6db2d62d651f19f62ac9a5908f0a8e.json +++ b/data/unsuccessful-reproductions/0d673df87e6db2d62d651f19f62ac9a5908f0a8e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.248", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0d72dbd7f5329193ec844b41cf0b922cf6497e86.json b/data/unsuccessful-reproductions/0d72dbd7f5329193ec844b41cf0b922cf6497e86.json index 18fe84753361..eb0fbdf676df 100644 --- a/data/unsuccessful-reproductions/0d72dbd7f5329193ec844b41cf0b922cf6497e86.json +++ b/data/unsuccessful-reproductions/0d72dbd7f5329193ec844b41cf0b922cf6497e86.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.92.Final", "newVersion" : "4.1.94.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0d7b991814275028f1b8d7fe2176fd2eb7b6863c.json b/data/unsuccessful-reproductions/0d7b991814275028f1b8d7fe2176fd2eb7b6863c.json index 0f66bfbde1a3..f8d529771c4b 100644 --- a/data/unsuccessful-reproductions/0d7b991814275028f1b8d7fe2176fd2eb7b6863c.json +++ b/data/unsuccessful-reproductions/0d7b991814275028f1b8d7fe2176fd2eb7b6863c.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0d84c5dcd7ab262262bfa3f937bfacdf29334c02.json b/data/unsuccessful-reproductions/0d84c5dcd7ab262262bfa3f937bfacdf29334c02.json index 6ac716573a76..d9aba721308b 100644 --- a/data/unsuccessful-reproductions/0d84c5dcd7ab262262bfa3f937bfacdf29334c02.json +++ b/data/unsuccessful-reproductions/0d84c5dcd7ab262262bfa3f937bfacdf29334c02.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0d85c930d2fc757b659a3489da7c06a695d9c2f1.json b/data/unsuccessful-reproductions/0d85c930d2fc757b659a3489da7c06a695d9c2f1.json index 5f47ba870f3b..d51e5345e9c6 100644 --- a/data/unsuccessful-reproductions/0d85c930d2fc757b659a3489da7c06a695d9c2f1.json +++ b/data/unsuccessful-reproductions/0d85c930d2fc757b659a3489da7c06a695d9c2f1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.221", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0d95e79bf4b61fb391f3fbab100b39d2be52d2fd.json b/data/unsuccessful-reproductions/0d95e79bf4b61fb391f3fbab100b39d2be52d2fd.json index 4dc1e6b14e05..146e69b12ca8 100644 --- a/data/unsuccessful-reproductions/0d95e79bf4b61fb391f3fbab100b39d2be52d2fd.json +++ b/data/unsuccessful-reproductions/0d95e79bf4b61fb391f3fbab100b39d2be52d2fd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0dae361a67311154f33b697a7dbdc293c3f2f0e8.json b/data/unsuccessful-reproductions/0dae361a67311154f33b697a7dbdc293c3f2f0e8.json index 1bad0edb0557..955407aa4de4 100644 --- a/data/unsuccessful-reproductions/0dae361a67311154f33b697a7dbdc293c3f2f0e8.json +++ b/data/unsuccessful-reproductions/0dae361a67311154f33b697a7dbdc293c3f2f0e8.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ddbeaa9346ede36cb1cb2bb8319b43929cbb445.json b/data/unsuccessful-reproductions/0ddbeaa9346ede36cb1cb2bb8319b43929cbb445.json index 74435a537b5d..c4dc61ba4405 100644 --- a/data/unsuccessful-reproductions/0ddbeaa9346ede36cb1cb2bb8319b43929cbb445.json +++ b/data/unsuccessful-reproductions/0ddbeaa9346ede36cb1cb2bb8319b43929cbb445.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.1", "newVersion" : "3.19.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0de3809131967d2dc4be9eaadb7ba56b4ac31dfd.json b/data/unsuccessful-reproductions/0de3809131967d2dc4be9eaadb7ba56b4ac31dfd.json index 7013547a496b..04735c56c61a 100644 --- a/data/unsuccessful-reproductions/0de3809131967d2dc4be9eaadb7ba56b4ac31dfd.json +++ b/data/unsuccessful-reproductions/0de3809131967d2dc4be9eaadb7ba56b4ac31dfd.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.1-jre", "newVersion" : "32.1.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0decfde04ffb0669b924af5ba6905b16b61f6e96.json b/data/unsuccessful-reproductions/0decfde04ffb0669b924af5ba6905b16b61f6e96.json index 7b9d10db0fc4..b2e5103e11e0 100644 --- a/data/unsuccessful-reproductions/0decfde04ffb0669b924af5ba6905b16b61f6e96.json +++ b/data/unsuccessful-reproductions/0decfde04ffb0669b924af5ba6905b16b61f6e96.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e20471991465df82478b799642048a267f658da.json b/data/unsuccessful-reproductions/0e20471991465df82478b799642048a267f658da.json index fc2a11ccebd2..cbbc1366ce88 100644 --- a/data/unsuccessful-reproductions/0e20471991465df82478b799642048a267f658da.json +++ b/data/unsuccessful-reproductions/0e20471991465df82478b799642048a267f658da.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.26", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e20a6e35e58a8d59d39bf7eba6be198d30ea2da.json b/data/unsuccessful-reproductions/0e20a6e35e58a8d59d39bf7eba6be198d30ea2da.json index 8b27b0bfb7cc..3698703db66b 100644 --- a/data/unsuccessful-reproductions/0e20a6e35e58a8d59d39bf7eba6be198d30ea2da.json +++ b/data/unsuccessful-reproductions/0e20a6e35e58a8d59d39bf7eba6be198d30ea2da.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.108", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e25fc398b5e4ade74b141629c1c4eb7a27b54a8.json b/data/unsuccessful-reproductions/0e25fc398b5e4ade74b141629c1c4eb7a27b54a8.json index 306a1e7f35ab..ad257f2757b3 100644 --- a/data/unsuccessful-reproductions/0e25fc398b5e4ade74b141629c1c4eb7a27b54a8.json +++ b/data/unsuccessful-reproductions/0e25fc398b5e4ade74b141629c1c4eb7a27b54a8.json @@ -12,7 +12,10 @@ "previousVersion" : "0.4.4", "newVersion" : "0.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e2f58c2cd728d99da381ee00552b3527843ff2f.json b/data/unsuccessful-reproductions/0e2f58c2cd728d99da381ee00552b3527843ff2f.json index 79354bd75256..aa993a24e4a1 100644 --- a/data/unsuccessful-reproductions/0e2f58c2cd728d99da381ee00552b3527843ff2f.json +++ b/data/unsuccessful-reproductions/0e2f58c2cd728d99da381ee00552b3527843ff2f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.2.8", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e3f9f1724a134668bf65bfa9a45a74ecd709fc9.json b/data/unsuccessful-reproductions/0e3f9f1724a134668bf65bfa9a45a74ecd709fc9.json index 39e24ee2a7db..506f1a78a5d8 100644 --- a/data/unsuccessful-reproductions/0e3f9f1724a134668bf65bfa9a45a74ecd709fc9.json +++ b/data/unsuccessful-reproductions/0e3f9f1724a134668bf65bfa9a45a74ecd709fc9.json @@ -12,7 +12,10 @@ "previousVersion" : "0.8", "newVersion" : "1.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e588721a5c02e159792b7603e6fbca390d598e9.json b/data/unsuccessful-reproductions/0e588721a5c02e159792b7603e6fbca390d598e9.json index 5ce9dd9054cc..da777b833234 100644 --- a/data/unsuccessful-reproductions/0e588721a5c02e159792b7603e6fbca390d598e9.json +++ b/data/unsuccessful-reproductions/0e588721a5c02e159792b7603e6fbca390d598e9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.1", "newVersion" : "3.8.2", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e5e139a96d77ff02f043b89dafc2f291e18e589.json b/data/unsuccessful-reproductions/0e5e139a96d77ff02f043b89dafc2f291e18e589.json index 99d54ccafe13..158c307be502 100644 --- a/data/unsuccessful-reproductions/0e5e139a96d77ff02f043b89dafc2f291e18e589.json +++ b/data/unsuccessful-reproductions/0e5e139a96d77ff02f043b89dafc2f291e18e589.json @@ -12,7 +12,10 @@ "previousVersion" : "3.11.0", "newVersion" : "3.12.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e64f398ebe31c45b2a4c130cfa6f439763726af.json b/data/unsuccessful-reproductions/0e64f398ebe31c45b2a4c130cfa6f439763726af.json index 5699678e2688..1cd16ec3a223 100644 --- a/data/unsuccessful-reproductions/0e64f398ebe31c45b2a4c130cfa6f439763726af.json +++ b/data/unsuccessful-reproductions/0e64f398ebe31c45b2a4c130cfa6f439763726af.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.27", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e650fb5387db28d38c7eb078c30c3202e2de455.json b/data/unsuccessful-reproductions/0e650fb5387db28d38c7eb078c30c3202e2de455.json index f3d8d79c3d09..4805850e61af 100644 --- a/data/unsuccessful-reproductions/0e650fb5387db28d38c7eb078c30c3202e2de455.json +++ b/data/unsuccessful-reproductions/0e650fb5387db28d38c7eb078c30c3202e2de455.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "3.9.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e69d180ea9c964b40e97bc564d2f5313082960b.json b/data/unsuccessful-reproductions/0e69d180ea9c964b40e97bc564d2f5313082960b.json index c2f64fbd82db..8ae8dee57f90 100644 --- a/data/unsuccessful-reproductions/0e69d180ea9c964b40e97bc564d2f5313082960b.json +++ b/data/unsuccessful-reproductions/0e69d180ea9c964b40e97bc564d2f5313082960b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.36.1", "newVersion" : "2.39.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0e7ac3fdf5772dbc8c9f18acaa3b64b21639befe.json b/data/unsuccessful-reproductions/0e7ac3fdf5772dbc8c9f18acaa3b64b21639befe.json index 496945135908..6976c6067dbf 100644 --- a/data/unsuccessful-reproductions/0e7ac3fdf5772dbc8c9f18acaa3b64b21639befe.json +++ b/data/unsuccessful-reproductions/0e7ac3fdf5772dbc8c9f18acaa3b64b21639befe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.252", "newVersion" : "2.17.257", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ea389addc1fa5912a1f9bfef41cec86e40e31ab.json b/data/unsuccessful-reproductions/0ea389addc1fa5912a1f9bfef41cec86e40e31ab.json index 78d0b3c005f5..400fa4ee641b 100644 --- a/data/unsuccessful-reproductions/0ea389addc1fa5912a1f9bfef41cec86e40e31ab.json +++ b/data/unsuccessful-reproductions/0ea389addc1fa5912a1f9bfef41cec86e40e31ab.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.9.1", "newVersion" : "1.1.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0eb0654df67e3b306d732dd5db98fbff3fbe486d.json b/data/unsuccessful-reproductions/0eb0654df67e3b306d732dd5db98fbff3fbe486d.json index 346631f089fa..0ba95575b870 100644 --- a/data/unsuccessful-reproductions/0eb0654df67e3b306d732dd5db98fbff3fbe486d.json +++ b/data/unsuccessful-reproductions/0eb0654df67e3b306d732dd5db98fbff3fbe486d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.12", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ebaaea27d324a138ff5ca6dacce3c76844e620b.json b/data/unsuccessful-reproductions/0ebaaea27d324a138ff5ca6dacce3c76844e620b.json index e890cd9b34c1..b953f015a436 100644 --- a/data/unsuccessful-reproductions/0ebaaea27d324a138ff5ca6dacce3c76844e620b.json +++ b/data/unsuccessful-reproductions/0ebaaea27d324a138ff5ca6dacce3c76844e620b.json @@ -12,7 +12,10 @@ "previousVersion" : "24.1.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ebf3edc6c2047dcd2ad1529c6ba5a41753481fc.json b/data/unsuccessful-reproductions/0ebf3edc6c2047dcd2ad1529c6ba5a41753481fc.json index b5ac32d29235..806256fb10fb 100644 --- a/data/unsuccessful-reproductions/0ebf3edc6c2047dcd2ad1529c6ba5a41753481fc.json +++ b/data/unsuccessful-reproductions/0ebf3edc6c2047dcd2ad1529c6ba5a41753481fc.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.54", "newVersion" : "8.12.55", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0edf8f72a3b511f83f4f13c0e68b4ffcd66ee5b5.json b/data/unsuccessful-reproductions/0edf8f72a3b511f83f4f13c0e68b4ffcd66ee5b5.json index 5adf0b636a15..5809802e5f5a 100644 --- a/data/unsuccessful-reproductions/0edf8f72a3b511f83f4f13c0e68b4ffcd66ee5b5.json +++ b/data/unsuccessful-reproductions/0edf8f72a3b511f83f4f13c0e68b4ffcd66ee5b5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.4-SNAPSHOT", "newVersion" : "1.8.5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ee209f733094ed6e639a95cb409c21fcb8de0d3.json b/data/unsuccessful-reproductions/0ee209f733094ed6e639a95cb409c21fcb8de0d3.json index 6495e4a93496..85b4552e209b 100644 --- a/data/unsuccessful-reproductions/0ee209f733094ed6e639a95cb409c21fcb8de0d3.json +++ b/data/unsuccessful-reproductions/0ee209f733094ed6e639a95cb409c21fcb8de0d3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.7", "newVersion" : "3.1.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ee35193f91183e7e070db6e9f587d439fb13f34.json b/data/unsuccessful-reproductions/0ee35193f91183e7e070db6e9f587d439fb13f34.json index 25c1c682f694..4519806d6a2e 100644 --- a/data/unsuccessful-reproductions/0ee35193f91183e7e070db6e9f587d439fb13f34.json +++ b/data/unsuccessful-reproductions/0ee35193f91183e7e070db6e9f587d439fb13f34.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.68", "newVersion" : "5.6.106", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ee402c8204d9222b53a20eb64db771e13cd609f.json b/data/unsuccessful-reproductions/0ee402c8204d9222b53a20eb64db771e13cd609f.json index bbdebc4af100..4f52f0dbd181 100644 --- a/data/unsuccessful-reproductions/0ee402c8204d9222b53a20eb64db771e13cd609f.json +++ b/data/unsuccessful-reproductions/0ee402c8204d9222b53a20eb64db771e13cd609f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.1", "newVersion" : "1.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ef1dceb41c7f6e92e6745b4dbebe1abdfe7d969.json b/data/unsuccessful-reproductions/0ef1dceb41c7f6e92e6745b4dbebe1abdfe7d969.json index 0462f96659f2..d4b6b22bea6d 100644 --- a/data/unsuccessful-reproductions/0ef1dceb41c7f6e92e6745b4dbebe1abdfe7d969.json +++ b/data/unsuccessful-reproductions/0ef1dceb41c7f6e92e6745b4dbebe1abdfe7d969.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.467", "newVersion" : "1.12.508", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0ef71bc586e17d09a7f9bff929e0fa03fc3e3d7f.json b/data/unsuccessful-reproductions/0ef71bc586e17d09a7f9bff929e0fa03fc3e3d7f.json index bffb07cb982c..d279fb5c1ac2 100644 --- a/data/unsuccessful-reproductions/0ef71bc586e17d09a7f9bff929e0fa03fc3e3d7f.json +++ b/data/unsuccessful-reproductions/0ef71bc586e17d09a7f9bff929e0fa03fc3e3d7f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.117", "newVersion" : "2.17.121", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0f084782a07fb77663859f39bd0c03e88a74863c.json b/data/unsuccessful-reproductions/0f084782a07fb77663859f39bd0c03e88a74863c.json index 2a5cb3ddd946..53a8a64d9f37 100644 --- a/data/unsuccessful-reproductions/0f084782a07fb77663859f39bd0c03e88a74863c.json +++ b/data/unsuccessful-reproductions/0f084782a07fb77663859f39bd0c03e88a74863c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.236", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0f091a68c5bdcea10ae494dfbeff8da6e592e2e6.json b/data/unsuccessful-reproductions/0f091a68c5bdcea10ae494dfbeff8da6e592e2e6.json index eaa731da8750..74a27caf4662 100644 --- a/data/unsuccessful-reproductions/0f091a68c5bdcea10ae494dfbeff8da6e592e2e6.json +++ b/data/unsuccessful-reproductions/0f091a68c5bdcea10ae494dfbeff8da6e592e2e6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0f1d7be17d7d5d6c3870528e5e8b9f110202287b.json b/data/unsuccessful-reproductions/0f1d7be17d7d5d6c3870528e5e8b9f110202287b.json index 41061a0825c7..e62752e0f40b 100644 --- a/data/unsuccessful-reproductions/0f1d7be17d7d5d6c3870528e5e8b9f110202287b.json +++ b/data/unsuccessful-reproductions/0f1d7be17d7d5d6c3870528e5e8b9f110202287b.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.0", "newVersion" : "42.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0f27b183ee558711f6269ebac3f709881518069c.json b/data/unsuccessful-reproductions/0f27b183ee558711f6269ebac3f709881518069c.json index dfca285fc649..40fe304cebd9 100644 --- a/data/unsuccessful-reproductions/0f27b183ee558711f6269ebac3f709881518069c.json +++ b/data/unsuccessful-reproductions/0f27b183ee558711f6269ebac3f709881518069c.json @@ -12,7 +12,10 @@ "previousVersion" : "0.26.0", "newVersion" : "0.27.2", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0f39339cffbc97e32729994f712a1fd6b55bc084.json b/data/unsuccessful-reproductions/0f39339cffbc97e32729994f712a1fd6b55bc084.json index e261aab1ef1d..24b9b1b2aa22 100644 --- a/data/unsuccessful-reproductions/0f39339cffbc97e32729994f712a1fd6b55bc084.json +++ b/data/unsuccessful-reproductions/0f39339cffbc97e32729994f712a1fd6b55bc084.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.26", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0f44e887aa65fbe71961c7efc10f7cde59308910.json b/data/unsuccessful-reproductions/0f44e887aa65fbe71961c7efc10f7cde59308910.json index 57c9d6a8a631..972752f2a567 100644 --- a/data/unsuccessful-reproductions/0f44e887aa65fbe71961c7efc10f7cde59308910.json +++ b/data/unsuccessful-reproductions/0f44e887aa65fbe71961c7efc10f7cde59308910.json @@ -12,7 +12,10 @@ "previousVersion" : "10.7.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0f770472d1823a490bd0feaf456f7e90fbe57f02.json b/data/unsuccessful-reproductions/0f770472d1823a490bd0feaf456f7e90fbe57f02.json index 7a23c08d797f..3aafd653d93a 100644 --- a/data/unsuccessful-reproductions/0f770472d1823a490bd0feaf456f7e90fbe57f02.json +++ b/data/unsuccessful-reproductions/0f770472d1823a490bd0feaf456f7e90fbe57f02.json @@ -12,7 +12,10 @@ "previousVersion" : "3.23.0", "newVersion" : "3.24.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fa4c84ae8ea855df5ff8d49f9d97b03a08ce01c.json b/data/unsuccessful-reproductions/0fa4c84ae8ea855df5ff8d49f9d97b03a08ce01c.json index b2912ab8bd5a..4921250f40d5 100644 --- a/data/unsuccessful-reproductions/0fa4c84ae8ea855df5ff8d49f9d97b03a08ce01c.json +++ b/data/unsuccessful-reproductions/0fa4c84ae8ea855df5ff8d49f9d97b03a08ce01c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.2", "newVersion" : "1.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fa7db1692df7e6e6e36cd50061d2434136feb65.json b/data/unsuccessful-reproductions/0fa7db1692df7e6e6e36cd50061d2434136feb65.json index 20d4263f66fb..a82fdb623aab 100644 --- a/data/unsuccessful-reproductions/0fa7db1692df7e6e6e36cd50061d2434136feb65.json +++ b/data/unsuccessful-reproductions/0fa7db1692df7e6e6e36cd50061d2434136feb65.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.2", "newVersion" : "4.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okhttp" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fab311657ab021ba44a929d1ce0122b9a737840.json b/data/unsuccessful-reproductions/0fab311657ab021ba44a929d1ce0122b9a737840.json index 8118d30785b1..c13d96880482 100644 --- a/data/unsuccessful-reproductions/0fab311657ab021ba44a929d1ce0122b9a737840.json +++ b/data/unsuccessful-reproductions/0fab311657ab021ba44a929d1ce0122b9a737840.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.0", "newVersion" : "1.12.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fb54e772750c15fa6926f4ec2f48b98b4f88205.json b/data/unsuccessful-reproductions/0fb54e772750c15fa6926f4ec2f48b98b4f88205.json index 7f05a0ea0b49..f41402c2dd3a 100644 --- a/data/unsuccessful-reproductions/0fb54e772750c15fa6926f4ec2f48b98b4f88205.json +++ b/data/unsuccessful-reproductions/0fb54e772750c15fa6926f4ec2f48b98b4f88205.json @@ -12,7 +12,10 @@ "previousVersion" : "8.57.2", "newVersion" : "10.2.5", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fb67ba04627c95227829a1ab084eb5880421b06.json b/data/unsuccessful-reproductions/0fb67ba04627c95227829a1ab084eb5880421b06.json index 256683ad736f..9a87a773ffb2 100644 --- a/data/unsuccessful-reproductions/0fb67ba04627c95227829a1ab084eb5880421b06.json +++ b/data/unsuccessful-reproductions/0fb67ba04627c95227829a1ab084eb5880421b06.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.19", "newVersion" : "2.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fb7e7e7d0fdbe50d48a0f95c4b4eaeecac91cf6.json b/data/unsuccessful-reproductions/0fb7e7e7d0fdbe50d48a0f95c4b4eaeecac91cf6.json index d0f015cfe2cf..37b17addb5e8 100644 --- a/data/unsuccessful-reproductions/0fb7e7e7d0fdbe50d48a0f95c4b4eaeecac91cf6.json +++ b/data/unsuccessful-reproductions/0fb7e7e7d0fdbe50d48a0f95c4b4eaeecac91cf6.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5545.v924953404220", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fb8964cf2689ad802e61376102a5f89cf9949c7.json b/data/unsuccessful-reproductions/0fb8964cf2689ad802e61376102a5f89cf9949c7.json index daa89d5f5c7a..022d4b4e5813 100644 --- a/data/unsuccessful-reproductions/0fb8964cf2689ad802e61376102a5f89cf9949c7.json +++ b/data/unsuccessful-reproductions/0fb8964cf2689ad802e61376102a5f89cf9949c7.json @@ -12,7 +12,10 @@ "previousVersion" : "0.98.4.3", "newVersion" : "0.98.6.10", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fc8b1ffedd7be2b1bc4fd28a4db1bb807b2231d.json b/data/unsuccessful-reproductions/0fc8b1ffedd7be2b1bc4fd28a4db1bb807b2231d.json index 916128d8ba40..3f7a681eae8e 100644 --- a/data/unsuccessful-reproductions/0fc8b1ffedd7be2b1bc4fd28a4db1bb807b2231d.json +++ b/data/unsuccessful-reproductions/0fc8b1ffedd7be2b1bc4fd28a4db1bb807b2231d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-beta-1", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fc92cc8de05ef752b9e306027ae9e08a3fe330c.json b/data/unsuccessful-reproductions/0fc92cc8de05ef752b9e306027ae9e08a3fe330c.json index be4d6dd86365..875706f4a6e3 100644 --- a/data/unsuccessful-reproductions/0fc92cc8de05ef752b9e306027ae9e08a3fe330c.json +++ b/data/unsuccessful-reproductions/0fc92cc8de05ef752b9e306027ae9e08a3fe330c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.28.1", "newVersion" : "2.31.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fc94e46e48078d76e0117ac9eced234522b6b34.json b/data/unsuccessful-reproductions/0fc94e46e48078d76e0117ac9eced234522b6b34.json index ded9366b1fc6..f3c1bd67a8b3 100644 --- a/data/unsuccessful-reproductions/0fc94e46e48078d76e0117ac9eced234522b6b34.json +++ b/data/unsuccessful-reproductions/0fc94e46e48078d76e0117ac9eced234522b6b34.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.224", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fd5a75fe55caa5c84f0f9a152c55985ee2aadad.json b/data/unsuccessful-reproductions/0fd5a75fe55caa5c84f0f9a152c55985ee2aadad.json index 462a5f1e2a4a..aeae0607835d 100644 --- a/data/unsuccessful-reproductions/0fd5a75fe55caa5c84f0f9a152c55985ee2aadad.json +++ b/data/unsuccessful-reproductions/0fd5a75fe55caa5c84f0f9a152c55985ee2aadad.json @@ -12,7 +12,10 @@ "previousVersion" : "1.65", "newVersion" : "1.67", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "bcgit/bc-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/0fe13531f95f365725901f65d2911aea3c1c32c1.json b/data/unsuccessful-reproductions/0fe13531f95f365725901f65d2911aea3c1c32c1.json index 3ff46fe1cacd..19dfe4e3e8ca 100644 --- a/data/unsuccessful-reproductions/0fe13531f95f365725901f65d2911aea3c1c32c1.json +++ b/data/unsuccessful-reproductions/0fe13531f95f365725901f65d2911aea3c1c32c1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.31.1", "newVersion" : "2.34.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/10025966134e1deff71cb5209e2bf0bb59024349.json b/data/unsuccessful-reproductions/10025966134e1deff71cb5209e2bf0bb59024349.json index 49fd9c85428a..ca84807259c1 100644 --- a/data/unsuccessful-reproductions/10025966134e1deff71cb5209e2bf0bb59024349.json +++ b/data/unsuccessful-reproductions/10025966134e1deff71cb5209e2bf0bb59024349.json @@ -12,7 +12,10 @@ "previousVersion" : "1478.v81d3dc4f9a_43", "newVersion" : "1607.va_c1576527071", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1027f486bf46ffcc0c767f03f2c048492c079d96.json b/data/unsuccessful-reproductions/1027f486bf46ffcc0c767f03f2c048492c079d96.json index 329f278284b3..431782cf6828 100644 --- a/data/unsuccessful-reproductions/1027f486bf46ffcc0c767f03f2c048492c079d96.json +++ b/data/unsuccessful-reproductions/1027f486bf46ffcc0c767f03f2c048492c079d96.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/10459bc280120400652c3945a108100c7c3da4bc.json b/data/unsuccessful-reproductions/10459bc280120400652c3945a108100c7c3da4bc.json index 19357cfb1c5c..8f1ef32b5198 100644 --- a/data/unsuccessful-reproductions/10459bc280120400652c3945a108100c7c3da4bc.json +++ b/data/unsuccessful-reproductions/10459bc280120400652c3945a108100c7c3da4bc.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1.1-jre", "newVersion" : "31.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/105d37f77afa8088a43d6edd30f79aa041d4217b.json b/data/unsuccessful-reproductions/105d37f77afa8088a43d6edd30f79aa041d4217b.json index ca283004684f..e19dabd857f5 100644 --- a/data/unsuccessful-reproductions/105d37f77afa8088a43d6edd30f79aa041d4217b.json +++ b/data/unsuccessful-reproductions/105d37f77afa8088a43d6edd30f79aa041d4217b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1061583eece78bc9ab7a57ae58709f0ad74399cf.json b/data/unsuccessful-reproductions/1061583eece78bc9ab7a57ae58709f0ad74399cf.json index 9e6fccf17d43..29dc13ddc6b0 100644 --- a/data/unsuccessful-reproductions/1061583eece78bc9ab7a57ae58709f0ad74399cf.json +++ b/data/unsuccessful-reproductions/1061583eece78bc9ab7a57ae58709f0ad74399cf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.24.0", "newVersion" : "3.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/107ef995f284373eec00a5621125e9d3cf0be5b1.json b/data/unsuccessful-reproductions/107ef995f284373eec00a5621125e9d3cf0be5b1.json index a72596fb6b13..1ab2e2ccc848 100644 --- a/data/unsuccessful-reproductions/107ef995f284373eec00a5621125e9d3cf0be5b1.json +++ b/data/unsuccessful-reproductions/107ef995f284373eec00a5621125e9d3cf0be5b1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.1", "newVersion" : "2.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/109d916565d5e0a746f4d9ec05ddf8a9c19921e2.json b/data/unsuccessful-reproductions/109d916565d5e0a746f4d9ec05ddf8a9c19921e2.json index 370f1a05f2d0..be2f23d97c8c 100644 --- a/data/unsuccessful-reproductions/109d916565d5e0a746f4d9ec05ddf8a9c19921e2.json +++ b/data/unsuccessful-reproductions/109d916565d5e0a746f4d9ec05ddf8a9c19921e2.json @@ -12,7 +12,10 @@ "previousVersion" : "0.5.1", "newVersion" : "0.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/10a3483d347af96198670d9ce61eb30c8816d7dd.json b/data/unsuccessful-reproductions/10a3483d347af96198670d9ce61eb30c8816d7dd.json index e90dafb4bdff..4cbd218344d8 100644 --- a/data/unsuccessful-reproductions/10a3483d347af96198670d9ce61eb30c8816d7dd.json +++ b/data/unsuccessful-reproductions/10a3483d347af96198670d9ce61eb30c8816d7dd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/10a8861f7bd4b5dc1f60f11744717af7507f8062.json b/data/unsuccessful-reproductions/10a8861f7bd4b5dc1f60f11744717af7507f8062.json index 520df1bcf405..c5ffd131a81c 100644 --- a/data/unsuccessful-reproductions/10a8861f7bd4b5dc1f60f11744717af7507f8062.json +++ b/data/unsuccessful-reproductions/10a8861f7bd4b5dc1f60f11744717af7507f8062.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.0", "newVersion" : "3.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/10c6977e8c6f6e5c2f5918887fcc7e8ce821dca7.json b/data/unsuccessful-reproductions/10c6977e8c6f6e5c2f5918887fcc7e8ce821dca7.json index b05666e763b1..6e69b0f1d36b 100644 --- a/data/unsuccessful-reproductions/10c6977e8c6f6e5c2f5918887fcc7e8ce821dca7.json +++ b/data/unsuccessful-reproductions/10c6977e8c6f6e5c2f5918887fcc7e8ce821dca7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.2.Final", "newVersion" : "2.9.0.Final", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/10ea44fe0e62665c04af352629ba41ade41569a4.json b/data/unsuccessful-reproductions/10ea44fe0e62665c04af352629ba41ade41569a4.json index fa9aaf307c4e..7a3f6d4d3be7 100644 --- a/data/unsuccessful-reproductions/10ea44fe0e62665c04af352629ba41ade41569a4.json +++ b/data/unsuccessful-reproductions/10ea44fe0e62665c04af352629ba41ade41569a4.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/10fe42fd5007785f017ecafca8c19f59277a91cb.json b/data/unsuccessful-reproductions/10fe42fd5007785f017ecafca8c19f59277a91cb.json index dc0698fa5d8c..835c0a850bf9 100644 --- a/data/unsuccessful-reproductions/10fe42fd5007785f017ecafca8c19f59277a91cb.json +++ b/data/unsuccessful-reproductions/10fe42fd5007785f017ecafca8c19f59277a91cb.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2", "newVersion" : "3.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1105ad59803ffc34511f0ab7d08b3e3a1f74fb3f.json b/data/unsuccessful-reproductions/1105ad59803ffc34511f0ab7d08b3e3a1f74fb3f.json index 52cc4123e5a6..baad14094b54 100644 --- a/data/unsuccessful-reproductions/1105ad59803ffc34511f0ab7d08b3e3a1f74fb3f.json +++ b/data/unsuccessful-reproductions/1105ad59803ffc34511f0ab7d08b3e3a1f74fb3f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.275.v9e17c10f2571", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/113065f437e8649ca573003880e4bba356c27a87.json b/data/unsuccessful-reproductions/113065f437e8649ca573003880e4bba356c27a87.json index eee671aef5bc..6b8a28892736 100644 --- a/data/unsuccessful-reproductions/113065f437e8649ca573003880e4bba356c27a87.json +++ b/data/unsuccessful-reproductions/113065f437e8649ca573003880e4bba356c27a87.json @@ -12,7 +12,10 @@ "previousVersion" : "7.5", "newVersion" : "7.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11520b16134fc64a0c864b5f0a16e3d57b733a59.json b/data/unsuccessful-reproductions/11520b16134fc64a0c864b5f0a16e3d57b733a59.json index b771cfb5bd9e..bdabf5d60efe 100644 --- a/data/unsuccessful-reproductions/11520b16134fc64a0c864b5f0a16e3d57b733a59.json +++ b/data/unsuccessful-reproductions/11520b16134fc64a0c864b5f0a16e3d57b733a59.json @@ -12,7 +12,10 @@ "previousVersion" : "2.34.2", "newVersion" : "2.35.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1165e5993814954b4a8941d5caa3826bcc8de75c.json b/data/unsuccessful-reproductions/1165e5993814954b4a8941d5caa3826bcc8de75c.json index d9bc1ee20de9..7926331401e6 100644 --- a/data/unsuccessful-reproductions/1165e5993814954b4a8941d5caa3826bcc8de75c.json +++ b/data/unsuccessful-reproductions/1165e5993814954b4a8941d5caa3826bcc8de75c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.80", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1166ee8e3774ede04c680eb8cfa1f9d19605b0da.json b/data/unsuccessful-reproductions/1166ee8e3774ede04c680eb8cfa1f9d19605b0da.json index dda9f96b1443..0ae455353af3 100644 --- a/data/unsuccessful-reproductions/1166ee8e3774ede04c680eb8cfa1f9d19605b0da.json +++ b/data/unsuccessful-reproductions/1166ee8e3774ede04c680eb8cfa1f9d19605b0da.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20210127-1.32.1", "newVersion" : "v1-rev20230617-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11766f36a0d9c20c40340f61284f657e53577c3d.json b/data/unsuccessful-reproductions/11766f36a0d9c20c40340f61284f657e53577c3d.json index 8b32bddcf114..41236613b286 100644 --- a/data/unsuccessful-reproductions/11766f36a0d9c20c40340f61284f657e53577c3d.json +++ b/data/unsuccessful-reproductions/11766f36a0d9c20c40340f61284f657e53577c3d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.6", "newVersion" : "1.4.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/118d431798016e5d62dc278966fa11cc87224cd5.json b/data/unsuccessful-reproductions/118d431798016e5d62dc278966fa11cc87224cd5.json index c2c73413eaaa..62001c576bf2 100644 --- a/data/unsuccessful-reproductions/118d431798016e5d62dc278966fa11cc87224cd5.json +++ b/data/unsuccessful-reproductions/118d431798016e5d62dc278966fa11cc87224cd5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.4", "newVersion" : "1.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11a1e1f8b749ac404ec2673d0b2a2f5538413c7b.json b/data/unsuccessful-reproductions/11a1e1f8b749ac404ec2673d0b2a2f5538413c7b.json index 996f16d36981..f5a2168de06d 100644 --- a/data/unsuccessful-reproductions/11a1e1f8b749ac404ec2673d0b2a2f5538413c7b.json +++ b/data/unsuccessful-reproductions/11a1e1f8b749ac404ec2673d0b2a2f5538413c7b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.41.8-SNAPSHOT", "newVersion" : "1.41.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11b6bf2f555ada1ce7627bc73bf9ba3a7ae6bfe4.json b/data/unsuccessful-reproductions/11b6bf2f555ada1ce7627bc73bf9ba3a7ae6bfe4.json index e6b043605851..3cb288bc06f1 100644 --- a/data/unsuccessful-reproductions/11b6bf2f555ada1ce7627bc73bf9ba3a7ae6bfe4.json +++ b/data/unsuccessful-reproductions/11b6bf2f555ada1ce7627bc73bf9ba3a7ae6bfe4.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11b913838f228e96a86b055e1cd2c90394fbcb01.json b/data/unsuccessful-reproductions/11b913838f228e96a86b055e1cd2c90394fbcb01.json index fa664209a40e..33e673fd5965 100644 --- a/data/unsuccessful-reproductions/11b913838f228e96a86b055e1cd2c90394fbcb01.json +++ b/data/unsuccessful-reproductions/11b913838f228e96a86b055e1cd2c90394fbcb01.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4.RELEASE", "newVersion" : "2.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11ba7756bca820e62fd607663808884a4509b9ea.json b/data/unsuccessful-reproductions/11ba7756bca820e62fd607663808884a4509b9ea.json index f58ade049db0..3ca007a6e0ae 100644 --- a/data/unsuccessful-reproductions/11ba7756bca820e62fd607663808884a4509b9ea.json +++ b/data/unsuccessful-reproductions/11ba7756bca820e62fd607663808884a4509b9ea.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6.Final", "newVersion" : "2.3.7.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11bba6381d62d7cbf57b7b74722c8f8b47e78986.json b/data/unsuccessful-reproductions/11bba6381d62d7cbf57b7b74722c8f8b47e78986.json index 4abf415a4d92..d71ddf1540b8 100644 --- a/data/unsuccessful-reproductions/11bba6381d62d7cbf57b7b74722c8f8b47e78986.json +++ b/data/unsuccessful-reproductions/11bba6381d62d7cbf57b7b74722c8f8b47e78986.json @@ -12,7 +12,10 @@ "previousVersion" : "28.0-jre", "newVersion" : "29.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11c6097f816daa0756d2aa268034b1eee358c55b.json b/data/unsuccessful-reproductions/11c6097f816daa0756d2aa268034b1eee358c55b.json index 8e5506d4046d..d69843fd8b5b 100644 --- a/data/unsuccessful-reproductions/11c6097f816daa0756d2aa268034b1eee358c55b.json +++ b/data/unsuccessful-reproductions/11c6097f816daa0756d2aa268034b1eee358c55b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.2", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11d59ee55d2cb4ec6e0204f5a1f10825d3aaf445.json b/data/unsuccessful-reproductions/11d59ee55d2cb4ec6e0204f5a1f10825d3aaf445.json index 7f946121a012..1e55fdb3e0b9 100644 --- a/data/unsuccessful-reproductions/11d59ee55d2cb4ec6e0204f5a1f10825d3aaf445.json +++ b/data/unsuccessful-reproductions/11d59ee55d2cb4ec6e0204f5a1f10825d3aaf445.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.245", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11dcc9825945f5a6a9a413938713761d446e7ffa.json b/data/unsuccessful-reproductions/11dcc9825945f5a6a9a413938713761d446e7ffa.json index 7e436fc21d80..b933a704e76f 100644 --- a/data/unsuccessful-reproductions/11dcc9825945f5a6a9a413938713761d446e7ffa.json +++ b/data/unsuccessful-reproductions/11dcc9825945f5a6a9a413938713761d446e7ffa.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.26", "newVersion" : "1.18.28", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11dcec613be8208d5f9887663db6b04645a6edc6.json b/data/unsuccessful-reproductions/11dcec613be8208d5f9887663db6b04645a6edc6.json index ff13c7e5b4fa..bab79077b89d 100644 --- a/data/unsuccessful-reproductions/11dcec613be8208d5f9887663db6b04645a6edc6.json +++ b/data/unsuccessful-reproductions/11dcec613be8208d5f9887663db6b04645a6edc6.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/11eb1a8b3355defe8100b5589c98037e3406f53e.json b/data/unsuccessful-reproductions/11eb1a8b3355defe8100b5589c98037e3406f53e.json index 867b8354ae1e..b5e20eebe993 100644 --- a/data/unsuccessful-reproductions/11eb1a8b3355defe8100b5589c98037e3406f53e.json +++ b/data/unsuccessful-reproductions/11eb1a8b3355defe8100b5589c98037e3406f53e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.487", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/12130f77742bdfdc91c35f3b903ea0b4078ffeee.json b/data/unsuccessful-reproductions/12130f77742bdfdc91c35f3b903ea0b4078ffeee.json index 9161b4fce643..41a15b3c7ca2 100644 --- a/data/unsuccessful-reproductions/12130f77742bdfdc91c35f3b903ea0b4078ffeee.json +++ b/data/unsuccessful-reproductions/12130f77742bdfdc91c35f3b903ea0b4078ffeee.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.37", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/12169200912d6c4b182abf39bf1585db8b3b6d09.json b/data/unsuccessful-reproductions/12169200912d6c4b182abf39bf1585db8b3b6d09.json index a273d389abfb..cd03ae43fac2 100644 --- a/data/unsuccessful-reproductions/12169200912d6c4b182abf39bf1585db8b3b6d09.json +++ b/data/unsuccessful-reproductions/12169200912d6c4b182abf39bf1585db8b3b6d09.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/121f236accd822d451ac61daa1f728510cd9f496.json b/data/unsuccessful-reproductions/121f236accd822d451ac61daa1f728510cd9f496.json index 8b136a9a3a2e..f23d9fc9ed23 100644 --- a/data/unsuccessful-reproductions/121f236accd822d451ac61daa1f728510cd9f496.json +++ b/data/unsuccessful-reproductions/121f236accd822d451ac61daa1f728510cd9f496.json @@ -12,7 +12,10 @@ "previousVersion" : "1.42.2", "newVersion" : "1.42.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/121f7857d6b4c802bfb43c14ecf9dd3bcd0bdce9.json b/data/unsuccessful-reproductions/121f7857d6b4c802bfb43c14ecf9dd3bcd0bdce9.json index 77e429bb43d1..4179ee72ee8d 100644 --- a/data/unsuccessful-reproductions/121f7857d6b4c802bfb43c14ecf9dd3bcd0bdce9.json +++ b/data/unsuccessful-reproductions/121f7857d6b4c802bfb43c14ecf9dd3bcd0bdce9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "2.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/123d2edee208a4ff2d95323e76657d6e896859d2.json b/data/unsuccessful-reproductions/123d2edee208a4ff2d95323e76657d6e896859d2.json index c6332dd0c75c..c033d294741c 100644 --- a/data/unsuccessful-reproductions/123d2edee208a4ff2d95323e76657d6e896859d2.json +++ b/data/unsuccessful-reproductions/123d2edee208a4ff2d95323e76657d6e896859d2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/124525301f0724cf9cb333e97450c1973714f761.json b/data/unsuccessful-reproductions/124525301f0724cf9cb333e97450c1973714f761.json index e6c2f5a510dc..25bb0c205ce5 100644 --- a/data/unsuccessful-reproductions/124525301f0724cf9cb333e97450c1973714f761.json +++ b/data/unsuccessful-reproductions/124525301f0724cf9cb333e97450c1973714f761.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.5", "newVersion" : "2.9.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1255b72ba4e742cca27adf4d3eba2b25cc51012a.json b/data/unsuccessful-reproductions/1255b72ba4e742cca27adf4d3eba2b25cc51012a.json index f07fd277d213..a8ea18b37456 100644 --- a/data/unsuccessful-reproductions/1255b72ba4e742cca27adf4d3eba2b25cc51012a.json +++ b/data/unsuccessful-reproductions/1255b72ba4e742cca27adf4d3eba2b25cc51012a.json @@ -12,7 +12,10 @@ "previousVersion" : "10.8.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/125b0889b478f26fb43d687eeecb4253b8241371.json b/data/unsuccessful-reproductions/125b0889b478f26fb43d687eeecb4253b8241371.json index 6d5d1d3a8884..7cb09f869271 100644 --- a/data/unsuccessful-reproductions/125b0889b478f26fb43d687eeecb4253b8241371.json +++ b/data/unsuccessful-reproductions/125b0889b478f26fb43d687eeecb4253b8241371.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.91", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1264a5fdd8b7440b143d0361ab6dbb300b59e338.json b/data/unsuccessful-reproductions/1264a5fdd8b7440b143d0361ab6dbb300b59e338.json index f05ef971d9ba..9e3852c61a0d 100644 --- a/data/unsuccessful-reproductions/1264a5fdd8b7440b143d0361ab6dbb300b59e338.json +++ b/data/unsuccessful-reproductions/1264a5fdd8b7440b143d0361ab6dbb300b59e338.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32.0", "newVersion" : "1.33.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/126b0d4428f14f02517d9bdc2709d98cf24bbbab.json b/data/unsuccessful-reproductions/126b0d4428f14f02517d9bdc2709d98cf24bbbab.json index 92086861fcf9..fa65cb21da16 100644 --- a/data/unsuccessful-reproductions/126b0d4428f14f02517d9bdc2709d98cf24bbbab.json +++ b/data/unsuccessful-reproductions/126b0d4428f14f02517d9bdc2709d98cf24bbbab.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/127db16d8edfbb3906c1ec86f1da0ded0fb52cc8.json b/data/unsuccessful-reproductions/127db16d8edfbb3906c1ec86f1da0ded0fb52cc8.json index 4e652722d233..9102ac0db54a 100644 --- a/data/unsuccessful-reproductions/127db16d8edfbb3906c1ec86f1da0ded0fb52cc8.json +++ b/data/unsuccessful-reproductions/127db16d8edfbb3906c1ec86f1da0ded0fb52cc8.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/129f4a318d3f3517bd85cc5b87019a9c2993fc7d.json b/data/unsuccessful-reproductions/129f4a318d3f3517bd85cc5b87019a9c2993fc7d.json index 89c9dc6d04fa..f47c0e2a4e0c 100644 --- a/data/unsuccessful-reproductions/129f4a318d3f3517bd85cc5b87019a9c2993fc7d.json +++ b/data/unsuccessful-reproductions/129f4a318d3f3517bd85cc5b87019a9c2993fc7d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.8", "newVersion" : "2.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "WTFPL" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/12af3f82a7ab7c8e7d46e161791da3f6a8a0aa5e.json b/data/unsuccessful-reproductions/12af3f82a7ab7c8e7d46e161791da3f6a8a0aa5e.json index 39d5ad3af7df..f0d4d22f6fbe 100644 --- a/data/unsuccessful-reproductions/12af3f82a7ab7c8e7d46e161791da3f6a8a0aa5e.json +++ b/data/unsuccessful-reproductions/12af3f82a7ab7c8e7d46e161791da3f6a8a0aa5e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.35.0", "newVersion" : "1.36.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/12cd8e3b2a4d7c5c197025405b3d254d59a2bfc3.json b/data/unsuccessful-reproductions/12cd8e3b2a4d7c5c197025405b3d254d59a2bfc3.json index e0112fa3d6ac..fc5a8915d485 100644 --- a/data/unsuccessful-reproductions/12cd8e3b2a4d7c5c197025405b3d254d59a2bfc3.json +++ b/data/unsuccessful-reproductions/12cd8e3b2a4d7c5c197025405b3d254d59a2bfc3.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.3", "newVersion" : "5.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/12d1daa2abd03b942f8a22e4696b06e1c45d23c8.json b/data/unsuccessful-reproductions/12d1daa2abd03b942f8a22e4696b06e1c45d23c8.json index c511223ddfb6..226da476da2c 100644 --- a/data/unsuccessful-reproductions/12d1daa2abd03b942f8a22e4696b06e1c45d23c8.json +++ b/data/unsuccessful-reproductions/12d1daa2abd03b942f8a22e4696b06e1c45d23c8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.26.Final", "newVersion" : "2.0.46.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/12d7d8fddc93ebc38983bae5b6b6eb538a53e3b4.json b/data/unsuccessful-reproductions/12d7d8fddc93ebc38983bae5b6b6eb538a53e3b4.json index dca47304f9f5..9f4d94802145 100644 --- a/data/unsuccessful-reproductions/12d7d8fddc93ebc38983bae5b6b6eb538a53e3b4.json +++ b/data/unsuccessful-reproductions/12d7d8fddc93ebc38983bae5b6b6eb538a53e3b4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.17.4", "newVersion" : "3.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/12de00f193d3d24d84c99e88b5367e7791fae33c.json b/data/unsuccessful-reproductions/12de00f193d3d24d84c99e88b5367e7791fae33c.json index 7a5afb193455..3ccbddbaead5 100644 --- a/data/unsuccessful-reproductions/12de00f193d3d24d84c99e88b5367e7791fae33c.json +++ b/data/unsuccessful-reproductions/12de00f193d3d24d84c99e88b5367e7791fae33c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.437", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/12e0fec19fcf8b6aa917da445d9fda37455a5996.json b/data/unsuccessful-reproductions/12e0fec19fcf8b6aa917da445d9fda37455a5996.json index 9b5495987100..0c7f44b7a3d0 100644 --- a/data/unsuccessful-reproductions/12e0fec19fcf8b6aa917da445d9fda37455a5996.json +++ b/data/unsuccessful-reproductions/12e0fec19fcf8b6aa917da445d9fda37455a5996.json @@ -12,7 +12,10 @@ "previousVersion" : "20230227", "newVersion" : "20230618", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/12e9b2b2a9d274e99ebbc46cf2e671fa36ed8b62.json b/data/unsuccessful-reproductions/12e9b2b2a9d274e99ebbc46cf2e671fa36ed8b62.json index 78334eba1321..775c0d98777b 100644 --- a/data/unsuccessful-reproductions/12e9b2b2a9d274e99ebbc46cf2e671fa36ed8b62.json +++ b/data/unsuccessful-reproductions/12e9b2b2a9d274e99ebbc46cf2e671fa36ed8b62.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/12ee2cd25b099b3843c60043065ddda0e3d9d3bd.json b/data/unsuccessful-reproductions/12ee2cd25b099b3843c60043065ddda0e3d9d3bd.json index d6f75d0a1531..76cbfc2196d7 100644 --- a/data/unsuccessful-reproductions/12ee2cd25b099b3843c60043065ddda0e3d9d3bd.json +++ b/data/unsuccessful-reproductions/12ee2cd25b099b3843c60043065ddda0e3d9d3bd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1302b2025eb947a909540a8957a581ba09a6228f.json b/data/unsuccessful-reproductions/1302b2025eb947a909540a8957a581ba09a6228f.json index e747a051fd7f..8a236fcb62f7 100644 --- a/data/unsuccessful-reproductions/1302b2025eb947a909540a8957a581ba09a6228f.json +++ b/data/unsuccessful-reproductions/1302b2025eb947a909540a8957a581ba09a6228f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.20.0", "newVersion" : "3.21.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/130a938640516ec9ebbf9d0948cc1f2c15084aaf.json b/data/unsuccessful-reproductions/130a938640516ec9ebbf9d0948cc1f2c15084aaf.json index d7d0d616255d..4a2f578abf6a 100644 --- a/data/unsuccessful-reproductions/130a938640516ec9ebbf9d0948cc1f2c15084aaf.json +++ b/data/unsuccessful-reproductions/130a938640516ec9ebbf9d0948cc1f2c15084aaf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.83", "newVersion" : "2.20.84", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/13103fd70ac2357f796f78699524bc3b6d4bfcb9.json b/data/unsuccessful-reproductions/13103fd70ac2357f796f78699524bc3b6d4bfcb9.json index fd0970eb397f..e2b7e26a48ff 100644 --- a/data/unsuccessful-reproductions/13103fd70ac2357f796f78699524bc3b6d4bfcb9.json +++ b/data/unsuccessful-reproductions/13103fd70ac2357f796f78699524bc3b6d4bfcb9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/132f172a869063fc1daf3515a7734297e11c06d0.json b/data/unsuccessful-reproductions/132f172a869063fc1daf3515a7734297e11c06d0.json index f1338575e50d..aaeb82e67048 100644 --- a/data/unsuccessful-reproductions/132f172a869063fc1daf3515a7734297e11c06d0.json +++ b/data/unsuccessful-reproductions/132f172a869063fc1daf3515a7734297e11c06d0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/132f5b97abd246eb4ef6fb6a65dec839b5c7d3ed.json b/data/unsuccessful-reproductions/132f5b97abd246eb4ef6fb6a65dec839b5c7d3ed.json index 35c2fcdc3a62..d920057c20ec 100644 --- a/data/unsuccessful-reproductions/132f5b97abd246eb4ef6fb6a65dec839b5c7d3ed.json +++ b/data/unsuccessful-reproductions/132f5b97abd246eb4ef6fb6a65dec839b5c7d3ed.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1336d1ffce1cbc51dff34221e42d3ee8086c316a.json b/data/unsuccessful-reproductions/1336d1ffce1cbc51dff34221e42d3ee8086c316a.json index 62a331acad91..9ccb69f6dfcf 100644 --- a/data/unsuccessful-reproductions/1336d1ffce1cbc51dff34221e42d3ee8086c316a.json +++ b/data/unsuccessful-reproductions/1336d1ffce1cbc51dff34221e42d3ee8086c316a.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/13577d1b6e3cdc9ba748112846e23c983ed2dd33.json b/data/unsuccessful-reproductions/13577d1b6e3cdc9ba748112846e23c983ed2dd33.json index 9b4449f1ee95..bcac10da2f0f 100644 --- a/data/unsuccessful-reproductions/13577d1b6e3cdc9ba748112846e23c983ed2dd33.json +++ b/data/unsuccessful-reproductions/13577d1b6e3cdc9ba748112846e23c983ed2dd33.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.350", "newVersion" : "1.12.360", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/136777975ddbc98a4be1734fe2773ffcfac069a3.json b/data/unsuccessful-reproductions/136777975ddbc98a4be1734fe2773ffcfac069a3.json index 34bec66faca0..f17efa93a3ba 100644 --- a/data/unsuccessful-reproductions/136777975ddbc98a4be1734fe2773ffcfac069a3.json +++ b/data/unsuccessful-reproductions/136777975ddbc98a4be1734fe2773ffcfac069a3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.82", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1368a16c4af78566b9323529b0b75feb5a115436.json b/data/unsuccessful-reproductions/1368a16c4af78566b9323529b0b75feb5a115436.json index 1209dc74178a..937f727107a2 100644 --- a/data/unsuccessful-reproductions/1368a16c4af78566b9323529b0b75feb5a115436.json +++ b/data/unsuccessful-reproductions/1368a16c4af78566b9323529b0b75feb5a115436.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.7", "newVersion" : "3.1.1", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/136c3b12a23112c728cb731418314800eddafebd.json b/data/unsuccessful-reproductions/136c3b12a23112c728cb731418314800eddafebd.json index d43f61684a5d..e498f70de90d 100644 --- a/data/unsuccessful-reproductions/136c3b12a23112c728cb731418314800eddafebd.json +++ b/data/unsuccessful-reproductions/136c3b12a23112c728cb731418314800eddafebd.json @@ -12,7 +12,10 @@ "previousVersion" : "31.0.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/137b1621dd6b77c95a356d9e4ceda08e21195bd3.json b/data/unsuccessful-reproductions/137b1621dd6b77c95a356d9e4ceda08e21195bd3.json index 58d6feacd4da..2234dbdd78c9 100644 --- a/data/unsuccessful-reproductions/137b1621dd6b77c95a356d9e4ceda08e21195bd3.json +++ b/data/unsuccessful-reproductions/137b1621dd6b77c95a356d9e4ceda08e21195bd3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.250", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1381051e18741937bb37ccf54ecdde820e457892.json b/data/unsuccessful-reproductions/1381051e18741937bb37ccf54ecdde820e457892.json index a9ac33f3e685..5822d153f05b 100644 --- a/data/unsuccessful-reproductions/1381051e18741937bb37ccf54ecdde820e457892.json +++ b/data/unsuccessful-reproductions/1381051e18741937bb37ccf54ecdde820e457892.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.16", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/13854c085a1eeecb3250baf15078c64fd7e434ee.json b/data/unsuccessful-reproductions/13854c085a1eeecb3250baf15078c64fd7e434ee.json index b68ceb12c0b4..e517897858cf 100644 --- a/data/unsuccessful-reproductions/13854c085a1eeecb3250baf15078c64fd7e434ee.json +++ b/data/unsuccessful-reproductions/13854c085a1eeecb3250baf15078c64fd7e434ee.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.4", "newVersion" : "3.22.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1393cf82072cf0e695df12e962c51d493b67b1b2.json b/data/unsuccessful-reproductions/1393cf82072cf0e695df12e962c51d493b67b1b2.json index 64ebb12eab6e..f3345e88ff69 100644 --- a/data/unsuccessful-reproductions/1393cf82072cf0e695df12e962c51d493b67b1b2.json +++ b/data/unsuccessful-reproductions/1393cf82072cf0e695df12e962c51d493b67b1b2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/13968e981f1c373b6e59c45a87affd84c26d506b.json b/data/unsuccessful-reproductions/13968e981f1c373b6e59c45a87affd84c26d506b.json index 10044322665d..a02d93657576 100644 --- a/data/unsuccessful-reproductions/13968e981f1c373b6e59c45a87affd84c26d506b.json +++ b/data/unsuccessful-reproductions/13968e981f1c373b6e59c45a87affd84c26d506b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.0", "newVersion" : "2.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/13cb77bfd62ea5dddadfa6edec186391f27cb099.json b/data/unsuccessful-reproductions/13cb77bfd62ea5dddadfa6edec186391f27cb099.json index 7c9a6267c56f..af2fe7501044 100644 --- a/data/unsuccessful-reproductions/13cb77bfd62ea5dddadfa6edec186391f27cb099.json +++ b/data/unsuccessful-reproductions/13cb77bfd62ea5dddadfa6edec186391f27cb099.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.1", "newVersion" : "1.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/13d3e15894082cfca3036d53c9c81c2776a36552.json b/data/unsuccessful-reproductions/13d3e15894082cfca3036d53c9c81c2776a36552.json index 8036c7e09651..279e162a195f 100644 --- a/data/unsuccessful-reproductions/13d3e15894082cfca3036d53c9c81c2776a36552.json +++ b/data/unsuccessful-reproductions/13d3e15894082cfca3036d53c9c81c2776a36552.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.13", "newVersion" : "4.5.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/13e1ea09ca63864fcef0ca17725f472d15c4d89a.json b/data/unsuccessful-reproductions/13e1ea09ca63864fcef0ca17725f472d15c4d89a.json index df77ed283692..e4cb43515e38 100644 --- a/data/unsuccessful-reproductions/13e1ea09ca63864fcef0ca17725f472d15c4d89a.json +++ b/data/unsuccessful-reproductions/13e1ea09ca63864fcef0ca17725f472d15c4d89a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.19", "newVersion" : "1.4.20", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/13ecefe519cbc5448214cc25ff770a97a5dfcaa7.json b/data/unsuccessful-reproductions/13ecefe519cbc5448214cc25ff770a97a5dfcaa7.json index aef6514744b0..9e6874638a8d 100644 --- a/data/unsuccessful-reproductions/13ecefe519cbc5448214cc25ff770a97a5dfcaa7.json +++ b/data/unsuccessful-reproductions/13ecefe519cbc5448214cc25ff770a97a5dfcaa7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3", "newVersion" : "1.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/13f0efaf634c155bd222352d60209e83febed79c.json b/data/unsuccessful-reproductions/13f0efaf634c155bd222352d60209e83febed79c.json index e924940dac0e..288b22ef7dc0 100644 --- a/data/unsuccessful-reproductions/13f0efaf634c155bd222352d60209e83febed79c.json +++ b/data/unsuccessful-reproductions/13f0efaf634c155bd222352d60209e83febed79c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.82", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14080bc373f9398133e0bef69d5c2c988e9d9e11.json b/data/unsuccessful-reproductions/14080bc373f9398133e0bef69d5c2c988e9d9e11.json index 41d2c92983ea..9571a66c2b81 100644 --- a/data/unsuccessful-reproductions/14080bc373f9398133e0bef69d5c2c988e9d9e11.json +++ b/data/unsuccessful-reproductions/14080bc373f9398133e0bef69d5c2c988e9d9e11.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.4", "newVersion" : "4.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/142029afcf31e5d3af05eaed93a76d3cc92ac701.json b/data/unsuccessful-reproductions/142029afcf31e5d3af05eaed93a76d3cc92ac701.json index e278cc3cae5c..5e1722ef9663 100644 --- a/data/unsuccessful-reproductions/142029afcf31e5d3af05eaed93a76d3cc92ac701.json +++ b/data/unsuccessful-reproductions/142029afcf31e5d3af05eaed93a76d3cc92ac701.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "1.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/142702126841e6ca94376db0ef83538d38005e32.json b/data/unsuccessful-reproductions/142702126841e6ca94376db0ef83538d38005e32.json index 35e8de9d1dce..c13360b8e4e9 100644 --- a/data/unsuccessful-reproductions/142702126841e6ca94376db0ef83538d38005e32.json +++ b/data/unsuccessful-reproductions/142702126841e6ca94376db0ef83538d38005e32.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/145401383feb1e9447fa7bc5235336e6ea615528.json b/data/unsuccessful-reproductions/145401383feb1e9447fa7bc5235336e6ea615528.json index 8a63ef05cfce..2af0a248623c 100644 --- a/data/unsuccessful-reproductions/145401383feb1e9447fa7bc5235336e6ea615528.json +++ b/data/unsuccessful-reproductions/145401383feb1e9447fa7bc5235336e6ea615528.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14621a529d9b017e88dba3e784f63fba0e0d1de5.json b/data/unsuccessful-reproductions/14621a529d9b017e88dba3e784f63fba0e0d1de5.json index c2ffd52f2d11..ecfba2abb4ac 100644 --- a/data/unsuccessful-reproductions/14621a529d9b017e88dba3e784f63fba0e0d1de5.json +++ b/data/unsuccessful-reproductions/14621a529d9b017e88dba3e784f63fba0e0d1de5.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.1", "newVersion" : "4.5.3.rhba-redhat-00014", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1469fd77cdc772595280ea924c56a46525ee2190.json b/data/unsuccessful-reproductions/1469fd77cdc772595280ea924c56a46525ee2190.json index 8ac514374e01..c3dc4b3f2906 100644 --- a/data/unsuccessful-reproductions/1469fd77cdc772595280ea924c56a46525ee2190.json +++ b/data/unsuccessful-reproductions/1469fd77cdc772595280ea924c56a46525ee2190.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/147dc88e704c4e6866fce41386f9e2a57d694223.json b/data/unsuccessful-reproductions/147dc88e704c4e6866fce41386f9e2a57d694223.json index 35bc86002ac1..f1d13dcbc5fd 100644 --- a/data/unsuccessful-reproductions/147dc88e704c4e6866fce41386f9e2a57d694223.json +++ b/data/unsuccessful-reproductions/147dc88e704c4e6866fce41386f9e2a57d694223.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "JodaOrg/joda-time" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14846fae8f1bd3ad86e89e9920c86563ba1b75bf.json b/data/unsuccessful-reproductions/14846fae8f1bd3ad86e89e9920c86563ba1b75bf.json index 2ba248d27bdc..84514c92435c 100644 --- a/data/unsuccessful-reproductions/14846fae8f1bd3ad86e89e9920c86563ba1b75bf.json +++ b/data/unsuccessful-reproductions/14846fae8f1bd3ad86e89e9920c86563ba1b75bf.json @@ -12,7 +12,10 @@ "previousVersion" : "27.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/149dd21ee8ac7da4d5adddfe653d16b1939dd660.json b/data/unsuccessful-reproductions/149dd21ee8ac7da4d5adddfe653d16b1939dd660.json index 7f330fc0585a..3e53b46b8d13 100644 --- a/data/unsuccessful-reproductions/149dd21ee8ac7da4d5adddfe653d16b1939dd660.json +++ b/data/unsuccessful-reproductions/149dd21ee8ac7da4d5adddfe653d16b1939dd660.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14a0b0cfa24b5283610df08e30c2a8e432d43218.json b/data/unsuccessful-reproductions/14a0b0cfa24b5283610df08e30c2a8e432d43218.json index 4fe8e177d455..1c04d2bc7a3e 100644 --- a/data/unsuccessful-reproductions/14a0b0cfa24b5283610df08e30c2a8e432d43218.json +++ b/data/unsuccessful-reproductions/14a0b0cfa24b5283610df08e30c2a8e432d43218.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.7", "newVersion" : "0.10.8", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14a80a289ed9dfadbd6a54b425b68b68dccc9b99.json b/data/unsuccessful-reproductions/14a80a289ed9dfadbd6a54b425b68b68dccc9b99.json index d65a9026264e..d7ceabd4e428 100644 --- a/data/unsuccessful-reproductions/14a80a289ed9dfadbd6a54b425b68b68dccc9b99.json +++ b/data/unsuccessful-reproductions/14a80a289ed9dfadbd6a54b425b68b68dccc9b99.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.13.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14b8cb2bb00c66a8525007c4f531b40c79114346.json b/data/unsuccessful-reproductions/14b8cb2bb00c66a8525007c4f531b40c79114346.json index 68856005a905..2d741246bc5f 100644 --- a/data/unsuccessful-reproductions/14b8cb2bb00c66a8525007c4f531b40c79114346.json +++ b/data/unsuccessful-reproductions/14b8cb2bb00c66a8525007c4f531b40c79114346.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.10.Final", "newVersion" : "17.0.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14bb840b2df0cc7aae267837bc969d0ccad0ca0b.json b/data/unsuccessful-reproductions/14bb840b2df0cc7aae267837bc969d0ccad0ca0b.json index cda96f8e67ff..b2ee82c193be 100644 --- a/data/unsuccessful-reproductions/14bb840b2df0cc7aae267837bc969d0ccad0ca0b.json +++ b/data/unsuccessful-reproductions/14bb840b2df0cc7aae267837bc969d0ccad0ca0b.json @@ -12,7 +12,10 @@ "previousVersion" : "0.16", "newVersion" : "1.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14c82221e5f795a81174f215e1d021b0b48334ec.json b/data/unsuccessful-reproductions/14c82221e5f795a81174f215e1d021b0b48334ec.json index 5d727b9215e2..df137c1865ac 100644 --- a/data/unsuccessful-reproductions/14c82221e5f795a81174f215e1d021b0b48334ec.json +++ b/data/unsuccessful-reproductions/14c82221e5f795a81174f215e1d021b0b48334ec.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14dc6d64fc47a6d04c3b6704b347018feb85a667.json b/data/unsuccessful-reproductions/14dc6d64fc47a6d04c3b6704b347018feb85a667.json index 8853122d0cae..6b664e8713b8 100644 --- a/data/unsuccessful-reproductions/14dc6d64fc47a6d04c3b6704b347018feb85a667.json +++ b/data/unsuccessful-reproductions/14dc6d64fc47a6d04c3b6704b347018feb85a667.json @@ -12,7 +12,10 @@ "previousVersion" : "5.13.0.202109080827-r", "newVersion" : "6.0.0.202111291000-r", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14ee03031519c85e4e862be9de42f07b8d926f2e.json b/data/unsuccessful-reproductions/14ee03031519c85e4e862be9de42f07b8d926f2e.json index 8a7865fc46be..1c7a20b5e7cc 100644 --- a/data/unsuccessful-reproductions/14ee03031519c85e4e862be9de42f07b8d926f2e.json +++ b/data/unsuccessful-reproductions/14ee03031519c85e4e862be9de42f07b8d926f2e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.8", "newVersion" : "1.14.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/14f83344bead787085dc00c1559e7186267bb771.json b/data/unsuccessful-reproductions/14f83344bead787085dc00c1559e7186267bb771.json index b239aa3e6c14..83b945ca2153 100644 --- a/data/unsuccessful-reproductions/14f83344bead787085dc00c1559e7186267bb771.json +++ b/data/unsuccessful-reproductions/14f83344bead787085dc00c1559e7186267bb771.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.4", "newVersion" : "1.1.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1502f84b838c8455cb5d4220db0f556c9c03860d.json b/data/unsuccessful-reproductions/1502f84b838c8455cb5d4220db0f556c9c03860d.json index 0391e0960737..b0ab479e3612 100644 --- a/data/unsuccessful-reproductions/1502f84b838c8455cb5d4220db0f556c9c03860d.json +++ b/data/unsuccessful-reproductions/1502f84b838c8455cb5d4220db0f556c9c03860d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0-b180830.0438", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/15034e3001568fe63c074f032231e776d397853e.json b/data/unsuccessful-reproductions/15034e3001568fe63c074f032231e776d397853e.json index c8bfa8a74719..805f2c28669f 100644 --- a/data/unsuccessful-reproductions/15034e3001568fe63c074f032231e776d397853e.json +++ b/data/unsuccessful-reproductions/15034e3001568fe63c074f032231e776d397853e.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/15175d5c73fff14fe7f9c7d722f64cc6621d7383.json b/data/unsuccessful-reproductions/15175d5c73fff14fe7f9c7d722f64cc6621d7383.json index 8b9ee19c12d9..876392345598 100644 --- a/data/unsuccessful-reproductions/15175d5c73fff14fe7f9c7d722f64cc6621d7383.json +++ b/data/unsuccessful-reproductions/15175d5c73fff14fe7f9c7d722f64cc6621d7383.json @@ -12,7 +12,10 @@ "previousVersion" : "3.24.0", "newVersion" : "3.32.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/151a8df25c306bbc3329bf7a3767d1dd35098b12.json b/data/unsuccessful-reproductions/151a8df25c306bbc3329bf7a3767d1dd35098b12.json index 347424646a40..dee486445d5f 100644 --- a/data/unsuccessful-reproductions/151a8df25c306bbc3329bf7a3767d1dd35098b12.json +++ b/data/unsuccessful-reproductions/151a8df25c306bbc3329bf7a3767d1dd35098b12.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.10.Final", "newVersion" : "5.6.11.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/152c0138ed38f04ffe5db9cb1a4e677d37f5013c.json b/data/unsuccessful-reproductions/152c0138ed38f04ffe5db9cb1a4e677d37f5013c.json index d0a4a30adf74..576bde04f1af 100644 --- a/data/unsuccessful-reproductions/152c0138ed38f04ffe5db9cb1a4e677d37f5013c.json +++ b/data/unsuccessful-reproductions/152c0138ed38f04ffe5db9cb1a4e677d37f5013c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.20", "newVersion" : "1.5.26", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1530e8578e1dfd1218a97b0ac88b1dcb898f7281.json b/data/unsuccessful-reproductions/1530e8578e1dfd1218a97b0ac88b1dcb898f7281.json index c57370c3ed9a..66711c89b4a1 100644 --- a/data/unsuccessful-reproductions/1530e8578e1dfd1218a97b0ac88b1dcb898f7281.json +++ b/data/unsuccessful-reproductions/1530e8578e1dfd1218a97b0ac88b1dcb898f7281.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.2", "newVersion" : "2.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "JodaOrg/joda-time" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/154495c8cd5d540a81a61fbbf3f23c87d0aad37a.json b/data/unsuccessful-reproductions/154495c8cd5d540a81a61fbbf3f23c87d0aad37a.json index b3a6f4e8ea33..71f5496c26e5 100644 --- a/data/unsuccessful-reproductions/154495c8cd5d540a81a61fbbf3f23c87d0aad37a.json +++ b/data/unsuccessful-reproductions/154495c8cd5d540a81a61fbbf3f23c87d0aad37a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/15611deb7ea1bf85783cbaeafc4125625f5acb4f.json b/data/unsuccessful-reproductions/15611deb7ea1bf85783cbaeafc4125625f5acb4f.json index 219707dd84c1..86d6ab463d1a 100644 --- a/data/unsuccessful-reproductions/15611deb7ea1bf85783cbaeafc4125625f5acb4f.json +++ b/data/unsuccessful-reproductions/15611deb7ea1bf85783cbaeafc4125625f5acb4f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.995", "newVersion" : "1.12.70", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/15761095e7ab92bcdea17d03f52a8e0e8e857aa1.json b/data/unsuccessful-reproductions/15761095e7ab92bcdea17d03f52a8e0e8e857aa1.json index 64fe1aae8489..6691d13dada7 100644 --- a/data/unsuccessful-reproductions/15761095e7ab92bcdea17d03f52a8e0e8e857aa1.json +++ b/data/unsuccessful-reproductions/15761095e7ab92bcdea17d03f52a8e0e8e857aa1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.2", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1592e644dde364110bb548fa39f08e0e0ff6bce7.json b/data/unsuccessful-reproductions/1592e644dde364110bb548fa39f08e0e0ff6bce7.json index e256cc148ca7..dad4650dbdba 100644 --- a/data/unsuccessful-reproductions/1592e644dde364110bb548fa39f08e0e0ff6bce7.json +++ b/data/unsuccessful-reproductions/1592e644dde364110bb548fa39f08e0e0ff6bce7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.209", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/159bf1b05dbf13134d46e5a5ae3c09ca917dd4ed.json b/data/unsuccessful-reproductions/159bf1b05dbf13134d46e5a5ae3c09ca917dd4ed.json index f8389132969c..5fda97cdd6d3 100644 --- a/data/unsuccessful-reproductions/159bf1b05dbf13134d46e5a5ae3c09ca917dd4ed.json +++ b/data/unsuccessful-reproductions/159bf1b05dbf13134d46e5a5ae3c09ca917dd4ed.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/159dd909f57c4567417b64facf0e513657678da1.json b/data/unsuccessful-reproductions/159dd909f57c4567417b64facf0e513657678da1.json index 6acef7dad892..0139588bd91c 100644 --- a/data/unsuccessful-reproductions/159dd909f57c4567417b64facf0e513657678da1.json +++ b/data/unsuccessful-reproductions/159dd909f57c4567417b64facf0e513657678da1.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/15a5046348491dbeb8fc22706d5531b1bf0b6e96.json b/data/unsuccessful-reproductions/15a5046348491dbeb8fc22706d5531b1bf0b6e96.json index 27bf4e8ea1b7..3f1b9c9bea52 100644 --- a/data/unsuccessful-reproductions/15a5046348491dbeb8fc22706d5531b1bf0b6e96.json +++ b/data/unsuccessful-reproductions/15a5046348491dbeb8fc22706d5531b1bf0b6e96.json @@ -12,7 +12,10 @@ "previousVersion" : "0.16", "newVersion" : "0.17", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/15b6d2b6bafbd01694e7ece49546c785ea562c54.json b/data/unsuccessful-reproductions/15b6d2b6bafbd01694e7ece49546c785ea562c54.json index 21705deaac2b..378ef43ea223 100644 --- a/data/unsuccessful-reproductions/15b6d2b6bafbd01694e7ece49546c785ea562c54.json +++ b/data/unsuccessful-reproductions/15b6d2b6bafbd01694e7ece49546c785ea562c54.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.490", "newVersion" : "1.12.494", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/15d56cb170382d798830cbdacf3da9e040a0ec6f.json b/data/unsuccessful-reproductions/15d56cb170382d798830cbdacf3da9e040a0ec6f.json index 586d44eb15bb..291e7883655a 100644 --- a/data/unsuccessful-reproductions/15d56cb170382d798830cbdacf3da9e040a0ec6f.json +++ b/data/unsuccessful-reproductions/15d56cb170382d798830cbdacf3da9e040a0ec6f.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/15e7f70d5895c873da934d91b41d8ef078c0e369.json b/data/unsuccessful-reproductions/15e7f70d5895c873da934d91b41d8ef078c0e369.json index 99b8d6031aaa..b221fac9e12c 100644 --- a/data/unsuccessful-reproductions/15e7f70d5895c873da934d91b41d8ef078c0e369.json +++ b/data/unsuccessful-reproductions/15e7f70d5895c873da934d91b41d8ef078c0e369.json @@ -12,7 +12,10 @@ "previousVersion" : "1451.v15f1fdb_772a_f", "newVersion" : "1466.v85a_616ea_b_87c", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/162d111ad592ac12473126f8775ad1c8fe8a254d.json b/data/unsuccessful-reproductions/162d111ad592ac12473126f8775ad1c8fe8a254d.json index f9334447e056..a721321dee87 100644 --- a/data/unsuccessful-reproductions/162d111ad592ac12473126f8775ad1c8fe8a254d.json +++ b/data/unsuccessful-reproductions/162d111ad592ac12473126f8775ad1c8fe8a254d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "4.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/163eb18b12bd64f7763c700559b36db350b83a85.json b/data/unsuccessful-reproductions/163eb18b12bd64f7763c700559b36db350b83a85.json index 71c2c616913f..1196e7ec6fbe 100644 --- a/data/unsuccessful-reproductions/163eb18b12bd64f7763c700559b36db350b83a85.json +++ b/data/unsuccessful-reproductions/163eb18b12bd64f7763c700559b36db350b83a85.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.22", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1657b74c65129f0ccbf0595371a9b355b3d6f943.json b/data/unsuccessful-reproductions/1657b74c65129f0ccbf0595371a9b355b3d6f943.json index 878ca29916d3..a7d07df0484e 100644 --- a/data/unsuccessful-reproductions/1657b74c65129f0ccbf0595371a9b355b3d6f943.json +++ b/data/unsuccessful-reproductions/1657b74c65129f0ccbf0595371a9b355b3d6f943.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.16.Final", "newVersion" : "2.3.6.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1659a636abeab351e2b50f86bc22ffabdc78223c.json b/data/unsuccessful-reproductions/1659a636abeab351e2b50f86bc22ffabdc78223c.json index ed777519afeb..3b8393275945 100644 --- a/data/unsuccessful-reproductions/1659a636abeab351e2b50f86bc22ffabdc78223c.json +++ b/data/unsuccessful-reproductions/1659a636abeab351e2b50f86bc22ffabdc78223c.json @@ -12,7 +12,10 @@ "previousVersion" : "v20230228", "newVersion" : "v20230411", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/16705c941228336ff4cc2013d1e972e8d8d1dc67.json b/data/unsuccessful-reproductions/16705c941228336ff4cc2013d1e972e8d8d1dc67.json index b0795afa7392..4d978e377659 100644 --- a/data/unsuccessful-reproductions/16705c941228336ff4cc2013d1e972e8d8d1dc67.json +++ b/data/unsuccessful-reproductions/16705c941228336ff4cc2013d1e972e8d8d1dc67.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.88", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1674b568619a7154ed4db70ae35c766772ca87a5.json b/data/unsuccessful-reproductions/1674b568619a7154ed4db70ae35c766772ca87a5.json index 4f242a142e5b..379882b02c2c 100644 --- a/data/unsuccessful-reproductions/1674b568619a7154ed4db70ae35c766772ca87a5.json +++ b/data/unsuccessful-reproductions/1674b568619a7154ed4db70ae35c766772ca87a5.json @@ -12,7 +12,10 @@ "previousVersion" : "6.0.7", "newVersion" : "6.0.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/16a1bc2dfe338217f28afb51c63187695d13d7c8.json b/data/unsuccessful-reproductions/16a1bc2dfe338217f28afb51c63187695d13d7c8.json index 1ee9723c0db7..327230e47f32 100644 --- a/data/unsuccessful-reproductions/16a1bc2dfe338217f28afb51c63187695d13d7c8.json +++ b/data/unsuccessful-reproductions/16a1bc2dfe338217f28afb51c63187695d13d7c8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.3", "newVersion" : "2.4.8", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/16a677302af79592a09e93206bd99da10242a964.json b/data/unsuccessful-reproductions/16a677302af79592a09e93206bd99da10242a964.json index f47c084a299d..3143face9df9 100644 --- a/data/unsuccessful-reproductions/16a677302af79592a09e93206bd99da10242a964.json +++ b/data/unsuccessful-reproductions/16a677302af79592a09e93206bd99da10242a964.json @@ -12,7 +12,10 @@ "previousVersion" : "5497.vca_4a_876045ce", "newVersion" : "5501.va_7dfc7980c93", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/16b91e9a813aa4fea43279582c548945fa82bca9.json b/data/unsuccessful-reproductions/16b91e9a813aa4fea43279582c548945fa82bca9.json index e1bde13c22e2..28401a975b96 100644 --- a/data/unsuccessful-reproductions/16b91e9a813aa4fea43279582c548945fa82bca9.json +++ b/data/unsuccessful-reproductions/16b91e9a813aa4fea43279582c548945fa82bca9.json @@ -12,7 +12,10 @@ "previousVersion" : "8.18", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/16ca6b047597f921c28f475eb7ccb50b92626358.json b/data/unsuccessful-reproductions/16ca6b047597f921c28f475eb7ccb50b92626358.json index de279e74fc0b..44793c61edd9 100644 --- a/data/unsuccessful-reproductions/16ca6b047597f921c28f475eb7ccb50b92626358.json +++ b/data/unsuccessful-reproductions/16ca6b047597f921c28f475eb7ccb50b92626358.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.3", "newVersion" : "2.7.15", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/16ef91bb95be7d70ae0a6e3bf20312d18415c8d4.json b/data/unsuccessful-reproductions/16ef91bb95be7d70ae0a6e3bf20312d18415c8d4.json index fd5b43d5992d..d03061eb82b4 100644 --- a/data/unsuccessful-reproductions/16ef91bb95be7d70ae0a6e3bf20312d18415c8d4.json +++ b/data/unsuccessful-reproductions/16ef91bb95be7d70ae0a6e3bf20312d18415c8d4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.0", "newVersion" : "3.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/16fdf8ef10e875ed64c70645b071a4a7e7897bef.json b/data/unsuccessful-reproductions/16fdf8ef10e875ed64c70645b071a4a7e7897bef.json index 6c4a919e6a5c..322c12970518 100644 --- a/data/unsuccessful-reproductions/16fdf8ef10e875ed64c70645b071a4a7e7897bef.json +++ b/data/unsuccessful-reproductions/16fdf8ef10e875ed64c70645b071a4a7e7897bef.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT-0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/17292ead5c1144d97001a08b164908560c18a09e.json b/data/unsuccessful-reproductions/17292ead5c1144d97001a08b164908560c18a09e.json index c5997c0a1c8b..94fc8d55092c 100644 --- a/data/unsuccessful-reproductions/17292ead5c1144d97001a08b164908560c18a09e.json +++ b/data/unsuccessful-reproductions/17292ead5c1144d97001a08b164908560c18a09e.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/172a7e044fb971e1d637e74ddaec031cc073e609.json b/data/unsuccessful-reproductions/172a7e044fb971e1d637e74ddaec031cc073e609.json index 5aa53a7b89ad..b3b8138c4172 100644 --- a/data/unsuccessful-reproductions/172a7e044fb971e1d637e74ddaec031cc073e609.json +++ b/data/unsuccessful-reproductions/172a7e044fb971e1d637e74ddaec031cc073e609.json @@ -12,7 +12,10 @@ "previousVersion" : "2.23.1", "newVersion" : "2.26.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1730172205b980c372583b86750e2c3a459ddebd.json b/data/unsuccessful-reproductions/1730172205b980c372583b86750e2c3a459ddebd.json index 90f98078f969..0e9faab0a087 100644 --- a/data/unsuccessful-reproductions/1730172205b980c372583b86750e2c3a459ddebd.json +++ b/data/unsuccessful-reproductions/1730172205b980c372583b86750e2c3a459ddebd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.264", "newVersion" : "2.17.290", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1733e39c92d7765704a12be0f8f894198892294b.json b/data/unsuccessful-reproductions/1733e39c92d7765704a12be0f8f894198892294b.json index 93189f13ddee..9e601286d501 100644 --- a/data/unsuccessful-reproductions/1733e39c92d7765704a12be0f8f894198892294b.json +++ b/data/unsuccessful-reproductions/1733e39c92d7765704a12be0f8f894198892294b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/17480f9688c62eb7fe0df20ca4a1b0cc92f0bcfc.json b/data/unsuccessful-reproductions/17480f9688c62eb7fe0df20ca4a1b0cc92f0bcfc.json index f3f71a22efa0..2ad528cbc78a 100644 --- a/data/unsuccessful-reproductions/17480f9688c62eb7fe0df20ca4a1b0cc92f0bcfc.json +++ b/data/unsuccessful-reproductions/17480f9688c62eb7fe0df20ca4a1b0cc92f0bcfc.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.26", "newVersion" : "1.18.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/17583a20e56adfca6a5bf4bd09573fa402a1a4e1.json b/data/unsuccessful-reproductions/17583a20e56adfca6a5bf4bd09573fa402a1a4e1.json index ab1545593168..232652a9f068 100644 --- a/data/unsuccessful-reproductions/17583a20e56adfca6a5bf4bd09573fa402a1a4e1.json +++ b/data/unsuccessful-reproductions/17583a20e56adfca6a5bf4bd09573fa402a1a4e1.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.0-3", "newVersion" : "5.2.1-2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/17651b67c39138c9d5dc871bef4cdad20bc58a07.json b/data/unsuccessful-reproductions/17651b67c39138c9d5dc871bef4cdad20bc58a07.json index dfa077cbcc78..ee49c1c4c1a8 100644 --- a/data/unsuccessful-reproductions/17651b67c39138c9d5dc871bef4cdad20bc58a07.json +++ b/data/unsuccessful-reproductions/17651b67c39138c9d5dc871bef4cdad20bc58a07.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.9.Final", "newVersion" : "4.0.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/176e08d346e0867b5348c90259358de1991732d7.json b/data/unsuccessful-reproductions/176e08d346e0867b5348c90259358de1991732d7.json index 08ca8fae8f97..fc3ed9468f01 100644 --- a/data/unsuccessful-reproductions/176e08d346e0867b5348c90259358de1991732d7.json +++ b/data/unsuccessful-reproductions/176e08d346e0867b5348c90259358de1991732d7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "2.11.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1772d0f4e1416b87deb75c3e5ecb957140057fb3.json b/data/unsuccessful-reproductions/1772d0f4e1416b87deb75c3e5ecb957140057fb3.json index 1378a2850158..fb3718d765ce 100644 --- a/data/unsuccessful-reproductions/1772d0f4e1416b87deb75c3e5ecb957140057fb3.json +++ b/data/unsuccessful-reproductions/1772d0f4e1416b87deb75c3e5ecb957140057fb3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.342", "newVersion" : "1.12.350", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/17924d3722440faa7a63031ca7c2b733726934a6.json b/data/unsuccessful-reproductions/17924d3722440faa7a63031ca7c2b733726934a6.json index c0ef657ec4bc..1908f7736585 100644 --- a/data/unsuccessful-reproductions/17924d3722440faa7a63031ca7c2b733726934a6.json +++ b/data/unsuccessful-reproductions/17924d3722440faa7a63031ca7c2b733726934a6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.1", "newVersion" : "2.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/179d3ce66ca3516d018812936f4c27cd0ee864a3.json b/data/unsuccessful-reproductions/179d3ce66ca3516d018812936f4c27cd0ee864a3.json index e1797367dfb8..16d6912f8b84 100644 --- a/data/unsuccessful-reproductions/179d3ce66ca3516d018812936f4c27cd0ee864a3.json +++ b/data/unsuccessful-reproductions/179d3ce66ca3516d018812936f4c27cd0ee864a3.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.49", "newVersion" : "8.12.50", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/17a850c9883855c2cfb25c53d291c45e6470d1f0.json b/data/unsuccessful-reproductions/17a850c9883855c2cfb25c53d291c45e6470d1f0.json index fcca46236c32..77505a0df947 100644 --- a/data/unsuccessful-reproductions/17a850c9883855c2cfb25c53d291c45e6470d1f0.json +++ b/data/unsuccessful-reproductions/17a850c9883855c2cfb25c53d291c45e6470d1f0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.64", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/17ba6ac57bdf98dcf32138a95969a021a17ecd5f.json b/data/unsuccessful-reproductions/17ba6ac57bdf98dcf32138a95969a021a17ecd5f.json index e73246f96326..a0ec6f07a486 100644 --- a/data/unsuccessful-reproductions/17ba6ac57bdf98dcf32138a95969a021a17ecd5f.json +++ b/data/unsuccessful-reproductions/17ba6ac57bdf98dcf32138a95969a021a17ecd5f.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.1.2-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/17f94d28ccc044445ac0132391e03f5427e9786c.json b/data/unsuccessful-reproductions/17f94d28ccc044445ac0132391e03f5427e9786c.json index e417510b0dcc..a929930f1d58 100644 --- a/data/unsuccessful-reproductions/17f94d28ccc044445ac0132391e03f5427e9786c.json +++ b/data/unsuccessful-reproductions/17f94d28ccc044445ac0132391e03f5427e9786c.json @@ -12,7 +12,10 @@ "previousVersion" : "1500.ve4d05cd32975", "newVersion" : "1742.vb_70478c1b_25f", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/17faa71b142651ed71ded84ee03490f4bb9863e2.json b/data/unsuccessful-reproductions/17faa71b142651ed71ded84ee03490f4bb9863e2.json index f85ad9e9ba0d..0184298e3960 100644 --- a/data/unsuccessful-reproductions/17faa71b142651ed71ded84ee03490f4bb9863e2.json +++ b/data/unsuccessful-reproductions/17faa71b142651ed71ded84ee03490f4bb9863e2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.2", "newVersion" : "2.22.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/180668ff66c72a4ea612570cbfcc7c04c533056f.json b/data/unsuccessful-reproductions/180668ff66c72a4ea612570cbfcc7c04c533056f.json index 3d62cc9ce8f7..abc9265b5ea6 100644 --- a/data/unsuccessful-reproductions/180668ff66c72a4ea612570cbfcc7c04c533056f.json +++ b/data/unsuccessful-reproductions/180668ff66c72a4ea612570cbfcc7c04c533056f.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/181d292453f0bed1e1512a07ca6262099f478937.json b/data/unsuccessful-reproductions/181d292453f0bed1e1512a07ca6262099f478937.json index 49d7dca91941..d652ff129db7 100644 --- a/data/unsuccessful-reproductions/181d292453f0bed1e1512a07ca6262099f478937.json +++ b/data/unsuccessful-reproductions/181d292453f0bed1e1512a07ca6262099f478937.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "24.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Unlicense" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1841837fc71cce51884ac78cb3f481a1e385f10f.json b/data/unsuccessful-reproductions/1841837fc71cce51884ac78cb3f481a1e385f10f.json index 002eb172ae27..6ace8c5050af 100644 --- a/data/unsuccessful-reproductions/1841837fc71cce51884ac78cb3f481a1e385f10f.json +++ b/data/unsuccessful-reproductions/1841837fc71cce51884ac78cb3f481a1e385f10f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.33", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1858a6ef00b17da52c3aa3d1f28d34fc7dcbb18b.json b/data/unsuccessful-reproductions/1858a6ef00b17da52c3aa3d1f28d34fc7dcbb18b.json index 5d338e05c41d..47a9392429f1 100644 --- a/data/unsuccessful-reproductions/1858a6ef00b17da52c3aa3d1f28d34fc7dcbb18b.json +++ b/data/unsuccessful-reproductions/1858a6ef00b17da52c3aa3d1f28d34fc7dcbb18b.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1868e14b14b8405902cb9ba5e92f61734b08db8f.json b/data/unsuccessful-reproductions/1868e14b14b8405902cb9ba5e92f61734b08db8f.json index 58023d3fa220..ef84bc525245 100644 --- a/data/unsuccessful-reproductions/1868e14b14b8405902cb9ba5e92f61734b08db8f.json +++ b/data/unsuccessful-reproductions/1868e14b14b8405902cb9ba5e92f61734b08db8f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/187bfb213c6e3abfeeec23fcb0c14191235d6d4c.json b/data/unsuccessful-reproductions/187bfb213c6e3abfeeec23fcb0c14191235d6d4c.json index 6bc6bb57f2cf..487848926909 100644 --- a/data/unsuccessful-reproductions/187bfb213c6e3abfeeec23fcb0c14191235d6d4c.json +++ b/data/unsuccessful-reproductions/187bfb213c6e3abfeeec23fcb0c14191235d6d4c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/187f29ee5de544d141fea195818310e1e3053284.json b/data/unsuccessful-reproductions/187f29ee5de544d141fea195818310e1e3053284.json index c12e5bb440b8..7f98eb613627 100644 --- a/data/unsuccessful-reproductions/187f29ee5de544d141fea195818310e1e3053284.json +++ b/data/unsuccessful-reproductions/187f29ee5de544d141fea195818310e1e3053284.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.211", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1890d90e83a8dadeeb7ebc7eb7d99768eb082683.json b/data/unsuccessful-reproductions/1890d90e83a8dadeeb7ebc7eb7d99768eb082683.json index 475b1dfab9d1..34e1a0f7e8ac 100644 --- a/data/unsuccessful-reproductions/1890d90e83a8dadeeb7ebc7eb7d99768eb082683.json +++ b/data/unsuccessful-reproductions/1890d90e83a8dadeeb7ebc7eb7d99768eb082683.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.0", "newVersion" : "2.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/189694fc3bf18ca9e8868e8ef493f5de5d931d54.json b/data/unsuccessful-reproductions/189694fc3bf18ca9e8868e8ef493f5de5d931d54.json index 53d9cb6f105f..ea7258867e90 100644 --- a/data/unsuccessful-reproductions/189694fc3bf18ca9e8868e8ef493f5de5d931d54.json +++ b/data/unsuccessful-reproductions/189694fc3bf18ca9e8868e8ef493f5de5d931d54.json @@ -12,7 +12,10 @@ "previousVersion" : "1.41.8-SNAPSHOT", "newVersion" : "1.41.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/18a230faa4135d795477f967a88ec75a146e049c.json b/data/unsuccessful-reproductions/18a230faa4135d795477f967a88ec75a146e049c.json index 60f3e6440c8b..80644ff2953a 100644 --- a/data/unsuccessful-reproductions/18a230faa4135d795477f967a88ec75a146e049c.json +++ b/data/unsuccessful-reproductions/18a230faa4135d795477f967a88ec75a146e049c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.0", "newVersion" : "2.11.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/18b16abbe94577c8e25881b0279ec0a81b95797a.json b/data/unsuccessful-reproductions/18b16abbe94577c8e25881b0279ec0a81b95797a.json index fe727349ec22..23d5c6b0d1e8 100644 --- a/data/unsuccessful-reproductions/18b16abbe94577c8e25881b0279ec0a81b95797a.json +++ b/data/unsuccessful-reproductions/18b16abbe94577c8e25881b0279ec0a81b95797a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.35.0", "newVersion" : "2.36.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/18b79cb43a94cea88c2bf45fb13b1d7e290372f0.json b/data/unsuccessful-reproductions/18b79cb43a94cea88c2bf45fb13b1d7e290372f0.json index 697405a9c3ed..e08b693b6603 100644 --- a/data/unsuccessful-reproductions/18b79cb43a94cea88c2bf45fb13b1d7e290372f0.json +++ b/data/unsuccessful-reproductions/18b79cb43a94cea88c2bf45fb13b1d7e290372f0.json @@ -12,7 +12,10 @@ "previousVersion" : "9.17.6", "newVersion" : "9.18.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/18bea0937fc8e39b20e172942acbb277268a49fb.json b/data/unsuccessful-reproductions/18bea0937fc8e39b20e172942acbb277268a49fb.json index 84923ca11f1c..90e2820089e7 100644 --- a/data/unsuccessful-reproductions/18bea0937fc8e39b20e172942acbb277268a49fb.json +++ b/data/unsuccessful-reproductions/18bea0937fc8e39b20e172942acbb277268a49fb.json @@ -12,7 +12,10 @@ "previousVersion" : "10.4", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/18c5a1b3368ce7ea1b5bf829b292e6868164155b.json b/data/unsuccessful-reproductions/18c5a1b3368ce7ea1b5bf829b292e6868164155b.json index 67e1b84e8e56..1ae9981c7542 100644 --- a/data/unsuccessful-reproductions/18c5a1b3368ce7ea1b5bf829b292e6868164155b.json +++ b/data/unsuccessful-reproductions/18c5a1b3368ce7ea1b5bf829b292e6868164155b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.36.0", "newVersion" : "3.37.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1904cb8b4cc98731acb8f805534a115eb3702cad.json b/data/unsuccessful-reproductions/1904cb8b4cc98731acb8f805534a115eb3702cad.json index df0764962baa..80e39c6a2b5d 100644 --- a/data/unsuccessful-reproductions/1904cb8b4cc98731acb8f805534a115eb3702cad.json +++ b/data/unsuccessful-reproductions/1904cb8b4cc98731acb8f805534a115eb3702cad.json @@ -12,7 +12,10 @@ "previousVersion" : "19.4", "newVersion" : "20.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/190780298b51a6148286f965c1d35d657f42b9d1.json b/data/unsuccessful-reproductions/190780298b51a6148286f965c1d35d657f42b9d1.json index 67685f21f7d0..d5bb7e717736 100644 --- a/data/unsuccessful-reproductions/190780298b51a6148286f965c1d35d657f42b9d1.json +++ b/data/unsuccessful-reproductions/190780298b51a6148286f965c1d35d657f42b9d1.json @@ -12,7 +12,10 @@ "previousVersion" : "3.28.0", "newVersion" : "3.30.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/193ba3caa313f629f11ef0ab85d277864a5bff63.json b/data/unsuccessful-reproductions/193ba3caa313f629f11ef0ab85d277864a5bff63.json index 3248d46c9e20..ea4b9678db7d 100644 --- a/data/unsuccessful-reproductions/193ba3caa313f629f11ef0ab85d277864a5bff63.json +++ b/data/unsuccessful-reproductions/193ba3caa313f629f11ef0ab85d277864a5bff63.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "9.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/194d418130ecd2e0a14d21f90eba156679f9ca9f.json b/data/unsuccessful-reproductions/194d418130ecd2e0a14d21f90eba156679f9ca9f.json index 82765c2855df..4ebb5726f103 100644 --- a/data/unsuccessful-reproductions/194d418130ecd2e0a14d21f90eba156679f9ca9f.json +++ b/data/unsuccessful-reproductions/194d418130ecd2e0a14d21f90eba156679f9ca9f.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.15", "newVersion" : "4.4.16", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1955a7ddc3d2113a310799e07908737fbb3c3c38.json b/data/unsuccessful-reproductions/1955a7ddc3d2113a310799e07908737fbb3c3c38.json index 3355ed293a33..13d7a7daeadf 100644 --- a/data/unsuccessful-reproductions/1955a7ddc3d2113a310799e07908737fbb3c3c38.json +++ b/data/unsuccessful-reproductions/1955a7ddc3d2113a310799e07908737fbb3c3c38.json @@ -12,7 +12,10 @@ "previousVersion" : "872.v03c18fa35487", "newVersion" : "924.vda78166e6655", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/196dac4b2b6f1865dbb259e5ce99c7775a89e28c.json b/data/unsuccessful-reproductions/196dac4b2b6f1865dbb259e5ce99c7775a89e28c.json index 5c38f26f06d0..3b346a9a8c83 100644 --- a/data/unsuccessful-reproductions/196dac4b2b6f1865dbb259e5ce99c7775a89e28c.json +++ b/data/unsuccessful-reproductions/196dac4b2b6f1865dbb259e5ce99c7775a89e28c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.5", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/197189a94018cff809e7e6320ff32211994c9aff.json b/data/unsuccessful-reproductions/197189a94018cff809e7e6320ff32211994c9aff.json index 6d1a6c4ee6cd..0580e30d8967 100644 --- a/data/unsuccessful-reproductions/197189a94018cff809e7e6320ff32211994c9aff.json +++ b/data/unsuccessful-reproductions/197189a94018cff809e7e6320ff32211994c9aff.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0", "newVersion" : "2.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1982f2de58d31343068623378b7f59976e995fd4.json b/data/unsuccessful-reproductions/1982f2de58d31343068623378b7f59976e995fd4.json index 5da40325b8a3..e2fdd86c6c57 100644 --- a/data/unsuccessful-reproductions/1982f2de58d31343068623378b7f59976e995fd4.json +++ b/data/unsuccessful-reproductions/1982f2de58d31343068623378b7f59976e995fd4.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.49.v20220914", "newVersion" : "9.4.50.v20221201", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19b54d67368b8b77d2e569f8c106d4d059331d96.json b/data/unsuccessful-reproductions/19b54d67368b8b77d2e569f8c106d4d059331d96.json index f94123188992..52f5c323c5ca 100644 --- a/data/unsuccessful-reproductions/19b54d67368b8b77d2e569f8c106d4d059331d96.json +++ b/data/unsuccessful-reproductions/19b54d67368b8b77d2e569f8c106d4d059331d96.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.27", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19bc96066367a5d34fc163c1d3d3e0f988d27ef1.json b/data/unsuccessful-reproductions/19bc96066367a5d34fc163c1d3d3e0f988d27ef1.json index ff65cc09af56..52ee7c56d392 100644 --- a/data/unsuccessful-reproductions/19bc96066367a5d34fc163c1d3d3e0f988d27ef1.json +++ b/data/unsuccessful-reproductions/19bc96066367a5d34fc163c1d3d3e0f988d27ef1.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.13", "newVersion" : "4.5.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19bebea7bcb16b78a9334f2b10be67e8c55db315.json b/data/unsuccessful-reproductions/19bebea7bcb16b78a9334f2b10be67e8c55db315.json index 5563d47dd0ea..a3befdcc31a9 100644 --- a/data/unsuccessful-reproductions/19bebea7bcb16b78a9334f2b10be67e8c55db315.json +++ b/data/unsuccessful-reproductions/19bebea7bcb16b78a9334f2b10be67e8c55db315.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.509", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19d0d95d3274d93416a35cf97ed56dd80ff09917.json b/data/unsuccessful-reproductions/19d0d95d3274d93416a35cf97ed56dd80ff09917.json index b4ed63ea4761..a6604dd96649 100644 --- a/data/unsuccessful-reproductions/19d0d95d3274d93416a35cf97ed56dd80ff09917.json +++ b/data/unsuccessful-reproductions/19d0d95d3274d93416a35cf97ed56dd80ff09917.json @@ -12,7 +12,10 @@ "previousVersion" : "6.0.6", "newVersion" : "6.0.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19e6dbc991e2adf9d4f4a9b75dd950b849e62edd.json b/data/unsuccessful-reproductions/19e6dbc991e2adf9d4f4a9b75dd950b849e62edd.json index 9e04a85dcce3..676d60ee7c20 100644 --- a/data/unsuccessful-reproductions/19e6dbc991e2adf9d4f4a9b75dd950b849e62edd.json +++ b/data/unsuccessful-reproductions/19e6dbc991e2adf9d4f4a9b75dd950b849e62edd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4", "newVersion" : "1.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19e7e90e46b25d711b7293c335029cdfd984d93f.json b/data/unsuccessful-reproductions/19e7e90e46b25d711b7293c335029cdfd984d93f.json index f53a1371fb9c..4384b62e7728 100644 --- a/data/unsuccessful-reproductions/19e7e90e46b25d711b7293c335029cdfd984d93f.json +++ b/data/unsuccessful-reproductions/19e7e90e46b25d711b7293c335029cdfd984d93f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19e7fe5c1c9f689b95bf91ad005b4984af0440a0.json b/data/unsuccessful-reproductions/19e7fe5c1c9f689b95bf91ad005b4984af0440a0.json index 1d9ab8d024dd..54593bd076ef 100644 --- a/data/unsuccessful-reproductions/19e7fe5c1c9f689b95bf91ad005b4984af0440a0.json +++ b/data/unsuccessful-reproductions/19e7fe5c1c9f689b95bf91ad005b4984af0440a0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19e806d7329679d015b09cae30d6372f5096750e.json b/data/unsuccessful-reproductions/19e806d7329679d015b09cae30d6372f5096750e.json index 2341f7a07543..4c0136a43b1d 100644 --- a/data/unsuccessful-reproductions/19e806d7329679d015b09cae30d6372f5096750e.json +++ b/data/unsuccessful-reproductions/19e806d7329679d015b09cae30d6372f5096750e.json @@ -12,7 +12,10 @@ "previousVersion" : "9.25.6", "newVersion" : "9.30", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19e92258113b973b275d8b3e3bd681d8746bfd72.json b/data/unsuccessful-reproductions/19e92258113b973b275d8b3e3bd681d8746bfd72.json index 48e9a45274ef..f9cc701beb95 100644 --- a/data/unsuccessful-reproductions/19e92258113b973b275d8b3e3bd681d8746bfd72.json +++ b/data/unsuccessful-reproductions/19e92258113b973b275d8b3e3bd681d8746bfd72.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.28", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19eaf28d35586e25379d3328a4a733daca88a0ff.json b/data/unsuccessful-reproductions/19eaf28d35586e25379d3328a4a733daca88a0ff.json index d65c8961a544..283b4990740e 100644 --- a/data/unsuccessful-reproductions/19eaf28d35586e25379d3328a4a733daca88a0ff.json +++ b/data/unsuccessful-reproductions/19eaf28d35586e25379d3328a4a733daca88a0ff.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.227", "newVersion" : "1.12.231", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19f69af26961170b348147fa300657d7501068ac.json b/data/unsuccessful-reproductions/19f69af26961170b348147fa300657d7501068ac.json index 74cb32e218da..818e4d0445f1 100644 --- a/data/unsuccessful-reproductions/19f69af26961170b348147fa300657d7501068ac.json +++ b/data/unsuccessful-reproductions/19f69af26961170b348147fa300657d7501068ac.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.106", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/19fce9d19989611a67be2e08c6a8479d5a06aa76.json b/data/unsuccessful-reproductions/19fce9d19989611a67be2e08c6a8479d5a06aa76.json index 0f4f72c5dd16..731bcb2e5bb6 100644 --- a/data/unsuccessful-reproductions/19fce9d19989611a67be2e08c6a8479d5a06aa76.json +++ b/data/unsuccessful-reproductions/19fce9d19989611a67be2e08c6a8479d5a06aa76.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a0429f752cd076ed47dae982851c87fc03acb37.json b/data/unsuccessful-reproductions/1a0429f752cd076ed47dae982851c87fc03acb37.json index 41147a5aa511..4d090b6efdf0 100644 --- a/data/unsuccessful-reproductions/1a0429f752cd076ed47dae982851c87fc03acb37.json +++ b/data/unsuccessful-reproductions/1a0429f752cd076ed47dae982851c87fc03acb37.json @@ -12,7 +12,10 @@ "previousVersion" : "1.16.5", "newVersion" : "1.17.2", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "CC-BY-SA-4.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a08a0a4365e04a0366804d5f7c8e7adc3e64fe4.json b/data/unsuccessful-reproductions/1a08a0a4365e04a0366804d5f7c8e7adc3e64fe4.json index 98062e5f7be8..b0aa8b612a8b 100644 --- a/data/unsuccessful-reproductions/1a08a0a4365e04a0366804d5f7c8e7adc3e64fe4.json +++ b/data/unsuccessful-reproductions/1a08a0a4365e04a0366804d5f7c8e7adc3e64fe4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.2", "newVersion" : "2.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a24a7b41e82f175433d900cd5982584c0282ba9.json b/data/unsuccessful-reproductions/1a24a7b41e82f175433d900cd5982584c0282ba9.json index 6cb1ba312709..d6c66d87c3e4 100644 --- a/data/unsuccessful-reproductions/1a24a7b41e82f175433d900cd5982584c0282ba9.json +++ b/data/unsuccessful-reproductions/1a24a7b41e82f175433d900cd5982584c0282ba9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.1", "newVersion" : "1.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a2bfbb0e7cbe7c3d1741385b08c6d0ecabc5f01.json b/data/unsuccessful-reproductions/1a2bfbb0e7cbe7c3d1741385b08c6d0ecabc5f01.json index 9db1db57590d..f8dddf1171cf 100644 --- a/data/unsuccessful-reproductions/1a2bfbb0e7cbe7c3d1741385b08c6d0ecabc5f01.json +++ b/data/unsuccessful-reproductions/1a2bfbb0e7cbe7c3d1741385b08c6d0ecabc5f01.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0", "newVersion" : "2.3.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a482e92722e40c2e09a2274ca8d4de4d7f3405f.json b/data/unsuccessful-reproductions/1a482e92722e40c2e09a2274ca8d4de4d7f3405f.json index 8fed59f4e2ae..b0e60af4be24 100644 --- a/data/unsuccessful-reproductions/1a482e92722e40c2e09a2274ca8d4de4d7f3405f.json +++ b/data/unsuccessful-reproductions/1a482e92722e40c2e09a2274ca8d4de4d7f3405f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.0", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a52f714b6b0e1d34911529d79a88ae959d85e8d.json b/data/unsuccessful-reproductions/1a52f714b6b0e1d34911529d79a88ae959d85e8d.json index f1533e7cb1be..9aaf5e78fb6d 100644 --- a/data/unsuccessful-reproductions/1a52f714b6b0e1d34911529d79a88ae959d85e8d.json +++ b/data/unsuccessful-reproductions/1a52f714b6b0e1d34911529d79a88ae959d85e8d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.26", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a55a81de16442e3ee8e23e0612ed566102d60d8.json b/data/unsuccessful-reproductions/1a55a81de16442e3ee8e23e0612ed566102d60d8.json index a21d4a71502f..7622d2c11392 100644 --- a/data/unsuccessful-reproductions/1a55a81de16442e3ee8e23e0612ed566102d60d8.json +++ b/data/unsuccessful-reproductions/1a55a81de16442e3ee8e23e0612ed566102d60d8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a620e2a78210ee8c17f11fab5599c65de6ad937.json b/data/unsuccessful-reproductions/1a620e2a78210ee8c17f11fab5599c65de6ad937.json index f6ff40410205..18fe5cbd8257 100644 --- a/data/unsuccessful-reproductions/1a620e2a78210ee8c17f11fab5599c65de6ad937.json +++ b/data/unsuccessful-reproductions/1a620e2a78210ee8c17f11fab5599c65de6ad937.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a67e0e9d2135f95547358a0eeae53dcebe26449.json b/data/unsuccessful-reproductions/1a67e0e9d2135f95547358a0eeae53dcebe26449.json index 63a3397f2bf9..3de1d4bbd7e2 100644 --- a/data/unsuccessful-reproductions/1a67e0e9d2135f95547358a0eeae53dcebe26449.json +++ b/data/unsuccessful-reproductions/1a67e0e9d2135f95547358a0eeae53dcebe26449.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a71aa56bbf4a89daf60764e766e6e2d27239fca.json b/data/unsuccessful-reproductions/1a71aa56bbf4a89daf60764e766e6e2d27239fca.json index 1eb7a18cc351..d3cb3083ad72 100644 --- a/data/unsuccessful-reproductions/1a71aa56bbf4a89daf60764e766e6e2d27239fca.json +++ b/data/unsuccessful-reproductions/1a71aa56bbf4a89daf60764e766e6e2d27239fca.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.2", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a72d75153499a840cfe7b90b55b89610de70ea8.json b/data/unsuccessful-reproductions/1a72d75153499a840cfe7b90b55b89610de70ea8.json index 5b5d8b8bd1e9..1c7667139e7f 100644 --- a/data/unsuccessful-reproductions/1a72d75153499a840cfe7b90b55b89610de70ea8.json +++ b/data/unsuccessful-reproductions/1a72d75153499a840cfe7b90b55b89610de70ea8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.5.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a75b58122b75354927539a01ec7111b218f19d6.json b/data/unsuccessful-reproductions/1a75b58122b75354927539a01ec7111b218f19d6.json index 5c5dbbb5dd96..eacb9cd5b1fb 100644 --- a/data/unsuccessful-reproductions/1a75b58122b75354927539a01ec7111b218f19d6.json +++ b/data/unsuccessful-reproductions/1a75b58122b75354927539a01ec7111b218f19d6.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.1", "newVersion" : "4.3.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1a978e3f87b72ecded4635e27289756a0f1703d6.json b/data/unsuccessful-reproductions/1a978e3f87b72ecded4635e27289756a0f1703d6.json index 4d533c9bf5d1..d00583e21015 100644 --- a/data/unsuccessful-reproductions/1a978e3f87b72ecded4635e27289756a0f1703d6.json +++ b/data/unsuccessful-reproductions/1a978e3f87b72ecded4635e27289756a0f1703d6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "5.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ad6c05d79c3fe7f5250fd979b705eff6563947e.json b/data/unsuccessful-reproductions/1ad6c05d79c3fe7f5250fd979b705eff6563947e.json index 159c1eab3b3a..482c5e427e43 100644 --- a/data/unsuccessful-reproductions/1ad6c05d79c3fe7f5250fd979b705eff6563947e.json +++ b/data/unsuccessful-reproductions/1ad6c05d79c3fe7f5250fd979b705eff6563947e.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.4", "newVersion" : "6.0.0-SNAPSHOT", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1adbf786da0d67607c0d7b23f1e24be18b77ff58.json b/data/unsuccessful-reproductions/1adbf786da0d67607c0d7b23f1e24be18b77ff58.json index c282e4dfdf20..fbfb1108da88 100644 --- a/data/unsuccessful-reproductions/1adbf786da0d67607c0d7b23f1e24be18b77ff58.json +++ b/data/unsuccessful-reproductions/1adbf786da0d67607c0d7b23f1e24be18b77ff58.json @@ -12,7 +12,10 @@ "previousVersion" : "0.98.1.0", "newVersion" : "0.98.2.0", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ae4b4231824d33649f5f90001a52648a305ab24.json b/data/unsuccessful-reproductions/1ae4b4231824d33649f5f90001a52648a305ab24.json index 7942470107aa..a6e8348d5c86 100644 --- a/data/unsuccessful-reproductions/1ae4b4231824d33649f5f90001a52648a305ab24.json +++ b/data/unsuccessful-reproductions/1ae4b4231824d33649f5f90001a52648a305ab24.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1af5a7960aabbfdeb8cd2952bcb96491b5150d17.json b/data/unsuccessful-reproductions/1af5a7960aabbfdeb8cd2952bcb96491b5150d17.json index 20de6e4e3cf5..9d53beba4b63 100644 --- a/data/unsuccessful-reproductions/1af5a7960aabbfdeb8cd2952bcb96491b5150d17.json +++ b/data/unsuccessful-reproductions/1af5a7960aabbfdeb8cd2952bcb96491b5150d17.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1afbd03efe377d44b854f82803320958ec3cc127.json b/data/unsuccessful-reproductions/1afbd03efe377d44b854f82803320958ec3cc127.json index 8811e7b3c52c..97bd15ba4c98 100644 --- a/data/unsuccessful-reproductions/1afbd03efe377d44b854f82803320958ec3cc127.json +++ b/data/unsuccessful-reproductions/1afbd03efe377d44b854f82803320958ec3cc127.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.0", "newVersion" : "1.1.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b044c390926c191e4a7e995aa4d4d6e358c7c53.json b/data/unsuccessful-reproductions/1b044c390926c191e4a7e995aa4d4d6e358c7c53.json index 7db13df2ebee..4a351ed8f770 100644 --- a/data/unsuccessful-reproductions/1b044c390926c191e4a7e995aa4d4d6e358c7c53.json +++ b/data/unsuccessful-reproductions/1b044c390926c191e4a7e995aa4d4d6e358c7c53.json @@ -12,7 +12,10 @@ "previousVersion" : "20180130", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b05198cabda47a9a0f1b8f98ea140b110ce38d9.json b/data/unsuccessful-reproductions/1b05198cabda47a9a0f1b8f98ea140b110ce38d9.json index ee4e48092b55..7742172ec7da 100644 --- a/data/unsuccessful-reproductions/1b05198cabda47a9a0f1b8f98ea140b110ce38d9.json +++ b/data/unsuccessful-reproductions/1b05198cabda47a9a0f1b8f98ea140b110ce38d9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.0", "newVersion" : "2.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b38a36028fdfc1e8134e347a0dbe5c72fb11fc6.json b/data/unsuccessful-reproductions/1b38a36028fdfc1e8134e347a0dbe5c72fb11fc6.json index 001da130fa55..65be22ebe4a7 100644 --- a/data/unsuccessful-reproductions/1b38a36028fdfc1e8134e347a0dbe5c72fb11fc6.json +++ b/data/unsuccessful-reproductions/1b38a36028fdfc1e8134e347a0dbe5c72fb11fc6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.1", "newVersion" : "2.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b3ab931e35513bad83a8b5bd1d4873cb53e217f.json b/data/unsuccessful-reproductions/1b3ab931e35513bad83a8b5bd1d4873cb53e217f.json index ce593cb6807b..d37eb1d870ac 100644 --- a/data/unsuccessful-reproductions/1b3ab931e35513bad83a8b5bd1d4873cb53e217f.json +++ b/data/unsuccessful-reproductions/1b3ab931e35513bad83a8b5bd1d4873cb53e217f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.12", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b3fec0fb99dcfa1a7ed93bc81ff9b929d2f3ae8.json b/data/unsuccessful-reproductions/1b3fec0fb99dcfa1a7ed93bc81ff9b929d2f3ae8.json index 89cae4499446..6d0ebfbdb383 100644 --- a/data/unsuccessful-reproductions/1b3fec0fb99dcfa1a7ed93bc81ff9b929d2f3ae8.json +++ b/data/unsuccessful-reproductions/1b3fec0fb99dcfa1a7ed93bc81ff9b929d2f3ae8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0", "newVersion" : "2.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b4d6b9224340d3f87aad52d011f62bac68740d0.json b/data/unsuccessful-reproductions/1b4d6b9224340d3f87aad52d011f62bac68740d0.json index 2753d74d15bc..5811e300d32a 100644 --- a/data/unsuccessful-reproductions/1b4d6b9224340d3f87aad52d011f62bac68740d0.json +++ b/data/unsuccessful-reproductions/1b4d6b9224340d3f87aad52d011f62bac68740d0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b4e42813bfef786da153897bb81a726ddc086ad.json b/data/unsuccessful-reproductions/1b4e42813bfef786da153897bb81a726ddc086ad.json index 101f20592196..af16fef644a4 100644 --- a/data/unsuccessful-reproductions/1b4e42813bfef786da153897bb81a726ddc086ad.json +++ b/data/unsuccessful-reproductions/1b4e42813bfef786da153897bb81a726ddc086ad.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.65", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b56c055aa71fbd001afa11b5e65eb2db2a070de.json b/data/unsuccessful-reproductions/1b56c055aa71fbd001afa11b5e65eb2db2a070de.json index e44506a1180b..334c386cbc8f 100644 --- a/data/unsuccessful-reproductions/1b56c055aa71fbd001afa11b5e65eb2db2a070de.json +++ b/data/unsuccessful-reproductions/1b56c055aa71fbd001afa11b5e65eb2db2a070de.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b5ca86def4a263949a8629ae74cab8a3d0a73ba.json b/data/unsuccessful-reproductions/1b5ca86def4a263949a8629ae74cab8a3d0a73ba.json index 2da3f29a1c58..8d3854b6caf4 100644 --- a/data/unsuccessful-reproductions/1b5ca86def4a263949a8629ae74cab8a3d0a73ba.json +++ b/data/unsuccessful-reproductions/1b5ca86def4a263949a8629ae74cab8a3d0a73ba.json @@ -12,7 +12,10 @@ "previousVersion" : "18.0", "newVersion" : "23.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b6199674dd23b2d66a317a489848e80aeb0d377.json b/data/unsuccessful-reproductions/1b6199674dd23b2d66a317a489848e80aeb0d377.json index b1ba50bb685f..f3480d426aa2 100644 --- a/data/unsuccessful-reproductions/1b6199674dd23b2d66a317a489848e80aeb0d377.json +++ b/data/unsuccessful-reproductions/1b6199674dd23b2d66a317a489848e80aeb0d377.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "3.2.2", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b774597961c084eb4d558a2b71c8765b2339ad4.json b/data/unsuccessful-reproductions/1b774597961c084eb4d558a2b71c8765b2339ad4.json index 9fb636d31cdd..059521c34728 100644 --- a/data/unsuccessful-reproductions/1b774597961c084eb4d558a2b71c8765b2339ad4.json +++ b/data/unsuccessful-reproductions/1b774597961c084eb4d558a2b71c8765b2339ad4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0", "newVersion" : "4.11.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b8717ff123c05b6a75f82c2c7d4c4f5286ff068.json b/data/unsuccessful-reproductions/1b8717ff123c05b6a75f82c2c7d4c4f5286ff068.json index 8b0d0326b17d..003a1aac75d1 100644 --- a/data/unsuccessful-reproductions/1b8717ff123c05b6a75f82c2c7d4c4f5286ff068.json +++ b/data/unsuccessful-reproductions/1b8717ff123c05b6a75f82c2c7d4c4f5286ff068.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4", "newVersion" : "1.5", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1b9cd9b2bac397a2075745f3c192eaa2353caf71.json b/data/unsuccessful-reproductions/1b9cd9b2bac397a2075745f3c192eaa2353caf71.json index 399026d43610..95d7e2c321fd 100644 --- a/data/unsuccessful-reproductions/1b9cd9b2bac397a2075745f3c192eaa2353caf71.json +++ b/data/unsuccessful-reproductions/1b9cd9b2bac397a2075745f3c192eaa2353caf71.json @@ -12,7 +12,10 @@ "previousVersion" : "1.63", "newVersion" : "1214.va_2f9db_3e6de0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ba0b31f5965f62627da553e37412c08a2a05891.json b/data/unsuccessful-reproductions/1ba0b31f5965f62627da553e37412c08a2a05891.json index 0a701bf9b1d5..1d91ddc6d59c 100644 --- a/data/unsuccessful-reproductions/1ba0b31f5965f62627da553e37412c08a2a05891.json +++ b/data/unsuccessful-reproductions/1ba0b31f5965f62627da553e37412c08a2a05891.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.1", "newVersion" : "2.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ba4adb8c99390cd95e808998956bbd918dcc154.json b/data/unsuccessful-reproductions/1ba4adb8c99390cd95e808998956bbd918dcc154.json index 9d1d00d95b79..9f3cd2277c39 100644 --- a/data/unsuccessful-reproductions/1ba4adb8c99390cd95e808998956bbd918dcc154.json +++ b/data/unsuccessful-reproductions/1ba4adb8c99390cd95e808998956bbd918dcc154.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.0", "newVersion" : "9.1.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1bb2d0189693c2cf8d8920a064985435cfaf408a.json b/data/unsuccessful-reproductions/1bb2d0189693c2cf8d8920a064985435cfaf408a.json index fca0edbe12cf..695986afb76b 100644 --- a/data/unsuccessful-reproductions/1bb2d0189693c2cf8d8920a064985435cfaf408a.json +++ b/data/unsuccessful-reproductions/1bb2d0189693c2cf8d8920a064985435cfaf408a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.16.Final", "newVersion" : "2.3.2.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1bc82427c4c423bf631231d7f24772a3f9675a42.json b/data/unsuccessful-reproductions/1bc82427c4c423bf631231d7f24772a3f9675a42.json index 969f1aded346..2ddf9eef136e 100644 --- a/data/unsuccessful-reproductions/1bc82427c4c423bf631231d7f24772a3f9675a42.json +++ b/data/unsuccessful-reproductions/1bc82427c4c423bf631231d7f24772a3f9675a42.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.9", "newVersion" : "4.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1be0cd5dd38dd7dd71cc5fbf6eccd3f92f1a55df.json b/data/unsuccessful-reproductions/1be0cd5dd38dd7dd71cc5fbf6eccd3f92f1a55df.json index caca938b2ac0..6f070505bef7 100644 --- a/data/unsuccessful-reproductions/1be0cd5dd38dd7dd71cc5fbf6eccd3f92f1a55df.json +++ b/data/unsuccessful-reproductions/1be0cd5dd38dd7dd71cc5fbf6eccd3f92f1a55df.json @@ -12,7 +12,10 @@ "previousVersion" : "24.3.0", "newVersion" : "24.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1bed9c0472cb183349734bb93e686fff5abd5340.json b/data/unsuccessful-reproductions/1bed9c0472cb183349734bb93e686fff5abd5340.json index 8261ded61b13..ddbc36ae92ee 100644 --- a/data/unsuccessful-reproductions/1bed9c0472cb183349734bb93e686fff5abd5340.json +++ b/data/unsuccessful-reproductions/1bed9c0472cb183349734bb93e686fff5abd5340.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.2", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c1f269bf0f24d5a3642824ea1b09f5a5300e110.json b/data/unsuccessful-reproductions/1c1f269bf0f24d5a3642824ea1b09f5a5300e110.json index 8278748f4a09..c777ca0ace13 100644 --- a/data/unsuccessful-reproductions/1c1f269bf0f24d5a3642824ea1b09f5a5300e110.json +++ b/data/unsuccessful-reproductions/1c1f269bf0f24d5a3642824ea1b09f5a5300e110.json @@ -12,7 +12,10 @@ "previousVersion" : "0.12.0", "newVersion" : "0.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c48e2394b5f1fddef0bacd3027ca4bb632217a3.json b/data/unsuccessful-reproductions/1c48e2394b5f1fddef0bacd3027ca4bb632217a3.json index 01acc71fdc88..c5691360b532 100644 --- a/data/unsuccessful-reproductions/1c48e2394b5f1fddef0bacd3027ca4bb632217a3.json +++ b/data/unsuccessful-reproductions/1c48e2394b5f1fddef0bacd3027ca4bb632217a3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.220", "newVersion" : "2.17.224", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c5180fb668d61dee06344b30f0d4d5969efe231.json b/data/unsuccessful-reproductions/1c5180fb668d61dee06344b30f0d4d5969efe231.json index e3b29d6e8336..2cd0ec560da9 100644 --- a/data/unsuccessful-reproductions/1c5180fb668d61dee06344b30f0d4d5969efe231.json +++ b/data/unsuccessful-reproductions/1c5180fb668d61dee06344b30f0d4d5969efe231.json @@ -12,7 +12,10 @@ "previousVersion" : "1.22.0", "newVersion" : "1.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c56f20a16d810d322037b3eb6cd4ea5466897e1.json b/data/unsuccessful-reproductions/1c56f20a16d810d322037b3eb6cd4ea5466897e1.json index a6ba4d751ab8..4a2c5335612f 100644 --- a/data/unsuccessful-reproductions/1c56f20a16d810d322037b3eb6cd4ea5466897e1.json +++ b/data/unsuccessful-reproductions/1c56f20a16d810d322037b3eb6cd4ea5466897e1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.20", "newVersion" : "1.5.25", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c593ab3b81587d9ef4428f9a8784fefcacc8c62.json b/data/unsuccessful-reproductions/1c593ab3b81587d9ef4428f9a8784fefcacc8c62.json index 304a3fe0f7b0..1602d94cb682 100644 --- a/data/unsuccessful-reproductions/1c593ab3b81587d9ef4428f9a8784fefcacc8c62.json +++ b/data/unsuccessful-reproductions/1c593ab3b81587d9ef4428f9a8784fefcacc8c62.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c61a205ccc0efcbd86f21453d59d7da3687ed10.json b/data/unsuccessful-reproductions/1c61a205ccc0efcbd86f21453d59d7da3687ed10.json index 98425f4ff93a..88b76e469199 100644 --- a/data/unsuccessful-reproductions/1c61a205ccc0efcbd86f21453d59d7da3687ed10.json +++ b/data/unsuccessful-reproductions/1c61a205ccc0efcbd86f21453d59d7da3687ed10.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.1-1", "newVersion" : "1.5.2-1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c65d27c34e06f25b173d265372189e354656e78.json b/data/unsuccessful-reproductions/1c65d27c34e06f25b173d265372189e354656e78.json index 5a5b9db5912f..38bfe0b81081 100644 --- a/data/unsuccessful-reproductions/1c65d27c34e06f25b173d265372189e354656e78.json +++ b/data/unsuccessful-reproductions/1c65d27c34e06f25b173d265372189e354656e78.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.1", "newVersion" : "4.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c6f8ed4b068d903dff927892510cda025796db5.json b/data/unsuccessful-reproductions/1c6f8ed4b068d903dff927892510cda025796db5.json index cc3edc0393a0..25f7b51aac21 100644 --- a/data/unsuccessful-reproductions/1c6f8ed4b068d903dff927892510cda025796db5.json +++ b/data/unsuccessful-reproductions/1c6f8ed4b068d903dff927892510cda025796db5.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.143.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c73873409a6b10d72409b3bc90b814d871cd192.json b/data/unsuccessful-reproductions/1c73873409a6b10d72409b3bc90b814d871cd192.json index 295c7aa0ced3..8f64c3497172 100644 --- a/data/unsuccessful-reproductions/1c73873409a6b10d72409b3bc90b814d871cd192.json +++ b/data/unsuccessful-reproductions/1c73873409a6b10d72409b3bc90b814d871cd192.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9.0", "newVersion" : "1.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c766d9d2ffc64c4418a63b8b5c8aea91405b97b.json b/data/unsuccessful-reproductions/1c766d9d2ffc64c4418a63b8b5c8aea91405b97b.json index 8ce679b41cc8..cdf127814790 100644 --- a/data/unsuccessful-reproductions/1c766d9d2ffc64c4418a63b8b5c8aea91405b97b.json +++ b/data/unsuccessful-reproductions/1c766d9d2ffc64c4418a63b8b5c8aea91405b97b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c8ddbd918c593ed500e16209f5e0da1b96431e8.json b/data/unsuccessful-reproductions/1c8ddbd918c593ed500e16209f5e0da1b96431e8.json index c170570291f2..d246e6cc9067 100644 --- a/data/unsuccessful-reproductions/1c8ddbd918c593ed500e16209f5e0da1b96431e8.json +++ b/data/unsuccessful-reproductions/1c8ddbd918c593ed500e16209f5e0da1b96431e8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.51.1", "newVersion" : "1.53.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1c9d5847f35b11d5de585249a575d800046c4d85.json b/data/unsuccessful-reproductions/1c9d5847f35b11d5de585249a575d800046c4d85.json index 63d4940a810a..bb2bb9925984 100644 --- a/data/unsuccessful-reproductions/1c9d5847f35b11d5de585249a575d800046c4d85.json +++ b/data/unsuccessful-reproductions/1c9d5847f35b11d5de585249a575d800046c4d85.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ca43896e5231a89812d3faefeb59938dd63f7ed.json b/data/unsuccessful-reproductions/1ca43896e5231a89812d3faefeb59938dd63f7ed.json index 18efb2c433c4..a70c4f4b8c28 100644 --- a/data/unsuccessful-reproductions/1ca43896e5231a89812d3faefeb59938dd63f7ed.json +++ b/data/unsuccessful-reproductions/1ca43896e5231a89812d3faefeb59938dd63f7ed.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ca87d96f6f65a5d96e382568e66bf5844f556a2.json b/data/unsuccessful-reproductions/1ca87d96f6f65a5d96e382568e66bf5844f556a2.json index 5cff1943e609..08d15756c8a7 100644 --- a/data/unsuccessful-reproductions/1ca87d96f6f65a5d96e382568e66bf5844f556a2.json +++ b/data/unsuccessful-reproductions/1ca87d96f6f65a5d96e382568e66bf5844f556a2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.388", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1cc6f45efc607fde894a1e5456a4c6cb22aed456.json b/data/unsuccessful-reproductions/1cc6f45efc607fde894a1e5456a4c6cb22aed456.json index 3b51fbe42480..edc1f2f89ad4 100644 --- a/data/unsuccessful-reproductions/1cc6f45efc607fde894a1e5456a4c6cb22aed456.json +++ b/data/unsuccessful-reproductions/1cc6f45efc607fde894a1e5456a4c6cb22aed456.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "1.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1cda3a154f0f3450887e20d7fc1a44f66994b2cf.json b/data/unsuccessful-reproductions/1cda3a154f0f3450887e20d7fc1a44f66994b2cf.json index 34a259b05374..fb6a38eb0dce 100644 --- a/data/unsuccessful-reproductions/1cda3a154f0f3450887e20d7fc1a44f66994b2cf.json +++ b/data/unsuccessful-reproductions/1cda3a154f0f3450887e20d7fc1a44f66994b2cf.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.18", "newVersion" : "5.3.19", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ce1d6f39c24ce53e690210aeeaddaf75e8a3577.json b/data/unsuccessful-reproductions/1ce1d6f39c24ce53e690210aeeaddaf75e8a3577.json index ed43bd4d58d1..1ab7019138fb 100644 --- a/data/unsuccessful-reproductions/1ce1d6f39c24ce53e690210aeeaddaf75e8a3577.json +++ b/data/unsuccessful-reproductions/1ce1d6f39c24ce53e690210aeeaddaf75e8a3577.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.7.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ce8c85573460b4faaca95ef7439ebcb8f411325.json b/data/unsuccessful-reproductions/1ce8c85573460b4faaca95ef7439ebcb8f411325.json index a59754312d72..9a0bfdf4a864 100644 --- a/data/unsuccessful-reproductions/1ce8c85573460b4faaca95ef7439ebcb8f411325.json +++ b/data/unsuccessful-reproductions/1ce8c85573460b4faaca95ef7439ebcb8f411325.json @@ -12,7 +12,10 @@ "previousVersion" : "8.25", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ceaad42f70201119eba81baa2ee19b4d6ca617b.json b/data/unsuccessful-reproductions/1ceaad42f70201119eba81baa2ee19b4d6ca617b.json index cc622ab6b9f7..590207053ac1 100644 --- a/data/unsuccessful-reproductions/1ceaad42f70201119eba81baa2ee19b4d6ca617b.json +++ b/data/unsuccessful-reproductions/1ceaad42f70201119eba81baa2ee19b4d6ca617b.json @@ -12,7 +12,10 @@ "previousVersion" : "4.8.0", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d011848ee2790b21ac9ddeccd5624a47f1ea9fa.json b/data/unsuccessful-reproductions/1d011848ee2790b21ac9ddeccd5624a47f1ea9fa.json index c7195895cf6a..d53e3e62e4b5 100644 --- a/data/unsuccessful-reproductions/1d011848ee2790b21ac9ddeccd5624a47f1ea9fa.json +++ b/data/unsuccessful-reproductions/1d011848ee2790b21ac9ddeccd5624a47f1ea9fa.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.2", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d012d2d2c4cbeeb83c09e476204ab7b7e86bcef.json b/data/unsuccessful-reproductions/1d012d2d2c4cbeeb83c09e476204ab7b7e86bcef.json index 7135eff63f6c..05591073a246 100644 --- a/data/unsuccessful-reproductions/1d012d2d2c4cbeeb83c09e476204ab7b7e86bcef.json +++ b/data/unsuccessful-reproductions/1d012d2d2c4cbeeb83c09e476204ab7b7e86bcef.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.0", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d0ecad2e464c392f6c5bbf1975123fef83d1890.json b/data/unsuccessful-reproductions/1d0ecad2e464c392f6c5bbf1975123fef83d1890.json index eb6a29325ebd..80927c391b15 100644 --- a/data/unsuccessful-reproductions/1d0ecad2e464c392f6c5bbf1975123fef83d1890.json +++ b/data/unsuccessful-reproductions/1d0ecad2e464c392f6c5bbf1975123fef83d1890.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "23.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d2ce28aaaa073ace31fc05589552a645f01a817.json b/data/unsuccessful-reproductions/1d2ce28aaaa073ace31fc05589552a645f01a817.json index 5c632b067307..24529ff5bc8c 100644 --- a/data/unsuccessful-reproductions/1d2ce28aaaa073ace31fc05589552a645f01a817.json +++ b/data/unsuccessful-reproductions/1d2ce28aaaa073ace31fc05589552a645f01a817.json @@ -12,7 +12,10 @@ "previousVersion" : "24.4", "newVersion" : "24.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d51947ae22af7aa8164158c9744790ba16b15d1.json b/data/unsuccessful-reproductions/1d51947ae22af7aa8164158c9744790ba16b15d1.json index 5d74d7ebeb66..9f6110ea28ef 100644 --- a/data/unsuccessful-reproductions/1d51947ae22af7aa8164158c9744790ba16b15d1.json +++ b/data/unsuccessful-reproductions/1d51947ae22af7aa8164158c9744790ba16b15d1.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10.8", "newVersion" : "4.10.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d58b3d154db1b721088345e878672c24c791272.json b/data/unsuccessful-reproductions/1d58b3d154db1b721088345e878672c24c791272.json index b536eb91f6fd..e2f478485ba9 100644 --- a/data/unsuccessful-reproductions/1d58b3d154db1b721088345e878672c24c791272.json +++ b/data/unsuccessful-reproductions/1d58b3d154db1b721088345e878672c24c791272.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.18", "newVersion" : "1.12.19", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d68d4456d612564557fe58cc766b9616b5e67e8.json b/data/unsuccessful-reproductions/1d68d4456d612564557fe58cc766b9616b5e67e8.json index 798a61e48025..a62bb1709d54 100644 --- a/data/unsuccessful-reproductions/1d68d4456d612564557fe58cc766b9616b5e67e8.json +++ b/data/unsuccessful-reproductions/1d68d4456d612564557fe58cc766b9616b5e67e8.json @@ -12,7 +12,10 @@ "previousVersion" : "6.0.5", "newVersion" : "6.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d6a36e12cbeb6abab42a775a9ae69a730c8c586.json b/data/unsuccessful-reproductions/1d6a36e12cbeb6abab42a775a9ae69a730c8c586.json index 97d562b46b32..d09dc44f41c3 100644 --- a/data/unsuccessful-reproductions/1d6a36e12cbeb6abab42a775a9ae69a730c8c586.json +++ b/data/unsuccessful-reproductions/1d6a36e12cbeb6abab42a775a9ae69a730c8c586.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.26", "newVersion" : "1.18.28", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d6d9d1ecc193a15865280006aa6054e924924eb.json b/data/unsuccessful-reproductions/1d6d9d1ecc193a15865280006aa6054e924924eb.json index 8ff753dc6d27..aab3fd9c6c68 100644 --- a/data/unsuccessful-reproductions/1d6d9d1ecc193a15865280006aa6054e924924eb.json +++ b/data/unsuccessful-reproductions/1d6d9d1ecc193a15865280006aa6054e924924eb.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d7b0d6857a24ed7876af9b4ba24c8ab8a5a9376.json b/data/unsuccessful-reproductions/1d7b0d6857a24ed7876af9b4ba24c8ab8a5a9376.json index 26fbd69072df..d96a5756cfe8 100644 --- a/data/unsuccessful-reproductions/1d7b0d6857a24ed7876af9b4ba24c8ab8a5a9376.json +++ b/data/unsuccessful-reproductions/1d7b0d6857a24ed7876af9b4ba24c8ab8a5a9376.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.214", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d92f77982f7d2adab96e4352f9544e5d8597127.json b/data/unsuccessful-reproductions/1d92f77982f7d2adab96e4352f9544e5d8597127.json index 885a20c3925d..6f9683620027 100644 --- a/data/unsuccessful-reproductions/1d92f77982f7d2adab96e4352f9544e5d8597127.json +++ b/data/unsuccessful-reproductions/1d92f77982f7d2adab96e4352f9544e5d8597127.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d9338e33966873c234ded96d18e2595c9520360.json b/data/unsuccessful-reproductions/1d9338e33966873c234ded96d18e2595c9520360.json index 3c5a60f062f6..5e6bb0f00f0d 100644 --- a/data/unsuccessful-reproductions/1d9338e33966873c234ded96d18e2595c9520360.json +++ b/data/unsuccessful-reproductions/1d9338e33966873c234ded96d18e2595c9520360.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.9", "newVersion" : "3.21.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1d98cfbd18b91c3331ca740dae684a6dd5a5e64b.json b/data/unsuccessful-reproductions/1d98cfbd18b91c3331ca740dae684a6dd5a5e64b.json index ff66c42ae60d..efa6602a6b20 100644 --- a/data/unsuccessful-reproductions/1d98cfbd18b91c3331ca740dae684a6dd5a5e64b.json +++ b/data/unsuccessful-reproductions/1d98cfbd18b91c3331ca740dae684a6dd5a5e64b.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1db32b223568dab1ecf2920bf5b335953713eba0.json b/data/unsuccessful-reproductions/1db32b223568dab1ecf2920bf5b335953713eba0.json index aeaadad8044d..fd08fc63f62b 100644 --- a/data/unsuccessful-reproductions/1db32b223568dab1ecf2920bf5b335953713eba0.json +++ b/data/unsuccessful-reproductions/1db32b223568dab1ecf2920bf5b335953713eba0.json @@ -12,7 +12,10 @@ "previousVersion" : "10.2", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1db3a2ea39781937df89bf96585751ff20290da7.json b/data/unsuccessful-reproductions/1db3a2ea39781937df89bf96585751ff20290da7.json index 8f2064a5732d..9e7bf942c9cc 100644 --- a/data/unsuccessful-reproductions/1db3a2ea39781937df89bf96585751ff20290da7.json +++ b/data/unsuccessful-reproductions/1db3a2ea39781937df89bf96585751ff20290da7.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220104-1.32.1", "newVersion" : "v1-rev20220826-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1de1b3174f54da22c3b9f2ad0190465a58ca26ac.json b/data/unsuccessful-reproductions/1de1b3174f54da22c3b9f2ad0190465a58ca26ac.json index 7395cd40da7a..7b57851b53f6 100644 --- a/data/unsuccessful-reproductions/1de1b3174f54da22c3b9f2ad0190465a58ca26ac.json +++ b/data/unsuccessful-reproductions/1de1b3174f54da22c3b9f2ad0190465a58ca26ac.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30", "newVersion" : "1.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1def584bd3e2431981711f4391cec6f13ec4e599.json b/data/unsuccessful-reproductions/1def584bd3e2431981711f4391cec6f13ec4e599.json index 0f7e023d83bb..7576a8dca5d1 100644 --- a/data/unsuccessful-reproductions/1def584bd3e2431981711f4391cec6f13ec4e599.json +++ b/data/unsuccessful-reproductions/1def584bd3e2431981711f4391cec6f13ec4e599.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.6", "newVersion" : "1.4.8", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1df0dc6f9f896d413e7ebc2189c9cf9edcf9d9af.json b/data/unsuccessful-reproductions/1df0dc6f9f896d413e7ebc2189c9cf9edcf9d9af.json index 07a7091fda08..2bb354fb310c 100644 --- a/data/unsuccessful-reproductions/1df0dc6f9f896d413e7ebc2189c9cf9edcf9d9af.json +++ b/data/unsuccessful-reproductions/1df0dc6f9f896d413e7ebc2189c9cf9edcf9d9af.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.1", "newVersion" : "3.3.7", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e1e9126d77c0ae5162209e24d5486df9fbdd086.json b/data/unsuccessful-reproductions/1e1e9126d77c0ae5162209e24d5486df9fbdd086.json index 39d0180cc80d..f8c19547f043 100644 --- a/data/unsuccessful-reproductions/1e1e9126d77c0ae5162209e24d5486df9fbdd086.json +++ b/data/unsuccessful-reproductions/1e1e9126d77c0ae5162209e24d5486df9fbdd086.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.212", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e2690f94b9948f317e09c5024dee8891d0e2638.json b/data/unsuccessful-reproductions/1e2690f94b9948f317e09c5024dee8891d0e2638.json index 5556da32a505..5d5353d69b37 100644 --- a/data/unsuccessful-reproductions/1e2690f94b9948f317e09c5024dee8891d0e2638.json +++ b/data/unsuccessful-reproductions/1e2690f94b9948f317e09c5024dee8891d0e2638.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.6", "newVersion" : "3.13.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e3c463c79528009f248bed9f229d69dcd1dd79a.json b/data/unsuccessful-reproductions/1e3c463c79528009f248bed9f229d69dcd1dd79a.json index 2861249c258d..05ef56ee5cbc 100644 --- a/data/unsuccessful-reproductions/1e3c463c79528009f248bed9f229d69dcd1dd79a.json +++ b/data/unsuccessful-reproductions/1e3c463c79528009f248bed9f229d69dcd1dd79a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e3c6e7e32d63d5bb4e1462fca7fd42b1f3a4dcc.json b/data/unsuccessful-reproductions/1e3c6e7e32d63d5bb4e1462fca7fd42b1f3a4dcc.json index 51f1cebab903..cd2260907c15 100644 --- a/data/unsuccessful-reproductions/1e3c6e7e32d63d5bb4e1462fca7fd42b1f3a4dcc.json +++ b/data/unsuccessful-reproductions/1e3c6e7e32d63d5bb4e1462fca7fd42b1f3a4dcc.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15", "newVersion" : "1.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e5ab3fad84b86deca7ef12987f386de978a666d.json b/data/unsuccessful-reproductions/1e5ab3fad84b86deca7ef12987f386de978a666d.json index 27fac5e85604..f810a85b2153 100644 --- a/data/unsuccessful-reproductions/1e5ab3fad84b86deca7ef12987f386de978a666d.json +++ b/data/unsuccessful-reproductions/1e5ab3fad84b86deca7ef12987f386de978a666d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.21", "newVersion" : "2.8.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e5af07dbfa504300d72f7b36595d80976bc7bb8.json b/data/unsuccessful-reproductions/1e5af07dbfa504300d72f7b36595d80976bc7bb8.json index d861ef6efa33..8f7933933e03 100644 --- a/data/unsuccessful-reproductions/1e5af07dbfa504300d72f7b36595d80976bc7bb8.json +++ b/data/unsuccessful-reproductions/1e5af07dbfa504300d72f7b36595d80976bc7bb8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.5", "newVersion" : "1.17.6", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e5e9e8b0aa521027861810e3b9c951a8b5e996c.json b/data/unsuccessful-reproductions/1e5e9e8b0aa521027861810e3b9c951a8b5e996c.json index 353bfc829198..9ab01164cf31 100644 --- a/data/unsuccessful-reproductions/1e5e9e8b0aa521027861810e3b9c951a8b5e996c.json +++ b/data/unsuccessful-reproductions/1e5e9e8b0aa521027861810e3b9c951a8b5e996c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.1", "newVersion" : "2.1.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e69066399fd590c34f74aaaaa6bff79c66ea297.json b/data/unsuccessful-reproductions/1e69066399fd590c34f74aaaaa6bff79c66ea297.json index 2d4eb3c76e8b..178ecffce022 100644 --- a/data/unsuccessful-reproductions/1e69066399fd590c34f74aaaaa6bff79c66ea297.json +++ b/data/unsuccessful-reproductions/1e69066399fd590c34f74aaaaa6bff79c66ea297.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e6f3b579d7d603d1c418c65e2574c6440e578c4.json b/data/unsuccessful-reproductions/1e6f3b579d7d603d1c418c65e2574c6440e578c4.json index 6c358faf10fb..7c54100c7f2b 100644 --- a/data/unsuccessful-reproductions/1e6f3b579d7d603d1c418c65e2574c6440e578c4.json +++ b/data/unsuccessful-reproductions/1e6f3b579d7d603d1c418c65e2574c6440e578c4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e711d5f440cf2a1a23175b022d9a5faa22b56b4.json b/data/unsuccessful-reproductions/1e711d5f440cf2a1a23175b022d9a5faa22b56b4.json index e8eda6042642..c98a673f9ea7 100644 --- a/data/unsuccessful-reproductions/1e711d5f440cf2a1a23175b022d9a5faa22b56b4.json +++ b/data/unsuccessful-reproductions/1e711d5f440cf2a1a23175b022d9a5faa22b56b4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.3", "newVersion" : "1.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e8a6b5a8e8642cced9d9c919015e2b984bd2851.json b/data/unsuccessful-reproductions/1e8a6b5a8e8642cced9d9c919015e2b984bd2851.json index fec1ed75c3df..1cc5c1782294 100644 --- a/data/unsuccessful-reproductions/1e8a6b5a8e8642cced9d9c919015e2b984bd2851.json +++ b/data/unsuccessful-reproductions/1e8a6b5a8e8642cced9d9c919015e2b984bd2851.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1e9f21978afd4f5f1ef7fd0f513a769ffafd336f.json b/data/unsuccessful-reproductions/1e9f21978afd4f5f1ef7fd0f513a769ffafd336f.json index a21f233eadb3..7efa8c6e4fb5 100644 --- a/data/unsuccessful-reproductions/1e9f21978afd4f5f1ef7fd0f513a769ffafd336f.json +++ b/data/unsuccessful-reproductions/1e9f21978afd4f5f1ef7fd0f513a769ffafd336f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ecc5916cddb7eae36b0161c10ae69fd014af062.json b/data/unsuccessful-reproductions/1ecc5916cddb7eae36b0161c10ae69fd014af062.json index 9dc8932c09f3..0c4cbebff02e 100644 --- a/data/unsuccessful-reproductions/1ecc5916cddb7eae36b0161c10ae69fd014af062.json +++ b/data/unsuccessful-reproductions/1ecc5916cddb7eae36b0161c10ae69fd014af062.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5523.vd392288d2b_22", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ee05ff82b9cc12c033bc67d7b45fde81be15259.json b/data/unsuccessful-reproductions/1ee05ff82b9cc12c033bc67d7b45fde81be15259.json index a57ca7a11142..c7008fb3e0f0 100644 --- a/data/unsuccessful-reproductions/1ee05ff82b9cc12c033bc67d7b45fde81be15259.json +++ b/data/unsuccessful-reproductions/1ee05ff82b9cc12c033bc67d7b45fde81be15259.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.69", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ee8331e3656a5bdc38a8c7ae794740d75e30f27.json b/data/unsuccessful-reproductions/1ee8331e3656a5bdc38a8c7ae794740d75e30f27.json index 93fe15866fa1..1be585764661 100644 --- a/data/unsuccessful-reproductions/1ee8331e3656a5bdc38a8c7ae794740d75e30f27.json +++ b/data/unsuccessful-reproductions/1ee8331e3656a5bdc38a8c7ae794740d75e30f27.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.9.0", "newVersion" : "v1.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1ee9aedd8b7bb041804b98367e0afeeb01525f97.json b/data/unsuccessful-reproductions/1ee9aedd8b7bb041804b98367e0afeeb01525f97.json index 54d7e7d77d8b..de2f5583f522 100644 --- a/data/unsuccessful-reproductions/1ee9aedd8b7bb041804b98367e0afeeb01525f97.json +++ b/data/unsuccessful-reproductions/1ee9aedd8b7bb041804b98367e0afeeb01525f97.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f127c5f63b10a0899ae9859e0003e2ec1118b79.json b/data/unsuccessful-reproductions/1f127c5f63b10a0899ae9859e0003e2ec1118b79.json index b725736040bd..4daa773b4572 100644 --- a/data/unsuccessful-reproductions/1f127c5f63b10a0899ae9859e0003e2ec1118b79.json +++ b/data/unsuccessful-reproductions/1f127c5f63b10a0899ae9859e0003e2ec1118b79.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.2", "newVersion" : "2.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f17863de85aa677554736593c9ad3fab72ac8a1.json b/data/unsuccessful-reproductions/1f17863de85aa677554736593c9ad3fab72ac8a1.json index 65553ae3cdbb..7424398f0d86 100644 --- a/data/unsuccessful-reproductions/1f17863de85aa677554736593c9ad3fab72ac8a1.json +++ b/data/unsuccessful-reproductions/1f17863de85aa677554736593c9ad3fab72ac8a1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f186f1a7290b2f18490fa8876c861f09d3d84f9.json b/data/unsuccessful-reproductions/1f186f1a7290b2f18490fa8876c861f09d3d84f9.json index 4b599cf528d2..ca7c431674bf 100644 --- a/data/unsuccessful-reproductions/1f186f1a7290b2f18490fa8876c861f09d3d84f9.json +++ b/data/unsuccessful-reproductions/1f186f1a7290b2f18490fa8876c861f09d3d84f9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.87", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f3a440e62b09a3b54e74da71156a6c3cdb8459a.json b/data/unsuccessful-reproductions/1f3a440e62b09a3b54e74da71156a6c3cdb8459a.json index 9ea937425f3f..38efe00221c8 100644 --- a/data/unsuccessful-reproductions/1f3a440e62b09a3b54e74da71156a6c3cdb8459a.json +++ b/data/unsuccessful-reproductions/1f3a440e62b09a3b54e74da71156a6c3cdb8459a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f3b96c7d06651d753ccd0c21ca5ac872cc8ec6a.json b/data/unsuccessful-reproductions/1f3b96c7d06651d753ccd0c21ca5ac872cc8ec6a.json index dfea481bc830..1ec1a40aaf4f 100644 --- a/data/unsuccessful-reproductions/1f3b96c7d06651d753ccd0c21ca5ac872cc8ec6a.json +++ b/data/unsuccessful-reproductions/1f3b96c7d06651d753ccd0c21ca5ac872cc8ec6a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.0", "newVersion" : "1.1.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f3cda75ef3856b42db37bcaca9317962c4aad8b.json b/data/unsuccessful-reproductions/1f3cda75ef3856b42db37bcaca9317962c4aad8b.json index 3857c929d550..019acd6aeb7e 100644 --- a/data/unsuccessful-reproductions/1f3cda75ef3856b42db37bcaca9317962c4aad8b.json +++ b/data/unsuccessful-reproductions/1f3cda75ef3856b42db37bcaca9317962c4aad8b.json @@ -12,7 +12,10 @@ "previousVersion" : "1478.v81d3dc4f9a_43", "newVersion" : "1500.ve4d05cd32975", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f49c99f9ff21082ea9b6221808d4018e8417ebb.json b/data/unsuccessful-reproductions/1f49c99f9ff21082ea9b6221808d4018e8417ebb.json index a5505036c2b9..1c44924d65d6 100644 --- a/data/unsuccessful-reproductions/1f49c99f9ff21082ea9b6221808d4018e8417ebb.json +++ b/data/unsuccessful-reproductions/1f49c99f9ff21082ea9b6221808d4018e8417ebb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0.1", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f54c14335cebded5315db59e14389203395193d.json b/data/unsuccessful-reproductions/1f54c14335cebded5315db59e14389203395193d.json index 9a4083a53b23..8005f0fb885f 100644 --- a/data/unsuccessful-reproductions/1f54c14335cebded5315db59e14389203395193d.json +++ b/data/unsuccessful-reproductions/1f54c14335cebded5315db59e14389203395193d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f63d03ba67947ba6beb2797fa60ac6d30d19f3a.json b/data/unsuccessful-reproductions/1f63d03ba67947ba6beb2797fa60ac6d30d19f3a.json index 75c587f937a8..b2ab87faa293 100644 --- a/data/unsuccessful-reproductions/1f63d03ba67947ba6beb2797fa60ac6d30d19f3a.json +++ b/data/unsuccessful-reproductions/1f63d03ba67947ba6beb2797fa60ac6d30d19f3a.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f7806fbdfffdc97ff81a1e2db1c5fc8d16beb67.json b/data/unsuccessful-reproductions/1f7806fbdfffdc97ff81a1e2db1c5fc8d16beb67.json index a9852818b8bf..f6a3f2a40024 100644 --- a/data/unsuccessful-reproductions/1f7806fbdfffdc97ff81a1e2db1c5fc8d16beb67.json +++ b/data/unsuccessful-reproductions/1f7806fbdfffdc97ff81a1e2db1c5fc8d16beb67.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f78180920574f78c260150f8414e764ff9d191a.json b/data/unsuccessful-reproductions/1f78180920574f78c260150f8414e764ff9d191a.json index b262b798a4b4..ba6adf6fa2aa 100644 --- a/data/unsuccessful-reproductions/1f78180920574f78c260150f8414e764ff9d191a.json +++ b/data/unsuccessful-reproductions/1f78180920574f78c260150f8414e764ff9d191a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "3.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f7f5834f2042dbf2db33046f5711688fc62033a.json b/data/unsuccessful-reproductions/1f7f5834f2042dbf2db33046f5711688fc62033a.json index 0ae973226ba8..0efa45435571 100644 --- a/data/unsuccessful-reproductions/1f7f5834f2042dbf2db33046f5711688fc62033a.json +++ b/data/unsuccessful-reproductions/1f7f5834f2042dbf2db33046f5711688fc62033a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f92048c1c27ed25b2d820d4f7101ade41887df6.json b/data/unsuccessful-reproductions/1f92048c1c27ed25b2d820d4f7101ade41887df6.json index 8e5d64f5bab9..38448fea1364 100644 --- a/data/unsuccessful-reproductions/1f92048c1c27ed25b2d820d4f7101ade41887df6.json +++ b/data/unsuccessful-reproductions/1f92048c1c27ed25b2d820d4f7101ade41887df6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.5", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1f992336f6cc7be56c58b35de3e089d5df0defb2.json b/data/unsuccessful-reproductions/1f992336f6cc7be56c58b35de3e089d5df0defb2.json index 37ec4b1c1359..28a91630beaa 100644 --- a/data/unsuccessful-reproductions/1f992336f6cc7be56c58b35de3e089d5df0defb2.json +++ b/data/unsuccessful-reproductions/1f992336f6cc7be56c58b35de3e089d5df0defb2.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.5", "newVersion" : "4.2.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1faca3ddd3c3f599710975966981d0ecf8fc3893.json b/data/unsuccessful-reproductions/1faca3ddd3c3f599710975966981d0ecf8fc3893.json index 25b5027ab114..f824c1178d13 100644 --- a/data/unsuccessful-reproductions/1faca3ddd3c3f599710975966981d0ecf8fc3893.json +++ b/data/unsuccessful-reproductions/1faca3ddd3c3f599710975966981d0ecf8fc3893.json @@ -12,7 +12,10 @@ "previousVersion" : "1678.vc1feb_6a_3c0f1", "newVersion" : "1757.vf3c66da_b_7492", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1fb0d8c9330fef235f5090795b068188dab7ce21.json b/data/unsuccessful-reproductions/1fb0d8c9330fef235f5090795b068188dab7ce21.json index a3185b3f5172..dab98c8294c2 100644 --- a/data/unsuccessful-reproductions/1fb0d8c9330fef235f5090795b068188dab7ce21.json +++ b/data/unsuccessful-reproductions/1fb0d8c9330fef235f5090795b068188dab7ce21.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.199", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1fbf7f924907b7d84616b59059758a204d131663.json b/data/unsuccessful-reproductions/1fbf7f924907b7d84616b59059758a204d131663.json index ca38c37f6a86..96b19ed5aa18 100644 --- a/data/unsuccessful-reproductions/1fbf7f924907b7d84616b59059758a204d131663.json +++ b/data/unsuccessful-reproductions/1fbf7f924907b7d84616b59059758a204d131663.json @@ -12,7 +12,10 @@ "previousVersion" : "10.12.0", "newVersion" : "10.12.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1fc936df51dda741dfa4e6a33487246929abadc3.json b/data/unsuccessful-reproductions/1fc936df51dda741dfa4e6a33487246929abadc3.json index bf8c38ab2ce2..acf40894d432 100644 --- a/data/unsuccessful-reproductions/1fc936df51dda741dfa4e6a33487246929abadc3.json +++ b/data/unsuccessful-reproductions/1fc936df51dda741dfa4e6a33487246929abadc3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1fcbe718ae413221855cff8900052aef8807f252.json b/data/unsuccessful-reproductions/1fcbe718ae413221855cff8900052aef8807f252.json index fd67087988f0..c58525c94156 100644 --- a/data/unsuccessful-reproductions/1fcbe718ae413221855cff8900052aef8807f252.json +++ b/data/unsuccessful-reproductions/1fcbe718ae413221855cff8900052aef8807f252.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.5", "newVersion" : "3.0.16", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/1fdf0c698e0bee6e1e9c36bda55e732aeac5b7c6.json b/data/unsuccessful-reproductions/1fdf0c698e0bee6e1e9c36bda55e732aeac5b7c6.json index 6f24e1123d56..b34238c2513c 100644 --- a/data/unsuccessful-reproductions/1fdf0c698e0bee6e1e9c36bda55e732aeac5b7c6.json +++ b/data/unsuccessful-reproductions/1fdf0c698e0bee6e1e9c36bda55e732aeac5b7c6.json @@ -12,7 +12,10 @@ "previousVersion" : "4.7.2", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/20096847a988a40b397dabf7dcadbd227ec8c405.json b/data/unsuccessful-reproductions/20096847a988a40b397dabf7dcadbd227ec8c405.json index f5afcba945a8..e8bf76b103ea 100644 --- a/data/unsuccessful-reproductions/20096847a988a40b397dabf7dcadbd227ec8c405.json +++ b/data/unsuccessful-reproductions/20096847a988a40b397dabf7dcadbd227ec8c405.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.81", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/200d98bfa9ecc222bf8c31754d09de3359dc3021.json b/data/unsuccessful-reproductions/200d98bfa9ecc222bf8c31754d09de3359dc3021.json index 664506eac069..ad6dc83cf227 100644 --- a/data/unsuccessful-reproductions/200d98bfa9ecc222bf8c31754d09de3359dc3021.json +++ b/data/unsuccessful-reproductions/200d98bfa9ecc222bf8c31754d09de3359dc3021.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.247", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/203643aa47bbf4e3097040c2b334256b2d4435e6.json b/data/unsuccessful-reproductions/203643aa47bbf4e3097040c2b334256b2d4435e6.json index 48edf0cb8d12..2671a47cbe5a 100644 --- a/data/unsuccessful-reproductions/203643aa47bbf4e3097040c2b334256b2d4435e6.json +++ b/data/unsuccessful-reproductions/203643aa47bbf4e3097040c2b334256b2d4435e6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.0", "newVersion" : "1.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2048840c9dcf1f6cc7ae48f57fb74778b06b8abf.json b/data/unsuccessful-reproductions/2048840c9dcf1f6cc7ae48f57fb74778b06b8abf.json index 2babaa8e46e4..15c432025f18 100644 --- a/data/unsuccessful-reproductions/2048840c9dcf1f6cc7ae48f57fb74778b06b8abf.json +++ b/data/unsuccessful-reproductions/2048840c9dcf1f6cc7ae48f57fb74778b06b8abf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11", "newVersion" : "1.20.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/204a172a6de39b09883712dd827c3310455466b6.json b/data/unsuccessful-reproductions/204a172a6de39b09883712dd827c3310455466b6.json index 2eb4ad5ed0aa..8dc3478ca332 100644 --- a/data/unsuccessful-reproductions/204a172a6de39b09883712dd827c3310455466b6.json +++ b/data/unsuccessful-reproductions/204a172a6de39b09883712dd827c3310455466b6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/206b9102d44a57c8a0333ec5c6c2650a333d7ede.json b/data/unsuccessful-reproductions/206b9102d44a57c8a0333ec5c6c2650a333d7ede.json index 06d10d7d9e39..e52ff6bd1cc3 100644 --- a/data/unsuccessful-reproductions/206b9102d44a57c8a0333ec5c6c2650a333d7ede.json +++ b/data/unsuccessful-reproductions/206b9102d44a57c8a0333ec5c6c2650a333d7ede.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.20", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/20a216625f9f33ba4dc08c43b2e3ca21918a62bf.json b/data/unsuccessful-reproductions/20a216625f9f33ba4dc08c43b2e3ca21918a62bf.json index 10ffad248ddc..ff309e6632aa 100644 --- a/data/unsuccessful-reproductions/20a216625f9f33ba4dc08c43b2e3ca21918a62bf.json +++ b/data/unsuccessful-reproductions/20a216625f9f33ba4dc08c43b2e3ca21918a62bf.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/20b7d3279a26c0117ca8ba04102681083098be54.json b/data/unsuccessful-reproductions/20b7d3279a26c0117ca8ba04102681083098be54.json index f9b5c55ec6e2..911ae3bf6c8a 100644 --- a/data/unsuccessful-reproductions/20b7d3279a26c0117ca8ba04102681083098be54.json +++ b/data/unsuccessful-reproductions/20b7d3279a26c0117ca8ba04102681083098be54.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "2.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/20bfcc72515df958eb3049e243fc6ad511127be0.json b/data/unsuccessful-reproductions/20bfcc72515df958eb3049e243fc6ad511127be0.json index 1e280c87ca2b..114b4f6cba38 100644 --- a/data/unsuccessful-reproductions/20bfcc72515df958eb3049e243fc6ad511127be0.json +++ b/data/unsuccessful-reproductions/20bfcc72515df958eb3049e243fc6ad511127be0.json @@ -12,7 +12,10 @@ "previousVersion" : "0.2.4", "newVersion" : "0.2.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/20c6dc313d645ec745b36019d07c9bedaa3ed40a.json b/data/unsuccessful-reproductions/20c6dc313d645ec745b36019d07c9bedaa3ed40a.json index 0073b2981d6e..fc2ef083160e 100644 --- a/data/unsuccessful-reproductions/20c6dc313d645ec745b36019d07c9bedaa3ed40a.json +++ b/data/unsuccessful-reproductions/20c6dc313d645ec745b36019d07c9bedaa3ed40a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.36.Final", "newVersion" : "2.0.53.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/20c6fb602f44fb06d273df76d6065d5ef7d13f08.json b/data/unsuccessful-reproductions/20c6fb602f44fb06d273df76d6065d5ef7d13f08.json index 107bf7c7a67e..68d7955fc976 100644 --- a/data/unsuccessful-reproductions/20c6fb602f44fb06d273df76d6065d5ef7d13f08.json +++ b/data/unsuccessful-reproductions/20c6fb602f44fb06d273df76d6065d5ef7d13f08.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/20d0d9d4663bdc2ed5dd3ecc039a57c942f1218c.json b/data/unsuccessful-reproductions/20d0d9d4663bdc2ed5dd3ecc039a57c942f1218c.json index 0d12fbff8bc3..ed7f2bf8eb24 100644 --- a/data/unsuccessful-reproductions/20d0d9d4663bdc2ed5dd3ecc039a57c942f1218c.json +++ b/data/unsuccessful-reproductions/20d0d9d4663bdc2ed5dd3ecc039a57c942f1218c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.19.17", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/20d530fed7fc6eec71f2eb637b9b6cbd9b0f7abb.json b/data/unsuccessful-reproductions/20d530fed7fc6eec71f2eb637b9b6cbd9b0f7abb.json index 84b5e2f904df..498d5288a4f3 100644 --- a/data/unsuccessful-reproductions/20d530fed7fc6eec71f2eb637b9b6cbd9b0f7abb.json +++ b/data/unsuccessful-reproductions/20d530fed7fc6eec71f2eb637b9b6cbd9b0f7abb.json @@ -12,7 +12,10 @@ "previousVersion" : "887.vae9c8ac09ff7", "newVersion" : "937.v51fde92016ed", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2108b5f8b0d9eb4ce09565165c71b90640b7e588.json b/data/unsuccessful-reproductions/2108b5f8b0d9eb4ce09565165c71b90640b7e588.json index 8e51d12941a4..e6543fb8864e 100644 --- a/data/unsuccessful-reproductions/2108b5f8b0d9eb4ce09565165c71b90640b7e588.json +++ b/data/unsuccessful-reproductions/2108b5f8b0d9eb4ce09565165c71b90640b7e588.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.2", "newVersion" : "1.10.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/211103b3ab74aa568cc0086dcbb8e352fd8a826d.json b/data/unsuccessful-reproductions/211103b3ab74aa568cc0086dcbb8e352fd8a826d.json index 818ffbd60028..6cfe21ed21d8 100644 --- a/data/unsuccessful-reproductions/211103b3ab74aa568cc0086dcbb8e352fd8a826d.json +++ b/data/unsuccessful-reproductions/211103b3ab74aa568cc0086dcbb8e352fd8a826d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.3", "newVersion" : "2.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/211f775491302e344d22cab42b79ea80cc038161.json b/data/unsuccessful-reproductions/211f775491302e344d22cab42b79ea80cc038161.json index 522d09908c9f..3dc423e8ae55 100644 --- a/data/unsuccessful-reproductions/211f775491302e344d22cab42b79ea80cc038161.json +++ b/data/unsuccessful-reproductions/211f775491302e344d22cab42b79ea80cc038161.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.252", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/21228455dedf75c8bfd106a598df045451de6164.json b/data/unsuccessful-reproductions/21228455dedf75c8bfd106a598df045451de6164.json index df1cd8bbd763..d41a05a3e0af 100644 --- a/data/unsuccessful-reproductions/21228455dedf75c8bfd106a598df045451de6164.json +++ b/data/unsuccessful-reproductions/21228455dedf75c8bfd106a598df045451de6164.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.63", "newVersion" : "2.20.66", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2124b3337a07d43b672f31538ed101786db68d33.json b/data/unsuccessful-reproductions/2124b3337a07d43b672f31538ed101786db68d33.json index e1f92b074bd9..18d917f2729f 100644 --- a/data/unsuccessful-reproductions/2124b3337a07d43b672f31538ed101786db68d33.json +++ b/data/unsuccessful-reproductions/2124b3337a07d43b672f31538ed101786db68d33.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220104-1.32.1", "newVersion" : "v1-rev20220701-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2145d2d3e70b8d688d27d936f8a61dd8f3cdedd2.json b/data/unsuccessful-reproductions/2145d2d3e70b8d688d27d936f8a61dd8f3cdedd2.json index d6b9bd05ecbc..3a544fae8758 100644 --- a/data/unsuccessful-reproductions/2145d2d3e70b8d688d27d936f8a61dd8f3cdedd2.json +++ b/data/unsuccessful-reproductions/2145d2d3e70b8d688d27d936f8a61dd8f3cdedd2.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.49.v20220914", "newVersion" : "9.4.50.v20221201", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/214c45575bae66fd5f114a8f55bf482f291d6156.json b/data/unsuccessful-reproductions/214c45575bae66fd5f114a8f55bf482f291d6156.json index f55428f971f1..010af3177e2f 100644 --- a/data/unsuccessful-reproductions/214c45575bae66fd5f114a8f55bf482f291d6156.json +++ b/data/unsuccessful-reproductions/214c45575bae66fd5f114a8f55bf482f291d6156.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/214e707ecff0d6bf250fbdf08259813d20cbe1f4.json b/data/unsuccessful-reproductions/214e707ecff0d6bf250fbdf08259813d20cbe1f4.json index 436ba657772d..256f11d56bdc 100644 --- a/data/unsuccessful-reproductions/214e707ecff0d6bf250fbdf08259813d20cbe1f4.json +++ b/data/unsuccessful-reproductions/214e707ecff0d6bf250fbdf08259813d20cbe1f4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.3", "newVersion" : "1.5", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2154da2da6d6193159259a5505b7dfdcd051d975.json b/data/unsuccessful-reproductions/2154da2da6d6193159259a5505b7dfdcd051d975.json index ce7a4fdb5881..bfa98971b59d 100644 --- a/data/unsuccessful-reproductions/2154da2da6d6193159259a5505b7dfdcd051d975.json +++ b/data/unsuccessful-reproductions/2154da2da6d6193159259a5505b7dfdcd051d975.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.30", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/216830c6c2d018cac09bbe69ff31f881868d7bbd.json b/data/unsuccessful-reproductions/216830c6c2d018cac09bbe69ff31f881868d7bbd.json index 528a05b2e43b..948f10324201 100644 --- a/data/unsuccessful-reproductions/216830c6c2d018cac09bbe69ff31f881868d7bbd.json +++ b/data/unsuccessful-reproductions/216830c6c2d018cac09bbe69ff31f881868d7bbd.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.90.Final", "newVersion" : "4.1.96.Final", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/216a35f0e4fa00b57c8ccd31105503b9139b9626.json b/data/unsuccessful-reproductions/216a35f0e4fa00b57c8ccd31105503b9139b9626.json index 34aad862beaf..6aaaeebb3a2d 100644 --- a/data/unsuccessful-reproductions/216a35f0e4fa00b57c8ccd31105503b9139b9626.json +++ b/data/unsuccessful-reproductions/216a35f0e4fa00b57c8ccd31105503b9139b9626.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.3", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/217d9ec22fdf97465bb13832f823f9a5ec26ca47.json b/data/unsuccessful-reproductions/217d9ec22fdf97465bb13832f823f9a5ec26ca47.json index bd9fbbe7884f..2137405245b9 100644 --- a/data/unsuccessful-reproductions/217d9ec22fdf97465bb13832f823f9a5ec26ca47.json +++ b/data/unsuccessful-reproductions/217d9ec22fdf97465bb13832f823f9a5ec26ca47.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.18.v20190429", "newVersion" : "9.4.48.v20220622", "dependencyScope" : "runtime", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/218a307414ffd0ba4a18f2061f9782b6652e5f28.json b/data/unsuccessful-reproductions/218a307414ffd0ba4a18f2061f9782b6652e5f28.json index 6b113953b599..6606da121013 100644 --- a/data/unsuccessful-reproductions/218a307414ffd0ba4a18f2061f9782b6652e5f28.json +++ b/data/unsuccessful-reproductions/218a307414ffd0ba4a18f2061f9782b6652e5f28.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/21977878be319a3d384b80392ee5c4fb7ceb1afd.json b/data/unsuccessful-reproductions/21977878be319a3d384b80392ee5c4fb7ceb1afd.json index 4ec87bc35ca9..eb05b450eacf 100644 --- a/data/unsuccessful-reproductions/21977878be319a3d384b80392ee5c4fb7ceb1afd.json +++ b/data/unsuccessful-reproductions/21977878be319a3d384b80392ee5c4fb7ceb1afd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.50", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/21ad6232e67da14fe2285a127c31deb640a3ca13.json b/data/unsuccessful-reproductions/21ad6232e67da14fe2285a127c31deb640a3ca13.json index a343be81fa48..549f2bfeca64 100644 --- a/data/unsuccessful-reproductions/21ad6232e67da14fe2285a127c31deb640a3ca13.json +++ b/data/unsuccessful-reproductions/21ad6232e67da14fe2285a127c31deb640a3ca13.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.79", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/21c728da5d9006358dcaa465ead3d892401b99d1.json b/data/unsuccessful-reproductions/21c728da5d9006358dcaa465ead3d892401b99d1.json index f19f8685157a..14ea41fb9e35 100644 --- a/data/unsuccessful-reproductions/21c728da5d9006358dcaa465ead3d892401b99d1.json +++ b/data/unsuccessful-reproductions/21c728da5d9006358dcaa465ead3d892401b99d1.json @@ -12,7 +12,10 @@ "previousVersion" : "26.8.0", "newVersion" : "26.11.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/21e7e72813b0cb7233f28ab40f87b1d809c4992c.json b/data/unsuccessful-reproductions/21e7e72813b0cb7233f28ab40f87b1d809c4992c.json index 136e69120df0..194cd96022c3 100644 --- a/data/unsuccessful-reproductions/21e7e72813b0cb7233f28ab40f87b1d809c4992c.json +++ b/data/unsuccessful-reproductions/21e7e72813b0cb7233f28ab40f87b1d809c4992c.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.16", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/21f258aba7efdb841a1c806d026b612513b160e6.json b/data/unsuccessful-reproductions/21f258aba7efdb841a1c806d026b612513b160e6.json index ad6ebb29aab5..38738cdcbab5 100644 --- a/data/unsuccessful-reproductions/21f258aba7efdb841a1c806d026b612513b160e6.json +++ b/data/unsuccessful-reproductions/21f258aba7efdb841a1c806d026b612513b160e6.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.15.v20190215", "newVersion" : "${jetty.version}", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/21f961a56b9d6d5d101550084cb3b4bcdca85da8.json b/data/unsuccessful-reproductions/21f961a56b9d6d5d101550084cb3b4bcdca85da8.json index 21d7c7a9e4e0..5e2d562c60d5 100644 --- a/data/unsuccessful-reproductions/21f961a56b9d6d5d101550084cb3b4bcdca85da8.json +++ b/data/unsuccessful-reproductions/21f961a56b9d6d5d101550084cb3b4bcdca85da8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2205d23ad7c0ebd5441ebf028334abb7e2f052d7.json b/data/unsuccessful-reproductions/2205d23ad7c0ebd5441ebf028334abb7e2f052d7.json index 3f368b303a64..f4dbe01e3d4c 100644 --- a/data/unsuccessful-reproductions/2205d23ad7c0ebd5441ebf028334abb7e2f052d7.json +++ b/data/unsuccessful-reproductions/2205d23ad7c0ebd5441ebf028334abb7e2f052d7.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/221168162026cc2a5eca6dfa337d28299caf2ff9.json b/data/unsuccessful-reproductions/221168162026cc2a5eca6dfa337d28299caf2ff9.json index ba004309ea2b..b332c753321d 100644 --- a/data/unsuccessful-reproductions/221168162026cc2a5eca6dfa337d28299caf2ff9.json +++ b/data/unsuccessful-reproductions/221168162026cc2a5eca6dfa337d28299caf2ff9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.4", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/22132fec9528727ea5d1ae4df9a4dd23e7084c8e.json b/data/unsuccessful-reproductions/22132fec9528727ea5d1ae4df9a4dd23e7084c8e.json index 46bcbb5cd391..823812f830dd 100644 --- a/data/unsuccessful-reproductions/22132fec9528727ea5d1ae4df9a4dd23e7084c8e.json +++ b/data/unsuccessful-reproductions/22132fec9528727ea5d1ae4df9a4dd23e7084c8e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.2", "newVersion" : "2.7.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/22148582bf320265ede13bb55f5d76a9f8dcf93b.json b/data/unsuccessful-reproductions/22148582bf320265ede13bb55f5d76a9f8dcf93b.json index bfc2d01a0dd9..5cc93fa42693 100644 --- a/data/unsuccessful-reproductions/22148582bf320265ede13bb55f5d76a9f8dcf93b.json +++ b/data/unsuccessful-reproductions/22148582bf320265ede13bb55f5d76a9f8dcf93b.json @@ -12,7 +12,10 @@ "previousVersion" : "20090211", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/22410165b565f6a7fb326db2ae763fe65a1e6618.json b/data/unsuccessful-reproductions/22410165b565f6a7fb326db2ae763fe65a1e6618.json index b821b86298af..0a470b6d7620 100644 --- a/data/unsuccessful-reproductions/22410165b565f6a7fb326db2ae763fe65a1e6618.json +++ b/data/unsuccessful-reproductions/22410165b565f6a7fb326db2ae763fe65a1e6618.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.3", "newVersion" : "2.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/22616855e5ecfc7c6b1618cac22c957aad340f35.json b/data/unsuccessful-reproductions/22616855e5ecfc7c6b1618cac22c957aad340f35.json index 43735537033c..f2dc39b6ea97 100644 --- a/data/unsuccessful-reproductions/22616855e5ecfc7c6b1618cac22c957aad340f35.json +++ b/data/unsuccessful-reproductions/22616855e5ecfc7c6b1618cac22c957aad340f35.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2265170dafb91c96f16530c631cf0256603bd675.json b/data/unsuccessful-reproductions/2265170dafb91c96f16530c631cf0256603bd675.json index 47ed4443695d..5307f799d1cc 100644 --- a/data/unsuccessful-reproductions/2265170dafb91c96f16530c631cf0256603bd675.json +++ b/data/unsuccessful-reproductions/2265170dafb91c96f16530c631cf0256603bd675.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2265413e97463964b4a1db16837dab97020f4412.json b/data/unsuccessful-reproductions/2265413e97463964b4a1db16837dab97020f4412.json index f40cb61f7bdc..dbb76687c8df 100644 --- a/data/unsuccessful-reproductions/2265413e97463964b4a1db16837dab97020f4412.json +++ b/data/unsuccessful-reproductions/2265413e97463964b4a1db16837dab97020f4412.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.2", "newVersion" : "3.16.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/226e23021e9335c7686372d40cfb46806fc16699.json b/data/unsuccessful-reproductions/226e23021e9335c7686372d40cfb46806fc16699.json index 468e6a72e2f8..b9599473bd78 100644 --- a/data/unsuccessful-reproductions/226e23021e9335c7686372d40cfb46806fc16699.json +++ b/data/unsuccessful-reproductions/226e23021e9335c7686372d40cfb46806fc16699.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.8", "newVersion" : "1.12.523", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/226f307819ad4d3a5c99ba756e83a7773986f9c8.json b/data/unsuccessful-reproductions/226f307819ad4d3a5c99ba756e83a7773986f9c8.json index 5bd5bceb74f2..45cb40a4a76f 100644 --- a/data/unsuccessful-reproductions/226f307819ad4d3a5c99ba756e83a7773986f9c8.json +++ b/data/unsuccessful-reproductions/226f307819ad4d3a5c99ba756e83a7773986f9c8.json @@ -12,7 +12,10 @@ "previousVersion" : "42.2.23", "newVersion" : "42.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/227179c056e27e8574e24d580f6ff9fae2cb0baa.json b/data/unsuccessful-reproductions/227179c056e27e8574e24d580f6ff9fae2cb0baa.json index 026687731ab4..6dda42782e33 100644 --- a/data/unsuccessful-reproductions/227179c056e27e8574e24d580f6ff9fae2cb0baa.json +++ b/data/unsuccessful-reproductions/227179c056e27e8574e24d580f6ff9fae2cb0baa.json @@ -12,7 +12,10 @@ "previousVersion" : "10.12.1", "newVersion" : "10.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/22a519722ce9dc3d5c5e7e8f26a416076bdcef27.json b/data/unsuccessful-reproductions/22a519722ce9dc3d5c5e7e8f26a416076bdcef27.json index acdd50ec1aa8..11bc358fa3bc 100644 --- a/data/unsuccessful-reproductions/22a519722ce9dc3d5c5e7e8f26a416076bdcef27.json +++ b/data/unsuccessful-reproductions/22a519722ce9dc3d5c5e7e8f26a416076bdcef27.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.2", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/22ae79f04cf20fc53b8bfbf0f463637e7be5f067.json b/data/unsuccessful-reproductions/22ae79f04cf20fc53b8bfbf0f463637e7be5f067.json index 726b022c5e0c..97376edb33be 100644 --- a/data/unsuccessful-reproductions/22ae79f04cf20fc53b8bfbf0f463637e7be5f067.json +++ b/data/unsuccessful-reproductions/22ae79f04cf20fc53b8bfbf0f463637e7be5f067.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.5", "newVersion" : "0.11.3", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/22c1a59f598c0bc1be8840126a713e7af0bb65d0.json b/data/unsuccessful-reproductions/22c1a59f598c0bc1be8840126a713e7af0bb65d0.json index 6f5a94f1c67b..aa75e66459fb 100644 --- a/data/unsuccessful-reproductions/22c1a59f598c0bc1be8840126a713e7af0bb65d0.json +++ b/data/unsuccessful-reproductions/22c1a59f598c0bc1be8840126a713e7af0bb65d0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.10", "newVersion" : "1.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/22c77e4e4ec6af0d0e510f21a3d88e2bd197ca31.json b/data/unsuccessful-reproductions/22c77e4e4ec6af0d0e510f21a3d88e2bd197ca31.json index b86374c0cfd5..961b6a936911 100644 --- a/data/unsuccessful-reproductions/22c77e4e4ec6af0d0e510f21a3d88e2bd197ca31.json +++ b/data/unsuccessful-reproductions/22c77e4e4ec6af0d0e510f21a3d88e2bd197ca31.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.71", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/22ccaa3c8d4771145c1f36afe46ed09a4c68af1e.json b/data/unsuccessful-reproductions/22ccaa3c8d4771145c1f36afe46ed09a4c68af1e.json index 15103cf7d10a..51dd70914c76 100644 --- a/data/unsuccessful-reproductions/22ccaa3c8d4771145c1f36afe46ed09a4c68af1e.json +++ b/data/unsuccessful-reproductions/22ccaa3c8d4771145c1f36afe46ed09a4c68af1e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.7", "newVersion" : "2.2.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/22d3f10a626001e15c87da33372cda8cad6a145a.json b/data/unsuccessful-reproductions/22d3f10a626001e15c87da33372cda8cad6a145a.json index a56194b0be13..93ed780b0544 100644 --- a/data/unsuccessful-reproductions/22d3f10a626001e15c87da33372cda8cad6a145a.json +++ b/data/unsuccessful-reproductions/22d3f10a626001e15c87da33372cda8cad6a145a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.1", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/233adaf5ab03371c0f53e7daa64b8f58ddf36c4e.json b/data/unsuccessful-reproductions/233adaf5ab03371c0f53e7daa64b8f58ddf36c4e.json index 65f2da9375c6..7b4fd383e8ed 100644 --- a/data/unsuccessful-reproductions/233adaf5ab03371c0f53e7daa64b8f58ddf36c4e.json +++ b/data/unsuccessful-reproductions/233adaf5ab03371c0f53e7daa64b8f58ddf36c4e.json @@ -12,7 +12,10 @@ "previousVersion" : "8.43", "newVersion" : "10.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2346220380e30ae0a4d2431ef0c76e3d3f1d9aad.json b/data/unsuccessful-reproductions/2346220380e30ae0a4d2431ef0c76e3d3f1d9aad.json index 88b89900a4fa..7b9a9ae87e73 100644 --- a/data/unsuccessful-reproductions/2346220380e30ae0a4d2431ef0c76e3d3f1d9aad.json +++ b/data/unsuccessful-reproductions/2346220380e30ae0a4d2431ef0c76e3d3f1d9aad.json @@ -12,7 +12,10 @@ "previousVersion" : "10.2", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2351967fc59440f075ba68017b6e35c125004fbe.json b/data/unsuccessful-reproductions/2351967fc59440f075ba68017b6e35c125004fbe.json index b640572d6e43..9e64f664fd8e 100644 --- a/data/unsuccessful-reproductions/2351967fc59440f075ba68017b6e35c125004fbe.json +++ b/data/unsuccessful-reproductions/2351967fc59440f075ba68017b6e35c125004fbe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.189", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2356fa6c07b9c2c703a19be6e31a1d47e431532e.json b/data/unsuccessful-reproductions/2356fa6c07b9c2c703a19be6e31a1d47e431532e.json index bea9048f2e46..0e350a6dfa1c 100644 --- a/data/unsuccessful-reproductions/2356fa6c07b9c2c703a19be6e31a1d47e431532e.json +++ b/data/unsuccessful-reproductions/2356fa6c07b9c2c703a19be6e31a1d47e431532e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.92", "newVersion" : "2.20.100", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/236d22cf13c94fad6e16dbeb113e88731acab56c.json b/data/unsuccessful-reproductions/236d22cf13c94fad6e16dbeb113e88731acab56c.json index a65a9d69770d..752b20fd7e3d 100644 --- a/data/unsuccessful-reproductions/236d22cf13c94fad6e16dbeb113e88731acab56c.json +++ b/data/unsuccessful-reproductions/236d22cf13c94fad6e16dbeb113e88731acab56c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/237a5e5a440e6fa51c2aacbc5465bab25c4e849e.json b/data/unsuccessful-reproductions/237a5e5a440e6fa51c2aacbc5465bab25c4e849e.json index 4bb59e3ec85e..b10af92f3d3a 100644 --- a/data/unsuccessful-reproductions/237a5e5a440e6fa51c2aacbc5465bab25c4e849e.json +++ b/data/unsuccessful-reproductions/237a5e5a440e6fa51c2aacbc5465bab25c4e849e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/23857f4d643c78f319e687039fa4a0c34e2290eb.json b/data/unsuccessful-reproductions/23857f4d643c78f319e687039fa4a0c34e2290eb.json index 4963f5f6bb4b..3ac93b4e49ef 100644 --- a/data/unsuccessful-reproductions/23857f4d643c78f319e687039fa4a0c34e2290eb.json +++ b/data/unsuccessful-reproductions/23857f4d643c78f319e687039fa4a0c34e2290eb.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20211130-1.32.1", "newVersion" : "v1-rev20220506-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2399e066661b3295d86987dd9e8d099fa84cf5f3.json b/data/unsuccessful-reproductions/2399e066661b3295d86987dd9e8d099fa84cf5f3.json index a330bb7eb26c..4f521ebddbf8 100644 --- a/data/unsuccessful-reproductions/2399e066661b3295d86987dd9e8d099fa84cf5f3.json +++ b/data/unsuccessful-reproductions/2399e066661b3295d86987dd9e8d099fa84cf5f3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.64", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/23a8048a21df5170041b76ca1d238e96c91e04da.json b/data/unsuccessful-reproductions/23a8048a21df5170041b76ca1d238e96c91e04da.json index fdfd961d05ba..7b92a0e104ad 100644 --- a/data/unsuccessful-reproductions/23a8048a21df5170041b76ca1d238e96c91e04da.json +++ b/data/unsuccessful-reproductions/23a8048a21df5170041b76ca1d238e96c91e04da.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.214", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-2-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/23b31b4c63968413217c45324a58eb7f1dc3c3b8.json b/data/unsuccessful-reproductions/23b31b4c63968413217c45324a58eb7f1dc3c3b8.json index 34db4ff69b09..c05a63813690 100644 --- a/data/unsuccessful-reproductions/23b31b4c63968413217c45324a58eb7f1dc3c3b8.json +++ b/data/unsuccessful-reproductions/23b31b4c63968413217c45324a58eb7f1dc3c3b8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.83", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/23d4b279738958377d38389300ebb6250d3028b9.json b/data/unsuccessful-reproductions/23d4b279738958377d38389300ebb6250d3028b9.json index f79c516694c2..35ac04c42009 100644 --- a/data/unsuccessful-reproductions/23d4b279738958377d38389300ebb6250d3028b9.json +++ b/data/unsuccessful-reproductions/23d4b279738958377d38389300ebb6250d3028b9.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.184.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/23e38dfe447f9d2306a69b345cc897748f2cffad.json b/data/unsuccessful-reproductions/23e38dfe447f9d2306a69b345cc897748f2cffad.json index 0251a11a092d..695ca10b38c6 100644 --- a/data/unsuccessful-reproductions/23e38dfe447f9d2306a69b345cc897748f2cffad.json +++ b/data/unsuccessful-reproductions/23e38dfe447f9d2306a69b345cc897748f2cffad.json @@ -12,7 +12,10 @@ "previousVersion" : "5.7.0", "newVersion" : "5.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/23ea4566f0be37558f8d240a203f919744a38e4a.json b/data/unsuccessful-reproductions/23ea4566f0be37558f8d240a203f919744a38e4a.json index b7e38365a0b0..3f38510b84e4 100644 --- a/data/unsuccessful-reproductions/23ea4566f0be37558f8d240a203f919744a38e4a.json +++ b/data/unsuccessful-reproductions/23ea4566f0be37558f8d240a203f919744a38e4a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/23f25250a3c73d93cef51aae4a544ea20145eb15.json b/data/unsuccessful-reproductions/23f25250a3c73d93cef51aae4a544ea20145eb15.json index 5ab1ddfd2226..aa631ce281b1 100644 --- a/data/unsuccessful-reproductions/23f25250a3c73d93cef51aae4a544ea20145eb15.json +++ b/data/unsuccessful-reproductions/23f25250a3c73d93cef51aae4a544ea20145eb15.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/23fd089d9036b7d1510a5f347b17f1a1e6b02f21.json b/data/unsuccessful-reproductions/23fd089d9036b7d1510a5f347b17f1a1e6b02f21.json index cc19f8897efa..dcb3f9dd7b18 100644 --- a/data/unsuccessful-reproductions/23fd089d9036b7d1510a5f347b17f1a1e6b02f21.json +++ b/data/unsuccessful-reproductions/23fd089d9036b7d1510a5f347b17f1a1e6b02f21.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.303", "newVersion" : "1.12.312", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2401f7728d8ef457f7375734ce5e4ee805a60295.json b/data/unsuccessful-reproductions/2401f7728d8ef457f7375734ce5e4ee805a60295.json index 026960e7ed9a..b9b74b01edc2 100644 --- a/data/unsuccessful-reproductions/2401f7728d8ef457f7375734ce5e4ee805a60295.json +++ b/data/unsuccessful-reproductions/2401f7728d8ef457f7375734ce5e4ee805a60295.json @@ -12,7 +12,10 @@ "previousVersion" : "0.1", "newVersion" : "0.1.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/240a97fbd15878d62577ec221938e8633a226d4e.json b/data/unsuccessful-reproductions/240a97fbd15878d62577ec221938e8633a226d4e.json index d05d4dd27984..8287cb0c7684 100644 --- a/data/unsuccessful-reproductions/240a97fbd15878d62577ec221938e8633a226d4e.json +++ b/data/unsuccessful-reproductions/240a97fbd15878d62577ec221938e8633a226d4e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.82", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/240e3315e3ff08e50fa5bc205c0061d73558e5ed.json b/data/unsuccessful-reproductions/240e3315e3ff08e50fa5bc205c0061d73558e5ed.json index 2548ce0d5471..ba5c4165b4cd 100644 --- a/data/unsuccessful-reproductions/240e3315e3ff08e50fa5bc205c0061d73558e5ed.json +++ b/data/unsuccessful-reproductions/240e3315e3ff08e50fa5bc205c0061d73558e5ed.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.54", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/241dd96590af10c254524f2b62aaf10164d9c8ff.json b/data/unsuccessful-reproductions/241dd96590af10c254524f2b62aaf10164d9c8ff.json index 9aede4bb8506..98e91a62e647 100644 --- a/data/unsuccessful-reproductions/241dd96590af10c254524f2b62aaf10164d9c8ff.json +++ b/data/unsuccessful-reproductions/241dd96590af10c254524f2b62aaf10164d9c8ff.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "5.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/242461068dbbba6030da2ec6a7a9806ccc6c771f.json b/data/unsuccessful-reproductions/242461068dbbba6030da2ec6a7a9806ccc6c771f.json index f2ab8e4c0038..45768e7fb4fc 100644 --- a/data/unsuccessful-reproductions/242461068dbbba6030da2ec6a7a9806ccc6c771f.json +++ b/data/unsuccessful-reproductions/242461068dbbba6030da2ec6a7a9806ccc6c771f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.1", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/243efdca37ea08b4f1fd5595fd3cd7d2362984f7.json b/data/unsuccessful-reproductions/243efdca37ea08b4f1fd5595fd3cd7d2362984f7.json index 2788c41daafd..1889f6a85d96 100644 --- a/data/unsuccessful-reproductions/243efdca37ea08b4f1fd5595fd3cd7d2362984f7.json +++ b/data/unsuccessful-reproductions/243efdca37ea08b4f1fd5595fd3cd7d2362984f7.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.8", "newVersion" : "8.5.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/245ee83482abd1dfc24556dac7fd6e72136ec607.json b/data/unsuccessful-reproductions/245ee83482abd1dfc24556dac7fd6e72136ec607.json index 3ea173f3fdb2..bf4a8007780c 100644 --- a/data/unsuccessful-reproductions/245ee83482abd1dfc24556dac7fd6e72136ec607.json +++ b/data/unsuccessful-reproductions/245ee83482abd1dfc24556dac7fd6e72136ec607.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.0", "newVersion" : "1.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2499a3a2f901ded1d49c8289743c1c6e53d17484.json b/data/unsuccessful-reproductions/2499a3a2f901ded1d49c8289743c1c6e53d17484.json index fedf655d2c75..353d44dcd0db 100644 --- a/data/unsuccessful-reproductions/2499a3a2f901ded1d49c8289743c1c6e53d17484.json +++ b/data/unsuccessful-reproductions/2499a3a2f901ded1d49c8289743c1c6e53d17484.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.5", "newVersion" : "2.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/mina-sshd" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/249f78cbb324a69d6bbbb3c69144c49a3e7cafae.json b/data/unsuccessful-reproductions/249f78cbb324a69d6bbbb3c69144c49a3e7cafae.json index 80054b38834a..8d01cda5d000 100644 --- a/data/unsuccessful-reproductions/249f78cbb324a69d6bbbb3c69144c49a3e7cafae.json +++ b/data/unsuccessful-reproductions/249f78cbb324a69d6bbbb3c69144c49a3e7cafae.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/24a1efce96c2d3a3b5a5a6934b9e23aac252f851.json b/data/unsuccessful-reproductions/24a1efce96c2d3a3b5a5a6934b9e23aac252f851.json index ae570724f1d7..b8df0407bee8 100644 --- a/data/unsuccessful-reproductions/24a1efce96c2d3a3b5a5a6934b9e23aac252f851.json +++ b/data/unsuccessful-reproductions/24a1efce96c2d3a3b5a5a6934b9e23aac252f851.json @@ -12,7 +12,10 @@ "previousVersion" : "1.28.0", "newVersion" : "1.29.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/24c09134ca34194c49ccb021aba9db98c9c85a5f.json b/data/unsuccessful-reproductions/24c09134ca34194c49ccb021aba9db98c9c85a5f.json index c4c60b1faa98..03c040a01826 100644 --- a/data/unsuccessful-reproductions/24c09134ca34194c49ccb021aba9db98c9c85a5f.json +++ b/data/unsuccessful-reproductions/24c09134ca34194c49ccb021aba9db98c9c85a5f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/24c7e989780a8affab4a0f101c3e480889c3c760.json b/data/unsuccessful-reproductions/24c7e989780a8affab4a0f101c3e480889c3c760.json index b3dd019f23ad..8f5b3fad98a7 100644 --- a/data/unsuccessful-reproductions/24c7e989780a8affab4a0f101c3e480889c3c760.json +++ b/data/unsuccessful-reproductions/24c7e989780a8affab4a0f101c3e480889c3c760.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/24d8ad73632813caa8469c9305ac16d582e606ed.json b/data/unsuccessful-reproductions/24d8ad73632813caa8469c9305ac16d582e606ed.json index 6498537fd6cf..fd1970ec8625 100644 --- a/data/unsuccessful-reproductions/24d8ad73632813caa8469c9305ac16d582e606ed.json +++ b/data/unsuccessful-reproductions/24d8ad73632813caa8469c9305ac16d582e606ed.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/24e21ce27841d0693ddc0fe222b5db04ec9d8d95.json b/data/unsuccessful-reproductions/24e21ce27841d0693ddc0fe222b5db04ec9d8d95.json index 18ab15e2ac4d..8148764bf06a 100644 --- a/data/unsuccessful-reproductions/24e21ce27841d0693ddc0fe222b5db04ec9d8d95.json +++ b/data/unsuccessful-reproductions/24e21ce27841d0693ddc0fe222b5db04ec9d8d95.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/24f2736f700dbeb4839b93f07ce7f88acb80f8d7.json b/data/unsuccessful-reproductions/24f2736f700dbeb4839b93f07ce7f88acb80f8d7.json index 1306171a27db..0d26e7bcdcd2 100644 --- a/data/unsuccessful-reproductions/24f2736f700dbeb4839b93f07ce7f88acb80f8d7.json +++ b/data/unsuccessful-reproductions/24f2736f700dbeb4839b93f07ce7f88acb80f8d7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.3", "newVersion" : "2.1.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/24f80f48b59d74dbbadbc5a0793cfd2620955746.json b/data/unsuccessful-reproductions/24f80f48b59d74dbbadbc5a0793cfd2620955746.json index 3a9ec7b48a35..7aea3fc1b4ca 100644 --- a/data/unsuccessful-reproductions/24f80f48b59d74dbbadbc5a0793cfd2620955746.json +++ b/data/unsuccessful-reproductions/24f80f48b59d74dbbadbc5a0793cfd2620955746.json @@ -12,7 +12,10 @@ "previousVersion" : "72.1", "newVersion" : "73.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/251ef1b20e53439ae8544811c9a8592e5d6c69af.json b/data/unsuccessful-reproductions/251ef1b20e53439ae8544811c9a8592e5d6c69af.json index ae69e3055959..13d09165196a 100644 --- a/data/unsuccessful-reproductions/251ef1b20e53439ae8544811c9a8592e5d6c69af.json +++ b/data/unsuccessful-reproductions/251ef1b20e53439ae8544811c9a8592e5d6c69af.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.46", "newVersion" : "1.2.83", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/253531b8d3d1091452007936a6eb7739fcd4f1f7.json b/data/unsuccessful-reproductions/253531b8d3d1091452007936a6eb7739fcd4f1f7.json index 9ecc01e3bda8..a4414138045b 100644 --- a/data/unsuccessful-reproductions/253531b8d3d1091452007936a6eb7739fcd4f1f7.json +++ b/data/unsuccessful-reproductions/253531b8d3d1091452007936a6eb7739fcd4f1f7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.4", "newVersion" : "2.2.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2544e4da866906e9adc4deb684bfb8ca6e4a9de0.json b/data/unsuccessful-reproductions/2544e4da866906e9adc4deb684bfb8ca6e4a9de0.json index 8417814f7713..7b2dd7065faa 100644 --- a/data/unsuccessful-reproductions/2544e4da866906e9adc4deb684bfb8ca6e4a9de0.json +++ b/data/unsuccessful-reproductions/2544e4da866906e9adc4deb684bfb8ca6e4a9de0.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/25481c76276b4326e3bc83ca4546239eafadc4af.json b/data/unsuccessful-reproductions/25481c76276b4326e3bc83ca4546239eafadc4af.json index 5ad62fd38165..584d641c0919 100644 --- a/data/unsuccessful-reproductions/25481c76276b4326e3bc83ca4546239eafadc4af.json +++ b/data/unsuccessful-reproductions/25481c76276b4326e3bc83ca4546239eafadc4af.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.0", "newVersion" : "4.7.3", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/254d7422b4363d68a6805992d0fae0adf73afd49.json b/data/unsuccessful-reproductions/254d7422b4363d68a6805992d0fae0adf73afd49.json index 86467fce6bd7..94e6b68d1cb2 100644 --- a/data/unsuccessful-reproductions/254d7422b4363d68a6805992d0fae0adf73afd49.json +++ b/data/unsuccessful-reproductions/254d7422b4363d68a6805992d0fae0adf73afd49.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.97", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2564c149d7eef98d92564628814c03dd8007419f.json b/data/unsuccessful-reproductions/2564c149d7eef98d92564628814c03dd8007419f.json index 6fad6bfe9473..c55797b77eb2 100644 --- a/data/unsuccessful-reproductions/2564c149d7eef98d92564628814c03dd8007419f.json +++ b/data/unsuccessful-reproductions/2564c149d7eef98d92564628814c03dd8007419f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.332", "newVersion" : "1.12.342", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2569e9fc3fe4042f38d5c96513f211079239dedb.json b/data/unsuccessful-reproductions/2569e9fc3fe4042f38d5c96513f211079239dedb.json index 87d1cfef3e24..22e9e02f1e5c 100644 --- a/data/unsuccessful-reproductions/2569e9fc3fe4042f38d5c96513f211079239dedb.json +++ b/data/unsuccessful-reproductions/2569e9fc3fe4042f38d5c96513f211079239dedb.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "3.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/25afd6aa27498c2a2a787214f0e95938c7201dd4.json b/data/unsuccessful-reproductions/25afd6aa27498c2a2a787214f0e95938c7201dd4.json index af17d500f268..25a17b0a35ef 100644 --- a/data/unsuccessful-reproductions/25afd6aa27498c2a2a787214f0e95938c7201dd4.json +++ b/data/unsuccessful-reproductions/25afd6aa27498c2a2a787214f0e95938c7201dd4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.4.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/25c1a575c2da8a8543d97ff7dcaa76c180e5b4e9.json b/data/unsuccessful-reproductions/25c1a575c2da8a8543d97ff7dcaa76c180e5b4e9.json index f8fd76cf29c4..d6d96dae57ed 100644 --- a/data/unsuccessful-reproductions/25c1a575c2da8a8543d97ff7dcaa76c180e5b4e9.json +++ b/data/unsuccessful-reproductions/25c1a575c2da8a8543d97ff7dcaa76c180e5b4e9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.1", "newVersion" : "3.6.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/25eadbafb578b1bbec5f83cee06ec78af04abe0e.json b/data/unsuccessful-reproductions/25eadbafb578b1bbec5f83cee06ec78af04abe0e.json index 63ab1b2cc09a..ac227d5ef21c 100644 --- a/data/unsuccessful-reproductions/25eadbafb578b1bbec5f83cee06ec78af04abe0e.json +++ b/data/unsuccessful-reproductions/25eadbafb578b1bbec5f83cee06ec78af04abe0e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/25ed6992fc1e458110666f8ac5f250a7c075aa73.json b/data/unsuccessful-reproductions/25ed6992fc1e458110666f8ac5f250a7c075aa73.json index 4e890666181b..d55e11f65b40 100644 --- a/data/unsuccessful-reproductions/25ed6992fc1e458110666f8ac5f250a7c075aa73.json +++ b/data/unsuccessful-reproductions/25ed6992fc1e458110666f8ac5f250a7c075aa73.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9.9.1", "newVersion" : "1.9.19", "dependencyScope" : "runtime", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26123f2f2efd28ee0b2b0756f3357e7c25361dc3.json b/data/unsuccessful-reproductions/26123f2f2efd28ee0b2b0756f3357e7c25361dc3.json index 6f2a09e902b9..1296ebf76aa2 100644 --- a/data/unsuccessful-reproductions/26123f2f2efd28ee0b2b0756f3357e7c25361dc3.json +++ b/data/unsuccessful-reproductions/26123f2f2efd28ee0b2b0756f3357e7c25361dc3.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2629a7b673c1da7b26c1fbbe3a86a014762a7395.json b/data/unsuccessful-reproductions/2629a7b673c1da7b26c1fbbe3a86a014762a7395.json index dc6585639ea5..56f0ac3e2916 100644 --- a/data/unsuccessful-reproductions/2629a7b673c1da7b26c1fbbe3a86a014762a7395.json +++ b/data/unsuccessful-reproductions/2629a7b673c1da7b26c1fbbe3a86a014762a7395.json @@ -12,7 +12,10 @@ "previousVersion" : "1.21", "newVersion" : "1.22", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/262ad22d9939a5109737b31da4d4d9adea875168.json b/data/unsuccessful-reproductions/262ad22d9939a5109737b31da4d4d9adea875168.json index 281f7dc9f09c..5445364f9217 100644 --- a/data/unsuccessful-reproductions/262ad22d9939a5109737b31da4d4d9adea875168.json +++ b/data/unsuccessful-reproductions/262ad22d9939a5109737b31da4d4d9adea875168.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.256", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2631fd1206fd60f0d69b98eb0d05988d7e4da0f0.json b/data/unsuccessful-reproductions/2631fd1206fd60f0d69b98eb0d05988d7e4da0f0.json index 1cccc0b852aa..837aa54fb469 100644 --- a/data/unsuccessful-reproductions/2631fd1206fd60f0d69b98eb0d05988d7e4da0f0.json +++ b/data/unsuccessful-reproductions/2631fd1206fd60f0d69b98eb0d05988d7e4da0f0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.4", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2648ab3fe669d0acc3bdca2404f5ed126a47c8d2.json b/data/unsuccessful-reproductions/2648ab3fe669d0acc3bdca2404f5ed126a47c8d2.json index 4014a323c83a..c3a11e608318 100644 --- a/data/unsuccessful-reproductions/2648ab3fe669d0acc3bdca2404f5ed126a47c8d2.json +++ b/data/unsuccessful-reproductions/2648ab3fe669d0acc3bdca2404f5ed126a47c8d2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "116.vf8f487400980", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26685c646ec835ba565c4e1d9bf28ef0777e97e2.json b/data/unsuccessful-reproductions/26685c646ec835ba565c4e1d9bf28ef0777e97e2.json index 5d4abd9a0ca1..f67727ac39b9 100644 --- a/data/unsuccessful-reproductions/26685c646ec835ba565c4e1d9bf28ef0777e97e2.json +++ b/data/unsuccessful-reproductions/26685c646ec835ba565c4e1d9bf28ef0777e97e2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.20", "newVersion" : "1.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2675f93a51c9f8ce12bc27b209dea6a76a61dce1.json b/data/unsuccessful-reproductions/2675f93a51c9f8ce12bc27b209dea6a76a61dce1.json index 9028e438fe0f..22927be123aa 100644 --- a/data/unsuccessful-reproductions/2675f93a51c9f8ce12bc27b209dea6a76a61dce1.json +++ b/data/unsuccessful-reproductions/2675f93a51c9f8ce12bc27b209dea6a76a61dce1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.23", "newVersion" : "1.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26814b647abad607012013dcec40acd1e1bcc40b.json b/data/unsuccessful-reproductions/26814b647abad607012013dcec40acd1e1bcc40b.json index e0a19987939c..593c76535a62 100644 --- a/data/unsuccessful-reproductions/26814b647abad607012013dcec40acd1e1bcc40b.json +++ b/data/unsuccessful-reproductions/26814b647abad607012013dcec40acd1e1bcc40b.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.3.RELEASE", "newVersion" : "5.3.18", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2685d49751f1aabf855ec4ab6f9ab9c0d2aad1ff.json b/data/unsuccessful-reproductions/2685d49751f1aabf855ec4ab6f9ab9c0d2aad1ff.json index b97e94058f4f..c134c81bbf13 100644 --- a/data/unsuccessful-reproductions/2685d49751f1aabf855ec4ab6f9ab9c0d2aad1ff.json +++ b/data/unsuccessful-reproductions/2685d49751f1aabf855ec4ab6f9ab9c0d2aad1ff.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/268b389ca1b48f57beccca64fd65e97e1c25ef5e.json b/data/unsuccessful-reproductions/268b389ca1b48f57beccca64fd65e97e1c25ef5e.json index 099c745710f7..f2b6919fd6c2 100644 --- a/data/unsuccessful-reproductions/268b389ca1b48f57beccca64fd65e97e1c25ef5e.json +++ b/data/unsuccessful-reproductions/268b389ca1b48f57beccca64fd65e97e1c25ef5e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26961ec4be673140a49fb694be56d4370ccb948f.json b/data/unsuccessful-reproductions/26961ec4be673140a49fb694be56d4370ccb948f.json index cce4e47986e4..dfb81c514226 100644 --- a/data/unsuccessful-reproductions/26961ec4be673140a49fb694be56d4370ccb948f.json +++ b/data/unsuccessful-reproductions/26961ec4be673140a49fb694be56d4370ccb948f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.16.Final", "newVersion" : "2.3.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26994513e6c3335081d60554510d7bc2961347e1.json b/data/unsuccessful-reproductions/26994513e6c3335081d60554510d7bc2961347e1.json index 48afbb2c1262..6eda892300cc 100644 --- a/data/unsuccessful-reproductions/26994513e6c3335081d60554510d7bc2961347e1.json +++ b/data/unsuccessful-reproductions/26994513e6c3335081d60554510d7bc2961347e1.json @@ -12,7 +12,10 @@ "previousVersion" : "8.44", "newVersion" : "9.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/269e77c826d15d450c8507a6bd3b78d9e6d6604c.json b/data/unsuccessful-reproductions/269e77c826d15d450c8507a6bd3b78d9e6d6604c.json index 9b401395f38b..5cd70fc1c23b 100644 --- a/data/unsuccessful-reproductions/269e77c826d15d450c8507a6bd3b78d9e6d6604c.json +++ b/data/unsuccessful-reproductions/269e77c826d15d450c8507a6bd3b78d9e6d6604c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26a134ebdb0edf95968424b958278e34b65dd72a.json b/data/unsuccessful-reproductions/26a134ebdb0edf95968424b958278e34b65dd72a.json index 8c61b5f37358..0378379dbe11 100644 --- a/data/unsuccessful-reproductions/26a134ebdb0edf95968424b958278e34b65dd72a.json +++ b/data/unsuccessful-reproductions/26a134ebdb0edf95968424b958278e34b65dd72a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.96", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26a6dc1bc7002517144784831c35df3e42a1892a.json b/data/unsuccessful-reproductions/26a6dc1bc7002517144784831c35df3e42a1892a.json index 6ec5461b32fe..baea9207dd3c 100644 --- a/data/unsuccessful-reproductions/26a6dc1bc7002517144784831c35df3e42a1892a.json +++ b/data/unsuccessful-reproductions/26a6dc1bc7002517144784831c35df3e42a1892a.json @@ -12,7 +12,10 @@ "previousVersion" : "8.25", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26bc8be6d1add4051cde2a3b4bb105845fd6d2d7.json b/data/unsuccessful-reproductions/26bc8be6d1add4051cde2a3b4bb105845fd6d2d7.json index 511c4f5d9188..4a8323e3cfa2 100644 --- a/data/unsuccessful-reproductions/26bc8be6d1add4051cde2a3b4bb105845fd6d2d7.json +++ b/data/unsuccessful-reproductions/26bc8be6d1add4051cde2a3b4bb105845fd6d2d7.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26dcbf6455be44ba0fa77cf941b7f81e52785335.json b/data/unsuccessful-reproductions/26dcbf6455be44ba0fa77cf941b7f81e52785335.json index e24aea55b005..52186aaf95ab 100644 --- a/data/unsuccessful-reproductions/26dcbf6455be44ba0fa77cf941b7f81e52785335.json +++ b/data/unsuccessful-reproductions/26dcbf6455be44ba0fa77cf941b7f81e52785335.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26dcf14545cf4d99068071060aefdb0367e5ee5b.json b/data/unsuccessful-reproductions/26dcf14545cf4d99068071060aefdb0367e5ee5b.json index 627bcd7d268a..563488adc880 100644 --- a/data/unsuccessful-reproductions/26dcf14545cf4d99068071060aefdb0367e5ee5b.json +++ b/data/unsuccessful-reproductions/26dcf14545cf4d99068071060aefdb0367e5ee5b.json @@ -12,7 +12,10 @@ "previousVersion" : "0.14.3", "newVersion" : "0.27.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/26f818fe55da6e124dfdb48e467bf2fdc5b869f4.json b/data/unsuccessful-reproductions/26f818fe55da6e124dfdb48e467bf2fdc5b869f4.json index 91c4b3046a80..f7763a372134 100644 --- a/data/unsuccessful-reproductions/26f818fe55da6e124dfdb48e467bf2fdc5b869f4.json +++ b/data/unsuccessful-reproductions/26f818fe55da6e124dfdb48e467bf2fdc5b869f4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.22", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27074c5cab82903985a306153d62c3c23ea7d64d.json b/data/unsuccessful-reproductions/27074c5cab82903985a306153d62c3c23ea7d64d.json index 8cde33463953..6c616807c7a6 100644 --- a/data/unsuccessful-reproductions/27074c5cab82903985a306153d62c3c23ea7d64d.json +++ b/data/unsuccessful-reproductions/27074c5cab82903985a306153d62c3c23ea7d64d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.11", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/271b2453547c9db847aeac0a5cd86fa182a93828.json b/data/unsuccessful-reproductions/271b2453547c9db847aeac0a5cd86fa182a93828.json index c61e8e78a3be..44ab72df9819 100644 --- a/data/unsuccessful-reproductions/271b2453547c9db847aeac0a5cd86fa182a93828.json +++ b/data/unsuccessful-reproductions/271b2453547c9db847aeac0a5cd86fa182a93828.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.205", "newVersion" : "1.12.233", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2728da5af8b8b905c7cf5fb3e4f63a8cb6e27f83.json b/data/unsuccessful-reproductions/2728da5af8b8b905c7cf5fb3e4f63a8cb6e27f83.json index 7addcce7ac90..9057a8907f0d 100644 --- a/data/unsuccessful-reproductions/2728da5af8b8b905c7cf5fb3e4f63a8cb6e27f83.json +++ b/data/unsuccessful-reproductions/2728da5af8b8b905c7cf5fb3e4f63a8cb6e27f83.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4.RELEASE", "newVersion" : "2.7.11", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27357ca8630b7e793a6ff47ffb299440246a7bc6.json b/data/unsuccessful-reproductions/27357ca8630b7e793a6ff47ffb299440246a7bc6.json index fbf4ba9fd921..26738728846b 100644 --- a/data/unsuccessful-reproductions/27357ca8630b7e793a6ff47ffb299440246a7bc6.json +++ b/data/unsuccessful-reproductions/27357ca8630b7e793a6ff47ffb299440246a7bc6.json @@ -12,7 +12,10 @@ "previousVersion" : "7.4.4.v20110707", "newVersion" : "9.4.40.v20210413", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2750f705238d6e6d6f039e972b174f7ce429262d.json b/data/unsuccessful-reproductions/2750f705238d6e6d6f039e972b174f7ce429262d.json index 40b4abf5a2a5..67116294adc8 100644 --- a/data/unsuccessful-reproductions/2750f705238d6e6d6f039e972b174f7ce429262d.json +++ b/data/unsuccessful-reproductions/2750f705238d6e6d6f039e972b174f7ce429262d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.1", "newVersion" : "1.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27731835486c53f90269c53faf3a91fd2b2855c8.json b/data/unsuccessful-reproductions/27731835486c53f90269c53faf3a91fd2b2855c8.json index 38bf92c98749..d7de7a575c1a 100644 --- a/data/unsuccessful-reproductions/27731835486c53f90269c53faf3a91fd2b2855c8.json +++ b/data/unsuccessful-reproductions/27731835486c53f90269c53faf3a91fd2b2855c8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.3", "newVersion" : "1.15.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2799d5c2a40fdcfcce67a6610e01899a22e2f211.json b/data/unsuccessful-reproductions/2799d5c2a40fdcfcce67a6610e01899a22e2f211.json index 78fb2f886553..049515095aff 100644 --- a/data/unsuccessful-reproductions/2799d5c2a40fdcfcce67a6610e01899a22e2f211.json +++ b/data/unsuccessful-reproductions/2799d5c2a40fdcfcce67a6610e01899a22e2f211.json @@ -12,7 +12,10 @@ "previousVersion" : "5.4.3.Final", "newVersion" : "8.0.1.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27acaf38a08b865c4f53fc2e79d47cfd463e28f8.json b/data/unsuccessful-reproductions/27acaf38a08b865c4f53fc2e79d47cfd463e28f8.json index ab599e7631f7..8e0d174b147c 100644 --- a/data/unsuccessful-reproductions/27acaf38a08b865c4f53fc2e79d47cfd463e28f8.json +++ b/data/unsuccessful-reproductions/27acaf38a08b865c4f53fc2e79d47cfd463e28f8.json @@ -12,7 +12,10 @@ "previousVersion" : "5.8.0", "newVersion" : "5.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27b02443188e62ad2937b2ef13f06a936aa64096.json b/data/unsuccessful-reproductions/27b02443188e62ad2937b2ef13f06a936aa64096.json index 7124a558c64d..ae922c9b590f 100644 --- a/data/unsuccessful-reproductions/27b02443188e62ad2937b2ef13f06a936aa64096.json +++ b/data/unsuccessful-reproductions/27b02443188e62ad2937b2ef13f06a936aa64096.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.43.v20210629", "newVersion" : "9.4.46.v20220331", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27b573d18f1b2427d76c110551def40cb34ed225.json b/data/unsuccessful-reproductions/27b573d18f1b2427d76c110551def40cb34ed225.json index b3ed8692c7b7..35ff09aee841 100644 --- a/data/unsuccessful-reproductions/27b573d18f1b2427d76c110551def40cb34ed225.json +++ b/data/unsuccessful-reproductions/27b573d18f1b2427d76c110551def40cb34ed225.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27c0bcc7c52a80f1bfdf4aaf8e83cfd9cd2a798c.json b/data/unsuccessful-reproductions/27c0bcc7c52a80f1bfdf4aaf8e83cfd9cd2a798c.json index a797e0f1cf7f..1a0623b0c21f 100644 --- a/data/unsuccessful-reproductions/27c0bcc7c52a80f1bfdf4aaf8e83cfd9cd2a798c.json +++ b/data/unsuccessful-reproductions/27c0bcc7c52a80f1bfdf4aaf8e83cfd9cd2a798c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.12", "newVersion" : "2.7.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/eclipselink" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27dabdd0129216a49e3d7984088874b46699977c.json b/data/unsuccessful-reproductions/27dabdd0129216a49e3d7984088874b46699977c.json index 3da7fe9e8342..9c1bca989ab9 100644 --- a/data/unsuccessful-reproductions/27dabdd0129216a49e3d7984088874b46699977c.json +++ b/data/unsuccessful-reproductions/27dabdd0129216a49e3d7984088874b46699977c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27e4124d2c8157e818151d7d03b598623c2d5eb7.json b/data/unsuccessful-reproductions/27e4124d2c8157e818151d7d03b598623c2d5eb7.json index 974ce5c5e31f..99b712f45563 100644 --- a/data/unsuccessful-reproductions/27e4124d2c8157e818151d7d03b598623c2d5eb7.json +++ b/data/unsuccessful-reproductions/27e4124d2c8157e818151d7d03b598623c2d5eb7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.3", "newVersion" : "1.6.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27f184077883645bb060808a1d46fd92adb5ab84.json b/data/unsuccessful-reproductions/27f184077883645bb060808a1d46fd92adb5ab84.json index d765fcbcd127..daa90cf0c9a3 100644 --- a/data/unsuccessful-reproductions/27f184077883645bb060808a1d46fd92adb5ab84.json +++ b/data/unsuccessful-reproductions/27f184077883645bb060808a1d46fd92adb5ab84.json @@ -12,7 +12,10 @@ "previousVersion" : "3.17", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/27f9ff1e357e5d3abca4b379ecee8c2712baf9dd.json b/data/unsuccessful-reproductions/27f9ff1e357e5d3abca4b379ecee8c2712baf9dd.json index 881ef17194e1..9b079aa8fa5c 100644 --- a/data/unsuccessful-reproductions/27f9ff1e357e5d3abca4b379ecee8c2712baf9dd.json +++ b/data/unsuccessful-reproductions/27f9ff1e357e5d3abca4b379ecee8c2712baf9dd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.3", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/280b062d4e72a44a2333ac2507b57a8316999ee6.json b/data/unsuccessful-reproductions/280b062d4e72a44a2333ac2507b57a8316999ee6.json index 7f55cdffd008..ec7359c96f97 100644 --- a/data/unsuccessful-reproductions/280b062d4e72a44a2333ac2507b57a8316999ee6.json +++ b/data/unsuccessful-reproductions/280b062d4e72a44a2333ac2507b57a8316999ee6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.5", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/281279f1eaf57cccdc071f08cef3426046e4db31.json b/data/unsuccessful-reproductions/281279f1eaf57cccdc071f08cef3426046e4db31.json index 8c7f221c8b80..f27714f545d5 100644 --- a/data/unsuccessful-reproductions/281279f1eaf57cccdc071f08cef3426046e4db31.json +++ b/data/unsuccessful-reproductions/281279f1eaf57cccdc071f08cef3426046e4db31.json @@ -12,7 +12,10 @@ "previousVersion" : "2.39.0", "newVersion" : "2.39.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2813f685f78de77187b2def891f7eca8cb933d3c.json b/data/unsuccessful-reproductions/2813f685f78de77187b2def891f7eca8cb933d3c.json index 51dc7d4b9120..a183cd1af924 100644 --- a/data/unsuccessful-reproductions/2813f685f78de77187b2def891f7eca8cb933d3c.json +++ b/data/unsuccessful-reproductions/2813f685f78de77187b2def891f7eca8cb933d3c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/282d42b7204106b4aaed7f6d30cd4b804dfc2712.json b/data/unsuccessful-reproductions/282d42b7204106b4aaed7f6d30cd4b804dfc2712.json index 323a9b924f40..ee6527209f48 100644 --- a/data/unsuccessful-reproductions/282d42b7204106b4aaed7f6d30cd4b804dfc2712.json +++ b/data/unsuccessful-reproductions/282d42b7204106b4aaed7f6d30cd4b804dfc2712.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2", "newVersion" : "4.2.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2831d9ffabcf68ec658b9971fd2f4c847d66b2d3.json b/data/unsuccessful-reproductions/2831d9ffabcf68ec658b9971fd2f4c847d66b2d3.json index e72a5d8e79ec..1afe2fdd9b72 100644 --- a/data/unsuccessful-reproductions/2831d9ffabcf68ec658b9971fd2f4c847d66b2d3.json +++ b/data/unsuccessful-reproductions/2831d9ffabcf68ec658b9971fd2f4c847d66b2d3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "2.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/284213dfeed1fb7619ce1ac57187e956a9ebf2fc.json b/data/unsuccessful-reproductions/284213dfeed1fb7619ce1ac57187e956a9ebf2fc.json index 30836bf3ffab..1825e7647e15 100644 --- a/data/unsuccessful-reproductions/284213dfeed1fb7619ce1ac57187e956a9ebf2fc.json +++ b/data/unsuccessful-reproductions/284213dfeed1fb7619ce1ac57187e956a9ebf2fc.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.6", "newVersion" : "4.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/285b4166ac78852bbaa2b653e0651cc1c8b92790.json b/data/unsuccessful-reproductions/285b4166ac78852bbaa2b653e0651cc1c8b92790.json index c6a24ba4fb7e..7b95da7dd20b 100644 --- a/data/unsuccessful-reproductions/285b4166ac78852bbaa2b653e0651cc1c8b92790.json +++ b/data/unsuccessful-reproductions/285b4166ac78852bbaa2b653e0651cc1c8b92790.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.1.5", "newVersion" : "v1.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/288068d359000fea40da639a181f4656a3a30131.json b/data/unsuccessful-reproductions/288068d359000fea40da639a181f4656a3a30131.json index 4cbd54df04bf..1cd960119b54 100644 --- a/data/unsuccessful-reproductions/288068d359000fea40da639a181f4656a3a30131.json +++ b/data/unsuccessful-reproductions/288068d359000fea40da639a181f4656a3a30131.json @@ -12,7 +12,10 @@ "previousVersion" : "1.19", "newVersion" : "1.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/288276e8a867ebd19c1c7844100126a233eab085.json b/data/unsuccessful-reproductions/288276e8a867ebd19c1c7844100126a233eab085.json index eb379ad90d34..bab3eb8c4bca 100644 --- a/data/unsuccessful-reproductions/288276e8a867ebd19c1c7844100126a233eab085.json +++ b/data/unsuccessful-reproductions/288276e8a867ebd19c1c7844100126a233eab085.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.2", "newVersion" : "4.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2887fae3edc8e370c5564e51cf030e5a4245be77.json b/data/unsuccessful-reproductions/2887fae3edc8e370c5564e51cf030e5a4245be77.json index 5105a104d40d..a17ad96fe641 100644 --- a/data/unsuccessful-reproductions/2887fae3edc8e370c5564e51cf030e5a4245be77.json +++ b/data/unsuccessful-reproductions/2887fae3edc8e370c5564e51cf030e5a4245be77.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/28a0395c6edd0ed1f98ae70c9ba750ab345b6941.json b/data/unsuccessful-reproductions/28a0395c6edd0ed1f98ae70c9ba750ab345b6941.json index b6cfefb3556d..61b7646bcd98 100644 --- a/data/unsuccessful-reproductions/28a0395c6edd0ed1f98ae70c9ba750ab345b6941.json +++ b/data/unsuccessful-reproductions/28a0395c6edd0ed1f98ae70c9ba750ab345b6941.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/28a4b9e4b4966fa38a3f6d13651ee6ba70bf51fc.json b/data/unsuccessful-reproductions/28a4b9e4b4966fa38a3f6d13651ee6ba70bf51fc.json index dd79ed587370..194b857b9c2f 100644 --- a/data/unsuccessful-reproductions/28a4b9e4b4966fa38a3f6d13651ee6ba70bf51fc.json +++ b/data/unsuccessful-reproductions/28a4b9e4b4966fa38a3f6d13651ee6ba70bf51fc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.14.2-319.v37853346a_229", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/28b2c25c3cb166f9c778929b4f77e8aec35c36fd.json b/data/unsuccessful-reproductions/28b2c25c3cb166f9c778929b4f77e8aec35c36fd.json index 846270ba4f2d..09b221d0c0c6 100644 --- a/data/unsuccessful-reproductions/28b2c25c3cb166f9c778929b4f77e8aec35c36fd.json +++ b/data/unsuccessful-reproductions/28b2c25c3cb166f9c778929b4f77e8aec35c36fd.json @@ -12,7 +12,10 @@ "previousVersion" : "20210307", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/28c0ce4c9b352938a4ca644d8745f74d35dcc8b7.json b/data/unsuccessful-reproductions/28c0ce4c9b352938a4ca644d8745f74d35dcc8b7.json index b5860074b53e..ef9841ebdf8c 100644 --- a/data/unsuccessful-reproductions/28c0ce4c9b352938a4ca644d8745f74d35dcc8b7.json +++ b/data/unsuccessful-reproductions/28c0ce4c9b352938a4ca644d8745f74d35dcc8b7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/28c1c13d9e3359af3adad6cdc4199e8cba26d985.json b/data/unsuccessful-reproductions/28c1c13d9e3359af3adad6cdc4199e8cba26d985.json index 691563f1891e..7d6e41b0359b 100644 --- a/data/unsuccessful-reproductions/28c1c13d9e3359af3adad6cdc4199e8cba26d985.json +++ b/data/unsuccessful-reproductions/28c1c13d9e3359af3adad6cdc4199e8cba26d985.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/28d638e4680cbc71c8afb54847e694c81e0e8509.json b/data/unsuccessful-reproductions/28d638e4680cbc71c8afb54847e694c81e0e8509.json index 67b9e7b1ec7c..a1f356da7c0f 100644 --- a/data/unsuccessful-reproductions/28d638e4680cbc71c8afb54847e694c81e0e8509.json +++ b/data/unsuccessful-reproductions/28d638e4680cbc71c8afb54847e694c81e0e8509.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/28f77bd9807a5b3a7aae14046f009e37b48f292b.json b/data/unsuccessful-reproductions/28f77bd9807a5b3a7aae14046f009e37b48f292b.json index c7a6cc14e0df..0d76f9d551c0 100644 --- a/data/unsuccessful-reproductions/28f77bd9807a5b3a7aae14046f009e37b48f292b.json +++ b/data/unsuccessful-reproductions/28f77bd9807a5b3a7aae14046f009e37b48f292b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.3", "newVersion" : "3.0.4", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/28f8e30702433d968c40b2dc059c7e5b6e0759b0.json b/data/unsuccessful-reproductions/28f8e30702433d968c40b2dc059c7e5b6e0759b0.json index 8e9af6763675..5d0e4609fd76 100644 --- a/data/unsuccessful-reproductions/28f8e30702433d968c40b2dc059c7e5b6e0759b0.json +++ b/data/unsuccessful-reproductions/28f8e30702433d968c40b2dc059c7e5b6e0759b0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/28f91d112d3f640492291b3c6e1c795556779fa1.json b/data/unsuccessful-reproductions/28f91d112d3f640492291b3c6e1c795556779fa1.json index 9786b93065ff..deba6ef52959 100644 --- a/data/unsuccessful-reproductions/28f91d112d3f640492291b3c6e1c795556779fa1.json +++ b/data/unsuccessful-reproductions/28f91d112d3f640492291b3c6e1c795556779fa1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/29077ef424348d74c09a04e68fd40da911ac2a08.json b/data/unsuccessful-reproductions/29077ef424348d74c09a04e68fd40da911ac2a08.json index 115a882ef046..31057d4610fe 100644 --- a/data/unsuccessful-reproductions/29077ef424348d74c09a04e68fd40da911ac2a08.json +++ b/data/unsuccessful-reproductions/29077ef424348d74c09a04e68fd40da911ac2a08.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.1", "newVersion" : "2.21.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/291b6e42f5c48a9665a4a684005c0225dcf99c06.json b/data/unsuccessful-reproductions/291b6e42f5c48a9665a4a684005c0225dcf99c06.json index b6d95f051db9..7835725239a4 100644 --- a/data/unsuccessful-reproductions/291b6e42f5c48a9665a4a684005c0225dcf99c06.json +++ b/data/unsuccessful-reproductions/291b6e42f5c48a9665a4a684005c0225dcf99c06.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.8.RELEASE", "newVersion" : "5.3.14", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2930d6455bba04e31e4649c92581ec0da3810a6e.json b/data/unsuccessful-reproductions/2930d6455bba04e31e4649c92581ec0da3810a6e.json index 7d66ad16ebfc..8c23e99b4ef6 100644 --- a/data/unsuccessful-reproductions/2930d6455bba04e31e4649c92581ec0da3810a6e.json +++ b/data/unsuccessful-reproductions/2930d6455bba04e31e4649c92581ec0da3810a6e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "4.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/29376371b80c836d217fe76f14afd39ee16a1df4.json b/data/unsuccessful-reproductions/29376371b80c836d217fe76f14afd39ee16a1df4.json index 09a83444851f..81f40859faf3 100644 --- a/data/unsuccessful-reproductions/29376371b80c836d217fe76f14afd39ee16a1df4.json +++ b/data/unsuccessful-reproductions/29376371b80c836d217fe76f14afd39ee16a1df4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.25", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/29477f2558d5cfac5f10f7760ca25d43fa5105ad.json b/data/unsuccessful-reproductions/29477f2558d5cfac5f10f7760ca25d43fa5105ad.json index 4aaa9935556e..387f6ecc742d 100644 --- a/data/unsuccessful-reproductions/29477f2558d5cfac5f10f7760ca25d43fa5105ad.json +++ b/data/unsuccessful-reproductions/29477f2558d5cfac5f10f7760ca25d43fa5105ad.json @@ -12,7 +12,10 @@ "previousVersion" : "1.136.0", "newVersion" : "1.137.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/294898743d5b7a02d5da5024a8fc1f21c0f93093.json b/data/unsuccessful-reproductions/294898743d5b7a02d5da5024a8fc1f21c0f93093.json index b4aa2b819939..3c8af8fb325d 100644 --- a/data/unsuccessful-reproductions/294898743d5b7a02d5da5024a8fc1f21c0f93093.json +++ b/data/unsuccessful-reproductions/294898743d5b7a02d5da5024a8fc1f21c0f93093.json @@ -12,7 +12,10 @@ "previousVersion" : "30.0-jre", "newVersion" : "32.1.2-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2967b7d93169b9ac28af3c9c0dc8e493372fc6b5.json b/data/unsuccessful-reproductions/2967b7d93169b9ac28af3c9c0dc8e493372fc6b5.json index f22d036136e7..4f2adcca4d11 100644 --- a/data/unsuccessful-reproductions/2967b7d93169b9ac28af3c9c0dc8e493372fc6b5.json +++ b/data/unsuccessful-reproductions/2967b7d93169b9ac28af3c9c0dc8e493372fc6b5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2973316cf89f862f3bbfce65c87a075366be7756.json b/data/unsuccessful-reproductions/2973316cf89f862f3bbfce65c87a075366be7756.json index be5457d3dd40..1a7ba853d952 100644 --- a/data/unsuccessful-reproductions/2973316cf89f862f3bbfce65c87a075366be7756.json +++ b/data/unsuccessful-reproductions/2973316cf89f862f3bbfce65c87a075366be7756.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.119", "newVersion" : "2.0.202", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2995a1d43c0e057d26a0597647ade8be17bd68f8.json b/data/unsuccessful-reproductions/2995a1d43c0e057d26a0597647ade8be17bd68f8.json index 061060b37fbd..69c442e13968 100644 --- a/data/unsuccessful-reproductions/2995a1d43c0e057d26a0597647ade8be17bd68f8.json +++ b/data/unsuccessful-reproductions/2995a1d43c0e057d26a0597647ade8be17bd68f8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/29986b659c0f61b7f8017812a783983f253be83b.json b/data/unsuccessful-reproductions/29986b659c0f61b7f8017812a783983f253be83b.json index 50cfa2465f48..5b4c34e3000a 100644 --- a/data/unsuccessful-reproductions/29986b659c0f61b7f8017812a783983f253be83b.json +++ b/data/unsuccessful-reproductions/29986b659c0f61b7f8017812a783983f253be83b.json @@ -12,7 +12,10 @@ "previousVersion" : "v2-rev20210611-1.31.5", "newVersion" : "v2-rev20210617-1.31.5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/29bf5cbb1ec078f8c114467d5ae9506327d76607.json b/data/unsuccessful-reproductions/29bf5cbb1ec078f8c114467d5ae9506327d76607.json index 07474a06ab8a..26524875ad68 100644 --- a/data/unsuccessful-reproductions/29bf5cbb1ec078f8c114467d5ae9506327d76607.json +++ b/data/unsuccessful-reproductions/29bf5cbb1ec078f8c114467d5ae9506327d76607.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0-groovy-3.0", "newVersion" : "2.3-groovy-2.5", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/29cf2d57aa7d763c0ee947c34e374160456310ab.json b/data/unsuccessful-reproductions/29cf2d57aa7d763c0ee947c34e374160456310ab.json index 62c842490370..57fd0ca7afef 100644 --- a/data/unsuccessful-reproductions/29cf2d57aa7d763c0ee947c34e374160456310ab.json +++ b/data/unsuccessful-reproductions/29cf2d57aa7d763c0ee947c34e374160456310ab.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/29e061664884562ab9848544b18c2870599284c4.json b/data/unsuccessful-reproductions/29e061664884562ab9848544b18c2870599284c4.json index 4de1f54417b1..ee3f61efad2d 100644 --- a/data/unsuccessful-reproductions/29e061664884562ab9848544b18c2870599284c4.json +++ b/data/unsuccessful-reproductions/29e061664884562ab9848544b18c2870599284c4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.0", "newVersion" : "3.16.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/29f40b8b17c121f1b5f205accfc5e638451148b9.json b/data/unsuccessful-reproductions/29f40b8b17c121f1b5f205accfc5e638451148b9.json index 2f711d7bab0b..18da09f3066c 100644 --- a/data/unsuccessful-reproductions/29f40b8b17c121f1b5f205accfc5e638451148b9.json +++ b/data/unsuccessful-reproductions/29f40b8b17c121f1b5f205accfc5e638451148b9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.33", "newVersion" : "1.7.35", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a0a803fbf952ee898dfbf7d371ab743dd2b8f3a.json b/data/unsuccessful-reproductions/2a0a803fbf952ee898dfbf7d371ab743dd2b8f3a.json index 1868dc846fbb..93561708047e 100644 --- a/data/unsuccessful-reproductions/2a0a803fbf952ee898dfbf7d371ab743dd2b8f3a.json +++ b/data/unsuccessful-reproductions/2a0a803fbf952ee898dfbf7d371ab743dd2b8f3a.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.5", "newVersion" : "42.3.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a26ef226cbc7452d8df1674dee1c94b75dd7a0d.json b/data/unsuccessful-reproductions/2a26ef226cbc7452d8df1674dee1c94b75dd7a0d.json index 888b98425c32..d70515f9cfa7 100644 --- a/data/unsuccessful-reproductions/2a26ef226cbc7452d8df1674dee1c94b75dd7a0d.json +++ b/data/unsuccessful-reproductions/2a26ef226cbc7452d8df1674dee1c94b75dd7a0d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.20", "newVersion" : "2.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a35d253ef76a543c9886c33e3d256e1985f4907.json b/data/unsuccessful-reproductions/2a35d253ef76a543c9886c33e3d256e1985f4907.json index 763e5e389855..71353cf3b372 100644 --- a/data/unsuccessful-reproductions/2a35d253ef76a543c9886c33e3d256e1985f4907.json +++ b/data/unsuccessful-reproductions/2a35d253ef76a543c9886c33e3d256e1985f4907.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.19", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a47aa14fc2494cc2df8f7bd1c94b5abba9dafc9.json b/data/unsuccessful-reproductions/2a47aa14fc2494cc2df8f7bd1c94b5abba9dafc9.json index ab98e6aa46a8..6facc690d90e 100644 --- a/data/unsuccessful-reproductions/2a47aa14fc2494cc2df8f7bd1c94b5abba9dafc9.json +++ b/data/unsuccessful-reproductions/2a47aa14fc2494cc2df8f7bd1c94b5abba9dafc9.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a4f2ad7cb2f71be0b03476c8b0baa93b37ec245.json b/data/unsuccessful-reproductions/2a4f2ad7cb2f71be0b03476c8b0baa93b37ec245.json index faa74ac6a819..0065c175b650 100644 --- a/data/unsuccessful-reproductions/2a4f2ad7cb2f71be0b03476c8b0baa93b37ec245.json +++ b/data/unsuccessful-reproductions/2a4f2ad7cb2f71be0b03476c8b0baa93b37ec245.json @@ -12,7 +12,10 @@ "previousVersion" : "3.24.0", "newVersion" : "3.25.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a5490d2cd57363546e8d4b6982e56a315cfd1ef.json b/data/unsuccessful-reproductions/2a5490d2cd57363546e8d4b6982e56a315cfd1ef.json index 5a9aa90d34a8..a00567becfed 100644 --- a/data/unsuccessful-reproductions/2a5490d2cd57363546e8d4b6982e56a315cfd1ef.json +++ b/data/unsuccessful-reproductions/2a5490d2cd57363546e8d4b6982e56a315cfd1ef.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.247", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a60b3858337f040961d8e00d78da960d0ca7091.json b/data/unsuccessful-reproductions/2a60b3858337f040961d8e00d78da960d0ca7091.json index 1e553faaa100..d5630ed153c5 100644 --- a/data/unsuccessful-reproductions/2a60b3858337f040961d8e00d78da960d0ca7091.json +++ b/data/unsuccessful-reproductions/2a60b3858337f040961d8e00d78da960d0ca7091.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.6", "newVersion" : "4.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a6501c67ce5b6f1a5ab9082adcb365e554307bd.json b/data/unsuccessful-reproductions/2a6501c67ce5b6f1a5ab9082adcb365e554307bd.json index 344869647b08..eedcebd80aba 100644 --- a/data/unsuccessful-reproductions/2a6501c67ce5b6f1a5ab9082adcb365e554307bd.json +++ b/data/unsuccessful-reproductions/2a6501c67ce5b6f1a5ab9082adcb365e554307bd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.4", "newVersion" : "1.8.5", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a6b96d94c8e1dc635c14a839b23de4cca1e52c3.json b/data/unsuccessful-reproductions/2a6b96d94c8e1dc635c14a839b23de4cca1e52c3.json index a7148d104e1f..b5659a5c66db 100644 --- a/data/unsuccessful-reproductions/2a6b96d94c8e1dc635c14a839b23de4cca1e52c3.json +++ b/data/unsuccessful-reproductions/2a6b96d94c8e1dc635c14a839b23de4cca1e52c3.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.1", "newVersion" : "3.16.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a7bab85f89ca5829ad9d0e374ad9c86ab6f607b.json b/data/unsuccessful-reproductions/2a7bab85f89ca5829ad9d0e374ad9c86ab6f607b.json index 08639f001ed6..784354bfc3d5 100644 --- a/data/unsuccessful-reproductions/2a7bab85f89ca5829ad9d0e374ad9c86ab6f607b.json +++ b/data/unsuccessful-reproductions/2a7bab85f89ca5829ad9d0e374ad9c86ab6f607b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.2", "newVersion" : "2.11.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a7ea431822ed99fe610162e203743d7c9ccf05d.json b/data/unsuccessful-reproductions/2a7ea431822ed99fe610162e203743d7c9ccf05d.json index 05107717a3fb..27999f911cc1 100644 --- a/data/unsuccessful-reproductions/2a7ea431822ed99fe610162e203743d7c9ccf05d.json +++ b/data/unsuccessful-reproductions/2a7ea431822ed99fe610162e203743d7c9ccf05d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "2.9.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a7fc39d5c3bc841b0872cba813f4a35a3224277.json b/data/unsuccessful-reproductions/2a7fc39d5c3bc841b0872cba813f4a35a3224277.json index 14dcb1ec50d9..d0d95cb4b34a 100644 --- a/data/unsuccessful-reproductions/2a7fc39d5c3bc841b0872cba813f4a35a3224277.json +++ b/data/unsuccessful-reproductions/2a7fc39d5c3bc841b0872cba813f4a35a3224277.json @@ -12,7 +12,10 @@ "previousVersion" : "2.19.0", "newVersion" : "2.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a81b09de52263424ed9bd0c6cd61c33a29a3e24.json b/data/unsuccessful-reproductions/2a81b09de52263424ed9bd0c6cd61c33a29a3e24.json index 68c8214725a7..eef785dfdd91 100644 --- a/data/unsuccessful-reproductions/2a81b09de52263424ed9bd0c6cd61c33a29a3e24.json +++ b/data/unsuccessful-reproductions/2a81b09de52263424ed9bd0c6cd61c33a29a3e24.json @@ -12,7 +12,10 @@ "previousVersion" : "1798.vc671fe94856f", "newVersion" : "1836.vfe602c266c05", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2a8c20ba1da20113e5dd8daf52e41b9d2437467a.json b/data/unsuccessful-reproductions/2a8c20ba1da20113e5dd8daf52e41b9d2437467a.json index e464084b6246..495d518cf28f 100644 --- a/data/unsuccessful-reproductions/2a8c20ba1da20113e5dd8daf52e41b9d2437467a.json +++ b/data/unsuccessful-reproductions/2a8c20ba1da20113e5dd8daf52e41b9d2437467a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.3.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2abff6e15be511106e40e559ba9ac4f412c0edb3.json b/data/unsuccessful-reproductions/2abff6e15be511106e40e559ba9ac4f412c0edb3.json index 423fb865969a..4fa7ac1357de 100644 --- a/data/unsuccessful-reproductions/2abff6e15be511106e40e559ba9ac4f412c0edb3.json +++ b/data/unsuccessful-reproductions/2abff6e15be511106e40e559ba9ac4f412c0edb3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.47", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ac1aaba1ebc98331a6190c6e2109ab24f2dab03.json b/data/unsuccessful-reproductions/2ac1aaba1ebc98331a6190c6e2109ab24f2dab03.json index 1ef70547c2f8..d00452d403e7 100644 --- a/data/unsuccessful-reproductions/2ac1aaba1ebc98331a6190c6e2109ab24f2dab03.json +++ b/data/unsuccessful-reproductions/2ac1aaba1ebc98331a6190c6e2109ab24f2dab03.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4.RELEASE", "newVersion" : "2.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ac52a0b61936b4839577ec665a956af35f1764d.json b/data/unsuccessful-reproductions/2ac52a0b61936b4839577ec665a956af35f1764d.json index 99f4349fc938..13c010e9de2c 100644 --- a/data/unsuccessful-reproductions/2ac52a0b61936b4839577ec665a956af35f1764d.json +++ b/data/unsuccessful-reproductions/2ac52a0b61936b4839577ec665a956af35f1764d.json @@ -12,7 +12,10 @@ "previousVersion" : "9.9.1-8", "newVersion" : "11.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ad3c2b365f773f76837556e989fab00eb1ab1f4.json b/data/unsuccessful-reproductions/2ad3c2b365f773f76837556e989fab00eb1ab1f4.json index 37d6c63f0838..590a7bae4088 100644 --- a/data/unsuccessful-reproductions/2ad3c2b365f773f76837556e989fab00eb1ab1f4.json +++ b/data/unsuccessful-reproductions/2ad3c2b365f773f76837556e989fab00eb1ab1f4.json @@ -12,7 +12,10 @@ "previousVersion" : "30.0-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ae7a62dd9c2dc46424bf2dbdd20f5bce9217d9a.json b/data/unsuccessful-reproductions/2ae7a62dd9c2dc46424bf2dbdd20f5bce9217d9a.json index b8d9394fdd9c..9cc784da53b3 100644 --- a/data/unsuccessful-reproductions/2ae7a62dd9c2dc46424bf2dbdd20f5bce9217d9a.json +++ b/data/unsuccessful-reproductions/2ae7a62dd9c2dc46424bf2dbdd20f5bce9217d9a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.4", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ae8c7048165111c12ae9f07aa41a78e14d76faa.json b/data/unsuccessful-reproductions/2ae8c7048165111c12ae9f07aa41a78e14d76faa.json index 81ad221758a3..1106602bcc2f 100644 --- a/data/unsuccessful-reproductions/2ae8c7048165111c12ae9f07aa41a78e14d76faa.json +++ b/data/unsuccessful-reproductions/2ae8c7048165111c12ae9f07aa41a78e14d76faa.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.0.1", "newVersion" : "v1.1.2-d", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2aff7cb37764ee8695a205f5d6e43a32088b2ab7.json b/data/unsuccessful-reproductions/2aff7cb37764ee8695a205f5d6e43a32088b2ab7.json index 5a9f615eb5e7..6626e2311f53 100644 --- a/data/unsuccessful-reproductions/2aff7cb37764ee8695a205f5d6e43a32088b2ab7.json +++ b/data/unsuccessful-reproductions/2aff7cb37764ee8695a205f5d6e43a32088b2ab7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.366", "newVersion" : "1.12.369", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b0194598a5c180b00c9916cee84d3e0c7e22aa0.json b/data/unsuccessful-reproductions/2b0194598a5c180b00c9916cee84d3e0c7e22aa0.json index 6e13e2fcfe00..e7a36beb1ccc 100644 --- a/data/unsuccessful-reproductions/2b0194598a5c180b00c9916cee84d3e0c7e22aa0.json +++ b/data/unsuccessful-reproductions/2b0194598a5c180b00c9916cee84d3e0c7e22aa0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.2", "newVersion" : "2.12.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "JodaOrg/joda-time" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b43b001a551e55e45ff6fc3e7dbe3f801ab073f.json b/data/unsuccessful-reproductions/2b43b001a551e55e45ff6fc3e7dbe3f801ab073f.json index 9ae0c4a3fc08..45f155eeb400 100644 --- a/data/unsuccessful-reproductions/2b43b001a551e55e45ff6fc3e7dbe3f801ab073f.json +++ b/data/unsuccessful-reproductions/2b43b001a551e55e45ff6fc3e7dbe3f801ab073f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b4544a70d186b1a9b7a3bd6a9b16ef6dadd3669.json b/data/unsuccessful-reproductions/2b4544a70d186b1a9b7a3bd6a9b16ef6dadd3669.json index 67afff4d38e9..970c6baeeb6b 100644 --- a/data/unsuccessful-reproductions/2b4544a70d186b1a9b7a3bd6a9b16ef6dadd3669.json +++ b/data/unsuccessful-reproductions/2b4544a70d186b1a9b7a3bd6a9b16ef6dadd3669.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.16.Final", "newVersion" : "5.3.20.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b4ca2bd8549b1ebea458b3240a3fb2ed3dd1f40.json b/data/unsuccessful-reproductions/2b4ca2bd8549b1ebea458b3240a3fb2ed3dd1f40.json index 51944887296b..9b9cfef3a52a 100644 --- a/data/unsuccessful-reproductions/2b4ca2bd8549b1ebea458b3240a3fb2ed3dd1f40.json +++ b/data/unsuccessful-reproductions/2b4ca2bd8549b1ebea458b3240a3fb2ed3dd1f40.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b50ebe8b2e0d9de7a6d33abf09a41f057d67d3c.json b/data/unsuccessful-reproductions/2b50ebe8b2e0d9de7a6d33abf09a41f057d67d3c.json index fb3c35d8adb7..43b44df2477c 100644 --- a/data/unsuccessful-reproductions/2b50ebe8b2e0d9de7a6d33abf09a41f057d67d3c.json +++ b/data/unsuccessful-reproductions/2b50ebe8b2e0d9de7a6d33abf09a41f057d67d3c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.25", "newVersion" : "3.13.29", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b63e0941fd3ba7c7d270e83b28413053cbfcecc.json b/data/unsuccessful-reproductions/2b63e0941fd3ba7c7d270e83b28413053cbfcecc.json index 2aa5b9b0025d..4895b3a84905 100644 --- a/data/unsuccessful-reproductions/2b63e0941fd3ba7c7d270e83b28413053cbfcecc.json +++ b/data/unsuccessful-reproductions/2b63e0941fd3ba7c7d270e83b28413053cbfcecc.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.0", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b7280592948c94efa833f4e49766741f7e87e37.json b/data/unsuccessful-reproductions/2b7280592948c94efa833f4e49766741f7e87e37.json index d50da7779ed9..f7dfae8594d3 100644 --- a/data/unsuccessful-reproductions/2b7280592948c94efa833f4e49766741f7e87e37.json +++ b/data/unsuccessful-reproductions/2b7280592948c94efa833f4e49766741f7e87e37.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.3", "newVersion" : "1.15.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b75c91785a2d2cb0d5add5412b3e0a3c95439e9.json b/data/unsuccessful-reproductions/2b75c91785a2d2cb0d5add5412b3e0a3c95439e9.json index fb07fad84f31..696592dd1851 100644 --- a/data/unsuccessful-reproductions/2b75c91785a2d2cb0d5add5412b3e0a3c95439e9.json +++ b/data/unsuccessful-reproductions/2b75c91785a2d2cb0d5add5412b3e0a3c95439e9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.3", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b796f08d0f149c97df544a1ae41369daa35a848.json b/data/unsuccessful-reproductions/2b796f08d0f149c97df544a1ae41369daa35a848.json index e2ee72180ed5..a9a878714d22 100644 --- a/data/unsuccessful-reproductions/2b796f08d0f149c97df544a1ae41369daa35a848.json +++ b/data/unsuccessful-reproductions/2b796f08d0f149c97df544a1ae41369daa35a848.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.23", "newVersion" : "8.0.28", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b80e9263dbb2a9fef92a5db5427a2342d6e6a4c.json b/data/unsuccessful-reproductions/2b80e9263dbb2a9fef92a5db5427a2342d6e6a4c.json index 4c67e40eefbb..c86b70cae93f 100644 --- a/data/unsuccessful-reproductions/2b80e9263dbb2a9fef92a5db5427a2342d6e6a4c.json +++ b/data/unsuccessful-reproductions/2b80e9263dbb2a9fef92a5db5427a2342d6e6a4c.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "UPL-1.0", + "githubRepoSlug" : "oracle/graaljs" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2b812b998cca6b46ec7e9c0cbe8ef783dbc8cfc0.json b/data/unsuccessful-reproductions/2b812b998cca6b46ec7e9c0cbe8ef783dbc8cfc0.json index 4b2808b93c67..b87fa7a363a5 100644 --- a/data/unsuccessful-reproductions/2b812b998cca6b46ec7e9c0cbe8ef783dbc8cfc0.json +++ b/data/unsuccessful-reproductions/2b812b998cca6b46ec7e9c0cbe8ef783dbc8cfc0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.1", "newVersion" : "1.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2bcccd7b59b2e2097a6e0f3ef909c2445edfb213.json b/data/unsuccessful-reproductions/2bcccd7b59b2e2097a6e0f3ef909c2445edfb213.json index 9b244a4eba5a..9a9c433186eb 100644 --- a/data/unsuccessful-reproductions/2bcccd7b59b2e2097a6e0f3ef909c2445edfb213.json +++ b/data/unsuccessful-reproductions/2bcccd7b59b2e2097a6e0f3ef909c2445edfb213.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.13.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2bd3180880e29f89610f9271252654caf8386857.json b/data/unsuccessful-reproductions/2bd3180880e29f89610f9271252654caf8386857.json index 29b0e3c981a1..3932a7bca3c4 100644 --- a/data/unsuccessful-reproductions/2bd3180880e29f89610f9271252654caf8386857.json +++ b/data/unsuccessful-reproductions/2bd3180880e29f89610f9271252654caf8386857.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.7", "newVersion" : "3.21.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2bd4adcec9e2235e8648ebd5ef42d2b17e75e874.json b/data/unsuccessful-reproductions/2bd4adcec9e2235e8648ebd5ef42d2b17e75e874.json index 7931ec0ca269..aaf1f5a48584 100644 --- a/data/unsuccessful-reproductions/2bd4adcec9e2235e8648ebd5ef42d2b17e75e874.json +++ b/data/unsuccessful-reproductions/2bd4adcec9e2235e8648ebd5ef42d2b17e75e874.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.17.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2be1a86ee6fdb29136afd6e7fe4674b9363179fe.json b/data/unsuccessful-reproductions/2be1a86ee6fdb29136afd6e7fe4674b9363179fe.json index d9d1933e703a..22929ab886a0 100644 --- a/data/unsuccessful-reproductions/2be1a86ee6fdb29136afd6e7fe4674b9363179fe.json +++ b/data/unsuccessful-reproductions/2be1a86ee6fdb29136afd6e7fe4674b9363179fe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.97", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2bf00b1d2fd5553fd901550653362d546960624c.json b/data/unsuccessful-reproductions/2bf00b1d2fd5553fd901550653362d546960624c.json index e5e81374a85b..9cebcbace4c1 100644 --- a/data/unsuccessful-reproductions/2bf00b1d2fd5553fd901550653362d546960624c.json +++ b/data/unsuccessful-reproductions/2bf00b1d2fd5553fd901550653362d546960624c.json @@ -12,7 +12,10 @@ "previousVersion" : "1370.vfa_e23fe119c3", "newVersion" : "1382.v7d694476f340", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2c0042b0de59dd6d2845478bebe4f0efae43c942.json b/data/unsuccessful-reproductions/2c0042b0de59dd6d2845478bebe4f0efae43c942.json index 0ffca5463454..922e89dee514 100644 --- a/data/unsuccessful-reproductions/2c0042b0de59dd6d2845478bebe4f0efae43c942.json +++ b/data/unsuccessful-reproductions/2c0042b0de59dd6d2845478bebe4f0efae43c942.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.69", "newVersion" : "2.20.70", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2c0b1f92e066224b97a13395d4898ffeb10cc2ee.json b/data/unsuccessful-reproductions/2c0b1f92e066224b97a13395d4898ffeb10cc2ee.json index 441d2b55737d..4dfa2ff49524 100644 --- a/data/unsuccessful-reproductions/2c0b1f92e066224b97a13395d4898ffeb10cc2ee.json +++ b/data/unsuccessful-reproductions/2c0b1f92e066224b97a13395d4898ffeb10cc2ee.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2c10ec8e637e46222bb6d5491ac2e14890b7b9fb.json b/data/unsuccessful-reproductions/2c10ec8e637e46222bb6d5491ac2e14890b7b9fb.json index 070417531a7e..51fd22bea8fe 100644 --- a/data/unsuccessful-reproductions/2c10ec8e637e46222bb6d5491ac2e14890b7b9fb.json +++ b/data/unsuccessful-reproductions/2c10ec8e637e46222bb6d5491ac2e14890b7b9fb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.196", "newVersion" : "2.17.201", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2c11e49adbedbd8c173c50cb32b782b1a69ba7b0.json b/data/unsuccessful-reproductions/2c11e49adbedbd8c173c50cb32b782b1a69ba7b0.json index 6815b264e56d..6735c9100687 100644 --- a/data/unsuccessful-reproductions/2c11e49adbedbd8c173c50cb32b782b1a69ba7b0.json +++ b/data/unsuccessful-reproductions/2c11e49adbedbd8c173c50cb32b782b1a69ba7b0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.20.0", "newVersion" : "3.21.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2c185b9b03bcfe41d009205c4609e7e5b0350d0e.json b/data/unsuccessful-reproductions/2c185b9b03bcfe41d009205c4609e7e5b0350d0e.json index c84dc9c523b1..1ee346d17266 100644 --- a/data/unsuccessful-reproductions/2c185b9b03bcfe41d009205c4609e7e5b0350d0e.json +++ b/data/unsuccessful-reproductions/2c185b9b03bcfe41d009205c4609e7e5b0350d0e.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.2", "newVersion" : "5.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2c23e59f60676f7ade1fce51eff544cb61434a1d.json b/data/unsuccessful-reproductions/2c23e59f60676f7ade1fce51eff544cb61434a1d.json index fa78a6c11f4a..f5d4986fad98 100644 --- a/data/unsuccessful-reproductions/2c23e59f60676f7ade1fce51eff544cb61434a1d.json +++ b/data/unsuccessful-reproductions/2c23e59f60676f7ade1fce51eff544cb61434a1d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.14", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2c5032708c84720a10a74cc88dc07437629f6b49.json b/data/unsuccessful-reproductions/2c5032708c84720a10a74cc88dc07437629f6b49.json index e9b6b2023eff..eee8981ac86e 100644 --- a/data/unsuccessful-reproductions/2c5032708c84720a10a74cc88dc07437629f6b49.json +++ b/data/unsuccessful-reproductions/2c5032708c84720a10a74cc88dc07437629f6b49.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.306", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2c57f281e23fb65d556374eee8dae8dc1b69a3ea.json b/data/unsuccessful-reproductions/2c57f281e23fb65d556374eee8dae8dc1b69a3ea.json index 38a11c43c5de..3f9917129675 100644 --- a/data/unsuccessful-reproductions/2c57f281e23fb65d556374eee8dae8dc1b69a3ea.json +++ b/data/unsuccessful-reproductions/2c57f281e23fb65d556374eee8dae8dc1b69a3ea.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.25-1", "newVersion" : "2.6.29", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2c72d43c0ad1b62f81c689ec85c92987e544611b.json b/data/unsuccessful-reproductions/2c72d43c0ad1b62f81c689ec85c92987e544611b.json index e8504c277d99..921f798cfde0 100644 --- a/data/unsuccessful-reproductions/2c72d43c0ad1b62f81c689ec85c92987e544611b.json +++ b/data/unsuccessful-reproductions/2c72d43c0ad1b62f81c689ec85c92987e544611b.json @@ -12,7 +12,10 @@ "previousVersion" : "v3-rev20220612-1.32.1", "newVersion" : "v3-rev20220711-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2c94518e4f3e5f236bf7c98dc1948c133a5d669d.json b/data/unsuccessful-reproductions/2c94518e4f3e5f236bf7c98dc1948c133a5d669d.json index 218e215e9c01..5c7ad99e4b2e 100644 --- a/data/unsuccessful-reproductions/2c94518e4f3e5f236bf7c98dc1948c133a5d669d.json +++ b/data/unsuccessful-reproductions/2c94518e4f3e5f236bf7c98dc1948c133a5d669d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.11", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ca293a2a30e83d9005ef506a979365ba1fa2bb1.json b/data/unsuccessful-reproductions/2ca293a2a30e83d9005ef506a979365ba1fa2bb1.json index d837f476a830..e6b3dbf1f660 100644 --- a/data/unsuccessful-reproductions/2ca293a2a30e83d9005ef506a979365ba1fa2bb1.json +++ b/data/unsuccessful-reproductions/2ca293a2a30e83d9005ef506a979365ba1fa2bb1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.19", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2cadc66beb129f1169f53fd15541fdc3a332e321.json b/data/unsuccessful-reproductions/2cadc66beb129f1169f53fd15541fdc3a332e321.json index 8afca8a73d55..a055f2c44d1d 100644 --- a/data/unsuccessful-reproductions/2cadc66beb129f1169f53fd15541fdc3a332e321.json +++ b/data/unsuccessful-reproductions/2cadc66beb129f1169f53fd15541fdc3a332e321.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.1", "newVersion" : "5.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2caf2b8cb22a594fe02f55b2eee4d260404d6b76.json b/data/unsuccessful-reproductions/2caf2b8cb22a594fe02f55b2eee4d260404d6b76.json index 8b4dfcd1b49c..7ebdb7f768af 100644 --- a/data/unsuccessful-reproductions/2caf2b8cb22a594fe02f55b2eee4d260404d6b76.json +++ b/data/unsuccessful-reproductions/2caf2b8cb22a594fe02f55b2eee4d260404d6b76.json @@ -12,7 +12,10 @@ "previousVersion" : "1.24.0", "newVersion" : "1.24.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2cb653695fbe1241485669446e7cc44e20c486a8.json b/data/unsuccessful-reproductions/2cb653695fbe1241485669446e7cc44e20c486a8.json index 0b16b310a295..86800d0b1d86 100644 --- a/data/unsuccessful-reproductions/2cb653695fbe1241485669446e7cc44e20c486a8.json +++ b/data/unsuccessful-reproductions/2cb653695fbe1241485669446e7cc44e20c486a8.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.6", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2cba88a3f1dd5ea99bbdf3081c8991202feda0a9.json b/data/unsuccessful-reproductions/2cba88a3f1dd5ea99bbdf3081c8991202feda0a9.json index 504b79240bbd..87f4d11e7049 100644 --- a/data/unsuccessful-reproductions/2cba88a3f1dd5ea99bbdf3081c8991202feda0a9.json +++ b/data/unsuccessful-reproductions/2cba88a3f1dd5ea99bbdf3081c8991202feda0a9.json @@ -12,7 +12,10 @@ "previousVersion" : "0.5.1", "newVersion" : "0.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2cbfca58f5bb0cf76419287655cf065e6cec8be3.json b/data/unsuccessful-reproductions/2cbfca58f5bb0cf76419287655cf065e6cec8be3.json index 7b6fe18ab0ed..ddc891594079 100644 --- a/data/unsuccessful-reproductions/2cbfca58f5bb0cf76419287655cf065e6cec8be3.json +++ b/data/unsuccessful-reproductions/2cbfca58f5bb0cf76419287655cf065e6cec8be3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.1", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2cd4dbf9512644c6f3bab7bb3cdfedfd35167f9d.json b/data/unsuccessful-reproductions/2cd4dbf9512644c6f3bab7bb3cdfedfd35167f9d.json index 9e3417c964d2..c93beae3b2e8 100644 --- a/data/unsuccessful-reproductions/2cd4dbf9512644c6f3bab7bb3cdfedfd35167f9d.json +++ b/data/unsuccessful-reproductions/2cd4dbf9512644c6f3bab7bb3cdfedfd35167f9d.json @@ -12,7 +12,10 @@ "previousVersion" : "26.3.0", "newVersion" : "26.7.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2cd71b795c5df4648af2b9106a3315d69598739e.json b/data/unsuccessful-reproductions/2cd71b795c5df4648af2b9106a3315d69598739e.json index c6ed121a5e5f..653508f4a6b9 100644 --- a/data/unsuccessful-reproductions/2cd71b795c5df4648af2b9106a3315d69598739e.json +++ b/data/unsuccessful-reproductions/2cd71b795c5df4648af2b9106a3315d69598739e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.1", "newVersion" : "1.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2cd8770b3db057c66a42005c7c948076af205e52.json b/data/unsuccessful-reproductions/2cd8770b3db057c66a42005c7c948076af205e52.json index 3621bf2eea6d..e8377fe76f9d 100644 --- a/data/unsuccessful-reproductions/2cd8770b3db057c66a42005c7c948076af205e52.json +++ b/data/unsuccessful-reproductions/2cd8770b3db057c66a42005c7c948076af205e52.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.3", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2cead0a1b3be8601374ffcbdc5044a855606e3bb.json b/data/unsuccessful-reproductions/2cead0a1b3be8601374ffcbdc5044a855606e3bb.json index b3bb9c93835c..11d05037560a 100644 --- a/data/unsuccessful-reproductions/2cead0a1b3be8601374ffcbdc5044a855606e3bb.json +++ b/data/unsuccessful-reproductions/2cead0a1b3be8601374ffcbdc5044a855606e3bb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.81", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2cfc52377611e00397d6ee6bf59a3106897d527c.json b/data/unsuccessful-reproductions/2cfc52377611e00397d6ee6bf59a3106897d527c.json index 96a637162dc9..b1b490ff921d 100644 --- a/data/unsuccessful-reproductions/2cfc52377611e00397d6ee6bf59a3106897d527c.json +++ b/data/unsuccessful-reproductions/2cfc52377611e00397d6ee6bf59a3106897d527c.json @@ -12,7 +12,10 @@ "previousVersion" : "0.9.2", "newVersion" : "0.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/thrift" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d0a177fe0a8585e9bc55209ad303e62527aefee.json b/data/unsuccessful-reproductions/2d0a177fe0a8585e9bc55209ad303e62527aefee.json index fea01ec710c4..5e2a2fe7be38 100644 --- a/data/unsuccessful-reproductions/2d0a177fe0a8585e9bc55209ad303e62527aefee.json +++ b/data/unsuccessful-reproductions/2d0a177fe0a8585e9bc55209ad303e62527aefee.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.4.3", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d0c9c8a56e0fc4d54fde00e11d125e00ae497ff.json b/data/unsuccessful-reproductions/2d0c9c8a56e0fc4d54fde00e11d125e00ae497ff.json index cf749beb102e..6318e6f5f46e 100644 --- a/data/unsuccessful-reproductions/2d0c9c8a56e0fc4d54fde00e11d125e00ae497ff.json +++ b/data/unsuccessful-reproductions/2d0c9c8a56e0fc4d54fde00e11d125e00ae497ff.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.18", "newVersion" : "5.3.19", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d395853ab7bbe1358986c3d40684e629f23470f.json b/data/unsuccessful-reproductions/2d395853ab7bbe1358986c3d40684e629f23470f.json index 0b9c781b2ec0..34645528c011 100644 --- a/data/unsuccessful-reproductions/2d395853ab7bbe1358986c3d40684e629f23470f.json +++ b/data/unsuccessful-reproductions/2d395853ab7bbe1358986c3d40684e629f23470f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.19", "newVersion" : "1.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d42f295cf7db7a0b847f766d49e53d4ffd7ede8.json b/data/unsuccessful-reproductions/2d42f295cf7db7a0b847f766d49e53d4ffd7ede8.json index 74182593fb77..8fb1cd0a7202 100644 --- a/data/unsuccessful-reproductions/2d42f295cf7db7a0b847f766d49e53d4ffd7ede8.json +++ b/data/unsuccessful-reproductions/2d42f295cf7db7a0b847f766d49e53d4ffd7ede8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.15.1-344.v6eb_55303dc3e", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d469c675bf60c0b1c75ccf77808fc1872a96ae5.json b/data/unsuccessful-reproductions/2d469c675bf60c0b1c75ccf77808fc1872a96ae5.json index 598dd2c0c2bf..bcda2dd322d8 100644 --- a/data/unsuccessful-reproductions/2d469c675bf60c0b1c75ccf77808fc1872a96ae5.json +++ b/data/unsuccessful-reproductions/2d469c675bf60c0b1c75ccf77808fc1872a96ae5.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.41.v20210516", "newVersion" : "11.0.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d491307d529b062436a991f0fbcf3b720041ea5.json b/data/unsuccessful-reproductions/2d491307d529b062436a991f0fbcf3b720041ea5.json index 3cc7ced076d7..7502b0fc624d 100644 --- a/data/unsuccessful-reproductions/2d491307d529b062436a991f0fbcf3b720041ea5.json +++ b/data/unsuccessful-reproductions/2d491307d529b062436a991f0fbcf3b720041ea5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.62", "newVersion" : "2.17.274", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d4b7543fda733ee672119c52c07855e1a4d73a5.json b/data/unsuccessful-reproductions/2d4b7543fda733ee672119c52c07855e1a4d73a5.json index ba269537454a..f1ad34307405 100644 --- a/data/unsuccessful-reproductions/2d4b7543fda733ee672119c52c07855e1a4d73a5.json +++ b/data/unsuccessful-reproductions/2d4b7543fda733ee672119c52c07855e1a4d73a5.json @@ -12,7 +12,10 @@ "previousVersion" : "10.0", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d5d0d1fc126e18395d0609b93792e919c06f535.json b/data/unsuccessful-reproductions/2d5d0d1fc126e18395d0609b93792e919c06f535.json index c690a600150c..960fa350bb66 100644 --- a/data/unsuccessful-reproductions/2d5d0d1fc126e18395d0609b93792e919c06f535.json +++ b/data/unsuccessful-reproductions/2d5d0d1fc126e18395d0609b93792e919c06f535.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "1111.v35a_307992395", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d631dac2a059786d5b7fdc7aa617078a8c641d4.json b/data/unsuccessful-reproductions/2d631dac2a059786d5b7fdc7aa617078a8c641d4.json index db1770655e2d..26010efeb84f 100644 --- a/data/unsuccessful-reproductions/2d631dac2a059786d5b7fdc7aa617078a8c641d4.json +++ b/data/unsuccessful-reproductions/2d631dac2a059786d5b7fdc7aa617078a8c641d4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.2", "newVersion" : "1.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d6a0e58361ad870a0f1d5665d34503afa16c00f.json b/data/unsuccessful-reproductions/2d6a0e58361ad870a0f1d5665d34503afa16c00f.json index 3cbedd027533..730dd6be6127 100644 --- a/data/unsuccessful-reproductions/2d6a0e58361ad870a0f1d5665d34503afa16c00f.json +++ b/data/unsuccessful-reproductions/2d6a0e58361ad870a0f1d5665d34503afa16c00f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.1", "newVersion" : "1.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d6c1c88ad6acb71a8bd93532482efd4bc1a6eae.json b/data/unsuccessful-reproductions/2d6c1c88ad6acb71a8bd93532482efd4bc1a6eae.json index 85f27d5bd639..1f010d1d253a 100644 --- a/data/unsuccessful-reproductions/2d6c1c88ad6acb71a8bd93532482efd4bc1a6eae.json +++ b/data/unsuccessful-reproductions/2d6c1c88ad6acb71a8bd93532482efd4bc1a6eae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.214", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d6d20613a55396cadb7c0a43685edd91bf7cc45.json b/data/unsuccessful-reproductions/2d6d20613a55396cadb7c0a43685edd91bf7cc45.json index 4fd97a379c2d..72ef16cfaaa5 100644 --- a/data/unsuccessful-reproductions/2d6d20613a55396cadb7c0a43685edd91bf7cc45.json +++ b/data/unsuccessful-reproductions/2d6d20613a55396cadb7c0a43685edd91bf7cc45.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2d8c07b5de434ff9c9bc89981f3a893da7bafe5e.json b/data/unsuccessful-reproductions/2d8c07b5de434ff9c9bc89981f3a893da7bafe5e.json index 0c1da34bc9d1..bcf1e5798080 100644 --- a/data/unsuccessful-reproductions/2d8c07b5de434ff9c9bc89981f3a893da7bafe5e.json +++ b/data/unsuccessful-reproductions/2d8c07b5de434ff9c9bc89981f3a893da7bafe5e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.36", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2da2d2ca55391a1a7fe05dfc358afec102877de8.json b/data/unsuccessful-reproductions/2da2d2ca55391a1a7fe05dfc358afec102877de8.json index 232de8cb5389..f614e9ab8d02 100644 --- a/data/unsuccessful-reproductions/2da2d2ca55391a1a7fe05dfc358afec102877de8.json +++ b/data/unsuccessful-reproductions/2da2d2ca55391a1a7fe05dfc358afec102877de8.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2dbdda077a939f8414965f22eb4caaecbc2250eb.json b/data/unsuccessful-reproductions/2dbdda077a939f8414965f22eb4caaecbc2250eb.json index 3d998b325bdf..bfc2317ca283 100644 --- a/data/unsuccessful-reproductions/2dbdda077a939f8414965f22eb4caaecbc2250eb.json +++ b/data/unsuccessful-reproductions/2dbdda077a939f8414965f22eb4caaecbc2250eb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2dc07de9b345a01bcdd50b7646523fbd693c3367.json b/data/unsuccessful-reproductions/2dc07de9b345a01bcdd50b7646523fbd693c3367.json index f44aa5807fc5..876bd4f04b8d 100644 --- a/data/unsuccessful-reproductions/2dc07de9b345a01bcdd50b7646523fbd693c3367.json +++ b/data/unsuccessful-reproductions/2dc07de9b345a01bcdd50b7646523fbd693c3367.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.2", "newVersion" : "1.6.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2dc3e34d75c283e78b883cd3037b4f5bae4411c8.json b/data/unsuccessful-reproductions/2dc3e34d75c283e78b883cd3037b4f5bae4411c8.json index 27b899cbe315..19025c21a8f6 100644 --- a/data/unsuccessful-reproductions/2dc3e34d75c283e78b883cd3037b4f5bae4411c8.json +++ b/data/unsuccessful-reproductions/2dc3e34d75c283e78b883cd3037b4f5bae4411c8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2dcc0823fb81474c4b95fb529fc12f44e749321a.json b/data/unsuccessful-reproductions/2dcc0823fb81474c4b95fb529fc12f44e749321a.json index b6c8cf4fda66..e2fb622d578c 100644 --- a/data/unsuccessful-reproductions/2dcc0823fb81474c4b95fb529fc12f44e749321a.json +++ b/data/unsuccessful-reproductions/2dcc0823fb81474c4b95fb529fc12f44e749321a.json @@ -12,7 +12,10 @@ "previousVersion" : "6.3.1", "newVersion" : "6.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "FasterXML/woodstox" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2df6307cac524bacf7b3b33ef119fadc124668ca.json b/data/unsuccessful-reproductions/2df6307cac524bacf7b3b33ef119fadc124668ca.json index cb0a2f27a674..7d38e16c865d 100644 --- a/data/unsuccessful-reproductions/2df6307cac524bacf7b3b33ef119fadc124668ca.json +++ b/data/unsuccessful-reproductions/2df6307cac524bacf7b3b33ef119fadc124668ca.json @@ -12,7 +12,10 @@ "previousVersion" : "11.4", "newVersion" : "12.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e08f224f81e9a8b98264828ed610c0bcfa8e4c5.json b/data/unsuccessful-reproductions/2e08f224f81e9a8b98264828ed610c0bcfa8e4c5.json index edc5c462d56c..ff14664987fe 100644 --- a/data/unsuccessful-reproductions/2e08f224f81e9a8b98264828ed610c0bcfa8e4c5.json +++ b/data/unsuccessful-reproductions/2e08f224f81e9a8b98264828ed610c0bcfa8e4c5.json @@ -12,7 +12,10 @@ "previousVersion" : "26.20.0", "newVersion" : "26.21.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e181ef02337d05e3258e559aabcf41a9251bbe8.json b/data/unsuccessful-reproductions/2e181ef02337d05e3258e559aabcf41a9251bbe8.json index cf219b9d069c..6f70eb1d1af3 100644 --- a/data/unsuccessful-reproductions/2e181ef02337d05e3258e559aabcf41a9251bbe8.json +++ b/data/unsuccessful-reproductions/2e181ef02337d05e3258e559aabcf41a9251bbe8.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "6.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e411f17f6d8113ed33203d16555bec4f1c157ce.json b/data/unsuccessful-reproductions/2e411f17f6d8113ed33203d16555bec4f1c157ce.json index e2a2d55fff81..1457f74107ab 100644 --- a/data/unsuccessful-reproductions/2e411f17f6d8113ed33203d16555bec4f1c157ce.json +++ b/data/unsuccessful-reproductions/2e411f17f6d8113ed33203d16555bec4f1c157ce.json @@ -12,7 +12,10 @@ "previousVersion" : "20140107", "newVersion" : "20230618", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e443b57b22afccaf697a6e5adfd9fbd1eaa7fed.json b/data/unsuccessful-reproductions/2e443b57b22afccaf697a6e5adfd9fbd1eaa7fed.json index b0a976753aaf..684bfa0f880f 100644 --- a/data/unsuccessful-reproductions/2e443b57b22afccaf697a6e5adfd9fbd1eaa7fed.json +++ b/data/unsuccessful-reproductions/2e443b57b22afccaf697a6e5adfd9fbd1eaa7fed.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.0", "newVersion" : "0.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e52dfa8683936339557fbe6fff5908367139447.json b/data/unsuccessful-reproductions/2e52dfa8683936339557fbe6fff5908367139447.json index 6ffbfca5ac7b..055efb187b20 100644 --- a/data/unsuccessful-reproductions/2e52dfa8683936339557fbe6fff5908367139447.json +++ b/data/unsuccessful-reproductions/2e52dfa8683936339557fbe6fff5908367139447.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.2", "newVersion" : "2.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e586c91dfb2df529f9f765d8b3f5ca8ff17e11e.json b/data/unsuccessful-reproductions/2e586c91dfb2df529f9f765d8b3f5ca8ff17e11e.json index bd35c08f2825..07bdef762ba2 100644 --- a/data/unsuccessful-reproductions/2e586c91dfb2df529f9f765d8b3f5ca8ff17e11e.json +++ b/data/unsuccessful-reproductions/2e586c91dfb2df529f9f765d8b3f5ca8ff17e11e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.26", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e7b1456d22e960f01a2f553eb872c3b0248d12a.json b/data/unsuccessful-reproductions/2e7b1456d22e960f01a2f553eb872c3b0248d12a.json index a6b5610e4ce4..5e3606b26935 100644 --- a/data/unsuccessful-reproductions/2e7b1456d22e960f01a2f553eb872c3b0248d12a.json +++ b/data/unsuccessful-reproductions/2e7b1456d22e960f01a2f553eb872c3b0248d12a.json @@ -12,7 +12,10 @@ "previousVersion" : "0.4.2", "newVersion" : "1.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e7c080a1daa7d3b7655025a598de4e5ed555f3f.json b/data/unsuccessful-reproductions/2e7c080a1daa7d3b7655025a598de4e5ed555f3f.json index 371f7f5fcbf2..a56672089ec1 100644 --- a/data/unsuccessful-reproductions/2e7c080a1daa7d3b7655025a598de4e5ed555f3f.json +++ b/data/unsuccessful-reproductions/2e7c080a1daa7d3b7655025a598de4e5ed555f3f.json @@ -12,7 +12,10 @@ "previousVersion" : "5.4.3.Final", "newVersion" : "7.0.5.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e8a33e4ed9746834b5f2db8df181385dec1aea4.json b/data/unsuccessful-reproductions/2e8a33e4ed9746834b5f2db8df181385dec1aea4.json index 71aebd64f542..d5df5ec6713f 100644 --- a/data/unsuccessful-reproductions/2e8a33e4ed9746834b5f2db8df181385dec1aea4.json +++ b/data/unsuccessful-reproductions/2e8a33e4ed9746834b5f2db8df181385dec1aea4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.303.vefc7119b_ec23", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e8d13a4a17e57c501f5b8bfc67646312dc4807c.json b/data/unsuccessful-reproductions/2e8d13a4a17e57c501f5b8bfc67646312dc4807c.json index 231035ce6bc8..4f22a5221268 100644 --- a/data/unsuccessful-reproductions/2e8d13a4a17e57c501f5b8bfc67646312dc4807c.json +++ b/data/unsuccessful-reproductions/2e8d13a4a17e57c501f5b8bfc67646312dc4807c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.21", "newVersion" : "2.8.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2e9996bdf6478ab6802f94edcad79c0ce5d4e45d.json b/data/unsuccessful-reproductions/2e9996bdf6478ab6802f94edcad79c0ce5d4e45d.json index 98515ed0eaf5..9417c0649a60 100644 --- a/data/unsuccessful-reproductions/2e9996bdf6478ab6802f94edcad79c0ce5d4e45d.json +++ b/data/unsuccessful-reproductions/2e9996bdf6478ab6802f94edcad79c0ce5d4e45d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ea805996c81decb7ef9e9caf223c3f85293d2e4.json b/data/unsuccessful-reproductions/2ea805996c81decb7ef9e9caf223c3f85293d2e4.json index 6265749a5b8c..d3d9304de806 100644 --- a/data/unsuccessful-reproductions/2ea805996c81decb7ef9e9caf223c3f85293d2e4.json +++ b/data/unsuccessful-reproductions/2ea805996c81decb7ef9e9caf223c3f85293d2e4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.4", "newVersion" : "1.8.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ea862d3c327e46c28f5db0d56b53ab51da02fe7.json b/data/unsuccessful-reproductions/2ea862d3c327e46c28f5db0d56b53ab51da02fe7.json index 01600ae3b49b..86d330efd1af 100644 --- a/data/unsuccessful-reproductions/2ea862d3c327e46c28f5db0d56b53ab51da02fe7.json +++ b/data/unsuccessful-reproductions/2ea862d3c327e46c28f5db0d56b53ab51da02fe7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.16.Final", "newVersion" : "2.3.7.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2eab91170c712730d0711eb55f9157255fec969f.json b/data/unsuccessful-reproductions/2eab91170c712730d0711eb55f9157255fec969f.json index c1f8da6d6b19..e05c9fe084e5 100644 --- a/data/unsuccessful-reproductions/2eab91170c712730d0711eb55f9157255fec969f.json +++ b/data/unsuccessful-reproductions/2eab91170c712730d0711eb55f9157255fec969f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.4", "newVersion" : "2.0.24", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2eaf66afa05c162811edcf04af6d1583ee130a8a.json b/data/unsuccessful-reproductions/2eaf66afa05c162811edcf04af6d1583ee130a8a.json index 76df8f15344d..69b71e1e312d 100644 --- a/data/unsuccessful-reproductions/2eaf66afa05c162811edcf04af6d1583ee130a8a.json +++ b/data/unsuccessful-reproductions/2eaf66afa05c162811edcf04af6d1583ee130a8a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.4", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2eb1c3fa9ea513c369b39b0982ab2bab3cbc1236.json b/data/unsuccessful-reproductions/2eb1c3fa9ea513c369b39b0982ab2bab3cbc1236.json index 2a5337b113c7..4ea9198eab0c 100644 --- a/data/unsuccessful-reproductions/2eb1c3fa9ea513c369b39b0982ab2bab3cbc1236.json +++ b/data/unsuccessful-reproductions/2eb1c3fa9ea513c369b39b0982ab2bab3cbc1236.json @@ -12,7 +12,10 @@ "previousVersion" : "24.1.1-jre", "newVersion" : "29.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2eb29947f92983c2d32bcfedc7fee5dddc383dd2.json b/data/unsuccessful-reproductions/2eb29947f92983c2d32bcfedc7fee5dddc383dd2.json index 8b68bc19f3c3..6d028f9d8d1a 100644 --- a/data/unsuccessful-reproductions/2eb29947f92983c2d32bcfedc7fee5dddc383dd2.json +++ b/data/unsuccessful-reproductions/2eb29947f92983c2d32bcfedc7fee5dddc383dd2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ebe44574d589e9a88b5c926f08ed6f466d3e75f.json b/data/unsuccessful-reproductions/2ebe44574d589e9a88b5c926f08ed6f466d3e75f.json index 462d66f22cd9..64be0e5889f9 100644 --- a/data/unsuccessful-reproductions/2ebe44574d589e9a88b5c926f08ed6f466d3e75f.json +++ b/data/unsuccessful-reproductions/2ebe44574d589e9a88b5c926f08ed6f466d3e75f.json @@ -12,7 +12,10 @@ "previousVersion" : "29.0-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ec7bafc5e614d5780a811dee0c71d009474a58c.json b/data/unsuccessful-reproductions/2ec7bafc5e614d5780a811dee0c71d009474a58c.json index 2e8ce5f80140..f7f68d5ab6cf 100644 --- a/data/unsuccessful-reproductions/2ec7bafc5e614d5780a811dee0c71d009474a58c.json +++ b/data/unsuccessful-reproductions/2ec7bafc5e614d5780a811dee0c71d009474a58c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.1-groovy4", "newVersion" : "1.9.0-groovy4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f05b3cac2b68e2e597bdb848530ff848f6d5d04.json b/data/unsuccessful-reproductions/2f05b3cac2b68e2e597bdb848530ff848f6d5d04.json index 3b13253807b5..6b9e3cd98e14 100644 --- a/data/unsuccessful-reproductions/2f05b3cac2b68e2e597bdb848530ff848f6d5d04.json +++ b/data/unsuccessful-reproductions/2f05b3cac2b68e2e597bdb848530ff848f6d5d04.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.16", "newVersion" : "3.0.17", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f0b7f407720e469b8a8b6a9d0d4969c0cbcaa3f.json b/data/unsuccessful-reproductions/2f0b7f407720e469b8a8b6a9d0d4969c0cbcaa3f.json index dc0d09a49af2..12d6ede489f5 100644 --- a/data/unsuccessful-reproductions/2f0b7f407720e469b8a8b6a9d0d4969c0cbcaa3f.json +++ b/data/unsuccessful-reproductions/2f0b7f407720e469b8a8b6a9d0d4969c0cbcaa3f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.1", "newVersion" : "2.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f1078ada262023f93767d12ba126651c99cb706.json b/data/unsuccessful-reproductions/2f1078ada262023f93767d12ba126651c99cb706.json index 2ef4f46e4dfa..0a23eb696156 100644 --- a/data/unsuccessful-reproductions/2f1078ada262023f93767d12ba126651c99cb706.json +++ b/data/unsuccessful-reproductions/2f1078ada262023f93767d12ba126651c99cb706.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20211130-1.32.1", "newVersion" : "v1-rev20220513-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f1b0b51cac946a61921abe0fb961a343edcdd87.json b/data/unsuccessful-reproductions/2f1b0b51cac946a61921abe0fb961a343edcdd87.json index a41f3551a86c..5d4628ea71c2 100644 --- a/data/unsuccessful-reproductions/2f1b0b51cac946a61921abe0fb961a343edcdd87.json +++ b/data/unsuccessful-reproductions/2f1b0b51cac946a61921abe0fb961a343edcdd87.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f1ca6aba72402fe8150404eddd374a835d30124.json b/data/unsuccessful-reproductions/2f1ca6aba72402fe8150404eddd374a835d30124.json index bf978e33b0e5..49f5912d4777 100644 --- a/data/unsuccessful-reproductions/2f1ca6aba72402fe8150404eddd374a835d30124.json +++ b/data/unsuccessful-reproductions/2f1ca6aba72402fe8150404eddd374a835d30124.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.140.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f1f85340c8cb4890b8a6913f021fceddeeb1584.json b/data/unsuccessful-reproductions/2f1f85340c8cb4890b8a6913f021fceddeeb1584.json index 66e6493469aa..cda96246c95f 100644 --- a/data/unsuccessful-reproductions/2f1f85340c8cb4890b8a6913f021fceddeeb1584.json +++ b/data/unsuccessful-reproductions/2f1f85340c8cb4890b8a6913f021fceddeeb1584.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "24.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Unlicense" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f381684770f0fb99cde2175a6572293cf04561f.json b/data/unsuccessful-reproductions/2f381684770f0fb99cde2175a6572293cf04561f.json index c5e70f890530..ad1740c648d3 100644 --- a/data/unsuccessful-reproductions/2f381684770f0fb99cde2175a6572293cf04561f.json +++ b/data/unsuccessful-reproductions/2f381684770f0fb99cde2175a6572293cf04561f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f4a207e0b94fb443159036fc3a38276646783eb.json b/data/unsuccessful-reproductions/2f4a207e0b94fb443159036fc3a38276646783eb.json index 2be25021884d..b9e0612e17d8 100644 --- a/data/unsuccessful-reproductions/2f4a207e0b94fb443159036fc3a38276646783eb.json +++ b/data/unsuccessful-reproductions/2f4a207e0b94fb443159036fc3a38276646783eb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.3", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f5f17942af2d7dd387cc7da641e87d08d5968af.json b/data/unsuccessful-reproductions/2f5f17942af2d7dd387cc7da641e87d08d5968af.json index 0ff11396f049..96840c41272f 100644 --- a/data/unsuccessful-reproductions/2f5f17942af2d7dd387cc7da641e87d08d5968af.json +++ b/data/unsuccessful-reproductions/2f5f17942af2d7dd387cc7da641e87d08d5968af.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.23", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f68fa1c0467f664a600b739fc88f8b3b59f22a1.json b/data/unsuccessful-reproductions/2f68fa1c0467f664a600b739fc88f8b3b59f22a1.json index 74dbf74d9e79..fb5b422e3b23 100644 --- a/data/unsuccessful-reproductions/2f68fa1c0467f664a600b739fc88f8b3b59f22a1.json +++ b/data/unsuccessful-reproductions/2f68fa1c0467f664a600b739fc88f8b3b59f22a1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f6f193bb7c6720777a4eb163f38ad776dec4a87.json b/data/unsuccessful-reproductions/2f6f193bb7c6720777a4eb163f38ad776dec4a87.json index 9bae5454d730..aeb94b79f1c1 100644 --- a/data/unsuccessful-reproductions/2f6f193bb7c6720777a4eb163f38ad776dec4a87.json +++ b/data/unsuccessful-reproductions/2f6f193bb7c6720777a4eb163f38ad776dec4a87.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "4.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f7faae3d47dea68a3b4d2792da30693c95fff37.json b/data/unsuccessful-reproductions/2f7faae3d47dea68a3b4d2792da30693c95fff37.json index 9d94b934b7d3..c0a68c86c975 100644 --- a/data/unsuccessful-reproductions/2f7faae3d47dea68a3b4d2792da30693c95fff37.json +++ b/data/unsuccessful-reproductions/2f7faae3d47dea68a3b4d2792da30693c95fff37.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.10", "newVersion" : "1.2.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f81ef41dcc18bb72946523470a96820030d34f2.json b/data/unsuccessful-reproductions/2f81ef41dcc18bb72946523470a96820030d34f2.json index f475216ff6ee..78721b6f489b 100644 --- a/data/unsuccessful-reproductions/2f81ef41dcc18bb72946523470a96820030d34f2.json +++ b/data/unsuccessful-reproductions/2f81ef41dcc18bb72946523470a96820030d34f2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.2", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f890a00afea37932298781c4d065259cda57846.json b/data/unsuccessful-reproductions/2f890a00afea37932298781c4d065259cda57846.json index 18bb0890805b..5d47728c5d7e 100644 --- a/data/unsuccessful-reproductions/2f890a00afea37932298781c4d065259cda57846.json +++ b/data/unsuccessful-reproductions/2f890a00afea37932298781c4d065259cda57846.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "23.1.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2f8992c999539f9dda0a9ccb582910e565888517.json b/data/unsuccessful-reproductions/2f8992c999539f9dda0a9ccb582910e565888517.json index 0fffffcbfa62..405672183c0b 100644 --- a/data/unsuccessful-reproductions/2f8992c999539f9dda0a9ccb582910e565888517.json +++ b/data/unsuccessful-reproductions/2f8992c999539f9dda0a9ccb582910e565888517.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.13", "newVersion" : "5.3.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2fa506ddc0edd9a46ff8da18aa7455626669929c.json b/data/unsuccessful-reproductions/2fa506ddc0edd9a46ff8da18aa7455626669929c.json index 9ed469e98163..9805b0d32910 100644 --- a/data/unsuccessful-reproductions/2fa506ddc0edd9a46ff8da18aa7455626669929c.json +++ b/data/unsuccessful-reproductions/2fa506ddc0edd9a46ff8da18aa7455626669929c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.22", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2fa88ca2f961862ef0e70ff95978a3fd0ba6a1e5.json b/data/unsuccessful-reproductions/2fa88ca2f961862ef0e70ff95978a3fd0ba6a1e5.json index e1300256f64c..a77934b236ae 100644 --- a/data/unsuccessful-reproductions/2fa88ca2f961862ef0e70ff95978a3fd0ba6a1e5.json +++ b/data/unsuccessful-reproductions/2fa88ca2f961862ef0e70ff95978a3fd0ba6a1e5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2faadea5cfda020b5eae540f5c0f619920487430.json b/data/unsuccessful-reproductions/2faadea5cfda020b5eae540f5c0f619920487430.json index ca2dff250364..d10a92d2dfb2 100644 --- a/data/unsuccessful-reproductions/2faadea5cfda020b5eae540f5c0f619920487430.json +++ b/data/unsuccessful-reproductions/2faadea5cfda020b5eae540f5c0f619920487430.json @@ -12,7 +12,10 @@ "previousVersion" : "7.11.1", "newVersion" : "7.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2fcb4d14fdcbdc17e7522f44fcedbadfd62d9578.json b/data/unsuccessful-reproductions/2fcb4d14fdcbdc17e7522f44fcedbadfd62d9578.json index ec8401c8a8ba..3cfd20becdc0 100644 --- a/data/unsuccessful-reproductions/2fcb4d14fdcbdc17e7522f44fcedbadfd62d9578.json +++ b/data/unsuccessful-reproductions/2fcb4d14fdcbdc17e7522f44fcedbadfd62d9578.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.2", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2fe7a305afcdc1aa84b7bba42625b1f94fe0b6e3.json b/data/unsuccessful-reproductions/2fe7a305afcdc1aa84b7bba42625b1f94fe0b6e3.json index 192e07ea1b47..d345d7378a9d 100644 --- a/data/unsuccessful-reproductions/2fe7a305afcdc1aa84b7bba42625b1f94fe0b6e3.json +++ b/data/unsuccessful-reproductions/2fe7a305afcdc1aa84b7bba42625b1f94fe0b6e3.json @@ -12,7 +12,10 @@ "previousVersion" : "8.39", "newVersion" : "8.45.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ff22d0d3466ce0e64b04c466ded707612b327b6.json b/data/unsuccessful-reproductions/2ff22d0d3466ce0e64b04c466ded707612b327b6.json index a0a290d73c7c..90206b3d2a07 100644 --- a/data/unsuccessful-reproductions/2ff22d0d3466ce0e64b04c466ded707612b327b6.json +++ b/data/unsuccessful-reproductions/2ff22d0d3466ce0e64b04c466ded707612b327b6.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.4.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/2ff944d95cf39bc8c9e71a785c277db6a79ba821.json b/data/unsuccessful-reproductions/2ff944d95cf39bc8c9e71a785c277db6a79ba821.json index a95c9fa9b58f..2638848a2ee8 100644 --- a/data/unsuccessful-reproductions/2ff944d95cf39bc8c9e71a785c277db6a79ba821.json +++ b/data/unsuccessful-reproductions/2ff944d95cf39bc8c9e71a785c277db6a79ba821.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "5.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3026d51a3a6f207a061b8985b8a1be8e36bade1b.json b/data/unsuccessful-reproductions/3026d51a3a6f207a061b8985b8a1be8e36bade1b.json index 0dfa9380875a..41c770f552ea 100644 --- a/data/unsuccessful-reproductions/3026d51a3a6f207a061b8985b8a1be8e36bade1b.json +++ b/data/unsuccessful-reproductions/3026d51a3a6f207a061b8985b8a1be8e36bade1b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.3", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/302a8751f1e0e7cca8d3656e2403b0c6446e39b7.json b/data/unsuccessful-reproductions/302a8751f1e0e7cca8d3656e2403b0c6446e39b7.json index fb610e21c559..aa11e4fe782b 100644 --- a/data/unsuccessful-reproductions/302a8751f1e0e7cca8d3656e2403b0c6446e39b7.json +++ b/data/unsuccessful-reproductions/302a8751f1e0e7cca8d3656e2403b0c6446e39b7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.15", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3044a15bc306370a116440ffa2e07017ff124200.json b/data/unsuccessful-reproductions/3044a15bc306370a116440ffa2e07017ff124200.json index ce917dc395c7..88b595efd53d 100644 --- a/data/unsuccessful-reproductions/3044a15bc306370a116440ffa2e07017ff124200.json +++ b/data/unsuccessful-reproductions/3044a15bc306370a116440ffa2e07017ff124200.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.12", "newVersion" : "1.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/30569cbe3ff40ece5fbdf6fbb5831d3112205673.json b/data/unsuccessful-reproductions/30569cbe3ff40ece5fbdf6fbb5831d3112205673.json index 763c2da63968..776218c869c6 100644 --- a/data/unsuccessful-reproductions/30569cbe3ff40ece5fbdf6fbb5831d3112205673.json +++ b/data/unsuccessful-reproductions/30569cbe3ff40ece5fbdf6fbb5831d3112205673.json @@ -12,7 +12,10 @@ "previousVersion" : "7.2.1", "newVersion" : "7.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/305ebd343eb85e06c3b5cf2ca37e84f0e72b4e22.json b/data/unsuccessful-reproductions/305ebd343eb85e06c3b5cf2ca37e84f0e72b4e22.json index 6254f4e002b6..882084e18dfc 100644 --- a/data/unsuccessful-reproductions/305ebd343eb85e06c3b5cf2ca37e84f0e72b4e22.json +++ b/data/unsuccessful-reproductions/305ebd343eb85e06c3b5cf2ca37e84f0e72b4e22.json @@ -12,7 +12,10 @@ "previousVersion" : "11.4", "newVersion" : "12.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/305efa3d7c5f4e0900e034b1c2aef256f7aba2ac.json b/data/unsuccessful-reproductions/305efa3d7c5f4e0900e034b1c2aef256f7aba2ac.json index 034262a0993a..565aecadeb39 100644 --- a/data/unsuccessful-reproductions/305efa3d7c5f4e0900e034b1c2aef256f7aba2ac.json +++ b/data/unsuccessful-reproductions/305efa3d7c5f4e0900e034b1c2aef256f7aba2ac.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3069c19f1fc756ffd42d857c6b02b56187fc0e1e.json b/data/unsuccessful-reproductions/3069c19f1fc756ffd42d857c6b02b56187fc0e1e.json index 0eb593e74004..79f194e0a7b5 100644 --- a/data/unsuccessful-reproductions/3069c19f1fc756ffd42d857c6b02b56187fc0e1e.json +++ b/data/unsuccessful-reproductions/3069c19f1fc756ffd42d857c6b02b56187fc0e1e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.16.Final", "newVersion" : "2.3.1.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/306ec309e44d0b42c7ab19411b7e4f944d291106.json b/data/unsuccessful-reproductions/306ec309e44d0b42c7ab19411b7e4f944d291106.json index b27f411c610f..a869a4d7b684 100644 --- a/data/unsuccessful-reproductions/306ec309e44d0b42c7ab19411b7e4f944d291106.json +++ b/data/unsuccessful-reproductions/306ec309e44d0b42c7ab19411b7e4f944d291106.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/308211ab5a42b06a00239ac839837115208783b3.json b/data/unsuccessful-reproductions/308211ab5a42b06a00239ac839837115208783b3.json index 3d7fcf614368..3fb9be95a42d 100644 --- a/data/unsuccessful-reproductions/308211ab5a42b06a00239ac839837115208783b3.json +++ b/data/unsuccessful-reproductions/308211ab5a42b06a00239ac839837115208783b3.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.2", "newVersion" : "3.0.6", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3085783fe9aebfe18dfbf79f01fca399817f92bf.json b/data/unsuccessful-reproductions/3085783fe9aebfe18dfbf79f01fca399817f92bf.json index 6e989325b5a4..b5edff8a032b 100644 --- a/data/unsuccessful-reproductions/3085783fe9aebfe18dfbf79f01fca399817f92bf.json +++ b/data/unsuccessful-reproductions/3085783fe9aebfe18dfbf79f01fca399817f92bf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.102", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/308f3ba38965b85e029726111a0cf3469072bb38.json b/data/unsuccessful-reproductions/308f3ba38965b85e029726111a0cf3469072bb38.json index c16886a4a8df..d888493cfd7a 100644 --- a/data/unsuccessful-reproductions/308f3ba38965b85e029726111a0cf3469072bb38.json +++ b/data/unsuccessful-reproductions/308f3ba38965b85e029726111a0cf3469072bb38.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/309150e4f2b6ab9870ee37f5902a3bddcbe6ab05.json b/data/unsuccessful-reproductions/309150e4f2b6ab9870ee37f5902a3bddcbe6ab05.json index 2cf2a02471a9..65f5e48771e7 100644 --- a/data/unsuccessful-reproductions/309150e4f2b6ab9870ee37f5902a3bddcbe6ab05.json +++ b/data/unsuccessful-reproductions/309150e4f2b6ab9870ee37f5902a3bddcbe6ab05.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.4", "newVersion" : "4.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3092d6a7ca903cd3b43f16d91f93a5afa8af901e.json b/data/unsuccessful-reproductions/3092d6a7ca903cd3b43f16d91f93a5afa8af901e.json index 51bbd408296f..e042f5cd0b4a 100644 --- a/data/unsuccessful-reproductions/3092d6a7ca903cd3b43f16d91f93a5afa8af901e.json +++ b/data/unsuccessful-reproductions/3092d6a7ca903cd3b43f16d91f93a5afa8af901e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.16.3", "newVersion" : "1.18.1", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/309dac887f5880fb9409b5d86906d720b7f487c8.json b/data/unsuccessful-reproductions/309dac887f5880fb9409b5d86906d720b7f487c8.json index c523825c6056..986ca01342ea 100644 --- a/data/unsuccessful-reproductions/309dac887f5880fb9409b5d86906d720b7f487c8.json +++ b/data/unsuccessful-reproductions/309dac887f5880fb9409b5d86906d720b7f487c8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/30a0ff916c9bee708377bd21314cf4f2d3a8c9bc.json b/data/unsuccessful-reproductions/30a0ff916c9bee708377bd21314cf4f2d3a8c9bc.json index 679035ca213a..2c5acbbb5934 100644 --- a/data/unsuccessful-reproductions/30a0ff916c9bee708377bd21314cf4f2d3a8c9bc.json +++ b/data/unsuccessful-reproductions/30a0ff916c9bee708377bd21314cf4f2d3a8c9bc.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.47", "newVersion" : "8.12.48", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/30b965c061a251b57f8d4d327db9e6efe16fcde4.json b/data/unsuccessful-reproductions/30b965c061a251b57f8d4d327db9e6efe16fcde4.json index 43a5d1f74fda..ad889d32e8b7 100644 --- a/data/unsuccessful-reproductions/30b965c061a251b57f8d4d327db9e6efe16fcde4.json +++ b/data/unsuccessful-reproductions/30b965c061a251b57f8d4d327db9e6efe16fcde4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "3.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/30bdc0a6b9ddec1cfb1047febc5bca38d6a8588d.json b/data/unsuccessful-reproductions/30bdc0a6b9ddec1cfb1047febc5bca38d6a8588d.json index 500461e854e5..bf94dbc3b767 100644 --- a/data/unsuccessful-reproductions/30bdc0a6b9ddec1cfb1047febc5bca38d6a8588d.json +++ b/data/unsuccessful-reproductions/30bdc0a6b9ddec1cfb1047febc5bca38d6a8588d.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.6", "newVersion" : "42.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/30da6eb4bca389d7e38533b8fecbbcb2a99acac8.json b/data/unsuccessful-reproductions/30da6eb4bca389d7e38533b8fecbbcb2a99acac8.json index 9cadcb909980..63216c00a8cb 100644 --- a/data/unsuccessful-reproductions/30da6eb4bca389d7e38533b8fecbbcb2a99acac8.json +++ b/data/unsuccessful-reproductions/30da6eb4bca389d7e38533b8fecbbcb2a99acac8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.1", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/30e238817f792a33d07a0908b7da1e12a8372c5f.json b/data/unsuccessful-reproductions/30e238817f792a33d07a0908b7da1e12a8372c5f.json index e9b7d32a045c..8d82bca1b21e 100644 --- a/data/unsuccessful-reproductions/30e238817f792a33d07a0908b7da1e12a8372c5f.json +++ b/data/unsuccessful-reproductions/30e238817f792a33d07a0908b7da1e12a8372c5f.json @@ -12,7 +12,10 @@ "previousVersion" : "7.5", "newVersion" : "7.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/30f5626b7481bc35668bd852957e0664fd9d1de4.json b/data/unsuccessful-reproductions/30f5626b7481bc35668bd852957e0664fd9d1de4.json index 9520b5fca233..f81199dc1619 100644 --- a/data/unsuccessful-reproductions/30f5626b7481bc35668bd852957e0664fd9d1de4.json +++ b/data/unsuccessful-reproductions/30f5626b7481bc35668bd852957e0664fd9d1de4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.46", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3103744b2341bb6a8726d23f7ed6b195d905f530.json b/data/unsuccessful-reproductions/3103744b2341bb6a8726d23f7ed6b195d905f530.json index 8c7e5da69e4c..6d6f27770d6f 100644 --- a/data/unsuccessful-reproductions/3103744b2341bb6a8726d23f7ed6b195d905f530.json +++ b/data/unsuccessful-reproductions/3103744b2341bb6a8726d23f7ed6b195d905f530.json @@ -12,7 +12,10 @@ "previousVersion" : "0.11.2", "newVersion" : "0.11.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/311539637ef80c2aa4d1e9e03d9f302a2419e37b.json b/data/unsuccessful-reproductions/311539637ef80c2aa4d1e9e03d9f302a2419e37b.json index 00957e246e49..03023c3f1287 100644 --- a/data/unsuccessful-reproductions/311539637ef80c2aa4d1e9e03d9f302a2419e37b.json +++ b/data/unsuccessful-reproductions/311539637ef80c2aa4d1e9e03d9f302a2419e37b.json @@ -12,7 +12,10 @@ "previousVersion" : "32.1.0-jre", "newVersion" : "32.1.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/31251de4a86cfe800b073448fad97d99b201673e.json b/data/unsuccessful-reproductions/31251de4a86cfe800b073448fad97d99b201673e.json index ae0ff7404bc3..b8d59a94a8eb 100644 --- a/data/unsuccessful-reproductions/31251de4a86cfe800b073448fad97d99b201673e.json +++ b/data/unsuccessful-reproductions/31251de4a86cfe800b073448fad97d99b201673e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.251", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/313012ae1a12934be03c2a70e547aa50aab8fbaf.json b/data/unsuccessful-reproductions/313012ae1a12934be03c2a70e547aa50aab8fbaf.json index 680a7b705aeb..828078d23331 100644 --- a/data/unsuccessful-reproductions/313012ae1a12934be03c2a70e547aa50aab8fbaf.json +++ b/data/unsuccessful-reproductions/313012ae1a12934be03c2a70e547aa50aab8fbaf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/314055e4412893e179fc8cf1f35b7eeb7ec84d4b.json b/data/unsuccessful-reproductions/314055e4412893e179fc8cf1f35b7eeb7ec84d4b.json index cf6fe88d28cb..fb725446ace9 100644 --- a/data/unsuccessful-reproductions/314055e4412893e179fc8cf1f35b7eeb7ec84d4b.json +++ b/data/unsuccessful-reproductions/314055e4412893e179fc8cf1f35b7eeb7ec84d4b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3148073fb0d7c0074e5f651b8150444651c66c05.json b/data/unsuccessful-reproductions/3148073fb0d7c0074e5f651b8150444651c66c05.json index 7fc8a8254d80..a0b3bdca2543 100644 --- a/data/unsuccessful-reproductions/3148073fb0d7c0074e5f651b8150444651c66c05.json +++ b/data/unsuccessful-reproductions/3148073fb0d7c0074e5f651b8150444651c66c05.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/314a8e4caaf51697f204f6faa8620b6e6c8357c0.json b/data/unsuccessful-reproductions/314a8e4caaf51697f204f6faa8620b6e6c8357c0.json index 30f16280a256..fb668e566801 100644 --- a/data/unsuccessful-reproductions/314a8e4caaf51697f204f6faa8620b6e6c8357c0.json +++ b/data/unsuccessful-reproductions/314a8e4caaf51697f204f6faa8620b6e6c8357c0.json @@ -12,7 +12,10 @@ "previousVersion" : "26.14.0", "newVersion" : "26.17.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3167d703a61e8e47408be9e2699e4f859c8a9506.json b/data/unsuccessful-reproductions/3167d703a61e8e47408be9e2699e4f859c8a9506.json index 6870d9bb5fbc..d21066e71cb2 100644 --- a/data/unsuccessful-reproductions/3167d703a61e8e47408be9e2699e4f859c8a9506.json +++ b/data/unsuccessful-reproductions/3167d703a61e8e47408be9e2699e4f859c8a9506.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.43", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/316ffe5b9d0b28d640537b1bbd55cca8ac42aaba.json b/data/unsuccessful-reproductions/316ffe5b9d0b28d640537b1bbd55cca8ac42aaba.json index 64f35020b5d9..3eea61ee76c1 100644 --- a/data/unsuccessful-reproductions/316ffe5b9d0b28d640537b1bbd55cca8ac42aaba.json +++ b/data/unsuccessful-reproductions/316ffe5b9d0b28d640537b1bbd55cca8ac42aaba.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/317b5853095ad408843e107ee02aa6bbf3397f56.json b/data/unsuccessful-reproductions/317b5853095ad408843e107ee02aa6bbf3397f56.json index 2cc839bfda17..11915332a92e 100644 --- a/data/unsuccessful-reproductions/317b5853095ad408843e107ee02aa6bbf3397f56.json +++ b/data/unsuccessful-reproductions/317b5853095ad408843e107ee02aa6bbf3397f56.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.6", "newVersion" : "1.18.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3184e17d2bf86978054619fd1af3738a75abd70a.json b/data/unsuccessful-reproductions/3184e17d2bf86978054619fd1af3738a75abd70a.json index 624f787c9c25..25d101b1cc80 100644 --- a/data/unsuccessful-reproductions/3184e17d2bf86978054619fd1af3738a75abd70a.json +++ b/data/unsuccessful-reproductions/3184e17d2bf86978054619fd1af3738a75abd70a.json @@ -12,7 +12,10 @@ "previousVersion" : "8.11.0.56591", "newVersion" : "8.14.0.63103", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/31b0210fd6b3b2f30354d3bfb4cb8c0ae30ba422.json b/data/unsuccessful-reproductions/31b0210fd6b3b2f30354d3bfb4cb8c0ae30ba422.json index 237cbc0c21ec..4bb5b9f960e7 100644 --- a/data/unsuccessful-reproductions/31b0210fd6b3b2f30354d3bfb4cb8c0ae30ba422.json +++ b/data/unsuccessful-reproductions/31b0210fd6b3b2f30354d3bfb4cb8c0ae30ba422.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.0", "newVersion" : "4.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/31be269a8dc59c991f827a2bb1df5cb6000cae63.json b/data/unsuccessful-reproductions/31be269a8dc59c991f827a2bb1df5cb6000cae63.json index d1e1fc90754e..6981cb0fb34b 100644 --- a/data/unsuccessful-reproductions/31be269a8dc59c991f827a2bb1df5cb6000cae63.json +++ b/data/unsuccessful-reproductions/31be269a8dc59c991f827a2bb1df5cb6000cae63.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.31", "newVersion" : "1.7.32", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/31d9c8afb614eda61b522160c59c849d6fdb5bdf.json b/data/unsuccessful-reproductions/31d9c8afb614eda61b522160c59c849d6fdb5bdf.json index f6d8c831a001..41c187e04098 100644 --- a/data/unsuccessful-reproductions/31d9c8afb614eda61b522160c59c849d6fdb5bdf.json +++ b/data/unsuccessful-reproductions/31d9c8afb614eda61b522160c59c849d6fdb5bdf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.19.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/31f5046c9a01707b6868793d501d7b56da3ee8ca.json b/data/unsuccessful-reproductions/31f5046c9a01707b6868793d501d7b56da3ee8ca.json index 0b1107bb8921..d9cbdc4b16f4 100644 --- a/data/unsuccessful-reproductions/31f5046c9a01707b6868793d501d7b56da3ee8ca.json +++ b/data/unsuccessful-reproductions/31f5046c9a01707b6868793d501d7b56da3ee8ca.json @@ -12,7 +12,10 @@ "previousVersion" : "1382.v7d694476f340", "newVersion" : "1763.v092b_8980a_f5e", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3201e20b9776903e6a3eb929977aca0e178f59c5.json b/data/unsuccessful-reproductions/3201e20b9776903e6a3eb929977aca0e178f59c5.json index eb09a78eaa06..6925acbd0b58 100644 --- a/data/unsuccessful-reproductions/3201e20b9776903e6a3eb929977aca0e178f59c5.json +++ b/data/unsuccessful-reproductions/3201e20b9776903e6a3eb929977aca0e178f59c5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.23.1", "newVersion" : "2.25.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/32021b5f6d6882417f8b32627423c896bef8b232.json b/data/unsuccessful-reproductions/32021b5f6d6882417f8b32627423c896bef8b232.json index bef657d66c99..f0fd90023431 100644 --- a/data/unsuccessful-reproductions/32021b5f6d6882417f8b32627423c896bef8b232.json +++ b/data/unsuccessful-reproductions/32021b5f6d6882417f8b32627423c896bef8b232.json @@ -12,7 +12,10 @@ "previousVersion" : "4.13.1", "newVersion" : "4.13.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/32030678eaf65924567954717f1a982d996792a7.json b/data/unsuccessful-reproductions/32030678eaf65924567954717f1a982d996792a7.json index 34a9ec65bc59..c84ccafa94d2 100644 --- a/data/unsuccessful-reproductions/32030678eaf65924567954717f1a982d996792a7.json +++ b/data/unsuccessful-reproductions/32030678eaf65924567954717f1a982d996792a7.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.0", "newVersion" : "5.9.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/32360b5ad3615ac74678b49f1b733eaced837af6.json b/data/unsuccessful-reproductions/32360b5ad3615ac74678b49f1b733eaced837af6.json index 48f93ac75cd5..8d64632804ae 100644 --- a/data/unsuccessful-reproductions/32360b5ad3615ac74678b49f1b733eaced837af6.json +++ b/data/unsuccessful-reproductions/32360b5ad3615ac74678b49f1b733eaced837af6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "3.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3244edccfe0f2462f6680a4bce766446d8bd1c8b.json b/data/unsuccessful-reproductions/3244edccfe0f2462f6680a4bce766446d8bd1c8b.json index c0e06928137f..47484f3d561b 100644 --- a/data/unsuccessful-reproductions/3244edccfe0f2462f6680a4bce766446d8bd1c8b.json +++ b/data/unsuccessful-reproductions/3244edccfe0f2462f6680a4bce766446d8bd1c8b.json @@ -12,7 +12,10 @@ "previousVersion" : "5.7.2", "newVersion" : "5.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/32476c2e01662d380a65488b4e723c6c1001cdde.json b/data/unsuccessful-reproductions/32476c2e01662d380a65488b4e723c6c1001cdde.json index 62d18e4f85b6..6d01206babcf 100644 --- a/data/unsuccessful-reproductions/32476c2e01662d380a65488b4e723c6c1001cdde.json +++ b/data/unsuccessful-reproductions/32476c2e01662d380a65488b4e723c6c1001cdde.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.7", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/324a7ba153ddcfd0035d56bb087edbdeb1dcdb1f.json b/data/unsuccessful-reproductions/324a7ba153ddcfd0035d56bb087edbdeb1dcdb1f.json index 2fb70408f183..83e35c8f0e3d 100644 --- a/data/unsuccessful-reproductions/324a7ba153ddcfd0035d56bb087edbdeb1dcdb1f.json +++ b/data/unsuccessful-reproductions/324a7ba153ddcfd0035d56bb087edbdeb1dcdb1f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7", "newVersion" : "1.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/324f573ae2947d37b8078b088c340e4fbc53159c.json b/data/unsuccessful-reproductions/324f573ae2947d37b8078b088c340e4fbc53159c.json index cd1bde889212..24b6a46597ed 100644 --- a/data/unsuccessful-reproductions/324f573ae2947d37b8078b088c340e4fbc53159c.json +++ b/data/unsuccessful-reproductions/324f573ae2947d37b8078b088c340e4fbc53159c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.37", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/325270373470a6a517c341c96761646b62b58f7b.json b/data/unsuccessful-reproductions/325270373470a6a517c341c96761646b62b58f7b.json index 672f511274a3..08ad973d653d 100644 --- a/data/unsuccessful-reproductions/325270373470a6a517c341c96761646b62b58f7b.json +++ b/data/unsuccessful-reproductions/325270373470a6a517c341c96761646b62b58f7b.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.2", "newVersion" : "5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/326558a66f806b1dfdfaff17de7ef76e0d277bb7.json b/data/unsuccessful-reproductions/326558a66f806b1dfdfaff17de7ef76e0d277bb7.json index 7043c9483d30..654ac0f213e3 100644 --- a/data/unsuccessful-reproductions/326558a66f806b1dfdfaff17de7ef76e0d277bb7.json +++ b/data/unsuccessful-reproductions/326558a66f806b1dfdfaff17de7ef76e0d277bb7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/327364e5d3948e070d81299e013efec0d993ea49.json b/data/unsuccessful-reproductions/327364e5d3948e070d81299e013efec0d993ea49.json index 578105800f91..c0879349865a 100644 --- a/data/unsuccessful-reproductions/327364e5d3948e070d81299e013efec0d993ea49.json +++ b/data/unsuccessful-reproductions/327364e5d3948e070d81299e013efec0d993ea49.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.0", "newVersion" : "4.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/328d61c69cf0381be5e41e7dea9a58504c282c1e.json b/data/unsuccessful-reproductions/328d61c69cf0381be5e41e7dea9a58504c282c1e.json index 1160a152ae86..5593226e75ee 100644 --- a/data/unsuccessful-reproductions/328d61c69cf0381be5e41e7dea9a58504c282c1e.json +++ b/data/unsuccessful-reproductions/328d61c69cf0381be5e41e7dea9a58504c282c1e.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.48", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/32a52a4062b3a4bb07dd695bd85fc396fff9c87d.json b/data/unsuccessful-reproductions/32a52a4062b3a4bb07dd695bd85fc396fff9c87d.json index 9547e514b369..0508d8fe006c 100644 --- a/data/unsuccessful-reproductions/32a52a4062b3a4bb07dd695bd85fc396fff9c87d.json +++ b/data/unsuccessful-reproductions/32a52a4062b3a4bb07dd695bd85fc396fff9c87d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.0.201710071750-r", "newVersion" : "6.5.0.202303070854-r", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/32d5a638fc7c850ec19da3329e48fde2b82464ef.json b/data/unsuccessful-reproductions/32d5a638fc7c850ec19da3329e48fde2b82464ef.json index eacd4e697c34..4c92ff5212de 100644 --- a/data/unsuccessful-reproductions/32d5a638fc7c850ec19da3329e48fde2b82464ef.json +++ b/data/unsuccessful-reproductions/32d5a638fc7c850ec19da3329e48fde2b82464ef.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.93", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/32e8afc70c10871279c9e396897c2da30f8f17bc.json b/data/unsuccessful-reproductions/32e8afc70c10871279c9e396897c2da30f8f17bc.json index e42a3c4bf956..b0aefa9a7b70 100644 --- a/data/unsuccessful-reproductions/32e8afc70c10871279c9e396897c2da30f8f17bc.json +++ b/data/unsuccessful-reproductions/32e8afc70c10871279c9e396897c2da30f8f17bc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.1", "newVersion" : "2.13.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/32ed0993748970e14a0005d65f8a3199d01497ed.json b/data/unsuccessful-reproductions/32ed0993748970e14a0005d65f8a3199d01497ed.json index 0add18fd6897..1f108e14bf86 100644 --- a/data/unsuccessful-reproductions/32ed0993748970e14a0005d65f8a3199d01497ed.json +++ b/data/unsuccessful-reproductions/32ed0993748970e14a0005d65f8a3199d01497ed.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.259", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/32fd20e59246a6cba64d9b6c6c1f93dc67b461ce.json b/data/unsuccessful-reproductions/32fd20e59246a6cba64d9b6c6c1f93dc67b461ce.json index 9cf558475a64..bbd13e210f4d 100644 --- a/data/unsuccessful-reproductions/32fd20e59246a6cba64d9b6c6c1f93dc67b461ce.json +++ b/data/unsuccessful-reproductions/32fd20e59246a6cba64d9b6c6c1f93dc67b461ce.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.9", "newVersion" : "1.2.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/32fd746de5ea8e8db6d0358f53ec5c3b56484517.json b/data/unsuccessful-reproductions/32fd746de5ea8e8db6d0358f53ec5c3b56484517.json index 978e02eadae1..4ecf11d655a9 100644 --- a/data/unsuccessful-reproductions/32fd746de5ea8e8db6d0358f53ec5c3b56484517.json +++ b/data/unsuccessful-reproductions/32fd746de5ea8e8db6d0358f53ec5c3b56484517.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3310039dee734f395e148a1aeb9763874a7980cd.json b/data/unsuccessful-reproductions/3310039dee734f395e148a1aeb9763874a7980cd.json index ff9e6f80afb0..2386613efc71 100644 --- a/data/unsuccessful-reproductions/3310039dee734f395e148a1aeb9763874a7980cd.json +++ b/data/unsuccessful-reproductions/3310039dee734f395e148a1aeb9763874a7980cd.json @@ -12,7 +12,10 @@ "previousVersion" : "1508.v4b_d09ff0e893", "newVersion" : "1556.vfc6a_f216e3c6", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/332daf182360c0f242bbf59b4eef57ffb54a1cf2.json b/data/unsuccessful-reproductions/332daf182360c0f242bbf59b4eef57ffb54a1cf2.json index 789021967251..5533eabeceeb 100644 --- a/data/unsuccessful-reproductions/332daf182360c0f242bbf59b4eef57ffb54a1cf2.json +++ b/data/unsuccessful-reproductions/332daf182360c0f242bbf59b4eef57ffb54a1cf2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.103", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/333b749d752f7a546bcc6ece0984088b743eef72.json b/data/unsuccessful-reproductions/333b749d752f7a546bcc6ece0984088b743eef72.json index 34b4a8149906..e26fe680d9da 100644 --- a/data/unsuccessful-reproductions/333b749d752f7a546bcc6ece0984088b743eef72.json +++ b/data/unsuccessful-reproductions/333b749d752f7a546bcc6ece0984088b743eef72.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/334401048b9664942f1a77064a62117a71f5277a.json b/data/unsuccessful-reproductions/334401048b9664942f1a77064a62117a71f5277a.json index aa1b22e2e7e1..5c30a12ef73c 100644 --- a/data/unsuccessful-reproductions/334401048b9664942f1a77064a62117a71f5277a.json +++ b/data/unsuccessful-reproductions/334401048b9664942f1a77064a62117a71f5277a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.18.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/334444a3e28ce9eb77caf89b5255431385bc8bf1.json b/data/unsuccessful-reproductions/334444a3e28ce9eb77caf89b5255431385bc8bf1.json index 7f62dd68a440..1cff9d4e4f85 100644 --- a/data/unsuccessful-reproductions/334444a3e28ce9eb77caf89b5255431385bc8bf1.json +++ b/data/unsuccessful-reproductions/334444a3e28ce9eb77caf89b5255431385bc8bf1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.19.0", "newVersion" : "2.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3345953538bdcfdfe8bf8c00746d04abb402ed42.json b/data/unsuccessful-reproductions/3345953538bdcfdfe8bf8c00746d04abb402ed42.json index 26fd35f69b13..3980dee70692 100644 --- a/data/unsuccessful-reproductions/3345953538bdcfdfe8bf8c00746d04abb402ed42.json +++ b/data/unsuccessful-reproductions/3345953538bdcfdfe8bf8c00746d04abb402ed42.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.342", "newVersion" : "1.12.346", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3345dd83fad74493152186e4d2c7d373ec46c753.json b/data/unsuccessful-reproductions/3345dd83fad74493152186e4d2c7d373ec46c753.json index f0835765af8b..82365caaf646 100644 --- a/data/unsuccessful-reproductions/3345dd83fad74493152186e4d2c7d373ec46c753.json +++ b/data/unsuccessful-reproductions/3345dd83fad74493152186e4d2c7d373ec46c753.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.6", "newVersion" : "3.21.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/33463c5578e0e064d88c10061fe1229f3e26549c.json b/data/unsuccessful-reproductions/33463c5578e0e064d88c10061fe1229f3e26549c.json index a5b5e78a611f..4ff0eb4aad3f 100644 --- a/data/unsuccessful-reproductions/33463c5578e0e064d88c10061fe1229f3e26549c.json +++ b/data/unsuccessful-reproductions/33463c5578e0e064d88c10061fe1229f3e26549c.json @@ -12,7 +12,10 @@ "previousVersion" : "1500.ve4d05cd32975", "newVersion" : "1706.vc166d5f429f8", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3375b12212256511d7c81814bae65d731409fd26.json b/data/unsuccessful-reproductions/3375b12212256511d7c81814bae65d731409fd26.json index 988183085078..0958740983fb 100644 --- a/data/unsuccessful-reproductions/3375b12212256511d7c81814bae65d731409fd26.json +++ b/data/unsuccessful-reproductions/3375b12212256511d7c81814bae65d731409fd26.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.1", "newVersion" : "2.13.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/338b020292a6780847c7f2f9676dc07de548a2ce.json b/data/unsuccessful-reproductions/338b020292a6780847c7f2f9676dc07de548a2ce.json index 8b8d096a961a..638fbe3bace2 100644 --- a/data/unsuccessful-reproductions/338b020292a6780847c7f2f9676dc07de548a2ce.json +++ b/data/unsuccessful-reproductions/338b020292a6780847c7f2f9676dc07de548a2ce.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "8.5.11", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3397fb69ceaad7474da45689baecf7b8efb48010.json b/data/unsuccessful-reproductions/3397fb69ceaad7474da45689baecf7b8efb48010.json index 54d1f538a835..c6f64b30a937 100644 --- a/data/unsuccessful-reproductions/3397fb69ceaad7474da45689baecf7b8efb48010.json +++ b/data/unsuccessful-reproductions/3397fb69ceaad7474da45689baecf7b8efb48010.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.261", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/339b0ecfde638ebc5e1554981ae65a454b9c8290.json b/data/unsuccessful-reproductions/339b0ecfde638ebc5e1554981ae65a454b9c8290.json index 2ebe36b529e9..af057f331868 100644 --- a/data/unsuccessful-reproductions/339b0ecfde638ebc5e1554981ae65a454b9c8290.json +++ b/data/unsuccessful-reproductions/339b0ecfde638ebc5e1554981ae65a454b9c8290.json @@ -12,7 +12,10 @@ "previousVersion" : "0.22.0", "newVersion" : "0.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/33a1333814a1839d7f5d621599641dded73f2539.json b/data/unsuccessful-reproductions/33a1333814a1839d7f5d621599641dded73f2539.json index 695ce93a4eaa..8020d4a7900c 100644 --- a/data/unsuccessful-reproductions/33a1333814a1839d7f5d621599641dded73f2539.json +++ b/data/unsuccessful-reproductions/33a1333814a1839d7f5d621599641dded73f2539.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.58", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/33a7d947e25b4d25c20fdef2292547be94d1f60e.json b/data/unsuccessful-reproductions/33a7d947e25b4d25c20fdef2292547be94d1f60e.json index 050f1f2b8c24..bc960e257b11 100644 --- a/data/unsuccessful-reproductions/33a7d947e25b4d25c20fdef2292547be94d1f60e.json +++ b/data/unsuccessful-reproductions/33a7d947e25b4d25c20fdef2292547be94d1f60e.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.4", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/33aa764c0d603808d344afabd65a2960eade7aaa.json b/data/unsuccessful-reproductions/33aa764c0d603808d344afabd65a2960eade7aaa.json index 6c1988b358c7..fd74bd2c4435 100644 --- a/data/unsuccessful-reproductions/33aa764c0d603808d344afabd65a2960eade7aaa.json +++ b/data/unsuccessful-reproductions/33aa764c0d603808d344afabd65a2960eade7aaa.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.15.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/33ad5fa39813563c3654472b3958c87230e3c2d8.json b/data/unsuccessful-reproductions/33ad5fa39813563c3654472b3958c87230e3c2d8.json index 745fcd5773b1..c7341e00e094 100644 --- a/data/unsuccessful-reproductions/33ad5fa39813563c3654472b3958c87230e3c2d8.json +++ b/data/unsuccessful-reproductions/33ad5fa39813563c3654472b3958c87230e3c2d8.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.3", "newVersion" : "5.10.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/33d736db8976e9f1fc3ec7d21c2850a3f67ddf50.json b/data/unsuccessful-reproductions/33d736db8976e9f1fc3ec7d21c2850a3f67ddf50.json index bcbdab925061..f9cb6f04fb58 100644 --- a/data/unsuccessful-reproductions/33d736db8976e9f1fc3ec7d21c2850a3f67ddf50.json +++ b/data/unsuccessful-reproductions/33d736db8976e9f1fc3ec7d21c2850a3f67ddf50.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/33d8bcc7bdb4f5cff3dbc2ababfb82a7efc13159.json b/data/unsuccessful-reproductions/33d8bcc7bdb4f5cff3dbc2ababfb82a7efc13159.json index 8720dd41df13..83667ce30bf5 100644 --- a/data/unsuccessful-reproductions/33d8bcc7bdb4f5cff3dbc2ababfb82a7efc13159.json +++ b/data/unsuccessful-reproductions/33d8bcc7bdb4f5cff3dbc2ababfb82a7efc13159.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "UPL-1.0", + "githubRepoSlug" : "oracle/graaljs" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/33d97ab29052cf1a1bcf5c224eccbe2ad8af3058.json b/data/unsuccessful-reproductions/33d97ab29052cf1a1bcf5c224eccbe2ad8af3058.json index ac8f08ed9c1d..03f723f45d9e 100644 --- a/data/unsuccessful-reproductions/33d97ab29052cf1a1bcf5c224eccbe2ad8af3058.json +++ b/data/unsuccessful-reproductions/33d97ab29052cf1a1bcf5c224eccbe2ad8af3058.json @@ -12,7 +12,10 @@ "previousVersion" : "20211205", "newVersion" : "20220924", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34036dd081bb28597707c16a6e1dc314b3cc9add.json b/data/unsuccessful-reproductions/34036dd081bb28597707c16a6e1dc314b3cc9add.json index b9c3fc2186e6..a214157154fe 100644 --- a/data/unsuccessful-reproductions/34036dd081bb28597707c16a6e1dc314b3cc9add.json +++ b/data/unsuccessful-reproductions/34036dd081bb28597707c16a6e1dc314b3cc9add.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.1", "newVersion" : "1.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34101ee13a7023412a0e9ca2567c7755fd6c2e7b.json b/data/unsuccessful-reproductions/34101ee13a7023412a0e9ca2567c7755fd6c2e7b.json index 7dc053eada62..1c83c2911094 100644 --- a/data/unsuccessful-reproductions/34101ee13a7023412a0e9ca2567c7755fd6c2e7b.json +++ b/data/unsuccessful-reproductions/34101ee13a7023412a0e9ca2567c7755fd6c2e7b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3417e424b5e886afa9b667f19d479b70f75cc895.json b/data/unsuccessful-reproductions/3417e424b5e886afa9b667f19d479b70f75cc895.json index 380d83427f42..e5d9c47a0597 100644 --- a/data/unsuccessful-reproductions/3417e424b5e886afa9b667f19d479b70f75cc895.json +++ b/data/unsuccessful-reproductions/3417e424b5e886afa9b667f19d479b70f75cc895.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/342c7b95412c1095b81b3959b3ce982cb432f346.json b/data/unsuccessful-reproductions/342c7b95412c1095b81b3959b3ce982cb432f346.json index 0c5a96f7f693..92bded6aeb9f 100644 --- a/data/unsuccessful-reproductions/342c7b95412c1095b81b3959b3ce982cb432f346.json +++ b/data/unsuccessful-reproductions/342c7b95412c1095b81b3959b3ce982cb432f346.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/342f0a0d0da1807066a27ea7ebb9962682614065.json b/data/unsuccessful-reproductions/342f0a0d0da1807066a27ea7ebb9962682614065.json index 3fea134765a7..1cb3b3b39812 100644 --- a/data/unsuccessful-reproductions/342f0a0d0da1807066a27ea7ebb9962682614065.json +++ b/data/unsuccessful-reproductions/342f0a0d0da1807066a27ea7ebb9962682614065.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.220", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/343175918588dd31bd494bf62f313a5f265ad263.json b/data/unsuccessful-reproductions/343175918588dd31bd494bf62f313a5f265ad263.json index 787d1ac03765..74d4421b6bb3 100644 --- a/data/unsuccessful-reproductions/343175918588dd31bd494bf62f313a5f265ad263.json +++ b/data/unsuccessful-reproductions/343175918588dd31bd494bf62f313a5f265ad263.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.1", "newVersion" : "2.13.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34389164e253698793aad3ee87577dc98f6cbc42.json b/data/unsuccessful-reproductions/34389164e253698793aad3ee87577dc98f6cbc42.json index 76171fe3af8b..544b3c5e89d8 100644 --- a/data/unsuccessful-reproductions/34389164e253698793aad3ee87577dc98f6cbc42.json +++ b/data/unsuccessful-reproductions/34389164e253698793aad3ee87577dc98f6cbc42.json @@ -12,7 +12,10 @@ "previousVersion" : "1.26.0", "newVersion" : "1.26.1", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3441586eeb07fdee11cd9f32d479cf33b7c6a059.json b/data/unsuccessful-reproductions/3441586eeb07fdee11cd9f32d479cf33b7c6a059.json index cfe8fb35a078..1907ac804133 100644 --- a/data/unsuccessful-reproductions/3441586eeb07fdee11cd9f32d479cf33b7c6a059.json +++ b/data/unsuccessful-reproductions/3441586eeb07fdee11cd9f32d479cf33b7c6a059.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0-rc7", "newVersion" : "1.1.0", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34566f250cef247fe40637c221479b0554014106.json b/data/unsuccessful-reproductions/34566f250cef247fe40637c221479b0554014106.json index 4e3405b3fe6a..fe9e879cec1a 100644 --- a/data/unsuccessful-reproductions/34566f250cef247fe40637c221479b0554014106.json +++ b/data/unsuccessful-reproductions/34566f250cef247fe40637c221479b0554014106.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.39", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3457d660ae9f0d2f273ea9b51c2b653b8eebf627.json b/data/unsuccessful-reproductions/3457d660ae9f0d2f273ea9b51c2b653b8eebf627.json index 9dde2aa220b0..984b2093f928 100644 --- a/data/unsuccessful-reproductions/3457d660ae9f0d2f273ea9b51c2b653b8eebf627.json +++ b/data/unsuccessful-reproductions/3457d660ae9f0d2f273ea9b51c2b653b8eebf627.json @@ -12,7 +12,10 @@ "previousVersion" : "10.8.1", "newVersion" : "10.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/345863f5c375d493e0993f85fe7dc3c326d56e54.json b/data/unsuccessful-reproductions/345863f5c375d493e0993f85fe7dc3c326d56e54.json index b9a1466b7f25..076c129b6c5d 100644 --- a/data/unsuccessful-reproductions/345863f5c375d493e0993f85fe7dc3c326d56e54.json +++ b/data/unsuccessful-reproductions/345863f5c375d493e0993f85fe7dc3c326d56e54.json @@ -12,7 +12,10 @@ "previousVersion" : "2.25.0", "newVersion" : "2.27.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/345c7f43a0c70d4abd1f4bf4fa40f92e70755d51.json b/data/unsuccessful-reproductions/345c7f43a0c70d4abd1f4bf4fa40f92e70755d51.json index 829f4185bd2d..eebe6e5af5ed 100644 --- a/data/unsuccessful-reproductions/345c7f43a0c70d4abd1f4bf4fa40f92e70755d51.json +++ b/data/unsuccessful-reproductions/345c7f43a0c70d4abd1f4bf4fa40f92e70755d51.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.11.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3464fba97971275242de62894dcbae5704f2f5a5.json b/data/unsuccessful-reproductions/3464fba97971275242de62894dcbae5704f2f5a5.json index 77974036a117..20c6323783d5 100644 --- a/data/unsuccessful-reproductions/3464fba97971275242de62894dcbae5704f2f5a5.json +++ b/data/unsuccessful-reproductions/3464fba97971275242de62894dcbae5704f2f5a5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/346998cb1eb8bd4cd351f72513d74d6514266e20.json b/data/unsuccessful-reproductions/346998cb1eb8bd4cd351f72513d74d6514266e20.json index 359a78ec2322..600529281fab 100644 --- a/data/unsuccessful-reproductions/346998cb1eb8bd4cd351f72513d74d6514266e20.json +++ b/data/unsuccessful-reproductions/346998cb1eb8bd4cd351f72513d74d6514266e20.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3476a30df0eacb743b80a3d3bb242b2627ce2d47.json b/data/unsuccessful-reproductions/3476a30df0eacb743b80a3d3bb242b2627ce2d47.json index 032e580db27a..56cfec22c524 100644 --- a/data/unsuccessful-reproductions/3476a30df0eacb743b80a3d3bb242b2627ce2d47.json +++ b/data/unsuccessful-reproductions/3476a30df0eacb743b80a3d3bb242b2627ce2d47.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/347c02d9bda36f501b3a801a002a225104417a54.json b/data/unsuccessful-reproductions/347c02d9bda36f501b3a801a002a225104417a54.json index 356789286584..7ee1a6f9f754 100644 --- a/data/unsuccessful-reproductions/347c02d9bda36f501b3a801a002a225104417a54.json +++ b/data/unsuccessful-reproductions/347c02d9bda36f501b3a801a002a225104417a54.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/347c3576fd0f646ed5032a090a949f02f16b60f5.json b/data/unsuccessful-reproductions/347c3576fd0f646ed5032a090a949f02f16b60f5.json index d58080b0988e..83633bfed391 100644 --- a/data/unsuccessful-reproductions/347c3576fd0f646ed5032a090a949f02f16b60f5.json +++ b/data/unsuccessful-reproductions/347c3576fd0f646ed5032a090a949f02f16b60f5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.27.0", "newVersion" : "1.33.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3497b15f6b03156912db4da51b91d199c4074dbc.json b/data/unsuccessful-reproductions/3497b15f6b03156912db4da51b91d199c4074dbc.json index c6f432649384..2b570d9f0527 100644 --- a/data/unsuccessful-reproductions/3497b15f6b03156912db4da51b91d199c4074dbc.json +++ b/data/unsuccessful-reproductions/3497b15f6b03156912db4da51b91d199c4074dbc.json @@ -12,7 +12,10 @@ "previousVersion" : "876.vc43b4c6423b6", "newVersion" : "984.vb5eaac999a7e", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/349802b0903a46934b319aa00630d90c78ee3687.json b/data/unsuccessful-reproductions/349802b0903a46934b319aa00630d90c78ee3687.json index 0cbd54c548ce..941b4fd56bd7 100644 --- a/data/unsuccessful-reproductions/349802b0903a46934b319aa00630d90c78ee3687.json +++ b/data/unsuccessful-reproductions/349802b0903a46934b319aa00630d90c78ee3687.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.508", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34a8d5a3d7d83353c02e97ae1bb0e83bf8708a41.json b/data/unsuccessful-reproductions/34a8d5a3d7d83353c02e97ae1bb0e83bf8708a41.json index 71b010956e55..ba02378c0309 100644 --- a/data/unsuccessful-reproductions/34a8d5a3d7d83353c02e97ae1bb0e83bf8708a41.json +++ b/data/unsuccessful-reproductions/34a8d5a3d7d83353c02e97ae1bb0e83bf8708a41.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.7.2", "newVersion" : "1.1.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34a9560ed964a7ecd0e6c6a57b6a733e1be76194.json b/data/unsuccessful-reproductions/34a9560ed964a7ecd0e6c6a57b6a733e1be76194.json index 5763f9e45109..252f3231c407 100644 --- a/data/unsuccessful-reproductions/34a9560ed964a7ecd0e6c6a57b6a733e1be76194.json +++ b/data/unsuccessful-reproductions/34a9560ed964a7ecd0e6c6a57b6a733e1be76194.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.0", "newVersion" : "1.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34ae0caa32047480c14023a99caf64338396cf83.json b/data/unsuccessful-reproductions/34ae0caa32047480c14023a99caf64338396cf83.json index b0d3ae833923..3dd3356cacdd 100644 --- a/data/unsuccessful-reproductions/34ae0caa32047480c14023a99caf64338396cf83.json +++ b/data/unsuccessful-reproductions/34ae0caa32047480c14023a99caf64338396cf83.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34b8d61a15947464d47ef562cf6cdd93c4bba143.json b/data/unsuccessful-reproductions/34b8d61a15947464d47ef562cf6cdd93c4bba143.json index 9d6259ecae55..b55a97f00104 100644 --- a/data/unsuccessful-reproductions/34b8d61a15947464d47ef562cf6cdd93c4bba143.json +++ b/data/unsuccessful-reproductions/34b8d61a15947464d47ef562cf6cdd93c4bba143.json @@ -12,7 +12,10 @@ "previousVersion" : "0.45", "newVersion" : "0.46", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34c55b1a5f306e8538ca188b06cba0bd25895ed5.json b/data/unsuccessful-reproductions/34c55b1a5f306e8538ca188b06cba0bd25895ed5.json index ca80186ce562..49e16ab94aa2 100644 --- a/data/unsuccessful-reproductions/34c55b1a5f306e8538ca188b06cba0bd25895ed5.json +++ b/data/unsuccessful-reproductions/34c55b1a5f306e8538ca188b06cba0bd25895ed5.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.200.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34d26c04e698ce8f690ca80bb5d6e58fb438cfae.json b/data/unsuccessful-reproductions/34d26c04e698ce8f690ca80bb5d6e58fb438cfae.json index 217c9626166b..b40e9f963c6f 100644 --- a/data/unsuccessful-reproductions/34d26c04e698ce8f690ca80bb5d6e58fb438cfae.json +++ b/data/unsuccessful-reproductions/34d26c04e698ce8f690ca80bb5d6e58fb438cfae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.1", "newVersion" : "2.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34eb75c48633c163b541b3c0bed86a34fb169f9f.json b/data/unsuccessful-reproductions/34eb75c48633c163b541b3c0bed86a34fb169f9f.json index b6c0797afa8e..7b2ffec0da60 100644 --- a/data/unsuccessful-reproductions/34eb75c48633c163b541b3c0bed86a34fb169f9f.json +++ b/data/unsuccessful-reproductions/34eb75c48633c163b541b3c0bed86a34fb169f9f.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/34fdb32b14fb4a92c882da6ba50d5f9a9d24f20d.json b/data/unsuccessful-reproductions/34fdb32b14fb4a92c882da6ba50d5f9a9d24f20d.json index 79c45d96c02d..8fca18e013b0 100644 --- a/data/unsuccessful-reproductions/34fdb32b14fb4a92c882da6ba50d5f9a9d24f20d.json +++ b/data/unsuccessful-reproductions/34fdb32b14fb4a92c882da6ba50d5f9a9d24f20d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3501acfa6d4d4cd549e52ac4d956f111bbbf6c42.json b/data/unsuccessful-reproductions/3501acfa6d4d4cd549e52ac4d956f111bbbf6c42.json index ec67466fdf41..20cb78499b8c 100644 --- a/data/unsuccessful-reproductions/3501acfa6d4d4cd549e52ac4d956f111bbbf6c42.json +++ b/data/unsuccessful-reproductions/3501acfa6d4d4cd549e52ac4d956f111bbbf6c42.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.15", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3501f55ca89d2fc9580937667b5b6b95e36a7b2d.json b/data/unsuccessful-reproductions/3501f55ca89d2fc9580937667b5b6b95e36a7b2d.json index bee8392f6860..411d4a411bd1 100644 --- a/data/unsuccessful-reproductions/3501f55ca89d2fc9580937667b5b6b95e36a7b2d.json +++ b/data/unsuccessful-reproductions/3501f55ca89d2fc9580937667b5b6b95e36a7b2d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.6", "newVersion" : "3.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3506e771a8c13ed07ef2d0a6d01bafab83803c60.json b/data/unsuccessful-reproductions/3506e771a8c13ed07ef2d0a6d01bafab83803c60.json index 34731f46f92d..35e270143d67 100644 --- a/data/unsuccessful-reproductions/3506e771a8c13ed07ef2d0a6d01bafab83803c60.json +++ b/data/unsuccessful-reproductions/3506e771a8c13ed07ef2d0a6d01bafab83803c60.json @@ -12,7 +12,10 @@ "previousVersion" : "0.15", "newVersion" : "1.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3509ae2b1e01d7dd73d792fc59d1c319640e4452.json b/data/unsuccessful-reproductions/3509ae2b1e01d7dd73d792fc59d1c319640e4452.json index a282d0fcc760..d6ade5fbec01 100644 --- a/data/unsuccessful-reproductions/3509ae2b1e01d7dd73d792fc59d1c319640e4452.json +++ b/data/unsuccessful-reproductions/3509ae2b1e01d7dd73d792fc59d1c319640e4452.json @@ -12,7 +12,10 @@ "previousVersion" : "1.20.1.Final", "newVersion" : "2.0.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/352e9e5f6531113f43e3143348c18ec6d7e762ef.json b/data/unsuccessful-reproductions/352e9e5f6531113f43e3143348c18ec6d7e762ef.json index b90fc6297d5d..8222bef54986 100644 --- a/data/unsuccessful-reproductions/352e9e5f6531113f43e3143348c18ec6d7e762ef.json +++ b/data/unsuccessful-reproductions/352e9e5f6531113f43e3143348c18ec6d7e762ef.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.1", "newVersion" : "3.5.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/352f54ded5d9ec9460d7c8b2f15e2dff44355778.json b/data/unsuccessful-reproductions/352f54ded5d9ec9460d7c8b2f15e2dff44355778.json index 3f03ac09cc7d..06fda1fcc7ce 100644 --- a/data/unsuccessful-reproductions/352f54ded5d9ec9460d7c8b2f15e2dff44355778.json +++ b/data/unsuccessful-reproductions/352f54ded5d9ec9460d7c8b2f15e2dff44355778.json @@ -12,7 +12,10 @@ "previousVersion" : "v0.25", "newVersion" : "v1.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3531b73362fcd8494a115f6cbc88f3f6fd2e2ad6.json b/data/unsuccessful-reproductions/3531b73362fcd8494a115f6cbc88f3f6fd2e2ad6.json index f748a6664265..31e45073c459 100644 --- a/data/unsuccessful-reproductions/3531b73362fcd8494a115f6cbc88f3f6fd2e2ad6.json +++ b/data/unsuccessful-reproductions/3531b73362fcd8494a115f6cbc88f3f6fd2e2ad6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.2", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/353a9e8513c0bc837624c2984611f278b1e501e3.json b/data/unsuccessful-reproductions/353a9e8513c0bc837624c2984611f278b1e501e3.json index 5f45441563a3..441f65368b1b 100644 --- a/data/unsuccessful-reproductions/353a9e8513c0bc837624c2984611f278b1e501e3.json +++ b/data/unsuccessful-reproductions/353a9e8513c0bc837624c2984611f278b1e501e3.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.0", "newVersion" : "3.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/353e1c63a72568e731d797e7eae3164f3aa481b3.json b/data/unsuccessful-reproductions/353e1c63a72568e731d797e7eae3164f3aa481b3.json index ad38032b4037..43c36e140c2f 100644 --- a/data/unsuccessful-reproductions/353e1c63a72568e731d797e7eae3164f3aa481b3.json +++ b/data/unsuccessful-reproductions/353e1c63a72568e731d797e7eae3164f3aa481b3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.01", "newVersion" : "2.0.2", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3560cc582e87b486482770d4b8e21df6a84ee3b7.json b/data/unsuccessful-reproductions/3560cc582e87b486482770d4b8e21df6a84ee3b7.json index c2d8d8a02308..b304d0a4f993 100644 --- a/data/unsuccessful-reproductions/3560cc582e87b486482770d4b8e21df6a84ee3b7.json +++ b/data/unsuccessful-reproductions/3560cc582e87b486482770d4b8e21df6a84ee3b7.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3585b7a4f56c98b325b9d19e7b104885555c8430.json b/data/unsuccessful-reproductions/3585b7a4f56c98b325b9d19e7b104885555c8430.json index ec4a56b5a847..fc5fdcb4f77c 100644 --- a/data/unsuccessful-reproductions/3585b7a4f56c98b325b9d19e7b104885555c8430.json +++ b/data/unsuccessful-reproductions/3585b7a4f56c98b325b9d19e7b104885555c8430.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.4", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3587f15d2705e7adf546385d5b1ef79e8c55e9cb.json b/data/unsuccessful-reproductions/3587f15d2705e7adf546385d5b1ef79e8c55e9cb.json index 27db1f9a731a..50f09e6c74c0 100644 --- a/data/unsuccessful-reproductions/3587f15d2705e7adf546385d5b1ef79e8c55e9cb.json +++ b/data/unsuccessful-reproductions/3587f15d2705e7adf546385d5b1ef79e8c55e9cb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.995", "newVersion" : "1.12.89-292.v2712528e879c", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3597b69a1e94dcf2a08001304d51635a55ff3d37.json b/data/unsuccessful-reproductions/3597b69a1e94dcf2a08001304d51635a55ff3d37.json index a556c6b2cd6e..f51b6c26bb4c 100644 --- a/data/unsuccessful-reproductions/3597b69a1e94dcf2a08001304d51635a55ff3d37.json +++ b/data/unsuccessful-reproductions/3597b69a1e94dcf2a08001304d51635a55ff3d37.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.111", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/35ce234a65876d957660d63f0c0f75c41681157a.json b/data/unsuccessful-reproductions/35ce234a65876d957660d63f0c0f75c41681157a.json index 91660c87baab..47f59f19860f 100644 --- a/data/unsuccessful-reproductions/35ce234a65876d957660d63f0c0f75c41681157a.json +++ b/data/unsuccessful-reproductions/35ce234a65876d957660d63f0c0f75c41681157a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.3", "newVersion" : "1.6.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/35e9ddc7dae7e5058c96ba61085184320695398a.json b/data/unsuccessful-reproductions/35e9ddc7dae7e5058c96ba61085184320695398a.json index 738cf13a00b6..64e34e91a4d5 100644 --- a/data/unsuccessful-reproductions/35e9ddc7dae7e5058c96ba61085184320695398a.json +++ b/data/unsuccessful-reproductions/35e9ddc7dae7e5058c96ba61085184320695398a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/36040e811deacbd54e79f0d9e81dd2afa79196f6.json b/data/unsuccessful-reproductions/36040e811deacbd54e79f0d9e81dd2afa79196f6.json index 4f921b5c6211..fbcc9dc28c3c 100644 --- a/data/unsuccessful-reproductions/36040e811deacbd54e79f0d9e81dd2afa79196f6.json +++ b/data/unsuccessful-reproductions/36040e811deacbd54e79f0d9e81dd2afa79196f6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/36066116d965c9783c9a36075e51fbb7ef2be09d.json b/data/unsuccessful-reproductions/36066116d965c9783c9a36075e51fbb7ef2be09d.json index a7a11fdafacc..30ec225bcc9c 100644 --- a/data/unsuccessful-reproductions/36066116d965c9783c9a36075e51fbb7ef2be09d.json +++ b/data/unsuccessful-reproductions/36066116d965c9783c9a36075e51fbb7ef2be09d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.31.0", "newVersion" : "1.33.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/361818832a9140d02e0cb84feb46d2c81bcf2db4.json b/data/unsuccessful-reproductions/361818832a9140d02e0cb84feb46d2c81bcf2db4.json index beb2479b6f83..022fdc4e8baf 100644 --- a/data/unsuccessful-reproductions/361818832a9140d02e0cb84feb46d2c81bcf2db4.json +++ b/data/unsuccessful-reproductions/361818832a9140d02e0cb84feb46d2c81bcf2db4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3636e6490259d0abde4e382ddfd6a82a53fb2e05.json b/data/unsuccessful-reproductions/3636e6490259d0abde4e382ddfd6a82a53fb2e05.json index daba6d3394e7..8a94bc3b7a77 100644 --- a/data/unsuccessful-reproductions/3636e6490259d0abde4e382ddfd6a82a53fb2e05.json +++ b/data/unsuccessful-reproductions/3636e6490259d0abde4e382ddfd6a82a53fb2e05.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/363a6e44eeedc8cdfa4fa3c6e99d3a72dff435ba.json b/data/unsuccessful-reproductions/363a6e44eeedc8cdfa4fa3c6e99d3a72dff435ba.json index bfbb608b466f..a3b2324acda3 100644 --- a/data/unsuccessful-reproductions/363a6e44eeedc8cdfa4fa3c6e99d3a72dff435ba.json +++ b/data/unsuccessful-reproductions/363a6e44eeedc8cdfa4fa3c6e99d3a72dff435ba.json @@ -12,7 +12,10 @@ "previousVersion" : "42.2.23", "newVersion" : "42.2.25", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/363aada91e25841d32a62901475189336fe72166.json b/data/unsuccessful-reproductions/363aada91e25841d32a62901475189336fe72166.json index a8deceba2227..f76b1266771d 100644 --- a/data/unsuccessful-reproductions/363aada91e25841d32a62901475189336fe72166.json +++ b/data/unsuccessful-reproductions/363aada91e25841d32a62901475189336fe72166.json @@ -12,7 +12,10 @@ "previousVersion" : "0.22.2", "newVersion" : "0.23.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3641e1a56d9af9cbfc2d85797dd346ba7e1d87ad.json b/data/unsuccessful-reproductions/3641e1a56d9af9cbfc2d85797dd346ba7e1d87ad.json index 2d5d49e6838a..1e32123f8265 100644 --- a/data/unsuccessful-reproductions/3641e1a56d9af9cbfc2d85797dd346ba7e1d87ad.json +++ b/data/unsuccessful-reproductions/3641e1a56d9af9cbfc2d85797dd346ba7e1d87ad.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.19", "newVersion" : "2.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/365fb83cacf2ebdd2fe2023bfa7a5ed70ca7609a.json b/data/unsuccessful-reproductions/365fb83cacf2ebdd2fe2023bfa7a5ed70ca7609a.json index f1ab4f32b06f..142a9ab0f873 100644 --- a/data/unsuccessful-reproductions/365fb83cacf2ebdd2fe2023bfa7a5ed70ca7609a.json +++ b/data/unsuccessful-reproductions/365fb83cacf2ebdd2fe2023bfa7a5ed70ca7609a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3666141a438a53239e3b7a6344bbfe468e073522.json b/data/unsuccessful-reproductions/3666141a438a53239e3b7a6344bbfe468e073522.json index b423e0cfcfa5..2313e677046d 100644 --- a/data/unsuccessful-reproductions/3666141a438a53239e3b7a6344bbfe468e073522.json +++ b/data/unsuccessful-reproductions/3666141a438a53239e3b7a6344bbfe468e073522.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.0", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3666867a328c9102d984ccbb572aa0ed4faae92e.json b/data/unsuccessful-reproductions/3666867a328c9102d984ccbb572aa0ed4faae92e.json index 4ae58e4db39a..d65ac3e947e3 100644 --- a/data/unsuccessful-reproductions/3666867a328c9102d984ccbb572aa0ed4faae92e.json +++ b/data/unsuccessful-reproductions/3666867a328c9102d984ccbb572aa0ed4faae92e.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.9", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/366c6529fa16d78ebfc2c303061c2a6e69e84a22.json b/data/unsuccessful-reproductions/366c6529fa16d78ebfc2c303061c2a6e69e84a22.json index cc8cdf0216fb..8d5d62153e39 100644 --- a/data/unsuccessful-reproductions/366c6529fa16d78ebfc2c303061c2a6e69e84a22.json +++ b/data/unsuccessful-reproductions/366c6529fa16d78ebfc2c303061c2a6e69e84a22.json @@ -12,7 +12,10 @@ "previousVersion" : "20200518", "newVersion" : "20211205", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3675ff7cdf2a81aa4be4f5a23fee15d7bacbcd4e.json b/data/unsuccessful-reproductions/3675ff7cdf2a81aa4be4f5a23fee15d7bacbcd4e.json index 3ca9628cf0a9..839367045adc 100644 --- a/data/unsuccessful-reproductions/3675ff7cdf2a81aa4be4f5a23fee15d7bacbcd4e.json +++ b/data/unsuccessful-reproductions/3675ff7cdf2a81aa4be4f5a23fee15d7bacbcd4e.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5554.vccd9f0a_22594", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3695434d98abe25cd3b82f971219e52022528e68.json b/data/unsuccessful-reproductions/3695434d98abe25cd3b82f971219e52022528e68.json index df23bb9b2acd..5f636ca33f81 100644 --- a/data/unsuccessful-reproductions/3695434d98abe25cd3b82f971219e52022528e68.json +++ b/data/unsuccessful-reproductions/3695434d98abe25cd3b82f971219e52022528e68.json @@ -12,7 +12,10 @@ "previousVersion" : "2.24.0", "newVersion" : "2.25.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/36ca5c5ac01569b3a961f750b61a607f4e9e7b2d.json b/data/unsuccessful-reproductions/36ca5c5ac01569b3a961f750b61a607f4e9e7b2d.json index 324215270cae..11875190c719 100644 --- a/data/unsuccessful-reproductions/36ca5c5ac01569b3a961f750b61a607f4e9e7b2d.json +++ b/data/unsuccessful-reproductions/36ca5c5ac01569b3a961f750b61a607f4e9e7b2d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.14.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/36cc01011cf3d4a3612b3ed8300ffbbf03a98268.json b/data/unsuccessful-reproductions/36cc01011cf3d4a3612b3ed8300ffbbf03a98268.json index e28c61e81d26..9c9944cb003a 100644 --- a/data/unsuccessful-reproductions/36cc01011cf3d4a3612b3ed8300ffbbf03a98268.json +++ b/data/unsuccessful-reproductions/36cc01011cf3d4a3612b3ed8300ffbbf03a98268.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/36d7abdbf86aa3d79779960d7775e940f19ad5af.json b/data/unsuccessful-reproductions/36d7abdbf86aa3d79779960d7775e940f19ad5af.json index ef48e1474868..185a98765e8b 100644 --- a/data/unsuccessful-reproductions/36d7abdbf86aa3d79779960d7775e940f19ad5af.json +++ b/data/unsuccessful-reproductions/36d7abdbf86aa3d79779960d7775e940f19ad5af.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "9.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/36da82d7b1593f326e51a8773afe40916230ca50.json b/data/unsuccessful-reproductions/36da82d7b1593f326e51a8773afe40916230ca50.json index 900b710e456d..661fe82b7108 100644 --- a/data/unsuccessful-reproductions/36da82d7b1593f326e51a8773afe40916230ca50.json +++ b/data/unsuccessful-reproductions/36da82d7b1593f326e51a8773afe40916230ca50.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/370f956639b977c1137a45054ade214978fb6435.json b/data/unsuccessful-reproductions/370f956639b977c1137a45054ade214978fb6435.json index 81ac6f00b65b..67da48265bb1 100644 --- a/data/unsuccessful-reproductions/370f956639b977c1137a45054ade214978fb6435.json +++ b/data/unsuccessful-reproductions/370f956639b977c1137a45054ade214978fb6435.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.4", "newVersion" : "4.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/372671575b9545871d1a5a865700a57012829641.json b/data/unsuccessful-reproductions/372671575b9545871d1a5a865700a57012829641.json index d74457121d73..d7240ae5bc75 100644 --- a/data/unsuccessful-reproductions/372671575b9545871d1a5a865700a57012829641.json +++ b/data/unsuccessful-reproductions/372671575b9545871d1a5a865700a57012829641.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.33", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/374010d5392bd9c2516b6a5d16fb1bf507184e1b.json b/data/unsuccessful-reproductions/374010d5392bd9c2516b6a5d16fb1bf507184e1b.json index d6b193924d72..32724c3e1a1f 100644 --- a/data/unsuccessful-reproductions/374010d5392bd9c2516b6a5d16fb1bf507184e1b.json +++ b/data/unsuccessful-reproductions/374010d5392bd9c2516b6a5d16fb1bf507184e1b.json @@ -12,7 +12,10 @@ "previousVersion" : "6.18.0", "newVersion" : "6.19.1", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3765d0fd055e452e5f01ecbc6b16fb4aabd99e13.json b/data/unsuccessful-reproductions/3765d0fd055e452e5f01ecbc6b16fb4aabd99e13.json index 6fe1df802316..e35417cc53e4 100644 --- a/data/unsuccessful-reproductions/3765d0fd055e452e5f01ecbc6b16fb4aabd99e13.json +++ b/data/unsuccessful-reproductions/3765d0fd055e452e5f01ecbc6b16fb4aabd99e13.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.14.1", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/376eadaa1ee25db3605ef8bee408de689b1c860d.json b/data/unsuccessful-reproductions/376eadaa1ee25db3605ef8bee408de689b1c860d.json index 0e53a690e1c0..1da0736364aa 100644 --- a/data/unsuccessful-reproductions/376eadaa1ee25db3605ef8bee408de689b1c860d.json +++ b/data/unsuccessful-reproductions/376eadaa1ee25db3605ef8bee408de689b1c860d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/37776ea6fd26e29961b84780a539ea277f5d2f4e.json b/data/unsuccessful-reproductions/37776ea6fd26e29961b84780a539ea277f5d2f4e.json index f79023eeaacc..89e4f9a9f29a 100644 --- a/data/unsuccessful-reproductions/37776ea6fd26e29961b84780a539ea277f5d2f4e.json +++ b/data/unsuccessful-reproductions/37776ea6fd26e29961b84780a539ea277f5d2f4e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.0-2", "newVersion" : "2.1.0-3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/379040415283df10d336bda2aaf863b8293c8e68.json b/data/unsuccessful-reproductions/379040415283df10d336bda2aaf863b8293c8e68.json index b749405ad857..63def0045c26 100644 --- a/data/unsuccessful-reproductions/379040415283df10d336bda2aaf863b8293c8e68.json +++ b/data/unsuccessful-reproductions/379040415283df10d336bda2aaf863b8293c8e68.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "2.7.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/37a1f6c1fd9156dac4de5069bf1a56f97bbdfd3b.json b/data/unsuccessful-reproductions/37a1f6c1fd9156dac4de5069bf1a56f97bbdfd3b.json index b06243348e01..f31b9160e43d 100644 --- a/data/unsuccessful-reproductions/37a1f6c1fd9156dac4de5069bf1a56f97bbdfd3b.json +++ b/data/unsuccessful-reproductions/37a1f6c1fd9156dac4de5069bf1a56f97bbdfd3b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.1", "newVersion" : "3.3.7", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/37a428262c7e16e149de8ff5e3a94f9bb1f53071.json b/data/unsuccessful-reproductions/37a428262c7e16e149de8ff5e3a94f9bb1f53071.json index 7b081751f064..34087076f97c 100644 --- a/data/unsuccessful-reproductions/37a428262c7e16e149de8ff5e3a94f9bb1f53071.json +++ b/data/unsuccessful-reproductions/37a428262c7e16e149de8ff5e3a94f9bb1f53071.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.23", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/37a538e75ba64d225b7aeae6322fdfb54514fea0.json b/data/unsuccessful-reproductions/37a538e75ba64d225b7aeae6322fdfb54514fea0.json index ce7bcabfb9cd..e6ecc019d53e 100644 --- a/data/unsuccessful-reproductions/37a538e75ba64d225b7aeae6322fdfb54514fea0.json +++ b/data/unsuccessful-reproductions/37a538e75ba64d225b7aeae6322fdfb54514fea0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "2.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/37cc8bc6335e37ed66110a316b76b9111afebd7f.json b/data/unsuccessful-reproductions/37cc8bc6335e37ed66110a316b76b9111afebd7f.json index 00d12a1db394..b102d0e24ffd 100644 --- a/data/unsuccessful-reproductions/37cc8bc6335e37ed66110a316b76b9111afebd7f.json +++ b/data/unsuccessful-reproductions/37cc8bc6335e37ed66110a316b76b9111afebd7f.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "6.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/37ce17662fd3bfe3c1df4a93a621591940e8dbf8.json b/data/unsuccessful-reproductions/37ce17662fd3bfe3c1df4a93a621591940e8dbf8.json index 24755ba98321..e4b6efd96a14 100644 --- a/data/unsuccessful-reproductions/37ce17662fd3bfe3c1df4a93a621591940e8dbf8.json +++ b/data/unsuccessful-reproductions/37ce17662fd3bfe3c1df4a93a621591940e8dbf8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.5", "newVersion" : "2.3.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/37d3f94599dbdd7d6e2853387766ed8b61af152f.json b/data/unsuccessful-reproductions/37d3f94599dbdd7d6e2853387766ed8b61af152f.json index e1bfa2662ea9..cc48ce0caca7 100644 --- a/data/unsuccessful-reproductions/37d3f94599dbdd7d6e2853387766ed8b61af152f.json +++ b/data/unsuccessful-reproductions/37d3f94599dbdd7d6e2853387766ed8b61af152f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/37e5b1b9f5691a9c8def38426de940838a588726.json b/data/unsuccessful-reproductions/37e5b1b9f5691a9c8def38426de940838a588726.json index 598d4d19d875..a727f7330adc 100644 --- a/data/unsuccessful-reproductions/37e5b1b9f5691a9c8def38426de940838a588726.json +++ b/data/unsuccessful-reproductions/37e5b1b9f5691a9c8def38426de940838a588726.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.60", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3808e1bf577bc99c9a79cbb855cf15a256b93d58.json b/data/unsuccessful-reproductions/3808e1bf577bc99c9a79cbb855cf15a256b93d58.json index a04c4f73216e..5253add35e72 100644 --- a/data/unsuccessful-reproductions/3808e1bf577bc99c9a79cbb855cf15a256b93d58.json +++ b/data/unsuccessful-reproductions/3808e1bf577bc99c9a79cbb855cf15a256b93d58.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.2", "newVersion" : "2.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/38152c8bf96893d4b7fb90be793f56b3b5894da9.json b/data/unsuccessful-reproductions/38152c8bf96893d4b7fb90be793f56b3b5894da9.json index 2269d2e384bb..94bd6cafb405 100644 --- a/data/unsuccessful-reproductions/38152c8bf96893d4b7fb90be793f56b3b5894da9.json +++ b/data/unsuccessful-reproductions/38152c8bf96893d4b7fb90be793f56b3b5894da9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/38376ae24b4ff8688f2c4b24c323575ea6be6a03.json b/data/unsuccessful-reproductions/38376ae24b4ff8688f2c4b24c323575ea6be6a03.json index f5f029a353fe..1e94897f82f2 100644 --- a/data/unsuccessful-reproductions/38376ae24b4ff8688f2c4b24c323575ea6be6a03.json +++ b/data/unsuccessful-reproductions/38376ae24b4ff8688f2c4b24c323575ea6be6a03.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/384a252380e6ef96918b4bdc974e329767446e82.json b/data/unsuccessful-reproductions/384a252380e6ef96918b4bdc974e329767446e82.json index 94dbd26f6fab..c420a7e599cf 100644 --- a/data/unsuccessful-reproductions/384a252380e6ef96918b4bdc974e329767446e82.json +++ b/data/unsuccessful-reproductions/384a252380e6ef96918b4bdc974e329767446e82.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5536.vf6d8a_73d1122", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/384edfc9a81cd768fc8343cd2f83b0003fba7b84.json b/data/unsuccessful-reproductions/384edfc9a81cd768fc8343cd2f83b0003fba7b84.json index cac78cce4e93..ececad6c93f3 100644 --- a/data/unsuccessful-reproductions/384edfc9a81cd768fc8343cd2f83b0003fba7b84.json +++ b/data/unsuccessful-reproductions/384edfc9a81cd768fc8343cd2f83b0003fba7b84.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.2", "newVersion" : "5.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3852aa03b69a1781c4a0b5dcbe8405d6a44fb513.json b/data/unsuccessful-reproductions/3852aa03b69a1781c4a0b5dcbe8405d6a44fb513.json index 4e072bb199bd..6c2ba923bfa7 100644 --- a/data/unsuccessful-reproductions/3852aa03b69a1781c4a0b5dcbe8405d6a44fb513.json +++ b/data/unsuccessful-reproductions/3852aa03b69a1781c4a0b5dcbe8405d6a44fb513.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okhttp" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3863efd59f12c82e3211089fc9a65e60cf042486.json b/data/unsuccessful-reproductions/3863efd59f12c82e3211089fc9a65e60cf042486.json index 9871450a764c..19d98b0c683a 100644 --- a/data/unsuccessful-reproductions/3863efd59f12c82e3211089fc9a65e60cf042486.json +++ b/data/unsuccessful-reproductions/3863efd59f12c82e3211089fc9a65e60cf042486.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/386fda61a4d1fca53a9748e01220074c0be95b4e.json b/data/unsuccessful-reproductions/386fda61a4d1fca53a9748e01220074c0be95b4e.json index 8553bb7ccc5c..b127b329dead 100644 --- a/data/unsuccessful-reproductions/386fda61a4d1fca53a9748e01220074c0be95b4e.json +++ b/data/unsuccessful-reproductions/386fda61a4d1fca53a9748e01220074c0be95b4e.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "4.0.1", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3899ef2b6c1719da8d054253d1b1d05134dc89df.json b/data/unsuccessful-reproductions/3899ef2b6c1719da8d054253d1b1d05134dc89df.json index 11edb0a82ccb..e3bc62801f2d 100644 --- a/data/unsuccessful-reproductions/3899ef2b6c1719da8d054253d1b1d05134dc89df.json +++ b/data/unsuccessful-reproductions/3899ef2b6c1719da8d054253d1b1d05134dc89df.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.33", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/38a60cdd8f58565bbd8eb3ee5659d84b42f14912.json b/data/unsuccessful-reproductions/38a60cdd8f58565bbd8eb3ee5659d84b42f14912.json index 30daa65f55cc..45d9f0979e06 100644 --- a/data/unsuccessful-reproductions/38a60cdd8f58565bbd8eb3ee5659d84b42f14912.json +++ b/data/unsuccessful-reproductions/38a60cdd8f58565bbd8eb3ee5659d84b42f14912.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/38b7389edfe7950793c9739e4360075564123b1f.json b/data/unsuccessful-reproductions/38b7389edfe7950793c9739e4360075564123b1f.json index 38c49bf9476e..f2497f6f5c41 100644 --- a/data/unsuccessful-reproductions/38b7389edfe7950793c9739e4360075564123b1f.json +++ b/data/unsuccessful-reproductions/38b7389edfe7950793c9739e4360075564123b1f.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "5.2.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/38d71cc872fd9661ff3761f8c7a3445e5ef0d75a.json b/data/unsuccessful-reproductions/38d71cc872fd9661ff3761f8c7a3445e5ef0d75a.json index 4ff702ac9ca5..1134f0825b48 100644 --- a/data/unsuccessful-reproductions/38d71cc872fd9661ff3761f8c7a3445e5ef0d75a.json +++ b/data/unsuccessful-reproductions/38d71cc872fd9661ff3761f8c7a3445e5ef0d75a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.7", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "mybatis/spring" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/38eb465b72c2ea26d6b10e0ca7bee911b831b36a.json b/data/unsuccessful-reproductions/38eb465b72c2ea26d6b10e0ca7bee911b831b36a.json index 6678457800b2..6cde4f926d81 100644 --- a/data/unsuccessful-reproductions/38eb465b72c2ea26d6b10e0ca7bee911b831b36a.json +++ b/data/unsuccessful-reproductions/38eb465b72c2ea26d6b10e0ca7bee911b831b36a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.1", "newVersion" : "2.11.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/38ec281817c0ccdb752ae94a2bed093d74ce2a3a.json b/data/unsuccessful-reproductions/38ec281817c0ccdb752ae94a2bed093d74ce2a3a.json index a0aa36fe8d2a..489b48fb4358 100644 --- a/data/unsuccessful-reproductions/38ec281817c0ccdb752ae94a2bed093d74ce2a3a.json +++ b/data/unsuccessful-reproductions/38ec281817c0ccdb752ae94a2bed093d74ce2a3a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.10", "newVersion" : "1.5.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/39084ff8f158a2c2a61267fcf1dcb1e740a542bd.json b/data/unsuccessful-reproductions/39084ff8f158a2c2a61267fcf1dcb1e740a542bd.json index 9aff3e4c1a4a..ca6764acfc59 100644 --- a/data/unsuccessful-reproductions/39084ff8f158a2c2a61267fcf1dcb1e740a542bd.json +++ b/data/unsuccessful-reproductions/39084ff8f158a2c2a61267fcf1dcb1e740a542bd.json @@ -12,7 +12,10 @@ "previousVersion" : "3.7.0", "newVersion" : "3.7.1", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3908834420489947371b9783a7fbfc935487f134.json b/data/unsuccessful-reproductions/3908834420489947371b9783a7fbfc935487f134.json index 877c7b8b5ae9..318a176af8fa 100644 --- a/data/unsuccessful-reproductions/3908834420489947371b9783a7fbfc935487f134.json +++ b/data/unsuccessful-reproductions/3908834420489947371b9783a7fbfc935487f134.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20211130-1.32.1", "newVersion" : "v1-rev20220415-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/390904cb3b4b3a502799afc3dca27dec1264e632.json b/data/unsuccessful-reproductions/390904cb3b4b3a502799afc3dca27dec1264e632.json index 55b068252c15..4e690882c140 100644 --- a/data/unsuccessful-reproductions/390904cb3b4b3a502799afc3dca27dec1264e632.json +++ b/data/unsuccessful-reproductions/390904cb3b4b3a502799afc3dca27dec1264e632.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.235", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/390f7889267a2d880c1599f26207465b0f11d638.json b/data/unsuccessful-reproductions/390f7889267a2d880c1599f26207465b0f11d638.json index 529b5de5f27d..d865a1c825c1 100644 --- a/data/unsuccessful-reproductions/390f7889267a2d880c1599f26207465b0f11d638.json +++ b/data/unsuccessful-reproductions/390f7889267a2d880c1599f26207465b0f11d638.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.22.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/39123e83bc68486b656f1e14f6bd26493d45f522.json b/data/unsuccessful-reproductions/39123e83bc68486b656f1e14f6bd26493d45f522.json index 290f76d7f9f5..04dbd3edcbec 100644 --- a/data/unsuccessful-reproductions/39123e83bc68486b656f1e14f6bd26493d45f522.json +++ b/data/unsuccessful-reproductions/39123e83bc68486b656f1e14f6bd26493d45f522.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/392db1ebdb3a52434afdd58316facb5553483d6a.json b/data/unsuccessful-reproductions/392db1ebdb3a52434afdd58316facb5553483d6a.json index 33bac684be7b..543ea1e35857 100644 --- a/data/unsuccessful-reproductions/392db1ebdb3a52434afdd58316facb5553483d6a.json +++ b/data/unsuccessful-reproductions/392db1ebdb3a52434afdd58316facb5553483d6a.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0.13", "newVersion" : "11.0.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3945e10e9fdb95899488c70aea62e26c0211d023.json b/data/unsuccessful-reproductions/3945e10e9fdb95899488c70aea62e26c0211d023.json index aac02ac4cfe1..0a906d39271e 100644 --- a/data/unsuccessful-reproductions/3945e10e9fdb95899488c70aea62e26c0211d023.json +++ b/data/unsuccessful-reproductions/3945e10e9fdb95899488c70aea62e26c0211d023.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3965c03f232946ea7c7c7f7da6a99884ee24fbbb.json b/data/unsuccessful-reproductions/3965c03f232946ea7c7c7f7da6a99884ee24fbbb.json index cdd58e438683..011befc953cd 100644 --- a/data/unsuccessful-reproductions/3965c03f232946ea7c7c7f7da6a99884ee24fbbb.json +++ b/data/unsuccessful-reproductions/3965c03f232946ea7c7c7f7da6a99884ee24fbbb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/396c150def82565ec54c8192c8c382685477bef3.json b/data/unsuccessful-reproductions/396c150def82565ec54c8192c8c382685477bef3.json index 5fdb40e38c0a..ee937c93e8e5 100644 --- a/data/unsuccessful-reproductions/396c150def82565ec54c8192c8c382685477bef3.json +++ b/data/unsuccessful-reproductions/396c150def82565ec54c8192c8c382685477bef3.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220104-1.32.1", "newVersion" : "v1-rev20220701-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3993f1cfc1b7f38cd3b61b4f66fec70e56c31c10.json b/data/unsuccessful-reproductions/3993f1cfc1b7f38cd3b61b4f66fec70e56c31c10.json index 8d29050fed27..656588aba2c1 100644 --- a/data/unsuccessful-reproductions/3993f1cfc1b7f38cd3b61b4f66fec70e56c31c10.json +++ b/data/unsuccessful-reproductions/3993f1cfc1b7f38cd3b61b4f66fec70e56c31c10.json @@ -12,7 +12,10 @@ "previousVersion" : "42.4.2", "newVersion" : "42.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/39a4b984672c0bebc505968332e44ef80916ab63.json b/data/unsuccessful-reproductions/39a4b984672c0bebc505968332e44ef80916ab63.json index f7135c53069a..5bd68639853e 100644 --- a/data/unsuccessful-reproductions/39a4b984672c0bebc505968332e44ef80916ab63.json +++ b/data/unsuccessful-reproductions/39a4b984672c0bebc505968332e44ef80916ab63.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.15", "newVersion" : "2.13.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/39bd3106ba5e2494725c114ff58905ce6349cd7e.json b/data/unsuccessful-reproductions/39bd3106ba5e2494725c114ff58905ce6349cd7e.json index 2a0e1a03d3cc..586eed11c3b1 100644 --- a/data/unsuccessful-reproductions/39bd3106ba5e2494725c114ff58905ce6349cd7e.json +++ b/data/unsuccessful-reproductions/39bd3106ba5e2494725c114ff58905ce6349cd7e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.5", "newVersion" : "3.0.2", "dependencyScope" : "runtime", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/39d7a49656aaf0b17667446cfcfb66fe9761ecf2.json b/data/unsuccessful-reproductions/39d7a49656aaf0b17667446cfcfb66fe9761ecf2.json index d096aaa3e404..c62db6390e40 100644 --- a/data/unsuccessful-reproductions/39d7a49656aaf0b17667446cfcfb66fe9761ecf2.json +++ b/data/unsuccessful-reproductions/39d7a49656aaf0b17667446cfcfb66fe9761ecf2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/39f8ba11221c5bce174c1139832dc186d3d85ef7.json b/data/unsuccessful-reproductions/39f8ba11221c5bce174c1139832dc186d3d85ef7.json index 6b6259c6adb0..cc00b3ca8877 100644 --- a/data/unsuccessful-reproductions/39f8ba11221c5bce174c1139832dc186d3d85ef7.json +++ b/data/unsuccessful-reproductions/39f8ba11221c5bce174c1139832dc186d3d85ef7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.17", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a0c734eabaffdb9a143f21ae467bf48d2b8215b.json b/data/unsuccessful-reproductions/3a0c734eabaffdb9a143f21ae467bf48d2b8215b.json index a215f9200c9f..04aafa343488 100644 --- a/data/unsuccessful-reproductions/3a0c734eabaffdb9a143f21ae467bf48d2b8215b.json +++ b/data/unsuccessful-reproductions/3a0c734eabaffdb9a143f21ae467bf48d2b8215b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.1", "newVersion" : "1.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "hcoles/pitest" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a2c420b7aae1ad4249d5495beabbd9b6f34759a.json b/data/unsuccessful-reproductions/3a2c420b7aae1ad4249d5495beabbd9b6f34759a.json index 1b2b7461a94e..ecf2f907cb88 100644 --- a/data/unsuccessful-reproductions/3a2c420b7aae1ad4249d5495beabbd9b6f34759a.json +++ b/data/unsuccessful-reproductions/3a2c420b7aae1ad4249d5495beabbd9b6f34759a.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220104-1.32.1", "newVersion" : "v1-rev20220916-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a39886a5996be7c133d27be82375607dc79f48f.json b/data/unsuccessful-reproductions/3a39886a5996be7c133d27be82375607dc79f48f.json index 21934d17fed8..247afc1b9364 100644 --- a/data/unsuccessful-reproductions/3a39886a5996be7c133d27be82375607dc79f48f.json +++ b/data/unsuccessful-reproductions/3a39886a5996be7c133d27be82375607dc79f48f.json @@ -12,7 +12,10 @@ "previousVersion" : "10.0.0", "newVersion" : "11.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a3b219a60b9aaeb75cbc9bffed3100f9fe1d531.json b/data/unsuccessful-reproductions/3a3b219a60b9aaeb75cbc9bffed3100f9fe1d531.json index 7a1b33b520df..8e2a4e9f78e2 100644 --- a/data/unsuccessful-reproductions/3a3b219a60b9aaeb75cbc9bffed3100f9fe1d531.json +++ b/data/unsuccessful-reproductions/3a3b219a60b9aaeb75cbc9bffed3100f9fe1d531.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.1", "newVersion" : "1.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a46271bb8eb65924c85adac232b051277975b11.json b/data/unsuccessful-reproductions/3a46271bb8eb65924c85adac232b051277975b11.json index 07a567792ae3..23c01656c143 100644 --- a/data/unsuccessful-reproductions/3a46271bb8eb65924c85adac232b051277975b11.json +++ b/data/unsuccessful-reproductions/3a46271bb8eb65924c85adac232b051277975b11.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.4", "newVersion" : "1.17.5", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a56dde7a144726ab5740632b495470ab30af78d.json b/data/unsuccessful-reproductions/3a56dde7a144726ab5740632b495470ab30af78d.json index 372ffd80f3ea..3ffbf7d99209 100644 --- a/data/unsuccessful-reproductions/3a56dde7a144726ab5740632b495470ab30af78d.json +++ b/data/unsuccessful-reproductions/3a56dde7a144726ab5740632b495470ab30af78d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.4", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a5e14272a30d26af071bc2b81fd978533cf9ac1.json b/data/unsuccessful-reproductions/3a5e14272a30d26af071bc2b81fd978533cf9ac1.json index be1462215f72..d9e3ad4cde00 100644 --- a/data/unsuccessful-reproductions/3a5e14272a30d26af071bc2b81fd978533cf9ac1.json +++ b/data/unsuccessful-reproductions/3a5e14272a30d26af071bc2b81fd978533cf9ac1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.6", "newVersion" : "2.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a72487fee17127f3cd34159eaa0b248aa49ac60.json b/data/unsuccessful-reproductions/3a72487fee17127f3cd34159eaa0b248aa49ac60.json index f930d569aad5..007b4d285f2f 100644 --- a/data/unsuccessful-reproductions/3a72487fee17127f3cd34159eaa0b248aa49ac60.json +++ b/data/unsuccessful-reproductions/3a72487fee17127f3cd34159eaa0b248aa49ac60.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.29", "newVersion" : "2.6.32", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a7db8561e1342f19b29ca6dca5870796ede66b5.json b/data/unsuccessful-reproductions/3a7db8561e1342f19b29ca6dca5870796ede66b5.json index 358034355dc8..a26aec378549 100644 --- a/data/unsuccessful-reproductions/3a7db8561e1342f19b29ca6dca5870796ede66b5.json +++ b/data/unsuccessful-reproductions/3a7db8561e1342f19b29ca6dca5870796ede66b5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a8845766a734ee6f027c4f5673338f712c094bd.json b/data/unsuccessful-reproductions/3a8845766a734ee6f027c4f5673338f712c094bd.json index 90a043783cf8..787a1fa62045 100644 --- a/data/unsuccessful-reproductions/3a8845766a734ee6f027c4f5673338f712c094bd.json +++ b/data/unsuccessful-reproductions/3a8845766a734ee6f027c4f5673338f712c094bd.json @@ -12,7 +12,10 @@ "previousVersion" : "6.5.3", "newVersion" : "6.5.5-jdk8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3a90b7dfbfa19a07b10bedca54d4fd2dbd51d92d.json b/data/unsuccessful-reproductions/3a90b7dfbfa19a07b10bedca54d4fd2dbd51d92d.json index 52b6d27eca10..1642085b6016 100644 --- a/data/unsuccessful-reproductions/3a90b7dfbfa19a07b10bedca54d4fd2dbd51d92d.json +++ b/data/unsuccessful-reproductions/3a90b7dfbfa19a07b10bedca54d4fd2dbd51d92d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.1", "newVersion" : "2.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3abf9768521dea475a7de91eee9edcd07f0004f9.json b/data/unsuccessful-reproductions/3abf9768521dea475a7de91eee9edcd07f0004f9.json index 61ae4d4fb7c1..d83a1cf7484f 100644 --- a/data/unsuccessful-reproductions/3abf9768521dea475a7de91eee9edcd07f0004f9.json +++ b/data/unsuccessful-reproductions/3abf9768521dea475a7de91eee9edcd07f0004f9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.3", "newVersion" : "3.19.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ac03a70e8bfa6eaec5e11ecded61f706ec07b4b.json b/data/unsuccessful-reproductions/3ac03a70e8bfa6eaec5e11ecded61f706ec07b4b.json index 442388997b9c..2fd5a4f3b163 100644 --- a/data/unsuccessful-reproductions/3ac03a70e8bfa6eaec5e11ecded61f706ec07b4b.json +++ b/data/unsuccessful-reproductions/3ac03a70e8bfa6eaec5e11ecded61f706ec07b4b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "4.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ad3ddd74b29c776d3d5aa7df9b4afd07b242786.json b/data/unsuccessful-reproductions/3ad3ddd74b29c776d3d5aa7df9b4afd07b242786.json index 773531e2236d..e8e909afd960 100644 --- a/data/unsuccessful-reproductions/3ad3ddd74b29c776d3d5aa7df9b4afd07b242786.json +++ b/data/unsuccessful-reproductions/3ad3ddd74b29c776d3d5aa7df9b4afd07b242786.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.3", "newVersion" : "1.15.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3addc43d9c6db8798a55f8713b74c533089eeb20.json b/data/unsuccessful-reproductions/3addc43d9c6db8798a55f8713b74c533089eeb20.json index c8e30016ec71..3eb17ce01bbb 100644 --- a/data/unsuccessful-reproductions/3addc43d9c6db8798a55f8713b74c533089eeb20.json +++ b/data/unsuccessful-reproductions/3addc43d9c6db8798a55f8713b74c533089eeb20.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.1", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ae178b74e7d84ee54ac539984bcd2eb4a9cdf17.json b/data/unsuccessful-reproductions/3ae178b74e7d84ee54ac539984bcd2eb4a9cdf17.json index a8548a11f233..bff4e26aa224 100644 --- a/data/unsuccessful-reproductions/3ae178b74e7d84ee54ac539984bcd2eb4a9cdf17.json +++ b/data/unsuccessful-reproductions/3ae178b74e7d84ee54ac539984bcd2eb4a9cdf17.json @@ -12,7 +12,10 @@ "previousVersion" : "6.1.6.Final", "newVersion" : "7.0.1.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3afda462bd3cab95bf39d8354ff852388449f385.json b/data/unsuccessful-reproductions/3afda462bd3cab95bf39d8354ff852388449f385.json index 4646de8024af..8d194a026c75 100644 --- a/data/unsuccessful-reproductions/3afda462bd3cab95bf39d8354ff852388449f385.json +++ b/data/unsuccessful-reproductions/3afda462bd3cab95bf39d8354ff852388449f385.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b02b1ff20761abee62463f72445c6e940b9c452.json b/data/unsuccessful-reproductions/3b02b1ff20761abee62463f72445c6e940b9c452.json index 5da605ddce25..143bcec474cc 100644 --- a/data/unsuccessful-reproductions/3b02b1ff20761abee62463f72445c6e940b9c452.json +++ b/data/unsuccessful-reproductions/3b02b1ff20761abee62463f72445c6e940b9c452.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b1254836e172b3b6e5de72834d46abb0accb8d9.json b/data/unsuccessful-reproductions/3b1254836e172b3b6e5de72834d46abb0accb8d9.json index cccda05b8c15..7e909b5ee7d9 100644 --- a/data/unsuccessful-reproductions/3b1254836e172b3b6e5de72834d46abb0accb8d9.json +++ b/data/unsuccessful-reproductions/3b1254836e172b3b6e5de72834d46abb0accb8d9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b1c53ba0c4d96fb6fafc82178819d486cb8b0a6.json b/data/unsuccessful-reproductions/3b1c53ba0c4d96fb6fafc82178819d486cb8b0a6.json index 872849eef96f..79e2a6d0a4fd 100644 --- a/data/unsuccessful-reproductions/3b1c53ba0c4d96fb6fafc82178819d486cb8b0a6.json +++ b/data/unsuccessful-reproductions/3b1c53ba0c4d96fb6fafc82178819d486cb8b0a6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b20c364784e775787bfdd1ffc40b9a08523d57b.json b/data/unsuccessful-reproductions/3b20c364784e775787bfdd1ffc40b9a08523d57b.json index 478dd573d920..be35982073a2 100644 --- a/data/unsuccessful-reproductions/3b20c364784e775787bfdd1ffc40b9a08523d57b.json +++ b/data/unsuccessful-reproductions/3b20c364784e775787bfdd1ffc40b9a08523d57b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.381", "newVersion" : "1.12.386", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b215ede4e892a28b8820b0a673d15cb5764ca63.json b/data/unsuccessful-reproductions/3b215ede4e892a28b8820b0a673d15cb5764ca63.json index 488ef6adde8d..429cb96f5159 100644 --- a/data/unsuccessful-reproductions/3b215ede4e892a28b8820b0a673d15cb5764ca63.json +++ b/data/unsuccessful-reproductions/3b215ede4e892a28b8820b0a673d15cb5764ca63.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.2", "newVersion" : "2.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b27b44ef2a5d8be14eebe97940a6d3561c4ab9c.json b/data/unsuccessful-reproductions/3b27b44ef2a5d8be14eebe97940a6d3561c4ab9c.json index 73c99db8f173..57430c37dd4f 100644 --- a/data/unsuccessful-reproductions/3b27b44ef2a5d8be14eebe97940a6d3561c4ab9c.json +++ b/data/unsuccessful-reproductions/3b27b44ef2a5d8be14eebe97940a6d3561c4ab9c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5", "newVersion" : "2.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b27c60ebc82d21372ca3faa729d1eecad73f4e0.json b/data/unsuccessful-reproductions/3b27c60ebc82d21372ca3faa729d1eecad73f4e0.json index 842401f0559e..c1fb33d2dfda 100644 --- a/data/unsuccessful-reproductions/3b27c60ebc82d21372ca3faa729d1eecad73f4e0.json +++ b/data/unsuccessful-reproductions/3b27c60ebc82d21372ca3faa729d1eecad73f4e0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.14.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b38b292e16088f2363b047a24a273c4edd2c34e.json b/data/unsuccessful-reproductions/3b38b292e16088f2363b047a24a273c4edd2c34e.json index bafca2856da7..6665d5e14e77 100644 --- a/data/unsuccessful-reproductions/3b38b292e16088f2363b047a24a273c4edd2c34e.json +++ b/data/unsuccessful-reproductions/3b38b292e16088f2363b047a24a273c4edd2c34e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.12", "newVersion" : "2.7.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b52f69befff8c1c5db5649e270de5785538895e.json b/data/unsuccessful-reproductions/3b52f69befff8c1c5db5649e270de5785538895e.json index 9926c2ad8cf3..41a0e0075d60 100644 --- a/data/unsuccessful-reproductions/3b52f69befff8c1c5db5649e270de5785538895e.json +++ b/data/unsuccessful-reproductions/3b52f69befff8c1c5db5649e270de5785538895e.json @@ -12,7 +12,10 @@ "previousVersion" : "8.41.1", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b5d7473e6435e11dcc4e2e24fa4671051d1c055.json b/data/unsuccessful-reproductions/3b5d7473e6435e11dcc4e2e24fa4671051d1c055.json index 20b23858fe52..819dd49dd0f9 100644 --- a/data/unsuccessful-reproductions/3b5d7473e6435e11dcc4e2e24fa4671051d1c055.json +++ b/data/unsuccessful-reproductions/3b5d7473e6435e11dcc4e2e24fa4671051d1c055.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.1", "newVersion" : "5.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b64770e6ac11f87854cbb3451bd396903bb2d29.json b/data/unsuccessful-reproductions/3b64770e6ac11f87854cbb3451bd396903bb2d29.json index a49992289187..9366a3891950 100644 --- a/data/unsuccessful-reproductions/3b64770e6ac11f87854cbb3451bd396903bb2d29.json +++ b/data/unsuccessful-reproductions/3b64770e6ac11f87854cbb3451bd396903bb2d29.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b73ca6beb2f38a90973dcafd3d098966ae2cf74.json b/data/unsuccessful-reproductions/3b73ca6beb2f38a90973dcafd3d098966ae2cf74.json index c26b2f394b13..72162b238b01 100644 --- a/data/unsuccessful-reproductions/3b73ca6beb2f38a90973dcafd3d098966ae2cf74.json +++ b/data/unsuccessful-reproductions/3b73ca6beb2f38a90973dcafd3d098966ae2cf74.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.15", "newVersion" : "5.3.16", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3b78c99f985835bd2d74b0092b9564c60d881c5d.json b/data/unsuccessful-reproductions/3b78c99f985835bd2d74b0092b9564c60d881c5d.json index 71374b1e8cc7..6fec96201595 100644 --- a/data/unsuccessful-reproductions/3b78c99f985835bd2d74b0092b9564c60d881c5d.json +++ b/data/unsuccessful-reproductions/3b78c99f985835bd2d74b0092b9564c60d881c5d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.5", "newVersion" : "1.4.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ba44c0e2144f86e63a841c46480015a637e0dc3.json b/data/unsuccessful-reproductions/3ba44c0e2144f86e63a841c46480015a637e0dc3.json index 127ee2dfc709..52e517e8abfc 100644 --- a/data/unsuccessful-reproductions/3ba44c0e2144f86e63a841c46480015a637e0dc3.json +++ b/data/unsuccessful-reproductions/3ba44c0e2144f86e63a841c46480015a637e0dc3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.4", "newVersion" : "2.12.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3bba1fd3d6fabd08ee4cda03c94d9d24ce261aca.json b/data/unsuccessful-reproductions/3bba1fd3d6fabd08ee4cda03c94d9d24ce261aca.json index d220107ee77c..7f118899196e 100644 --- a/data/unsuccessful-reproductions/3bba1fd3d6fabd08ee4cda03c94d9d24ce261aca.json +++ b/data/unsuccessful-reproductions/3bba1fd3d6fabd08ee4cda03c94d9d24ce261aca.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.4", "newVersion" : "1.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3bc949d173e68c1f7bff7bcc008dc34453d282e8.json b/data/unsuccessful-reproductions/3bc949d173e68c1f7bff7bcc008dc34453d282e8.json index 2158930c38ee..bdeb55d861ec 100644 --- a/data/unsuccessful-reproductions/3bc949d173e68c1f7bff7bcc008dc34453d282e8.json +++ b/data/unsuccessful-reproductions/3bc949d173e68c1f7bff7bcc008dc34453d282e8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.2", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3bd55b2c1a37f33adc9d64cbdb4269e05e04c008.json b/data/unsuccessful-reproductions/3bd55b2c1a37f33adc9d64cbdb4269e05e04c008.json index 4b54f0a8ebc4..94c86bb3623c 100644 --- a/data/unsuccessful-reproductions/3bd55b2c1a37f33adc9d64cbdb4269e05e04c008.json +++ b/data/unsuccessful-reproductions/3bd55b2c1a37f33adc9d64cbdb4269e05e04c008.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.0", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3bebbce9123dfd7301fa295660f0405dfca379b4.json b/data/unsuccessful-reproductions/3bebbce9123dfd7301fa295660f0405dfca379b4.json index 359a786f473b..ae894f5378b8 100644 --- a/data/unsuccessful-reproductions/3bebbce9123dfd7301fa295660f0405dfca379b4.json +++ b/data/unsuccessful-reproductions/3bebbce9123dfd7301fa295660f0405dfca379b4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3bf00e2d3c658a864fc972e8452fc7aed91acd06.json b/data/unsuccessful-reproductions/3bf00e2d3c658a864fc972e8452fc7aed91acd06.json index 3248ba85eb39..0afbbdf9fd0b 100644 --- a/data/unsuccessful-reproductions/3bf00e2d3c658a864fc972e8452fc7aed91acd06.json +++ b/data/unsuccessful-reproductions/3bf00e2d3c658a864fc972e8452fc7aed91acd06.json @@ -12,7 +12,10 @@ "previousVersion" : "6.23.3", "newVersion" : "6.25.1", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3bf10a4fb8e980c9a2f46271400adb596369169a.json b/data/unsuccessful-reproductions/3bf10a4fb8e980c9a2f46271400adb596369169a.json index 6ccd2966b75a..58374d20e9ec 100644 --- a/data/unsuccessful-reproductions/3bf10a4fb8e980c9a2f46271400adb596369169a.json +++ b/data/unsuccessful-reproductions/3bf10a4fb8e980c9a2f46271400adb596369169a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.36.Final", "newVersion" : "2.0.53.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3bf33d1ad9723b92aa31794db66201f9a91c9f9c.json b/data/unsuccessful-reproductions/3bf33d1ad9723b92aa31794db66201f9a91c9f9c.json index 8d8e718af23c..1f7248b77dce 100644 --- a/data/unsuccessful-reproductions/3bf33d1ad9723b92aa31794db66201f9a91c9f9c.json +++ b/data/unsuccessful-reproductions/3bf33d1ad9723b92aa31794db66201f9a91c9f9c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.13", "newVersion" : "4.5.14", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3bf4a221db775d112b9c7b38c7e7b6917b459d79.json b/data/unsuccessful-reproductions/3bf4a221db775d112b9c7b38c7e7b6917b459d79.json index 65fced215956..59bc78b985f7 100644 --- a/data/unsuccessful-reproductions/3bf4a221db775d112b9c7b38c7e7b6917b459d79.json +++ b/data/unsuccessful-reproductions/3bf4a221db775d112b9c7b38c7e7b6917b459d79.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.261", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3bfedc1354bd5d1845d93570b5a302034783bdd1.json b/data/unsuccessful-reproductions/3bfedc1354bd5d1845d93570b5a302034783bdd1.json index 891d26a7c187..283195aa4db9 100644 --- a/data/unsuccessful-reproductions/3bfedc1354bd5d1845d93570b5a302034783bdd1.json +++ b/data/unsuccessful-reproductions/3bfedc1354bd5d1845d93570b5a302034783bdd1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.17", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c027d9c0089fce62947235d3f3095caa317e874.json b/data/unsuccessful-reproductions/3c027d9c0089fce62947235d3f3095caa317e874.json index 99d0dc5963f7..36e38bf48ee5 100644 --- a/data/unsuccessful-reproductions/3c027d9c0089fce62947235d3f3095caa317e874.json +++ b/data/unsuccessful-reproductions/3c027d9c0089fce62947235d3f3095caa317e874.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0-b180830.0438", "newVersion" : "4.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c0997599bccd659bf21cb80d34209e04144757f.json b/data/unsuccessful-reproductions/3c0997599bccd659bf21cb80d34209e04144757f.json index 91dd3c492b7e..6e92ad577453 100644 --- a/data/unsuccessful-reproductions/3c0997599bccd659bf21cb80d34209e04144757f.json +++ b/data/unsuccessful-reproductions/3c0997599bccd659bf21cb80d34209e04144757f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.2", "newVersion" : "3.8.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c0ac4f2e3518b729bdc267104ec233129c8051e.json b/data/unsuccessful-reproductions/3c0ac4f2e3518b729bdc267104ec233129c8051e.json index b5a3b77bb485..f37ed6f7b5be 100644 --- a/data/unsuccessful-reproductions/3c0ac4f2e3518b729bdc267104ec233129c8051e.json +++ b/data/unsuccessful-reproductions/3c0ac4f2e3518b729bdc267104ec233129c8051e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.68", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c0f46e517cbba276323c983c85dac7c8c9b88f6.json b/data/unsuccessful-reproductions/3c0f46e517cbba276323c983c85dac7c8c9b88f6.json index 4961bd1c8d36..aaab03796aa1 100644 --- a/data/unsuccessful-reproductions/3c0f46e517cbba276323c983c85dac7c8c9b88f6.json +++ b/data/unsuccessful-reproductions/3c0f46e517cbba276323c983c85dac7c8c9b88f6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c18ee32e59ccf76a05c9f27778da4daaaa72e58.json b/data/unsuccessful-reproductions/3c18ee32e59ccf76a05c9f27778da4daaaa72e58.json index 7a52cf05317d..3a5e6544cac7 100644 --- a/data/unsuccessful-reproductions/3c18ee32e59ccf76a05c9f27778da4daaaa72e58.json +++ b/data/unsuccessful-reproductions/3c18ee32e59ccf76a05c9f27778da4daaaa72e58.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.108", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c259eab1a593799421f8de1e9e3ae00a6e46212.json b/data/unsuccessful-reproductions/3c259eab1a593799421f8de1e9e3ae00a6e46212.json index 9d5314f71acb..29615ef10efa 100644 --- a/data/unsuccessful-reproductions/3c259eab1a593799421f8de1e9e3ae00a6e46212.json +++ b/data/unsuccessful-reproductions/3c259eab1a593799421f8de1e9e3ae00a6e46212.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.0", "newVersion" : "2.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c303d6af639080063a94ee12be15ae86f00a461.json b/data/unsuccessful-reproductions/3c303d6af639080063a94ee12be15ae86f00a461.json index d6dcaf63c4bc..565647e9d72d 100644 --- a/data/unsuccessful-reproductions/3c303d6af639080063a94ee12be15ae86f00a461.json +++ b/data/unsuccessful-reproductions/3c303d6af639080063a94ee12be15ae86f00a461.json @@ -12,7 +12,10 @@ "previousVersion" : "20210307", "newVersion" : "20211205", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c3a7a62446527343c42944369c0ddaee773bcdc.json b/data/unsuccessful-reproductions/3c3a7a62446527343c42944369c0ddaee773bcdc.json index 902c347aab31..0c8a11b9c7a9 100644 --- a/data/unsuccessful-reproductions/3c3a7a62446527343c42944369c0ddaee773bcdc.json +++ b/data/unsuccessful-reproductions/3c3a7a62446527343c42944369c0ddaee773bcdc.json @@ -12,7 +12,10 @@ "previousVersion" : "20.6.0", "newVersion" : "20.7.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c3f29367be7b4307110f138920501fccfb7ded8.json b/data/unsuccessful-reproductions/3c3f29367be7b4307110f138920501fccfb7ded8.json index 1ff6024ba04d..79c2deb52314 100644 --- a/data/unsuccessful-reproductions/3c3f29367be7b4307110f138920501fccfb7ded8.json +++ b/data/unsuccessful-reproductions/3c3f29367be7b4307110f138920501fccfb7ded8.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.8", "newVersion" : "8.5.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c4eb1f7e7289b8d9f33eacf1d5801b92320e54f.json b/data/unsuccessful-reproductions/3c4eb1f7e7289b8d9f33eacf1d5801b92320e54f.json index 05a4f28be376..1952f69f8d2f 100644 --- a/data/unsuccessful-reproductions/3c4eb1f7e7289b8d9f33eacf1d5801b92320e54f.json +++ b/data/unsuccessful-reproductions/3c4eb1f7e7289b8d9f33eacf1d5801b92320e54f.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c5287577b28bce53425bb21237ba67a5d270278.json b/data/unsuccessful-reproductions/3c5287577b28bce53425bb21237ba67a5d270278.json index adb988d0e29d..50c6a563021c 100644 --- a/data/unsuccessful-reproductions/3c5287577b28bce53425bb21237ba67a5d270278.json +++ b/data/unsuccessful-reproductions/3c5287577b28bce53425bb21237ba67a5d270278.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.11", "newVersion" : "3.13.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c56bee6d0da2e124c6f0082b1d565aa9e2bde4d.json b/data/unsuccessful-reproductions/3c56bee6d0da2e124c6f0082b1d565aa9e2bde4d.json index b4d92ccf0a00..780a66ff87de 100644 --- a/data/unsuccessful-reproductions/3c56bee6d0da2e124c6f0082b1d565aa9e2bde4d.json +++ b/data/unsuccessful-reproductions/3c56bee6d0da2e124c6f0082b1d565aa9e2bde4d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.36.0.3", "newVersion" : "3.39.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c66dab5b1e82c8a08cdeca81e435810952342b6.json b/data/unsuccessful-reproductions/3c66dab5b1e82c8a08cdeca81e435810952342b6.json index f1025504bd8a..e85fdbee3827 100644 --- a/data/unsuccessful-reproductions/3c66dab5b1e82c8a08cdeca81e435810952342b6.json +++ b/data/unsuccessful-reproductions/3c66dab5b1e82c8a08cdeca81e435810952342b6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.15.Final", "newVersion" : "2.5.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c74766b500b451b23f645382ecb9f66ae589b22.json b/data/unsuccessful-reproductions/3c74766b500b451b23f645382ecb9f66ae589b22.json index 5e592cea5a92..ccf29794f015 100644 --- a/data/unsuccessful-reproductions/3c74766b500b451b23f645382ecb9f66ae589b22.json +++ b/data/unsuccessful-reproductions/3c74766b500b451b23f645382ecb9f66ae589b22.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c85a07e014b438143c591829065e02e94a407ef.json b/data/unsuccessful-reproductions/3c85a07e014b438143c591829065e02e94a407ef.json index 0723376f64ca..dc8cd0963169 100644 --- a/data/unsuccessful-reproductions/3c85a07e014b438143c591829065e02e94a407ef.json +++ b/data/unsuccessful-reproductions/3c85a07e014b438143c591829065e02e94a407ef.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.4", "newVersion" : "1.14.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3c8e0218eac08c0374117e1b575e5cd40860cc3b.json b/data/unsuccessful-reproductions/3c8e0218eac08c0374117e1b575e5cd40860cc3b.json index 7d3f278e80b1..de2d70af06ac 100644 --- a/data/unsuccessful-reproductions/3c8e0218eac08c0374117e1b575e5cd40860cc3b.json +++ b/data/unsuccessful-reproductions/3c8e0218eac08c0374117e1b575e5cd40860cc3b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.69", "newVersion" : "1.70", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "bcgit/bc-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3cadc5aeb1699013f9a5dfc2eafddb3665ea8c01.json b/data/unsuccessful-reproductions/3cadc5aeb1699013f9a5dfc2eafddb3665ea8c01.json index 7f03f59da70b..465465299fe7 100644 --- a/data/unsuccessful-reproductions/3cadc5aeb1699013f9a5dfc2eafddb3665ea8c01.json +++ b/data/unsuccessful-reproductions/3cadc5aeb1699013f9a5dfc2eafddb3665ea8c01.json @@ -12,7 +12,10 @@ "previousVersion" : "2.31.1", "newVersion" : "2.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3cb9e27d49e1ed46c0b6511103a0c495e031c362.json b/data/unsuccessful-reproductions/3cb9e27d49e1ed46c0b6511103a0c495e031c362.json index 10101b65720b..9416d6879475 100644 --- a/data/unsuccessful-reproductions/3cb9e27d49e1ed46c0b6511103a0c495e031c362.json +++ b/data/unsuccessful-reproductions/3cb9e27d49e1ed46c0b6511103a0c495e031c362.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.417", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3cbd70ffd32c001620d3879a7c4ac1f8bd085f60.json b/data/unsuccessful-reproductions/3cbd70ffd32c001620d3879a7c4ac1f8bd085f60.json index a5c61be6400e..627c7887cdb5 100644 --- a/data/unsuccessful-reproductions/3cbd70ffd32c001620d3879a7c4ac1f8bd085f60.json +++ b/data/unsuccessful-reproductions/3cbd70ffd32c001620d3879a7c4ac1f8bd085f60.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.2", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ccf5c1969946981b3cec8610de54787a6b93a68.json b/data/unsuccessful-reproductions/3ccf5c1969946981b3cec8610de54787a6b93a68.json index 38d9e6410727..111a7df7a890 100644 --- a/data/unsuccessful-reproductions/3ccf5c1969946981b3cec8610de54787a6b93a68.json +++ b/data/unsuccessful-reproductions/3ccf5c1969946981b3cec8610de54787a6b93a68.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.2", "newVersion" : "2.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3cfe68e8d9b1700d9a6b82d5bccac24e2c4194e5.json b/data/unsuccessful-reproductions/3cfe68e8d9b1700d9a6b82d5bccac24e2c4194e5.json index 609fdeb4302a..665f79ae9d2f 100644 --- a/data/unsuccessful-reproductions/3cfe68e8d9b1700d9a6b82d5bccac24e2c4194e5.json +++ b/data/unsuccessful-reproductions/3cfe68e8d9b1700d9a6b82d5bccac24e2c4194e5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3d1ba6f3b2bc32784423c54531c684b00bb0e9d9.json b/data/unsuccessful-reproductions/3d1ba6f3b2bc32784423c54531c684b00bb0e9d9.json index 0b9028003e94..75d01177d693 100644 --- a/data/unsuccessful-reproductions/3d1ba6f3b2bc32784423c54531c684b00bb0e9d9.json +++ b/data/unsuccessful-reproductions/3d1ba6f3b2bc32784423c54531c684b00bb0e9d9.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "23.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3d1ff00a535e6d5b7cff048f0807434817317e07.json b/data/unsuccessful-reproductions/3d1ff00a535e6d5b7cff048f0807434817317e07.json index f8211c635e33..0ede63e894a7 100644 --- a/data/unsuccessful-reproductions/3d1ff00a535e6d5b7cff048f0807434817317e07.json +++ b/data/unsuccessful-reproductions/3d1ff00a535e6d5b7cff048f0807434817317e07.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "2.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3d329fa9b13b68f12233763df5cd941ecc7a4e3c.json b/data/unsuccessful-reproductions/3d329fa9b13b68f12233763df5cd941ecc7a4e3c.json index 19ae89a35ed9..cd6ba7d96283 100644 --- a/data/unsuccessful-reproductions/3d329fa9b13b68f12233763df5cd941ecc7a4e3c.json +++ b/data/unsuccessful-reproductions/3d329fa9b13b68f12233763df5cd941ecc7a4e3c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3d3dec8cfecff95f1036fc61c877badc56940e1c.json b/data/unsuccessful-reproductions/3d3dec8cfecff95f1036fc61c877badc56940e1c.json index b1ff628bd73d..6603216b78fc 100644 --- a/data/unsuccessful-reproductions/3d3dec8cfecff95f1036fc61c877badc56940e1c.json +++ b/data/unsuccessful-reproductions/3d3dec8cfecff95f1036fc61c877badc56940e1c.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.177.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3d6aaa28dcd2697af3941f04f74ea0f8f90bdd97.json b/data/unsuccessful-reproductions/3d6aaa28dcd2697af3941f04f74ea0f8f90bdd97.json index 67a1f9759ddf..f132d2ed5575 100644 --- a/data/unsuccessful-reproductions/3d6aaa28dcd2697af3941f04f74ea0f8f90bdd97.json +++ b/data/unsuccessful-reproductions/3d6aaa28dcd2697af3941f04f74ea0f8f90bdd97.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.8.4", "newVersion" : "1.1.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3d6ed9dc7842a13d867ffc600bc995eac841644c.json b/data/unsuccessful-reproductions/3d6ed9dc7842a13d867ffc600bc995eac841644c.json index 74fe65aba650..2da3e122b570 100644 --- a/data/unsuccessful-reproductions/3d6ed9dc7842a13d867ffc600bc995eac841644c.json +++ b/data/unsuccessful-reproductions/3d6ed9dc7842a13d867ffc600bc995eac841644c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.1", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3d707e9730c6b6d42257b32ce6a07f1eb2092d19.json b/data/unsuccessful-reproductions/3d707e9730c6b6d42257b32ce6a07f1eb2092d19.json index 9c81ec87482c..3a45709d8656 100644 --- a/data/unsuccessful-reproductions/3d707e9730c6b6d42257b32ce6a07f1eb2092d19.json +++ b/data/unsuccessful-reproductions/3d707e9730c6b6d42257b32ce6a07f1eb2092d19.json @@ -12,7 +12,10 @@ "previousVersion" : "24.1.2", "newVersion" : "24.2.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3da3854427f2bd97dc4dd58dd520da7363081f8b.json b/data/unsuccessful-reproductions/3da3854427f2bd97dc4dd58dd520da7363081f8b.json index fe5a437fe0d0..6d0f598d085a 100644 --- a/data/unsuccessful-reproductions/3da3854427f2bd97dc4dd58dd520da7363081f8b.json +++ b/data/unsuccessful-reproductions/3da3854427f2bd97dc4dd58dd520da7363081f8b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3da67c2a83fb1281816a353d71fe67f1a69eb550.json b/data/unsuccessful-reproductions/3da67c2a83fb1281816a353d71fe67f1a69eb550.json index 7ad1ef8f4187..6ea6590b3783 100644 --- a/data/unsuccessful-reproductions/3da67c2a83fb1281816a353d71fe67f1a69eb550.json +++ b/data/unsuccessful-reproductions/3da67c2a83fb1281816a353d71fe67f1a69eb550.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.2", "newVersion" : "2.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3da68b231701c2298711e675e63eed525f2952be.json b/data/unsuccessful-reproductions/3da68b231701c2298711e675e63eed525f2952be.json index a080810886e8..b2d21cb58b85 100644 --- a/data/unsuccessful-reproductions/3da68b231701c2298711e675e63eed525f2952be.json +++ b/data/unsuccessful-reproductions/3da68b231701c2298711e675e63eed525f2952be.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3da70edd667671a4440c0b68ecb82dee38790c71.json b/data/unsuccessful-reproductions/3da70edd667671a4440c0b68ecb82dee38790c71.json index 864d91f10563..71b436477f96 100644 --- a/data/unsuccessful-reproductions/3da70edd667671a4440c0b68ecb82dee38790c71.json +++ b/data/unsuccessful-reproductions/3da70edd667671a4440c0b68ecb82dee38790c71.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.495", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3dab31b9d8515251479597b51798610ac32ac187.json b/data/unsuccessful-reproductions/3dab31b9d8515251479597b51798610ac32ac187.json index 22140ae60fbf..64d38c175ce2 100644 --- a/data/unsuccessful-reproductions/3dab31b9d8515251479597b51798610ac32ac187.json +++ b/data/unsuccessful-reproductions/3dab31b9d8515251479597b51798610ac32ac187.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.26", "newVersion" : "2.0.27", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3db90148698ae7c6708262eb4d47b754a5e95792.json b/data/unsuccessful-reproductions/3db90148698ae7c6708262eb4d47b754a5e95792.json index f9f8fdee5eb1..affdc77a0a8c 100644 --- a/data/unsuccessful-reproductions/3db90148698ae7c6708262eb4d47b754a5e95792.json +++ b/data/unsuccessful-reproductions/3db90148698ae7c6708262eb4d47b754a5e95792.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10.0", "newVersion" : "4.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3dd1941f00b19f17659e5671359385fde6a63176.json b/data/unsuccessful-reproductions/3dd1941f00b19f17659e5671359385fde6a63176.json index 6cb9c52aec97..86305e58ba4b 100644 --- a/data/unsuccessful-reproductions/3dd1941f00b19f17659e5671359385fde6a63176.json +++ b/data/unsuccessful-reproductions/3dd1941f00b19f17659e5671359385fde6a63176.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "2.6.100", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3dd9d2a55920fda0d56a1ca0a46aa1975e3f577e.json b/data/unsuccessful-reproductions/3dd9d2a55920fda0d56a1ca0a46aa1975e3f577e.json index 4ada1488f2b4..393fa51e37a3 100644 --- a/data/unsuccessful-reproductions/3dd9d2a55920fda0d56a1ca0a46aa1975e3f577e.json +++ b/data/unsuccessful-reproductions/3dd9d2a55920fda0d56a1ca0a46aa1975e3f577e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ddce89a319a5198410ae48287fa59f9cf40ac2e.json b/data/unsuccessful-reproductions/3ddce89a319a5198410ae48287fa59f9cf40ac2e.json index f4c29b612869..c78476eea892 100644 --- a/data/unsuccessful-reproductions/3ddce89a319a5198410ae48287fa59f9cf40ac2e.json +++ b/data/unsuccessful-reproductions/3ddce89a319a5198410ae48287fa59f9cf40ac2e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.201", "newVersion" : "2.17.204", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3df111fe2465b4e80a81cc5090136f717ad6ee61.json b/data/unsuccessful-reproductions/3df111fe2465b4e80a81cc5090136f717ad6ee61.json index c6c8746af7a3..26dc2da7ff51 100644 --- a/data/unsuccessful-reproductions/3df111fe2465b4e80a81cc5090136f717ad6ee61.json +++ b/data/unsuccessful-reproductions/3df111fe2465b4e80a81cc5090136f717ad6ee61.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.8", "newVersion" : "2.13.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3dfc8dfb69dec0c68716e524bc9ffff4b2c841d8.json b/data/unsuccessful-reproductions/3dfc8dfb69dec0c68716e524bc9ffff4b2c841d8.json index d97aa0ddd5f9..3ee1163d06dc 100644 --- a/data/unsuccessful-reproductions/3dfc8dfb69dec0c68716e524bc9ffff4b2c841d8.json +++ b/data/unsuccessful-reproductions/3dfc8dfb69dec0c68716e524bc9ffff4b2c841d8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32.0", "newVersion" : "1.29.0", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e2650f53ebc43515b7cb8b55060562617998a6c.json b/data/unsuccessful-reproductions/3e2650f53ebc43515b7cb8b55060562617998a6c.json index decc027d773c..43a4dd43eb01 100644 --- a/data/unsuccessful-reproductions/3e2650f53ebc43515b7cb8b55060562617998a6c.json +++ b/data/unsuccessful-reproductions/3e2650f53ebc43515b7cb8b55060562617998a6c.json @@ -12,7 +12,10 @@ "previousVersion" : "6.2.0-3", "newVersion" : "6.2.1-1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e2ed064d66fd980bab4d72f161b69cfb066dc01.json b/data/unsuccessful-reproductions/3e2ed064d66fd980bab4d72f161b69cfb066dc01.json index f9bdf7ed12ee..195b2ce5bbc6 100644 --- a/data/unsuccessful-reproductions/3e2ed064d66fd980bab4d72f161b69cfb066dc01.json +++ b/data/unsuccessful-reproductions/3e2ed064d66fd980bab4d72f161b69cfb066dc01.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.9", "newVersion" : "1.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e2f25ddaccbce0d852eae15c70d2f22c0a5089e.json b/data/unsuccessful-reproductions/3e2f25ddaccbce0d852eae15c70d2f22c0a5089e.json index 3dfb1d60ca33..58f9430906f9 100644 --- a/data/unsuccessful-reproductions/3e2f25ddaccbce0d852eae15c70d2f22c0a5089e.json +++ b/data/unsuccessful-reproductions/3e2f25ddaccbce0d852eae15c70d2f22c0a5089e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.7", "newVersion" : "4.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e450d6f9ff2741355478e0f2cd9c16cb3e47cdf.json b/data/unsuccessful-reproductions/3e450d6f9ff2741355478e0f2cd9c16cb3e47cdf.json index bbdc7b85998f..0c2a8f2a6ae2 100644 --- a/data/unsuccessful-reproductions/3e450d6f9ff2741355478e0f2cd9c16cb3e47cdf.json +++ b/data/unsuccessful-reproductions/3e450d6f9ff2741355478e0f2cd9c16cb3e47cdf.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.2", "newVersion" : "5.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e46a4c9b85442a077ebb72a2a0110a9d903fa99.json b/data/unsuccessful-reproductions/3e46a4c9b85442a077ebb72a2a0110a9d903fa99.json index beb75073dfcb..754a1e8776c7 100644 --- a/data/unsuccessful-reproductions/3e46a4c9b85442a077ebb72a2a0110a9d903fa99.json +++ b/data/unsuccessful-reproductions/3e46a4c9b85442a077ebb72a2a0110a9d903fa99.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e5482df7f4afd861dc733937a3a4143dd0f57d6.json b/data/unsuccessful-reproductions/3e5482df7f4afd861dc733937a3a4143dd0f57d6.json index 0fa9f79527ed..e47ca82ecb8a 100644 --- a/data/unsuccessful-reproductions/3e5482df7f4afd861dc733937a3a4143dd0f57d6.json +++ b/data/unsuccessful-reproductions/3e5482df7f4afd861dc733937a3a4143dd0f57d6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e574764131a426d47f2891c755bb8c7d1f5be68.json b/data/unsuccessful-reproductions/3e574764131a426d47f2891c755bb8c7d1f5be68.json index 610c34d0fd09..4f63f6abde5e 100644 --- a/data/unsuccessful-reproductions/3e574764131a426d47f2891c755bb8c7d1f5be68.json +++ b/data/unsuccessful-reproductions/3e574764131a426d47f2891c755bb8c7d1f5be68.json @@ -12,7 +12,10 @@ "previousVersion" : "32.1.0-jre", "newVersion" : "32.1.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e645c8fb79dc1f599280e93dd838eff1dfb9df0.json b/data/unsuccessful-reproductions/3e645c8fb79dc1f599280e93dd838eff1dfb9df0.json index 683073a85c2f..f05f6964bf0f 100644 --- a/data/unsuccessful-reproductions/3e645c8fb79dc1f599280e93dd838eff1dfb9df0.json +++ b/data/unsuccessful-reproductions/3e645c8fb79dc1f599280e93dd838eff1dfb9df0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.111", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e8a4e5008da43c3a9942da260f70e6bab8983ac.json b/data/unsuccessful-reproductions/3e8a4e5008da43c3a9942da260f70e6bab8983ac.json index cc218ef69d8f..bfababba5df5 100644 --- a/data/unsuccessful-reproductions/3e8a4e5008da43c3a9942da260f70e6bab8983ac.json +++ b/data/unsuccessful-reproductions/3e8a4e5008da43c3a9942da260f70e6bab8983ac.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.112", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e8c360d658e4993fc8b33a4e01c401a60b6e6c2.json b/data/unsuccessful-reproductions/3e8c360d658e4993fc8b33a4e01c401a60b6e6c2.json index b5c8b67435df..1a105ea9f70e 100644 --- a/data/unsuccessful-reproductions/3e8c360d658e4993fc8b33a4e01c401a60b6e6c2.json +++ b/data/unsuccessful-reproductions/3e8c360d658e4993fc8b33a4e01c401a60b6e6c2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.286", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e9cc116dc8b8af24a5021f22fee3864f61d7ec3.json b/data/unsuccessful-reproductions/3e9cc116dc8b8af24a5021f22fee3864f61d7ec3.json index bb686f65c209..5cc5827252b6 100644 --- a/data/unsuccessful-reproductions/3e9cc116dc8b8af24a5021f22fee3864f61d7ec3.json +++ b/data/unsuccessful-reproductions/3e9cc116dc8b8af24a5021f22fee3864f61d7ec3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.0", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3e9f19af03b042bd4759873555910d8e2c737b46.json b/data/unsuccessful-reproductions/3e9f19af03b042bd4759873555910d8e2c737b46.json index 941063d8569e..27b904ba09a6 100644 --- a/data/unsuccessful-reproductions/3e9f19af03b042bd4759873555910d8e2c737b46.json +++ b/data/unsuccessful-reproductions/3e9f19af03b042bd4759873555910d8e2c737b46.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "2.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ea6d7ef05f9a6ba7675cd7fb26a1592ca82cded.json b/data/unsuccessful-reproductions/3ea6d7ef05f9a6ba7675cd7fb26a1592ca82cded.json index f5b6f1a87f60..1647eddc8c56 100644 --- a/data/unsuccessful-reproductions/3ea6d7ef05f9a6ba7675cd7fb26a1592ca82cded.json +++ b/data/unsuccessful-reproductions/3ea6d7ef05f9a6ba7675cd7fb26a1592ca82cded.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.4.Final", "newVersion" : "6.0.23.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ebcfa616a9d9ba12cef530cc1afd6b3958d0c8b.json b/data/unsuccessful-reproductions/3ebcfa616a9d9ba12cef530cc1afd6b3958d0c8b.json index 57687f9f9c8c..3ff49a89690e 100644 --- a/data/unsuccessful-reproductions/3ebcfa616a9d9ba12cef530cc1afd6b3958d0c8b.json +++ b/data/unsuccessful-reproductions/3ebcfa616a9d9ba12cef530cc1afd6b3958d0c8b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ece99823146f0abe9e2843c71f7b4cf120a8f59.json b/data/unsuccessful-reproductions/3ece99823146f0abe9e2843c71f7b4cf120a8f59.json index 0c7711deec37..8cf5758d639b 100644 --- a/data/unsuccessful-reproductions/3ece99823146f0abe9e2843c71f7b4cf120a8f59.json +++ b/data/unsuccessful-reproductions/3ece99823146f0abe9e2843c71f7b4cf120a8f59.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.77", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ecf75c3204bc5bd6aa94dcaf5691e29490d4aa8.json b/data/unsuccessful-reproductions/3ecf75c3204bc5bd6aa94dcaf5691e29490d4aa8.json index 96db31c4fb0d..43b716119aa6 100644 --- a/data/unsuccessful-reproductions/3ecf75c3204bc5bd6aa94dcaf5691e29490d4aa8.json +++ b/data/unsuccessful-reproductions/3ecf75c3204bc5bd6aa94dcaf5691e29490d4aa8.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.15", "newVersion" : "5.3.18", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ee6735af6ef7755a6d8c6611463cf84073acbf8.json b/data/unsuccessful-reproductions/3ee6735af6ef7755a6d8c6611463cf84073acbf8.json index 0b42a56eb1cb..9377da8b9595 100644 --- a/data/unsuccessful-reproductions/3ee6735af6ef7755a6d8c6611463cf84073acbf8.json +++ b/data/unsuccessful-reproductions/3ee6735af6ef7755a6d8c6611463cf84073acbf8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.3", "newVersion" : "3.4.4", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ef68a05ed04b25e32c28df95839d2b40c0c2c11.json b/data/unsuccessful-reproductions/3ef68a05ed04b25e32c28df95839d2b40c0c2c11.json index 13876f9618b9..734e2f4519ae 100644 --- a/data/unsuccessful-reproductions/3ef68a05ed04b25e32c28df95839d2b40c0c2c11.json +++ b/data/unsuccessful-reproductions/3ef68a05ed04b25e32c28df95839d2b40c0c2c11.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.6", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ef9e6dadd812eefbd927871925cdfbb0a9ea5cb.json b/data/unsuccessful-reproductions/3ef9e6dadd812eefbd927871925cdfbb0a9ea5cb.json index 7ff06c59355b..39d6418ac497 100644 --- a/data/unsuccessful-reproductions/3ef9e6dadd812eefbd927871925cdfbb0a9ea5cb.json +++ b/data/unsuccessful-reproductions/3ef9e6dadd812eefbd927871925cdfbb0a9ea5cb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.10.0", "newVersion" : "1.1.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3f009a4ed784c9d9b76d4f29bfef628c8c7907b8.json b/data/unsuccessful-reproductions/3f009a4ed784c9d9b76d4f29bfef628c8c7907b8.json index a651146563ff..d1cea0de8e3b 100644 --- a/data/unsuccessful-reproductions/3f009a4ed784c9d9b76d4f29bfef628c8c7907b8.json +++ b/data/unsuccessful-reproductions/3f009a4ed784c9d9b76d4f29bfef628c8c7907b8.json @@ -13,7 +13,10 @@ "newVersion" : "3.4.0", "dependencyScope" : "compile", "versionUpdateType" : "major", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okio" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3f0469aba102e34970b4baca90224777d093d26a.json b/data/unsuccessful-reproductions/3f0469aba102e34970b4baca90224777d093d26a.json index c1b4403a340f..196bdaad2b00 100644 --- a/data/unsuccessful-reproductions/3f0469aba102e34970b4baca90224777d093d26a.json +++ b/data/unsuccessful-reproductions/3f0469aba102e34970b4baca90224777d093d26a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0", "newVersion" : "2.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3f1053dfe8ea73df521a420be3582748ad9fb7bf.json b/data/unsuccessful-reproductions/3f1053dfe8ea73df521a420be3582748ad9fb7bf.json index ba79a61860cc..b581c0382536 100644 --- a/data/unsuccessful-reproductions/3f1053dfe8ea73df521a420be3582748ad9fb7bf.json +++ b/data/unsuccessful-reproductions/3f1053dfe8ea73df521a420be3582748ad9fb7bf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.504", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3f344d12e5f1bcf9356be3a9ec3cfaa1810c10c5.json b/data/unsuccessful-reproductions/3f344d12e5f1bcf9356be3a9ec3cfaa1810c10c5.json index 346c80060677..8e7d30f77c7e 100644 --- a/data/unsuccessful-reproductions/3f344d12e5f1bcf9356be3a9ec3cfaa1810c10c5.json +++ b/data/unsuccessful-reproductions/3f344d12e5f1bcf9356be3a9ec3cfaa1810c10c5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3f442ca71147e3fa86b11279fd24d3f5f0456d61.json b/data/unsuccessful-reproductions/3f442ca71147e3fa86b11279fd24d3f5f0456d61.json index 84ffb637ead5..81e43cafcf9a 100644 --- a/data/unsuccessful-reproductions/3f442ca71147e3fa86b11279fd24d3f5f0456d61.json +++ b/data/unsuccessful-reproductions/3f442ca71147e3fa86b11279fd24d3f5f0456d61.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33.2", "newVersion" : "1.33.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3f4b4a1919427edbef870b06099ad1821c73683a.json b/data/unsuccessful-reproductions/3f4b4a1919427edbef870b06099ad1821c73683a.json index 5c0e40d66ab0..3cdb6ab352ec 100644 --- a/data/unsuccessful-reproductions/3f4b4a1919427edbef870b06099ad1821c73683a.json +++ b/data/unsuccessful-reproductions/3f4b4a1919427edbef870b06099ad1821c73683a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "1.7.36", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3f58b15a5dae790f83a31d3f747f00c0eb6d0aef.json b/data/unsuccessful-reproductions/3f58b15a5dae790f83a31d3f747f00c0eb6d0aef.json index 7fa20da2e44b..5685a6408bd9 100644 --- a/data/unsuccessful-reproductions/3f58b15a5dae790f83a31d3f747f00c0eb6d0aef.json +++ b/data/unsuccessful-reproductions/3f58b15a5dae790f83a31d3f747f00c0eb6d0aef.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3f5f2d4f71c04f62ce748023feb3f76ab2151aae.json b/data/unsuccessful-reproductions/3f5f2d4f71c04f62ce748023feb3f76ab2151aae.json index 5f950eaac6f5..9aec70e1035e 100644 --- a/data/unsuccessful-reproductions/3f5f2d4f71c04f62ce748023feb3f76ab2151aae.json +++ b/data/unsuccessful-reproductions/3f5f2d4f71c04f62ce748023feb3f76ab2151aae.json @@ -12,7 +12,10 @@ "previousVersion" : "4.8.0", "newVersion" : "5.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3f709f3be788aa2f31e480275e5af27ab180223c.json b/data/unsuccessful-reproductions/3f709f3be788aa2f31e480275e5af27ab180223c.json index 85d1c2d8b79f..963c14dbaa09 100644 --- a/data/unsuccessful-reproductions/3f709f3be788aa2f31e480275e5af27ab180223c.json +++ b/data/unsuccessful-reproductions/3f709f3be788aa2f31e480275e5af27ab180223c.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3fa12d0057012b1751b887b1dcb45064a0887bf3.json b/data/unsuccessful-reproductions/3fa12d0057012b1751b887b1dcb45064a0887bf3.json index 8bb3a7c82b2c..d4dda88b5462 100644 --- a/data/unsuccessful-reproductions/3fa12d0057012b1751b887b1dcb45064a0887bf3.json +++ b/data/unsuccessful-reproductions/3fa12d0057012b1751b887b1dcb45064a0887bf3.json @@ -12,7 +12,10 @@ "previousVersion" : "7.12.1", "newVersion" : "7.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3fafd4562da7d9b7d50791dee1407ccf0851e258.json b/data/unsuccessful-reproductions/3fafd4562da7d9b7d50791dee1407ccf0851e258.json index bb9122888d38..3d10885f7d02 100644 --- a/data/unsuccessful-reproductions/3fafd4562da7d9b7d50791dee1407ccf0851e258.json +++ b/data/unsuccessful-reproductions/3fafd4562da7d9b7d50791dee1407ccf0851e258.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "2.7.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3fc04efe754cce0a15e460a063d53b715d0435a7.json b/data/unsuccessful-reproductions/3fc04efe754cce0a15e460a063d53b715d0435a7.json index b12b65babf6e..cb7ae7d965b6 100644 --- a/data/unsuccessful-reproductions/3fc04efe754cce0a15e460a063d53b715d0435a7.json +++ b/data/unsuccessful-reproductions/3fc04efe754cce0a15e460a063d53b715d0435a7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.2-5", "newVersion" : "1.5.4-2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ff025ede345910775ed3f77eeb761f23bb3b6f5.json b/data/unsuccessful-reproductions/3ff025ede345910775ed3f77eeb761f23bb3b6f5.json index 97a06f546747..f7974ac04c80 100644 --- a/data/unsuccessful-reproductions/3ff025ede345910775ed3f77eeb761f23bb3b6f5.json +++ b/data/unsuccessful-reproductions/3ff025ede345910775ed3f77eeb761f23bb3b6f5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.15", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/3ff6542403c6b3baa0be6f100fc0c472ab169996.json b/data/unsuccessful-reproductions/3ff6542403c6b3baa0be6f100fc0c472ab169996.json index 9b4e344ea94a..8bd33089e760 100644 --- a/data/unsuccessful-reproductions/3ff6542403c6b3baa0be6f100fc0c472ab169996.json +++ b/data/unsuccessful-reproductions/3ff6542403c6b3baa0be6f100fc0c472ab169996.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.1", "newVersion" : "4.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40044dc077043835f00b71257d9997de37b896fa.json b/data/unsuccessful-reproductions/40044dc077043835f00b71257d9997de37b896fa.json index e869cab5a31f..c5ffb0b32bf3 100644 --- a/data/unsuccessful-reproductions/40044dc077043835f00b71257d9997de37b896fa.json +++ b/data/unsuccessful-reproductions/40044dc077043835f00b71257d9997de37b896fa.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "4.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/400a919dd95b1b6fdba87f3d6728dcd93edf376a.json b/data/unsuccessful-reproductions/400a919dd95b1b6fdba87f3d6728dcd93edf376a.json index 9d55446cc320..4e975a71556c 100644 --- a/data/unsuccessful-reproductions/400a919dd95b1b6fdba87f3d6728dcd93edf376a.json +++ b/data/unsuccessful-reproductions/400a919dd95b1b6fdba87f3d6728dcd93edf376a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.0", "newVersion" : "3.13.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/401695c309999a1af2d05758e9e9d7e863c5689d.json b/data/unsuccessful-reproductions/401695c309999a1af2d05758e9e9d7e863c5689d.json index aa73a5f6e557..cdd048e44898 100644 --- a/data/unsuccessful-reproductions/401695c309999a1af2d05758e9e9d7e863c5689d.json +++ b/data/unsuccessful-reproductions/401695c309999a1af2d05758e9e9d7e863c5689d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.1", "newVersion" : "1.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4033bc9841453f7c420ab958be1e9499c18dc298.json b/data/unsuccessful-reproductions/4033bc9841453f7c420ab958be1e9499c18dc298.json index ebb501b988dd..2070c4c8e337 100644 --- a/data/unsuccessful-reproductions/4033bc9841453f7c420ab958be1e9499c18dc298.json +++ b/data/unsuccessful-reproductions/4033bc9841453f7c420ab958be1e9499c18dc298.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4038b9c255606f03a63425ada580da3c06d28160.json b/data/unsuccessful-reproductions/4038b9c255606f03a63425ada580da3c06d28160.json index 233bdfb9e038..706e721daa13 100644 --- a/data/unsuccessful-reproductions/4038b9c255606f03a63425ada580da3c06d28160.json +++ b/data/unsuccessful-reproductions/4038b9c255606f03a63425ada580da3c06d28160.json @@ -12,7 +12,10 @@ "previousVersion" : "3.3.0", "newVersion" : "3.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/403cb3e25cf0be986105c0cfb15fd8cd129ac88a.json b/data/unsuccessful-reproductions/403cb3e25cf0be986105c0cfb15fd8cd129ac88a.json index 5d1ea05fdf5f..5adb328b5478 100644 --- a/data/unsuccessful-reproductions/403cb3e25cf0be986105c0cfb15fd8cd129ac88a.json +++ b/data/unsuccessful-reproductions/403cb3e25cf0be986105c0cfb15fd8cd129ac88a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/404f06e9c4b36e97550550818545ca7e7e0f6114.json b/data/unsuccessful-reproductions/404f06e9c4b36e97550550818545ca7e7e0f6114.json index 4cc5181e3e4a..785728472841 100644 --- a/data/unsuccessful-reproductions/404f06e9c4b36e97550550818545ca7e7e0f6114.json +++ b/data/unsuccessful-reproductions/404f06e9c4b36e97550550818545ca7e7e0f6114.json @@ -12,7 +12,10 @@ "previousVersion" : "6.2.0.Final", "newVersion" : "7.0.1.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40545b4f5411520ffe8f38edc9cda31cb2eda99e.json b/data/unsuccessful-reproductions/40545b4f5411520ffe8f38edc9cda31cb2eda99e.json index da60b4ff7ccf..9e0275bd0e40 100644 --- a/data/unsuccessful-reproductions/40545b4f5411520ffe8f38edc9cda31cb2eda99e.json +++ b/data/unsuccessful-reproductions/40545b4f5411520ffe8f38edc9cda31cb2eda99e.json @@ -12,7 +12,10 @@ "previousVersion" : "19.4", "newVersion" : "20.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40571e8c8112d22acd8a0c1b71d8a17578cf4d10.json b/data/unsuccessful-reproductions/40571e8c8112d22acd8a0c1b71d8a17578cf4d10.json index db253f2747bc..5f0b0fce31e5 100644 --- a/data/unsuccessful-reproductions/40571e8c8112d22acd8a0c1b71d8a17578cf4d10.json +++ b/data/unsuccessful-reproductions/40571e8c8112d22acd8a0c1b71d8a17578cf4d10.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.5.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40609d52b7ce61ff6cd1df89123911cd42a948df.json b/data/unsuccessful-reproductions/40609d52b7ce61ff6cd1df89123911cd42a948df.json index 5b4f3d810be9..24ba07f90435 100644 --- a/data/unsuccessful-reproductions/40609d52b7ce61ff6cd1df89123911cd42a948df.json +++ b/data/unsuccessful-reproductions/40609d52b7ce61ff6cd1df89123911cd42a948df.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40782850cef47e48324ed3f7ff471983d228ca29.json b/data/unsuccessful-reproductions/40782850cef47e48324ed3f7ff471983d228ca29.json index c5046de42b93..1f2099963630 100644 --- a/data/unsuccessful-reproductions/40782850cef47e48324ed3f7ff471983d228ca29.json +++ b/data/unsuccessful-reproductions/40782850cef47e48324ed3f7ff471983d228ca29.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/407b90b6cbef1eb51f601639599d5397dc073bce.json b/data/unsuccessful-reproductions/407b90b6cbef1eb51f601639599d5397dc073bce.json index c31f2919f411..242628e0ec8a 100644 --- a/data/unsuccessful-reproductions/407b90b6cbef1eb51f601639599d5397dc073bce.json +++ b/data/unsuccessful-reproductions/407b90b6cbef1eb51f601639599d5397dc073bce.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.89", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40822bcf2912fbfb036095088833293448576caa.json b/data/unsuccessful-reproductions/40822bcf2912fbfb036095088833293448576caa.json index cc1d0c3d9409..47a491ba5c84 100644 --- a/data/unsuccessful-reproductions/40822bcf2912fbfb036095088833293448576caa.json +++ b/data/unsuccessful-reproductions/40822bcf2912fbfb036095088833293448576caa.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.5.Final", "newVersion" : "5.6.8.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/408312bd6f3b2e8a109592b731e6b7cab68de8e9.json b/data/unsuccessful-reproductions/408312bd6f3b2e8a109592b731e6b7cab68de8e9.json index 5863a09e4ad8..90c8373f9a5c 100644 --- a/data/unsuccessful-reproductions/408312bd6f3b2e8a109592b731e6b7cab68de8e9.json +++ b/data/unsuccessful-reproductions/408312bd6f3b2e8a109592b731e6b7cab68de8e9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.28", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/409d2151c6a2a1bccaf25d17fbe2da4b86df4e1a.json b/data/unsuccessful-reproductions/409d2151c6a2a1bccaf25d17fbe2da4b86df4e1a.json index 6fe306513538..c88204525b20 100644 --- a/data/unsuccessful-reproductions/409d2151c6a2a1bccaf25d17fbe2da4b86df4e1a.json +++ b/data/unsuccessful-reproductions/409d2151c6a2a1bccaf25d17fbe2da4b86df4e1a.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.7", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40a56ee49095216de579dccaf6d2e16093755c25.json b/data/unsuccessful-reproductions/40a56ee49095216de579dccaf6d2e16093755c25.json index 1b6222be25c3..97da17b650ae 100644 --- a/data/unsuccessful-reproductions/40a56ee49095216de579dccaf6d2e16093755c25.json +++ b/data/unsuccessful-reproductions/40a56ee49095216de579dccaf6d2e16093755c25.json @@ -12,7 +12,10 @@ "previousVersion" : "1.23.0", "newVersion" : "1.23.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40a7460939a19f335716819a19bc139d2f9a482a.json b/data/unsuccessful-reproductions/40a7460939a19f335716819a19bc139d2f9a482a.json index a30647bfa3f3..a179d7a43cd6 100644 --- a/data/unsuccessful-reproductions/40a7460939a19f335716819a19bc139d2f9a482a.json +++ b/data/unsuccessful-reproductions/40a7460939a19f335716819a19bc139d2f9a482a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.83", "newVersion" : "2.0.23", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40c03ebe9c19b71098ff9d9d732150859e759daf.json b/data/unsuccessful-reproductions/40c03ebe9c19b71098ff9d9d732150859e759daf.json index 2985200ea596..1e5516119eda 100644 --- a/data/unsuccessful-reproductions/40c03ebe9c19b71098ff9d9d732150859e759daf.json +++ b/data/unsuccessful-reproductions/40c03ebe9c19b71098ff9d9d732150859e759daf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.6", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/eclipselink" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40eaae753c644244a5a90f1676bedf8e3555c280.json b/data/unsuccessful-reproductions/40eaae753c644244a5a90f1676bedf8e3555c280.json index af94bbaec8e5..8e3003730131 100644 --- a/data/unsuccessful-reproductions/40eaae753c644244a5a90f1676bedf8e3555c280.json +++ b/data/unsuccessful-reproductions/40eaae753c644244a5a90f1676bedf8e3555c280.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40eb8d8a953950feaddb44e6d4f01a0027628e66.json b/data/unsuccessful-reproductions/40eb8d8a953950feaddb44e6d4f01a0027628e66.json index 1414ef5f8574..d81147ab113f 100644 --- a/data/unsuccessful-reproductions/40eb8d8a953950feaddb44e6d4f01a0027628e66.json +++ b/data/unsuccessful-reproductions/40eb8d8a953950feaddb44e6d4f01a0027628e66.json @@ -12,7 +12,10 @@ "previousVersion" : "4.7.1.Final", "newVersion" : "6.2.3.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40eccb1f4f6c0c407ccea2dba4d33978b70cacb6.json b/data/unsuccessful-reproductions/40eccb1f4f6c0c407ccea2dba4d33978b70cacb6.json index eac095bcdad1..8a4d3276cc31 100644 --- a/data/unsuccessful-reproductions/40eccb1f4f6c0c407ccea2dba4d33978b70cacb6.json +++ b/data/unsuccessful-reproductions/40eccb1f4f6c0c407ccea2dba4d33978b70cacb6.json @@ -12,7 +12,10 @@ "previousVersion" : "3.30.0", "newVersion" : "3.31.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/40f01e5732c89c24335bad3b48313e50e5a9fbc5.json b/data/unsuccessful-reproductions/40f01e5732c89c24335bad3b48313e50e5a9fbc5.json index 120a408b3d22..015ad70a22bc 100644 --- a/data/unsuccessful-reproductions/40f01e5732c89c24335bad3b48313e50e5a9fbc5.json +++ b/data/unsuccessful-reproductions/40f01e5732c89c24335bad3b48313e50e5a9fbc5.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/410b98578493f062d848b04d2006975a37961cf0.json b/data/unsuccessful-reproductions/410b98578493f062d848b04d2006975a37961cf0.json index 84abe7c1a38f..82d4181d0e9c 100644 --- a/data/unsuccessful-reproductions/410b98578493f062d848b04d2006975a37961cf0.json +++ b/data/unsuccessful-reproductions/410b98578493f062d848b04d2006975a37961cf0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.2", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4126fc9b701e76732d6f3cc890b0403f6b0227a4.json b/data/unsuccessful-reproductions/4126fc9b701e76732d6f3cc890b0403f6b0227a4.json index 40830d58390c..5d08985de55f 100644 --- a/data/unsuccessful-reproductions/4126fc9b701e76732d6f3cc890b0403f6b0227a4.json +++ b/data/unsuccessful-reproductions/4126fc9b701e76732d6f3cc890b0403f6b0227a4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.4", "newVersion" : "1.6.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "ECL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/412a335679a8cfd117b3f71297eba949ed56d2bd.json b/data/unsuccessful-reproductions/412a335679a8cfd117b3f71297eba949ed56d2bd.json index df05f7f35245..0ac7e53f2208 100644 --- a/data/unsuccessful-reproductions/412a335679a8cfd117b3f71297eba949ed56d2bd.json +++ b/data/unsuccessful-reproductions/412a335679a8cfd117b3f71297eba949ed56d2bd.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/412d43be07a2dfc9202b91e8c29d0d1b73df03b2.json b/data/unsuccessful-reproductions/412d43be07a2dfc9202b91e8c29d0d1b73df03b2.json index 36b79da53852..313a8488391b 100644 --- a/data/unsuccessful-reproductions/412d43be07a2dfc9202b91e8c29d0d1b73df03b2.json +++ b/data/unsuccessful-reproductions/412d43be07a2dfc9202b91e8c29d0d1b73df03b2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.4", "newVersion" : "3.7.1", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4131b11ae7dca6dbfdad39998149038d21c01271.json b/data/unsuccessful-reproductions/4131b11ae7dca6dbfdad39998149038d21c01271.json index 4ca2544901aa..c730a4b89db8 100644 --- a/data/unsuccessful-reproductions/4131b11ae7dca6dbfdad39998149038d21c01271.json +++ b/data/unsuccessful-reproductions/4131b11ae7dca6dbfdad39998149038d21c01271.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7", "newVersion" : "1.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4133b4b8e7f777b1dac1d4f56539799ad3fad54e.json b/data/unsuccessful-reproductions/4133b4b8e7f777b1dac1d4f56539799ad3fad54e.json index a69f661c164a..06ba0cb596e6 100644 --- a/data/unsuccessful-reproductions/4133b4b8e7f777b1dac1d4f56539799ad3fad54e.json +++ b/data/unsuccessful-reproductions/4133b4b8e7f777b1dac1d4f56539799ad3fad54e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.17.1", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/414743900e554957b0f1b49e467edb7f8fd0384f.json b/data/unsuccessful-reproductions/414743900e554957b0f1b49e467edb7f8fd0384f.json index 3fa7ab03e145..1c12bc4e6972 100644 --- a/data/unsuccessful-reproductions/414743900e554957b0f1b49e467edb7f8fd0384f.json +++ b/data/unsuccessful-reproductions/414743900e554957b0f1b49e467edb7f8fd0384f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.0", "newVersion" : "1.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/415da65b8b9595be67fae8a8861b05ee88f48ddb.json b/data/unsuccessful-reproductions/415da65b8b9595be67fae8a8861b05ee88f48ddb.json index 8b4ed2fcbcb9..f31c24bc1d34 100644 --- a/data/unsuccessful-reproductions/415da65b8b9595be67fae8a8861b05ee88f48ddb.json +++ b/data/unsuccessful-reproductions/415da65b8b9595be67fae8a8861b05ee88f48ddb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.1", "newVersion" : "2.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4173e0f7fdf03938577754783bc360b794911843.json b/data/unsuccessful-reproductions/4173e0f7fdf03938577754783bc360b794911843.json index c5e945edcc66..c4ca492f07f0 100644 --- a/data/unsuccessful-reproductions/4173e0f7fdf03938577754783bc360b794911843.json +++ b/data/unsuccessful-reproductions/4173e0f7fdf03938577754783bc360b794911843.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.195", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/41890679ed9c4d78664608ee5e115efb97d25371.json b/data/unsuccessful-reproductions/41890679ed9c4d78664608ee5e115efb97d25371.json index 8472816afecd..3bd141663656 100644 --- a/data/unsuccessful-reproductions/41890679ed9c4d78664608ee5e115efb97d25371.json +++ b/data/unsuccessful-reproductions/41890679ed9c4d78664608ee5e115efb97d25371.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.4", "newVersion" : "3.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/41894217f365b3497d365553afdf9eeed920a4eb.json b/data/unsuccessful-reproductions/41894217f365b3497d365553afdf9eeed920a4eb.json index 84d4c964158e..c03a9968df3f 100644 --- a/data/unsuccessful-reproductions/41894217f365b3497d365553afdf9eeed920a4eb.json +++ b/data/unsuccessful-reproductions/41894217f365b3497d365553afdf9eeed920a4eb.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/418bda07ce3e6b2ad114fb004ebbabce0d22bd71.json b/data/unsuccessful-reproductions/418bda07ce3e6b2ad114fb004ebbabce0d22bd71.json index 89f84237e99b..0c4b7cc00667 100644 --- a/data/unsuccessful-reproductions/418bda07ce3e6b2ad114fb004ebbabce0d22bd71.json +++ b/data/unsuccessful-reproductions/418bda07ce3e6b2ad114fb004ebbabce0d22bd71.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/418dab8a8ff752e084045061db8a55ad024f5575.json b/data/unsuccessful-reproductions/418dab8a8ff752e084045061db8a55ad024f5575.json index f551c17e96eb..f2c476f20297 100644 --- a/data/unsuccessful-reproductions/418dab8a8ff752e084045061db8a55ad024f5575.json +++ b/data/unsuccessful-reproductions/418dab8a8ff752e084045061db8a55ad024f5575.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.249.v2dc2ea_416e33", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/41a5020c67c314842e173dd16201425f9d17e4dd.json b/data/unsuccessful-reproductions/41a5020c67c314842e173dd16201425f9d17e4dd.json index 16c37fe1ef2e..299c588c05a1 100644 --- a/data/unsuccessful-reproductions/41a5020c67c314842e173dd16201425f9d17e4dd.json +++ b/data/unsuccessful-reproductions/41a5020c67c314842e173dd16201425f9d17e4dd.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.0.201710071750-r", "newVersion" : "6.4.0.202211300538-r", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/41b4f55654f2543906beef93ab4f028e03035ad4.json b/data/unsuccessful-reproductions/41b4f55654f2543906beef93ab4f028e03035ad4.json index 4baa3a7493c8..cf10f6dfaee9 100644 --- a/data/unsuccessful-reproductions/41b4f55654f2543906beef93ab4f028e03035ad4.json +++ b/data/unsuccessful-reproductions/41b4f55654f2543906beef93ab4f028e03035ad4.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.1", "newVersion" : "6.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "FasterXML/woodstox" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/41d2ef44c40b05a54ed2341ba301d40062ab9ef7.json b/data/unsuccessful-reproductions/41d2ef44c40b05a54ed2341ba301d40062ab9ef7.json index 23e625ff7459..b783c911d772 100644 --- a/data/unsuccessful-reproductions/41d2ef44c40b05a54ed2341ba301d40062ab9ef7.json +++ b/data/unsuccessful-reproductions/41d2ef44c40b05a54ed2341ba301d40062ab9ef7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/41d3d4db60165dd6b059ce109e69e39d852a836d.json b/data/unsuccessful-reproductions/41d3d4db60165dd6b059ce109e69e39d852a836d.json index 40cbff57e136..e70d7b04ce48 100644 --- a/data/unsuccessful-reproductions/41d3d4db60165dd6b059ce109e69e39d852a836d.json +++ b/data/unsuccessful-reproductions/41d3d4db60165dd6b059ce109e69e39d852a836d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.36", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/41e0b2c1c8016ab878853973c6bd6be90c941686.json b/data/unsuccessful-reproductions/41e0b2c1c8016ab878853973c6bd6be90c941686.json index 3c0a7c75275f..b60992278275 100644 --- a/data/unsuccessful-reproductions/41e0b2c1c8016ab878853973c6bd6be90c941686.json +++ b/data/unsuccessful-reproductions/41e0b2c1c8016ab878853973c6bd6be90c941686.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.8", "newVersion" : "3.13.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/41e4306b3cf553498c480fbd79d657439363295b.json b/data/unsuccessful-reproductions/41e4306b3cf553498c480fbd79d657439363295b.json index 1df0d46c1b1c..aab8d015dcc5 100644 --- a/data/unsuccessful-reproductions/41e4306b3cf553498c480fbd79d657439363295b.json +++ b/data/unsuccessful-reproductions/41e4306b3cf553498c480fbd79d657439363295b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/41ed14c752ee091c83b7afd2842427f3f15caeaf.json b/data/unsuccessful-reproductions/41ed14c752ee091c83b7afd2842427f3f15caeaf.json index 56cb521db590..230828c9fc28 100644 --- a/data/unsuccessful-reproductions/41ed14c752ee091c83b7afd2842427f3f15caeaf.json +++ b/data/unsuccessful-reproductions/41ed14c752ee091c83b7afd2842427f3f15caeaf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/42053ee943681270bcfdbf84e2b83b20a2853d6e.json b/data/unsuccessful-reproductions/42053ee943681270bcfdbf84e2b83b20a2853d6e.json index 07e0852ef8d4..73e90c822e21 100644 --- a/data/unsuccessful-reproductions/42053ee943681270bcfdbf84e2b83b20a2853d6e.json +++ b/data/unsuccessful-reproductions/42053ee943681270bcfdbf84e2b83b20a2853d6e.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.0", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/420cf7a7726e17d56e52ed16ebda348c143e5d71.json b/data/unsuccessful-reproductions/420cf7a7726e17d56e52ed16ebda348c143e5d71.json index 307291cff33d..2a57ae60e9ab 100644 --- a/data/unsuccessful-reproductions/420cf7a7726e17d56e52ed16ebda348c143e5d71.json +++ b/data/unsuccessful-reproductions/420cf7a7726e17d56e52ed16ebda348c143e5d71.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.40", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4226683dc4c56cbea879252428a6298c0b5ff67d.json b/data/unsuccessful-reproductions/4226683dc4c56cbea879252428a6298c0b5ff67d.json index c854150cdae3..b4a4a1b83473 100644 --- a/data/unsuccessful-reproductions/4226683dc4c56cbea879252428a6298c0b5ff67d.json +++ b/data/unsuccessful-reproductions/4226683dc4c56cbea879252428a6298c0b5ff67d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.74", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4230ebf602198dbddd588a06b752376005d437d4.json b/data/unsuccessful-reproductions/4230ebf602198dbddd588a06b752376005d437d4.json index 625ddcc6981a..286d2e7416cf 100644 --- a/data/unsuccessful-reproductions/4230ebf602198dbddd588a06b752376005d437d4.json +++ b/data/unsuccessful-reproductions/4230ebf602198dbddd588a06b752376005d437d4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.1", "newVersion" : "2.25.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4239f3abaf24230f9c6c78be9c4209b418d43667.json b/data/unsuccessful-reproductions/4239f3abaf24230f9c6c78be9c4209b418d43667.json index 7334c0404307..39425b5cfeea 100644 --- a/data/unsuccessful-reproductions/4239f3abaf24230f9c6c78be9c4209b418d43667.json +++ b/data/unsuccessful-reproductions/4239f3abaf24230f9c6c78be9c4209b418d43667.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/423beaf9c1fa513b4a14e8810b1f893f27b72b0d.json b/data/unsuccessful-reproductions/423beaf9c1fa513b4a14e8810b1f893f27b72b0d.json index 33e6c5b9e875..bd585e8173be 100644 --- a/data/unsuccessful-reproductions/423beaf9c1fa513b4a14e8810b1f893f27b72b0d.json +++ b/data/unsuccessful-reproductions/423beaf9c1fa513b4a14e8810b1f893f27b72b0d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.2", "newVersion" : "4.1.31", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/42464ae53d31d47bd6235a7c369515f6064fe641.json b/data/unsuccessful-reproductions/42464ae53d31d47bd6235a7c369515f6064fe641.json index 1083f486a7e8..10c189d9219a 100644 --- a/data/unsuccessful-reproductions/42464ae53d31d47bd6235a7c369515f6064fe641.json +++ b/data/unsuccessful-reproductions/42464ae53d31d47bd6235a7c369515f6064fe641.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.1", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/424fa6203b98a8fef264ca0dd347f93ae224a8e0.json b/data/unsuccessful-reproductions/424fa6203b98a8fef264ca0dd347f93ae224a8e0.json index 338be08db66f..e7e313115b0e 100644 --- a/data/unsuccessful-reproductions/424fa6203b98a8fef264ca0dd347f93ae224a8e0.json +++ b/data/unsuccessful-reproductions/424fa6203b98a8fef264ca0dd347f93ae224a8e0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/425330a340b49fb40fcaebfcb848c36c23ecb444.json b/data/unsuccessful-reproductions/425330a340b49fb40fcaebfcb848c36c23ecb444.json index 7c8e2ada5bb7..b44e9432ff5f 100644 --- a/data/unsuccessful-reproductions/425330a340b49fb40fcaebfcb848c36c23ecb444.json +++ b/data/unsuccessful-reproductions/425330a340b49fb40fcaebfcb848c36c23ecb444.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.33", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/42812d7cbac275e0644debaa2cf55a36657b5640.json b/data/unsuccessful-reproductions/42812d7cbac275e0644debaa2cf55a36657b5640.json index 5ca3ccee6156..d2c349fc208e 100644 --- a/data/unsuccessful-reproductions/42812d7cbac275e0644debaa2cf55a36657b5640.json +++ b/data/unsuccessful-reproductions/42812d7cbac275e0644debaa2cf55a36657b5640.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.1", "newVersion" : "2.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4288042be481e9fe95512a779fda824eb4222432.json b/data/unsuccessful-reproductions/4288042be481e9fe95512a779fda824eb4222432.json index 9b06b7fbc7a8..fed20ad6a998 100644 --- a/data/unsuccessful-reproductions/4288042be481e9fe95512a779fda824eb4222432.json +++ b/data/unsuccessful-reproductions/4288042be481e9fe95512a779fda824eb4222432.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.23", "newVersion" : "8.0.30", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/42ade5bcdaade8d9449e6545e3a86f815698f284.json b/data/unsuccessful-reproductions/42ade5bcdaade8d9449e6545e3a86f815698f284.json index 54cd2a79ddae..093d39c1d68f 100644 --- a/data/unsuccessful-reproductions/42ade5bcdaade8d9449e6545e3a86f815698f284.json +++ b/data/unsuccessful-reproductions/42ade5bcdaade8d9449e6545e3a86f815698f284.json @@ -12,7 +12,10 @@ "previousVersion" : "1451.v15f1fdb_772a_f", "newVersion" : "1461.vb_3c6de28f2b_a_", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/42c17210e96494f72fad30052fbea852b09c4be4.json b/data/unsuccessful-reproductions/42c17210e96494f72fad30052fbea852b09c4be4.json index e33a0f1b2185..873a19acbe57 100644 --- a/data/unsuccessful-reproductions/42c17210e96494f72fad30052fbea852b09c4be4.json +++ b/data/unsuccessful-reproductions/42c17210e96494f72fad30052fbea852b09c4be4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.199", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/42e2488a179e6f220a0d12d2da884c7cf62dd9f0.json b/data/unsuccessful-reproductions/42e2488a179e6f220a0d12d2da884c7cf62dd9f0.json index bfc0004403de..01fb7a06c4fb 100644 --- a/data/unsuccessful-reproductions/42e2488a179e6f220a0d12d2da884c7cf62dd9f0.json +++ b/data/unsuccessful-reproductions/42e2488a179e6f220a0d12d2da884c7cf62dd9f0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16", "newVersion" : "2.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43006dae112475b6f868be5bb5494a0a62c61fd0.json b/data/unsuccessful-reproductions/43006dae112475b6f868be5bb5494a0a62c61fd0.json index 9e69cdad817a..0304742c7dc3 100644 --- a/data/unsuccessful-reproductions/43006dae112475b6f868be5bb5494a0a62c61fd0.json +++ b/data/unsuccessful-reproductions/43006dae112475b6f868be5bb5494a0a62c61fd0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.48", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/431b82f41f37aa35ce8ed41152a88fdf5b4e9fc6.json b/data/unsuccessful-reproductions/431b82f41f37aa35ce8ed41152a88fdf5b4e9fc6.json index 9fe9b149429e..f95b0a3cf485 100644 --- a/data/unsuccessful-reproductions/431b82f41f37aa35ce8ed41152a88fdf5b4e9fc6.json +++ b/data/unsuccessful-reproductions/431b82f41f37aa35ce8ed41152a88fdf5b4e9fc6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.19", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/431f7589fc04e75afed09bff4ac89dbb3d7a6805.json b/data/unsuccessful-reproductions/431f7589fc04e75afed09bff4ac89dbb3d7a6805.json index dd19866b529d..04a701afde6e 100644 --- a/data/unsuccessful-reproductions/431f7589fc04e75afed09bff4ac89dbb3d7a6805.json +++ b/data/unsuccessful-reproductions/431f7589fc04e75afed09bff4ac89dbb3d7a6805.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.0", "newVersion" : "3.21.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43250302ce0a6b51ccc9ee2c8547993ecc4a3aa1.json b/data/unsuccessful-reproductions/43250302ce0a6b51ccc9ee2c8547993ecc4a3aa1.json index a37a703f55e9..0610d8f1dfdf 100644 --- a/data/unsuccessful-reproductions/43250302ce0a6b51ccc9ee2c8547993ecc4a3aa1.json +++ b/data/unsuccessful-reproductions/43250302ce0a6b51ccc9ee2c8547993ecc4a3aa1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.1", "newVersion" : "2.13.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43431ea62d904071742b610e8d363cce266512e9.json b/data/unsuccessful-reproductions/43431ea62d904071742b610e8d363cce266512e9.json index a44260ad8f32..91fce1ede907 100644 --- a/data/unsuccessful-reproductions/43431ea62d904071742b610e8d363cce266512e9.json +++ b/data/unsuccessful-reproductions/43431ea62d904071742b610e8d363cce266512e9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.166", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43484ca45c118b3834a1f93f2664c829d536b5d2.json b/data/unsuccessful-reproductions/43484ca45c118b3834a1f93f2664c829d536b5d2.json index 5dbdcc5f5277..563f31c1ebd4 100644 --- a/data/unsuccessful-reproductions/43484ca45c118b3834a1f93f2664c829d536b5d2.json +++ b/data/unsuccessful-reproductions/43484ca45c118b3834a1f93f2664c829d536b5d2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.3", "newVersion" : "1.12.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/434bdded1ba88cb671df6bd05d9cd9ad34c10685.json b/data/unsuccessful-reproductions/434bdded1ba88cb671df6bd05d9cd9ad34c10685.json index b65aacdba969..d529ce97b3f9 100644 --- a/data/unsuccessful-reproductions/434bdded1ba88cb671df6bd05d9cd9ad34c10685.json +++ b/data/unsuccessful-reproductions/434bdded1ba88cb671df6bd05d9cd9ad34c10685.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.0", "newVersion" : "4.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4386e6a52186fce76d040fc732015109cc5e84b4.json b/data/unsuccessful-reproductions/4386e6a52186fce76d040fc732015109cc5e84b4.json index 44f28e869829..48f2ecc7b8e0 100644 --- a/data/unsuccessful-reproductions/4386e6a52186fce76d040fc732015109cc5e84b4.json +++ b/data/unsuccessful-reproductions/4386e6a52186fce76d040fc732015109cc5e84b4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.9", "newVersion" : "1.6.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43a7c31278ae755a4a0a9b045487122a1b8a8763.json b/data/unsuccessful-reproductions/43a7c31278ae755a4a0a9b045487122a1b8a8763.json index b22a4e0ef186..9ffcdca56351 100644 --- a/data/unsuccessful-reproductions/43a7c31278ae755a4a0a9b045487122a1b8a8763.json +++ b/data/unsuccessful-reproductions/43a7c31278ae755a4a0a9b045487122a1b8a8763.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43aabc3751c2c7576d21e05dcb63a451159f6678.json b/data/unsuccessful-reproductions/43aabc3751c2c7576d21e05dcb63a451159f6678.json index c7096b96d754..e728b7a4c847 100644 --- a/data/unsuccessful-reproductions/43aabc3751c2c7576d21e05dcb63a451159f6678.json +++ b/data/unsuccessful-reproductions/43aabc3751c2c7576d21e05dcb63a451159f6678.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.1", "newVersion" : "2.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43b79ee9a8df4d13ff67aa0ec6dd6f55d82fb2a7.json b/data/unsuccessful-reproductions/43b79ee9a8df4d13ff67aa0ec6dd6f55d82fb2a7.json index 13a0c4622831..4702c7c1479f 100644 --- a/data/unsuccessful-reproductions/43b79ee9a8df4d13ff67aa0ec6dd6f55d82fb2a7.json +++ b/data/unsuccessful-reproductions/43b79ee9a8df4d13ff67aa0ec6dd6f55d82fb2a7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43bb956f44c379692aa105aba65ad50c484c6eb2.json b/data/unsuccessful-reproductions/43bb956f44c379692aa105aba65ad50c484c6eb2.json index 481bb895a93f..56ccfdb1d9ef 100644 --- a/data/unsuccessful-reproductions/43bb956f44c379692aa105aba65ad50c484c6eb2.json +++ b/data/unsuccessful-reproductions/43bb956f44c379692aa105aba65ad50c484c6eb2.json @@ -12,7 +12,10 @@ "previousVersion" : "v2-rev20170525-2.0.0", "newVersion" : "v3-rev20220401-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43bc926e9bbea62425fb05436de616120ee6d44d.json b/data/unsuccessful-reproductions/43bc926e9bbea62425fb05436de616120ee6d44d.json index b4130a341e1f..bf295177eb60 100644 --- a/data/unsuccessful-reproductions/43bc926e9bbea62425fb05436de616120ee6d44d.json +++ b/data/unsuccessful-reproductions/43bc926e9bbea62425fb05436de616120ee6d44d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.1.RELEASE", "newVersion" : "2.13.0.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43c8128a75f87934d7df00d21ecb8a2c4623cd69.json b/data/unsuccessful-reproductions/43c8128a75f87934d7df00d21ecb8a2c4623cd69.json index 8f71426a9d7b..7763dbed5baf 100644 --- a/data/unsuccessful-reproductions/43c8128a75f87934d7df00d21ecb8a2c4623cd69.json +++ b/data/unsuccessful-reproductions/43c8128a75f87934d7df00d21ecb8a2c4623cd69.json @@ -12,7 +12,10 @@ "previousVersion" : "1.13.0", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43dbdcc9903ea32db120e6977a3256335a3cccce.json b/data/unsuccessful-reproductions/43dbdcc9903ea32db120e6977a3256335a3cccce.json index b26569be54d9..9406e266e2a6 100644 --- a/data/unsuccessful-reproductions/43dbdcc9903ea32db120e6977a3256335a3cccce.json +++ b/data/unsuccessful-reproductions/43dbdcc9903ea32db120e6977a3256335a3cccce.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.5", "newVersion" : "2.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/43f221982d5b1354097756b23bad05c263029016.json b/data/unsuccessful-reproductions/43f221982d5b1354097756b23bad05c263029016.json index 66e7afb3a638..e18b44aabe0a 100644 --- a/data/unsuccessful-reproductions/43f221982d5b1354097756b23bad05c263029016.json +++ b/data/unsuccessful-reproductions/43f221982d5b1354097756b23bad05c263029016.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.213", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/442b8a74a0d369e6aafba4e3ea738f7be68e824b.json b/data/unsuccessful-reproductions/442b8a74a0d369e6aafba4e3ea738f7be68e824b.json index d2b79b66d48d..83a8ec37a773 100644 --- a/data/unsuccessful-reproductions/442b8a74a0d369e6aafba4e3ea738f7be68e824b.json +++ b/data/unsuccessful-reproductions/442b8a74a0d369e6aafba4e3ea738f7be68e824b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.2", "newVersion" : "3.14.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/443c6e3b286a19734435856b4e3b200f7d7d41d2.json b/data/unsuccessful-reproductions/443c6e3b286a19734435856b4e3b200f7d7d41d2.json index 92a7fccb7ce2..06bf0deae0fc 100644 --- a/data/unsuccessful-reproductions/443c6e3b286a19734435856b4e3b200f7d7d41d2.json +++ b/data/unsuccessful-reproductions/443c6e3b286a19734435856b4e3b200f7d7d41d2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.115", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/443d6710c84c1434224fbb56031e1eb53e664ca2.json b/data/unsuccessful-reproductions/443d6710c84c1434224fbb56031e1eb53e664ca2.json index b331494d5428..bf45ce8179ad 100644 --- a/data/unsuccessful-reproductions/443d6710c84c1434224fbb56031e1eb53e664ca2.json +++ b/data/unsuccessful-reproductions/443d6710c84c1434224fbb56031e1eb53e664ca2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.40.1", "newVersion" : "2.41.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/444445c3e1fe7b926d4a92f2ac94fae32a0851d5.json b/data/unsuccessful-reproductions/444445c3e1fe7b926d4a92f2ac94fae32a0851d5.json index 286f016fbd31..22c98908ca33 100644 --- a/data/unsuccessful-reproductions/444445c3e1fe7b926d4a92f2ac94fae32a0851d5.json +++ b/data/unsuccessful-reproductions/444445c3e1fe7b926d4a92f2ac94fae32a0851d5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.7", "newVersion" : "1.6.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/445676798d5907e12e7e30d2c6a7a1b1b10253b5.json b/data/unsuccessful-reproductions/445676798d5907e12e7e30d2c6a7a1b1b10253b5.json index 1b79d6787266..dedde40fb755 100644 --- a/data/unsuccessful-reproductions/445676798d5907e12e7e30d2c6a7a1b1b10253b5.json +++ b/data/unsuccessful-reproductions/445676798d5907e12e7e30d2c6a7a1b1b10253b5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4466224f8e871606540e5327d4f13290265ed17f.json b/data/unsuccessful-reproductions/4466224f8e871606540e5327d4f13290265ed17f.json index 9d2dfcca9efa..91cfbbc51fb6 100644 --- a/data/unsuccessful-reproductions/4466224f8e871606540e5327d4f13290265ed17f.json +++ b/data/unsuccessful-reproductions/4466224f8e871606540e5327d4f13290265ed17f.json @@ -12,7 +12,10 @@ "previousVersion" : "1500.ve4d05cd32975", "newVersion" : "1757.vf3c66da_b_7492", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/446f163b6b51b011286a7750a94b1bf79268708a.json b/data/unsuccessful-reproductions/446f163b6b51b011286a7750a94b1bf79268708a.json index d74b86ccafb3..d0a282b496c8 100644 --- a/data/unsuccessful-reproductions/446f163b6b51b011286a7750a94b1bf79268708a.json +++ b/data/unsuccessful-reproductions/446f163b6b51b011286a7750a94b1bf79268708a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/447a3f81b81b5231929ac244ebe736d38eb44af5.json b/data/unsuccessful-reproductions/447a3f81b81b5231929ac244ebe736d38eb44af5.json index 28c32ea382bd..cea042cab73b 100644 --- a/data/unsuccessful-reproductions/447a3f81b81b5231929ac244ebe736d38eb44af5.json +++ b/data/unsuccessful-reproductions/447a3f81b81b5231929ac244ebe736d38eb44af5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.24", "newVersion" : "1.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/447b8ba5813ed05bd25dbc068d6af31f8d9dc9a3.json b/data/unsuccessful-reproductions/447b8ba5813ed05bd25dbc068d6af31f8d9dc9a3.json index 5758d7c979c3..910257d3e764 100644 --- a/data/unsuccessful-reproductions/447b8ba5813ed05bd25dbc068d6af31f8d9dc9a3.json +++ b/data/unsuccessful-reproductions/447b8ba5813ed05bd25dbc068d6af31f8d9dc9a3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/447e39f81997dcf5a144e16e00131b6ffe83fd9f.json b/data/unsuccessful-reproductions/447e39f81997dcf5a144e16e00131b6ffe83fd9f.json index d4db6ad19229..ee711dc0afb2 100644 --- a/data/unsuccessful-reproductions/447e39f81997dcf5a144e16e00131b6ffe83fd9f.json +++ b/data/unsuccessful-reproductions/447e39f81997dcf5a144e16e00131b6ffe83fd9f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.455", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4480fe6e140486f87b779a2ad1bf77d60785fd19.json b/data/unsuccessful-reproductions/4480fe6e140486f87b779a2ad1bf77d60785fd19.json index 61f22590ad8b..66cb87a76793 100644 --- a/data/unsuccessful-reproductions/4480fe6e140486f87b779a2ad1bf77d60785fd19.json +++ b/data/unsuccessful-reproductions/4480fe6e140486f87b779a2ad1bf77d60785fd19.json @@ -12,7 +12,10 @@ "previousVersion" : "1.23", "newVersion" : "1.28", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4482708fc40141c1d496f080992fcad21cd05a14.json b/data/unsuccessful-reproductions/4482708fc40141c1d496f080992fcad21cd05a14.json index d3d1f06adda5..690818ad4e72 100644 --- a/data/unsuccessful-reproductions/4482708fc40141c1d496f080992fcad21cd05a14.json +++ b/data/unsuccessful-reproductions/4482708fc40141c1d496f080992fcad21cd05a14.json @@ -12,7 +12,10 @@ "previousVersion" : "31.0.1-jre", "newVersion" : "31.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4483b0b2a949abdae4354113aae6a7623822fb3d.json b/data/unsuccessful-reproductions/4483b0b2a949abdae4354113aae6a7623822fb3d.json index 828bd2099655..755a3e3da006 100644 --- a/data/unsuccessful-reproductions/4483b0b2a949abdae4354113aae6a7623822fb3d.json +++ b/data/unsuccessful-reproductions/4483b0b2a949abdae4354113aae6a7623822fb3d.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.24", "newVersion" : "6.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4489be121e0483420a8ef5962036b4076572b5d3.json b/data/unsuccessful-reproductions/4489be121e0483420a8ef5962036b4076572b5d3.json index f21f9bbf4f5e..25227c75d57b 100644 --- a/data/unsuccessful-reproductions/4489be121e0483420a8ef5962036b4076572b5d3.json +++ b/data/unsuccessful-reproductions/4489be121e0483420a8ef5962036b4076572b5d3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/449e10ef1a885d2ac648baac69f8166e12b2d712.json b/data/unsuccessful-reproductions/449e10ef1a885d2ac648baac69f8166e12b2d712.json index b15862afc012..90b30b713ec9 100644 --- a/data/unsuccessful-reproductions/449e10ef1a885d2ac648baac69f8166e12b2d712.json +++ b/data/unsuccessful-reproductions/449e10ef1a885d2ac648baac69f8166e12b2d712.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.2", "newVersion" : "3.17.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/44a18b943e1dd22551e9735567000417face0021.json b/data/unsuccessful-reproductions/44a18b943e1dd22551e9735567000417face0021.json index 53cc9cec4067..d43a1ec6fe6c 100644 --- a/data/unsuccessful-reproductions/44a18b943e1dd22551e9735567000417face0021.json +++ b/data/unsuccessful-reproductions/44a18b943e1dd22551e9735567000417face0021.json @@ -12,7 +12,10 @@ "previousVersion" : "0.2.5", "newVersion" : "0.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/44ba5d782f4f40af93750464ae02aa421f95458f.json b/data/unsuccessful-reproductions/44ba5d782f4f40af93750464ae02aa421f95458f.json index ef429be1195f..f78e2be6bea0 100644 --- a/data/unsuccessful-reproductions/44ba5d782f4f40af93750464ae02aa421f95458f.json +++ b/data/unsuccessful-reproductions/44ba5d782f4f40af93750464ae02aa421f95458f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.1", "newVersion" : "1.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/44c786af962d3fe44927084fd2824dac9eab0fd4.json b/data/unsuccessful-reproductions/44c786af962d3fe44927084fd2824dac9eab0fd4.json index 8070a80b99f0..ed6802769104 100644 --- a/data/unsuccessful-reproductions/44c786af962d3fe44927084fd2824dac9eab0fd4.json +++ b/data/unsuccessful-reproductions/44c786af962d3fe44927084fd2824dac9eab0fd4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.6", "newVersion" : "3.8.7", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/44d230c99b27b2dc6eace57f909124cb7efa6434.json b/data/unsuccessful-reproductions/44d230c99b27b2dc6eace57f909124cb7efa6434.json index 31199386ed17..512ce77ff0e3 100644 --- a/data/unsuccessful-reproductions/44d230c99b27b2dc6eace57f909124cb7efa6434.json +++ b/data/unsuccessful-reproductions/44d230c99b27b2dc6eace57f909124cb7efa6434.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.18", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/44d77a45c9e28e3a40a9b3ab52261415cbf4325f.json b/data/unsuccessful-reproductions/44d77a45c9e28e3a40a9b3ab52261415cbf4325f.json index 5ca5b9d08850..c8bf0e4f7d1c 100644 --- a/data/unsuccessful-reproductions/44d77a45c9e28e3a40a9b3ab52261415cbf4325f.json +++ b/data/unsuccessful-reproductions/44d77a45c9e28e3a40a9b3ab52261415cbf4325f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.0", "newVersion" : "1.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/44e0a1f4582022303f4f886c0a2a9e9086706d7b.json b/data/unsuccessful-reproductions/44e0a1f4582022303f4f886c0a2a9e9086706d7b.json index 19d699c74b5c..d227ed91b274 100644 --- a/data/unsuccessful-reproductions/44e0a1f4582022303f4f886c0a2a9e9086706d7b.json +++ b/data/unsuccessful-reproductions/44e0a1f4582022303f4f886c0a2a9e9086706d7b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.202", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/44eecb89fc0d7f147ccf4326620f1331eb7ee7bd.json b/data/unsuccessful-reproductions/44eecb89fc0d7f147ccf4326620f1331eb7ee7bd.json index 5f4b0ae37da2..3a6a56f435c1 100644 --- a/data/unsuccessful-reproductions/44eecb89fc0d7f147ccf4326620f1331eb7ee7bd.json +++ b/data/unsuccessful-reproductions/44eecb89fc0d7f147ccf4326620f1331eb7ee7bd.json @@ -12,7 +12,10 @@ "previousVersion" : "3.36.0.3", "newVersion" : "3.40.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/44f6aeb9e7983a0d8a134b66b3a576a3395bea4d.json b/data/unsuccessful-reproductions/44f6aeb9e7983a0d8a134b66b3a576a3395bea4d.json index c466ad9854b4..e9832fcc4e49 100644 --- a/data/unsuccessful-reproductions/44f6aeb9e7983a0d8a134b66b3a576a3395bea4d.json +++ b/data/unsuccessful-reproductions/44f6aeb9e7983a0d8a134b66b3a576a3395bea4d.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/44fb415ec127c72d5b8dd80e7ed1159c4932429d.json b/data/unsuccessful-reproductions/44fb415ec127c72d5b8dd80e7ed1159c4932429d.json index 2bb43442580c..10a93f8cfb86 100644 --- a/data/unsuccessful-reproductions/44fb415ec127c72d5b8dd80e7ed1159c4932429d.json +++ b/data/unsuccessful-reproductions/44fb415ec127c72d5b8dd80e7ed1159c4932429d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0", "newVersion" : "2.5.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/45374be1954f06a7c1fd5edde91693d04844c998.json b/data/unsuccessful-reproductions/45374be1954f06a7c1fd5edde91693d04844c998.json index d453f4ccfb4b..83896b04b86a 100644 --- a/data/unsuccessful-reproductions/45374be1954f06a7c1fd5edde91693d04844c998.json +++ b/data/unsuccessful-reproductions/45374be1954f06a7c1fd5edde91693d04844c998.json @@ -12,7 +12,10 @@ "previousVersion" : "1.41.8-SNAPSHOT", "newVersion" : "1.41.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4541098e1d76808a251cc825400326f065e49b0a.json b/data/unsuccessful-reproductions/4541098e1d76808a251cc825400326f065e49b0a.json index c83219e9d118..d3251c2cf63e 100644 --- a/data/unsuccessful-reproductions/4541098e1d76808a251cc825400326f065e49b0a.json +++ b/data/unsuccessful-reproductions/4541098e1d76808a251cc825400326f065e49b0a.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "5.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4549a5903a58b19773ebdb67525d8d22831a7ad0.json b/data/unsuccessful-reproductions/4549a5903a58b19773ebdb67525d8d22831a7ad0.json index 0c455c279d17..874f6aa5613c 100644 --- a/data/unsuccessful-reproductions/4549a5903a58b19773ebdb67525d8d22831a7ad0.json +++ b/data/unsuccessful-reproductions/4549a5903a58b19773ebdb67525d8d22831a7ad0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/456612e194331bf6195868984e2a411ebe6ff3a7.json b/data/unsuccessful-reproductions/456612e194331bf6195868984e2a411ebe6ff3a7.json index f328732b9f81..c3693a57b0a9 100644 --- a/data/unsuccessful-reproductions/456612e194331bf6195868984e2a411ebe6ff3a7.json +++ b/data/unsuccessful-reproductions/456612e194331bf6195868984e2a411ebe6ff3a7.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4566d5fc0fe6aa1d6fb1f3a5864aa369ba36d207.json b/data/unsuccessful-reproductions/4566d5fc0fe6aa1d6fb1f3a5864aa369ba36d207.json index 20ed1028ad17..0f978e736314 100644 --- a/data/unsuccessful-reproductions/4566d5fc0fe6aa1d6fb1f3a5864aa369ba36d207.json +++ b/data/unsuccessful-reproductions/4566d5fc0fe6aa1d6fb1f3a5864aa369ba36d207.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.1", "newVersion" : "1.2.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4580b61df9b1743024681c7b4d3a9268ca018139.json b/data/unsuccessful-reproductions/4580b61df9b1743024681c7b4d3a9268ca018139.json index 21359e4f75cb..c3f6d2af8e6e 100644 --- a/data/unsuccessful-reproductions/4580b61df9b1743024681c7b4d3a9268ca018139.json +++ b/data/unsuccessful-reproductions/4580b61df9b1743024681c7b4d3a9268ca018139.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.2", "newVersion" : "5.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4598b81a8adf3f7f9f6bf3f8980b3a0c456a9af7.json b/data/unsuccessful-reproductions/4598b81a8adf3f7f9f6bf3f8980b3a0c456a9af7.json index 75c2964b96a0..20414a15de3b 100644 --- a/data/unsuccessful-reproductions/4598b81a8adf3f7f9f6bf3f8980b3a0c456a9af7.json +++ b/data/unsuccessful-reproductions/4598b81a8adf3f7f9f6bf3f8980b3a0c456a9af7.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20221013-2.0.0", "newVersion" : "v1-rev20221110-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/459a79e96b9c1e2859e21f9ade27b0ca6dfc5377.json b/data/unsuccessful-reproductions/459a79e96b9c1e2859e21f9ade27b0ca6dfc5377.json index 5ba88fcb5685..6421785fca1f 100644 --- a/data/unsuccessful-reproductions/459a79e96b9c1e2859e21f9ade27b0ca6dfc5377.json +++ b/data/unsuccessful-reproductions/459a79e96b9c1e2859e21f9ade27b0ca6dfc5377.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.1", "newVersion" : "2.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/45ae65acb871c45507d72fea60c2c92518408ed9.json b/data/unsuccessful-reproductions/45ae65acb871c45507d72fea60c2c92518408ed9.json index 879dd6cb19e6..942c79e5568c 100644 --- a/data/unsuccessful-reproductions/45ae65acb871c45507d72fea60c2c92518408ed9.json +++ b/data/unsuccessful-reproductions/45ae65acb871c45507d72fea60c2c92518408ed9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/45c4a4d18a7e71b2b74d2232fc428d3b1a57dc27.json b/data/unsuccessful-reproductions/45c4a4d18a7e71b2b74d2232fc428d3b1a57dc27.json index ef3993313250..b0d669b4d8de 100644 --- a/data/unsuccessful-reproductions/45c4a4d18a7e71b2b74d2232fc428d3b1a57dc27.json +++ b/data/unsuccessful-reproductions/45c4a4d18a7e71b2b74d2232fc428d3b1a57dc27.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9.1", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/45c9c6c39dac821fc441b29e9301f7e6a26befc1.json b/data/unsuccessful-reproductions/45c9c6c39dac821fc441b29e9301f7e6a26befc1.json index cbf2d737936c..f06c6caf131a 100644 --- a/data/unsuccessful-reproductions/45c9c6c39dac821fc441b29e9301f7e6a26befc1.json +++ b/data/unsuccessful-reproductions/45c9c6c39dac821fc441b29e9301f7e6a26befc1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.0-SNAPSHOT", "newVersion" : "2.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/45d74865a263e825819b16a95cdde5b6ef54a63f.json b/data/unsuccessful-reproductions/45d74865a263e825819b16a95cdde5b6ef54a63f.json index 32d393b3fe23..9e50c7180bbb 100644 --- a/data/unsuccessful-reproductions/45d74865a263e825819b16a95cdde5b6ef54a63f.json +++ b/data/unsuccessful-reproductions/45d74865a263e825819b16a95cdde5b6ef54a63f.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/45eda07761575f89a7dd7fbc8b460361c49a185b.json b/data/unsuccessful-reproductions/45eda07761575f89a7dd7fbc8b460361c49a185b.json index 3486880ea65d..b3280e3a913c 100644 --- a/data/unsuccessful-reproductions/45eda07761575f89a7dd7fbc8b460361c49a185b.json +++ b/data/unsuccessful-reproductions/45eda07761575f89a7dd7fbc8b460361c49a185b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.1", "newVersion" : "2.14.0-rc1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4600bc8b4a73051aecfd23ed1a178ead4933a14b.json b/data/unsuccessful-reproductions/4600bc8b4a73051aecfd23ed1a178ead4933a14b.json index 0bf5ed059d06..90e3ae650bc3 100644 --- a/data/unsuccessful-reproductions/4600bc8b4a73051aecfd23ed1a178ead4933a14b.json +++ b/data/unsuccessful-reproductions/4600bc8b4a73051aecfd23ed1a178ead4933a14b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/460be30f983fc2855c8860f28f011a370239126a.json b/data/unsuccessful-reproductions/460be30f983fc2855c8860f28f011a370239126a.json index 7d5b81ba266b..ea0c99938593 100644 --- a/data/unsuccessful-reproductions/460be30f983fc2855c8860f28f011a370239126a.json +++ b/data/unsuccessful-reproductions/460be30f983fc2855c8860f28f011a370239126a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.15", "newVersion" : "2.13.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4619f9f206c33c62a10fea107a337e8c24f6297a.json b/data/unsuccessful-reproductions/4619f9f206c33c62a10fea107a337e8c24f6297a.json index 6639879b9e06..988eaf76519e 100644 --- a/data/unsuccessful-reproductions/4619f9f206c33c62a10fea107a337e8c24f6297a.json +++ b/data/unsuccessful-reproductions/4619f9f206c33c62a10fea107a337e8c24f6297a.json @@ -12,7 +12,10 @@ "previousVersion" : "10.1", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/461bd411eeb5427da153c57c3cb95118494a64d0.json b/data/unsuccessful-reproductions/461bd411eeb5427da153c57c3cb95118494a64d0.json index ac82845bfbaf..48e02b4bf809 100644 --- a/data/unsuccessful-reproductions/461bd411eeb5427da153c57c3cb95118494a64d0.json +++ b/data/unsuccessful-reproductions/461bd411eeb5427da153c57c3cb95118494a64d0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.6", "newVersion" : "3.8.7", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/461d8de19189dd4b8f76f7729f856efd38f0ac7c.json b/data/unsuccessful-reproductions/461d8de19189dd4b8f76f7729f856efd38f0ac7c.json index 26661b6a0e6a..446d8a9878c3 100644 --- a/data/unsuccessful-reproductions/461d8de19189dd4b8f76f7729f856efd38f0ac7c.json +++ b/data/unsuccessful-reproductions/461d8de19189dd4b8f76f7729f856efd38f0ac7c.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1", "newVersion" : "5.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/462cc4ac879deb932025f88e91d8925fb124a684.json b/data/unsuccessful-reproductions/462cc4ac879deb932025f88e91d8925fb124a684.json index 746461f88825..fb99ae4d2fe1 100644 --- a/data/unsuccessful-reproductions/462cc4ac879deb932025f88e91d8925fb124a684.json +++ b/data/unsuccessful-reproductions/462cc4ac879deb932025f88e91d8925fb124a684.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/463b8d76e1baa70dee76aee3325d6e8f0ca6df4d.json b/data/unsuccessful-reproductions/463b8d76e1baa70dee76aee3325d6e8f0ca6df4d.json index 128d2b789d44..cc2335d21746 100644 --- a/data/unsuccessful-reproductions/463b8d76e1baa70dee76aee3325d6e8f0ca6df4d.json +++ b/data/unsuccessful-reproductions/463b8d76e1baa70dee76aee3325d6e8f0ca6df4d.json @@ -12,7 +12,10 @@ "previousVersion" : "10.12.1", "newVersion" : "10.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/466944cb0b0d641875a4713c7600ad9545172a42.json b/data/unsuccessful-reproductions/466944cb0b0d641875a4713c7600ad9545172a42.json index f030262cce37..86e16379905e 100644 --- a/data/unsuccessful-reproductions/466944cb0b0d641875a4713c7600ad9545172a42.json +++ b/data/unsuccessful-reproductions/466944cb0b0d641875a4713c7600ad9545172a42.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/466e7d04ee5e61aa2401b858ab5296dffc2c021f.json b/data/unsuccessful-reproductions/466e7d04ee5e61aa2401b858ab5296dffc2c021f.json index fd314bbe8584..193d5691faa0 100644 --- a/data/unsuccessful-reproductions/466e7d04ee5e61aa2401b858ab5296dffc2c021f.json +++ b/data/unsuccessful-reproductions/466e7d04ee5e61aa2401b858ab5296dffc2c021f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4683d24070de73b2598319abc34a764d7978aa9f.json b/data/unsuccessful-reproductions/4683d24070de73b2598319abc34a764d7978aa9f.json index bfdb6a2fb33e..58122876c769 100644 --- a/data/unsuccessful-reproductions/4683d24070de73b2598319abc34a764d7978aa9f.json +++ b/data/unsuccessful-reproductions/4683d24070de73b2598319abc34a764d7978aa9f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.7", "newVersion" : "1.2.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46984b1ddca90794a7c98800f741dcafeb4d4826.json b/data/unsuccessful-reproductions/46984b1ddca90794a7c98800f741dcafeb4d4826.json index 65558fad80a9..7cff704dba1f 100644 --- a/data/unsuccessful-reproductions/46984b1ddca90794a7c98800f741dcafeb4d4826.json +++ b/data/unsuccessful-reproductions/46984b1ddca90794a7c98800f741dcafeb4d4826.json @@ -12,7 +12,10 @@ "previousVersion" : "0.8.0", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46a06d016c45525e6cc5bd4cf314b4037f149e95.json b/data/unsuccessful-reproductions/46a06d016c45525e6cc5bd4cf314b4037f149e95.json index f073436908f6..3be6ea0506f2 100644 --- a/data/unsuccessful-reproductions/46a06d016c45525e6cc5bd4cf314b4037f149e95.json +++ b/data/unsuccessful-reproductions/46a06d016c45525e6cc5bd4cf314b4037f149e95.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46a3cda10223d143c0390c9dbf5d799f1ccf2cab.json b/data/unsuccessful-reproductions/46a3cda10223d143c0390c9dbf5d799f1ccf2cab.json index 69b87b9cea94..adc429a96b13 100644 --- a/data/unsuccessful-reproductions/46a3cda10223d143c0390c9dbf5d799f1ccf2cab.json +++ b/data/unsuccessful-reproductions/46a3cda10223d143c0390c9dbf5d799f1ccf2cab.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.2", "newVersion" : "3.17.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46a3d3bb229a7e3248cbcdd73f6b0c2dd345a20d.json b/data/unsuccessful-reproductions/46a3d3bb229a7e3248cbcdd73f6b0c2dd345a20d.json index e8b944150a37..b25e9aecbe58 100644 --- a/data/unsuccessful-reproductions/46a3d3bb229a7e3248cbcdd73f6b0c2dd345a20d.json +++ b/data/unsuccessful-reproductions/46a3d3bb229a7e3248cbcdd73f6b0c2dd345a20d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.82.Final", "newVersion" : "4.1.89.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46c1a622296c3c3cef726e10b7c06d1df287d604.json b/data/unsuccessful-reproductions/46c1a622296c3c3cef726e10b7c06d1df287d604.json index c6b54ed6b0ae..acbb552f9947 100644 --- a/data/unsuccessful-reproductions/46c1a622296c3c3cef726e10b7c06d1df287d604.json +++ b/data/unsuccessful-reproductions/46c1a622296c3c3cef726e10b7c06d1df287d604.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "JodaOrg/joda-time" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46c495c8b087fe988280c28e3e7aa25412bf6bc5.json b/data/unsuccessful-reproductions/46c495c8b087fe988280c28e3e7aa25412bf6bc5.json index 5ba0086703db..67b1412a774b 100644 --- a/data/unsuccessful-reproductions/46c495c8b087fe988280c28e3e7aa25412bf6bc5.json +++ b/data/unsuccessful-reproductions/46c495c8b087fe988280c28e3e7aa25412bf6bc5.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.0", "newVersion" : "5.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46cb9afb6329ecbb720a3ec0706cdb22b0bad08b.json b/data/unsuccessful-reproductions/46cb9afb6329ecbb720a3ec0706cdb22b0bad08b.json index 70da1162f092..eafcff3b2c0c 100644 --- a/data/unsuccessful-reproductions/46cb9afb6329ecbb720a3ec0706cdb22b0bad08b.json +++ b/data/unsuccessful-reproductions/46cb9afb6329ecbb720a3ec0706cdb22b0bad08b.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.1.2-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46ccfb334522e6f38e84c93f20690e728ba004be.json b/data/unsuccessful-reproductions/46ccfb334522e6f38e84c93f20690e728ba004be.json index cb2ae31c9337..cb5240047b4e 100644 --- a/data/unsuccessful-reproductions/46ccfb334522e6f38e84c93f20690e728ba004be.json +++ b/data/unsuccessful-reproductions/46ccfb334522e6f38e84c93f20690e728ba004be.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46d1c141ac22473202898b36deacd6532cc17237.json b/data/unsuccessful-reproductions/46d1c141ac22473202898b36deacd6532cc17237.json index 13b0f9389522..3ce64c2504d0 100644 --- a/data/unsuccessful-reproductions/46d1c141ac22473202898b36deacd6532cc17237.json +++ b/data/unsuccessful-reproductions/46d1c141ac22473202898b36deacd6532cc17237.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.0.1", "newVersion" : "v1.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46e94414e774c602a3a9b7b12c6e09dd640f8dd2.json b/data/unsuccessful-reproductions/46e94414e774c602a3a9b7b12c6e09dd640f8dd2.json index a21d30ff4e94..60186b04ec66 100644 --- a/data/unsuccessful-reproductions/46e94414e774c602a3a9b7b12c6e09dd640f8dd2.json +++ b/data/unsuccessful-reproductions/46e94414e774c602a3a9b7b12c6e09dd640f8dd2.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.199.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/46f58f20c4d1bdde6710bcfb60082f16c7467d3a.json b/data/unsuccessful-reproductions/46f58f20c4d1bdde6710bcfb60082f16c7467d3a.json index ebeaf246cf0e..9fcb806dbeb5 100644 --- a/data/unsuccessful-reproductions/46f58f20c4d1bdde6710bcfb60082f16c7467d3a.json +++ b/data/unsuccessful-reproductions/46f58f20c4d1bdde6710bcfb60082f16c7467d3a.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.19.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4708db8d7920a0f86b8113f365e23f06d5ffe403.json b/data/unsuccessful-reproductions/4708db8d7920a0f86b8113f365e23f06d5ffe403.json index 993df2e0dc7f..a8ab6b91785d 100644 --- a/data/unsuccessful-reproductions/4708db8d7920a0f86b8113f365e23f06d5ffe403.json +++ b/data/unsuccessful-reproductions/4708db8d7920a0f86b8113f365e23f06d5ffe403.json @@ -12,7 +12,10 @@ "previousVersion" : "7.4.0", "newVersion" : "7.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/470c991c36191dc3d48f6c0574b609ead1b36348.json b/data/unsuccessful-reproductions/470c991c36191dc3d48f6c0574b609ead1b36348.json index 51ef0d4ca1fb..5e6e292777ad 100644 --- a/data/unsuccessful-reproductions/470c991c36191dc3d48f6c0574b609ead1b36348.json +++ b/data/unsuccessful-reproductions/470c991c36191dc3d48f6c0574b609ead1b36348.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.84", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4710699792806366ed7a5fe6b4a2dc8911324615.json b/data/unsuccessful-reproductions/4710699792806366ed7a5fe6b4a2dc8911324615.json index 409e5ad621fe..c64a6c105a9f 100644 --- a/data/unsuccessful-reproductions/4710699792806366ed7a5fe6b4a2dc8911324615.json +++ b/data/unsuccessful-reproductions/4710699792806366ed7a5fe6b4a2dc8911324615.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.1", "newVersion" : "2.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/471854b77a7af60a8548225534a9f2ba918f6658.json b/data/unsuccessful-reproductions/471854b77a7af60a8548225534a9f2ba918f6658.json index 01206a8ebe4e..e04b9e0db366 100644 --- a/data/unsuccessful-reproductions/471854b77a7af60a8548225534a9f2ba918f6658.json +++ b/data/unsuccessful-reproductions/471854b77a7af60a8548225534a9f2ba918f6658.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.85", "newVersion" : "8.5.86", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/47442e3a119fdfc7f91f1f67c9981733c8ca0be8.json b/data/unsuccessful-reproductions/47442e3a119fdfc7f91f1f67c9981733c8ca0be8.json index 00b44fa5f8b7..85584493843e 100644 --- a/data/unsuccessful-reproductions/47442e3a119fdfc7f91f1f67c9981733c8ca0be8.json +++ b/data/unsuccessful-reproductions/47442e3a119fdfc7f91f1f67c9981733c8ca0be8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.7", "newVersion" : "2.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4748f47e7c80773a8d2a1a4ff7d836cacee8c67c.json b/data/unsuccessful-reproductions/4748f47e7c80773a8d2a1a4ff7d836cacee8c67c.json index e70643462851..81578ead6cc3 100644 --- a/data/unsuccessful-reproductions/4748f47e7c80773a8d2a1a4ff7d836cacee8c67c.json +++ b/data/unsuccessful-reproductions/4748f47e7c80773a8d2a1a4ff7d836cacee8c67c.json @@ -12,7 +12,10 @@ "previousVersion" : "19.0.3", "newVersion" : "20.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/476382a7c866dd1fe2e1b4c1bc19bc9bf3430086.json b/data/unsuccessful-reproductions/476382a7c866dd1fe2e1b4c1bc19bc9bf3430086.json index c94b7b38f381..c7df4123271c 100644 --- a/data/unsuccessful-reproductions/476382a7c866dd1fe2e1b4c1bc19bc9bf3430086.json +++ b/data/unsuccessful-reproductions/476382a7c866dd1fe2e1b4c1bc19bc9bf3430086.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.9", "newVersion" : "1.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/476bd97fa6efb35ca11cccad02312d22a7a6a93c.json b/data/unsuccessful-reproductions/476bd97fa6efb35ca11cccad02312d22a7a6a93c.json index 5bc3538a5c2c..817818125873 100644 --- a/data/unsuccessful-reproductions/476bd97fa6efb35ca11cccad02312d22a7a6a93c.json +++ b/data/unsuccessful-reproductions/476bd97fa6efb35ca11cccad02312d22a7a6a93c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.1", "newVersion" : "2.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/477454e15d17f6c4909c97b51bc3527aefc88aa8.json b/data/unsuccessful-reproductions/477454e15d17f6c4909c97b51bc3527aefc88aa8.json index c850ec625880..bc054d008880 100644 --- a/data/unsuccessful-reproductions/477454e15d17f6c4909c97b51bc3527aefc88aa8.json +++ b/data/unsuccessful-reproductions/477454e15d17f6c4909c97b51bc3527aefc88aa8.json @@ -12,7 +12,10 @@ "previousVersion" : "ee84674bf6", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/478da59db6b1378ec69987f576c47dfcb518e102.json b/data/unsuccessful-reproductions/478da59db6b1378ec69987f576c47dfcb518e102.json index ddb7cda9f3a4..d1b4fb11ea31 100644 --- a/data/unsuccessful-reproductions/478da59db6b1378ec69987f576c47dfcb518e102.json +++ b/data/unsuccessful-reproductions/478da59db6b1378ec69987f576c47dfcb518e102.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/47acac3950f497dbf253b1c92f1afe5e7e6df5c3.json b/data/unsuccessful-reproductions/47acac3950f497dbf253b1c92f1afe5e7e6df5c3.json index ced89a19887e..9446e3a02aa5 100644 --- a/data/unsuccessful-reproductions/47acac3950f497dbf253b1c92f1afe5e7e6df5c3.json +++ b/data/unsuccessful-reproductions/47acac3950f497dbf253b1c92f1afe5e7e6df5c3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.19", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/47adee8a439e5dab164ca0d5d1baf5a85ec43ba1.json b/data/unsuccessful-reproductions/47adee8a439e5dab164ca0d5d1baf5a85ec43ba1.json index 7d664f4f8519..f0a14cc1c064 100644 --- a/data/unsuccessful-reproductions/47adee8a439e5dab164ca0d5d1baf5a85ec43ba1.json +++ b/data/unsuccessful-reproductions/47adee8a439e5dab164ca0d5d1baf5a85ec43ba1.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/47bb36b58d65a1ec84fd517167aba2b7fc9764b1.json b/data/unsuccessful-reproductions/47bb36b58d65a1ec84fd517167aba2b7fc9764b1.json index 04fa0759a856..1e7acec40b43 100644 --- a/data/unsuccessful-reproductions/47bb36b58d65a1ec84fd517167aba2b7fc9764b1.json +++ b/data/unsuccessful-reproductions/47bb36b58d65a1ec84fd517167aba2b7fc9764b1.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.4", "newVersion" : "3.7.1", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/47d76bed8d78b7b8394fd8be69be371454e8aeda.json b/data/unsuccessful-reproductions/47d76bed8d78b7b8394fd8be69be371454e8aeda.json index 40311436688b..97e8d6f42151 100644 --- a/data/unsuccessful-reproductions/47d76bed8d78b7b8394fd8be69be371454e8aeda.json +++ b/data/unsuccessful-reproductions/47d76bed8d78b7b8394fd8be69be371454e8aeda.json @@ -12,7 +12,10 @@ "previousVersion" : "20.7.0", "newVersion" : "20.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/47decb9d2fb1ef1af5e10954e7c9c5e91754db61.json b/data/unsuccessful-reproductions/47decb9d2fb1ef1af5e10954e7c9c5e91754db61.json index f2bda0df6bac..1d0f36073e94 100644 --- a/data/unsuccessful-reproductions/47decb9d2fb1ef1af5e10954e7c9c5e91754db61.json +++ b/data/unsuccessful-reproductions/47decb9d2fb1ef1af5e10954e7c9c5e91754db61.json @@ -12,7 +12,10 @@ "previousVersion" : "8.20.8", "newVersion" : "11.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/47e381d8be6aeb334810336c514f42522ff6b0db.json b/data/unsuccessful-reproductions/47e381d8be6aeb334810336c514f42522ff6b0db.json index 7f30e46bb640..b945b3eb1d73 100644 --- a/data/unsuccessful-reproductions/47e381d8be6aeb334810336c514f42522ff6b0db.json +++ b/data/unsuccessful-reproductions/47e381d8be6aeb334810336c514f42522ff6b0db.json @@ -12,7 +12,10 @@ "previousVersion" : "6.9.0.23563", "newVersion" : "7.6.0.28201", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48121a05e6fa685df8a7742521f4a4fd61648976.json b/data/unsuccessful-reproductions/48121a05e6fa685df8a7742521f4a4fd61648976.json index 1c3b9bb37ec7..14b492a54f0a 100644 --- a/data/unsuccessful-reproductions/48121a05e6fa685df8a7742521f4a4fd61648976.json +++ b/data/unsuccessful-reproductions/48121a05e6fa685df8a7742521f4a4fd61648976.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.18", "newVersion" : "5.3.20", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48208bb71d563273b864cd1bfbe276f8394bca56.json b/data/unsuccessful-reproductions/48208bb71d563273b864cd1bfbe276f8394bca56.json index 03bcda17539c..96a05f0468b1 100644 --- a/data/unsuccessful-reproductions/48208bb71d563273b864cd1bfbe276f8394bca56.json +++ b/data/unsuccessful-reproductions/48208bb71d563273b864cd1bfbe276f8394bca56.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.82", "newVersion" : "1.0.84", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48209562148df1d8dc201d1273be2ed6d831fc79.json b/data/unsuccessful-reproductions/48209562148df1d8dc201d1273be2ed6d831fc79.json index b13c327575ce..107e33105ef1 100644 --- a/data/unsuccessful-reproductions/48209562148df1d8dc201d1273be2ed6d831fc79.json +++ b/data/unsuccessful-reproductions/48209562148df1d8dc201d1273be2ed6d831fc79.json @@ -12,7 +12,10 @@ "previousVersion" : "6.0.1", "newVersion" : "6.0.2", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/483f1b3ec934e31a0ad843d51b2171224d3de285.json b/data/unsuccessful-reproductions/483f1b3ec934e31a0ad843d51b2171224d3de285.json index 4a986d171d07..600dda723053 100644 --- a/data/unsuccessful-reproductions/483f1b3ec934e31a0ad843d51b2171224d3de285.json +++ b/data/unsuccessful-reproductions/483f1b3ec934e31a0ad843d51b2171224d3de285.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.33", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/485ef06db14f44b4ecb1b5689db4ef9301078106.json b/data/unsuccessful-reproductions/485ef06db14f44b4ecb1b5689db4ef9301078106.json index 7edcb29aa32a..f763d2d4c826 100644 --- a/data/unsuccessful-reproductions/485ef06db14f44b4ecb1b5689db4ef9301078106.json +++ b/data/unsuccessful-reproductions/485ef06db14f44b4ecb1b5689db4ef9301078106.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/486f61af1987815488cf9c96da41174ab5941082.json b/data/unsuccessful-reproductions/486f61af1987815488cf9c96da41174ab5941082.json index fe8d6a74e99d..fb5a2cb54270 100644 --- a/data/unsuccessful-reproductions/486f61af1987815488cf9c96da41174ab5941082.json +++ b/data/unsuccessful-reproductions/486f61af1987815488cf9c96da41174ab5941082.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "2.8.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48738726cdbddb378ef8a7c1f6c2993fd03eff1d.json b/data/unsuccessful-reproductions/48738726cdbddb378ef8a7c1f6c2993fd03eff1d.json index 30198c94f34c..a7800a1d3d23 100644 --- a/data/unsuccessful-reproductions/48738726cdbddb378ef8a7c1f6c2993fd03eff1d.json +++ b/data/unsuccessful-reproductions/48738726cdbddb378ef8a7c1f6c2993fd03eff1d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.98", "newVersion" : "1.100", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/487da43b5c3d6ab158c5c96dccbe8b1bc3a41564.json b/data/unsuccessful-reproductions/487da43b5c3d6ab158c5c96dccbe8b1bc3a41564.json index dd26d725f6bd..2f2435d0343a 100644 --- a/data/unsuccessful-reproductions/487da43b5c3d6ab158c5c96dccbe8b1bc3a41564.json +++ b/data/unsuccessful-reproductions/487da43b5c3d6ab158c5c96dccbe8b1bc3a41564.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48a1902a09d8028ee5c9c7ba89fe58a5deb8e7cc.json b/data/unsuccessful-reproductions/48a1902a09d8028ee5c9c7ba89fe58a5deb8e7cc.json index 532fa0a8a52e..3deaf9e1a37a 100644 --- a/data/unsuccessful-reproductions/48a1902a09d8028ee5c9c7ba89fe58a5deb8e7cc.json +++ b/data/unsuccessful-reproductions/48a1902a09d8028ee5c9c7ba89fe58a5deb8e7cc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48ab40118317844dd3f2fa03f7a3656b2f087696.json b/data/unsuccessful-reproductions/48ab40118317844dd3f2fa03f7a3656b2f087696.json index 6798c434bf78..71b8dcbbf38e 100644 --- a/data/unsuccessful-reproductions/48ab40118317844dd3f2fa03f7a3656b2f087696.json +++ b/data/unsuccessful-reproductions/48ab40118317844dd3f2fa03f7a3656b2f087696.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.6", "newVersion" : "2.13.10", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48b8c6393c344b5100fd2d4b0757c49ca1747522.json b/data/unsuccessful-reproductions/48b8c6393c344b5100fd2d4b0757c49ca1747522.json index d641b65ad69a..3cf5a4ac1ee1 100644 --- a/data/unsuccessful-reproductions/48b8c6393c344b5100fd2d4b0757c49ca1747522.json +++ b/data/unsuccessful-reproductions/48b8c6393c344b5100fd2d4b0757c49ca1747522.json @@ -12,7 +12,10 @@ "previousVersion" : "0.0.17", "newVersion" : "0.0.18", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48bc6840d6ace2686ed03801047af21812a91df9.json b/data/unsuccessful-reproductions/48bc6840d6ace2686ed03801047af21812a91df9.json index fe379792e8ae..0ef5d474ca76 100644 --- a/data/unsuccessful-reproductions/48bc6840d6ace2686ed03801047af21812a91df9.json +++ b/data/unsuccessful-reproductions/48bc6840d6ace2686ed03801047af21812a91df9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.1", "newVersion" : "3.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48d73b511455cbed7ccbffb1dd89206ba2e6aa5e.json b/data/unsuccessful-reproductions/48d73b511455cbed7ccbffb1dd89206ba2e6aa5e.json index 1bbe956bed00..eb338cc7a706 100644 --- a/data/unsuccessful-reproductions/48d73b511455cbed7ccbffb1dd89206ba2e6aa5e.json +++ b/data/unsuccessful-reproductions/48d73b511455cbed7ccbffb1dd89206ba2e6aa5e.json @@ -12,7 +12,10 @@ "previousVersion" : "0.12.0", "newVersion" : "0.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48f0ba654577581f95d03ab1d4246ec10ddeb936.json b/data/unsuccessful-reproductions/48f0ba654577581f95d03ab1d4246ec10ddeb936.json index 19a2b4c16d6c..97dc38b89688 100644 --- a/data/unsuccessful-reproductions/48f0ba654577581f95d03ab1d4246ec10ddeb936.json +++ b/data/unsuccessful-reproductions/48f0ba654577581f95d03ab1d4246ec10ddeb936.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/48f452824acd31c85b2cffccb478f07d31f75199.json b/data/unsuccessful-reproductions/48f452824acd31c85b2cffccb478f07d31f75199.json index 9aa4981e94a1..ffa8c4d29b3f 100644 --- a/data/unsuccessful-reproductions/48f452824acd31c85b2cffccb478f07d31f75199.json +++ b/data/unsuccessful-reproductions/48f452824acd31c85b2cffccb478f07d31f75199.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.18.Final", "newVersion" : "5.4.24.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/490b318f3ca2f05f2c983c7a82a8b618bd905b79.json b/data/unsuccessful-reproductions/490b318f3ca2f05f2c983c7a82a8b618bd905b79.json index 64aa07c6eb01..14c9ab489480 100644 --- a/data/unsuccessful-reproductions/490b318f3ca2f05f2c983c7a82a8b618bd905b79.json +++ b/data/unsuccessful-reproductions/490b318f3ca2f05f2c983c7a82a8b618bd905b79.json @@ -12,7 +12,10 @@ "previousVersion" : "7.4.0", "newVersion" : "7.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/494414bfd411c26ae38242eb545cccbbda9a9a54.json b/data/unsuccessful-reproductions/494414bfd411c26ae38242eb545cccbbda9a9a54.json index f678f5418f7a..007112571aa1 100644 --- a/data/unsuccessful-reproductions/494414bfd411c26ae38242eb545cccbbda9a9a54.json +++ b/data/unsuccessful-reproductions/494414bfd411c26ae38242eb545cccbbda9a9a54.json @@ -13,7 +13,10 @@ "newVersion" : "1.12.493", "dependencyScope" : "compile", "versionUpdateType" : "patch", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49559287c9a308be872c3f90ea6b394928974ac5.json b/data/unsuccessful-reproductions/49559287c9a308be872c3f90ea6b394928974ac5.json index af8bbda5bffd..749f7c76286d 100644 --- a/data/unsuccessful-reproductions/49559287c9a308be872c3f90ea6b394928974ac5.json +++ b/data/unsuccessful-reproductions/49559287c9a308be872c3f90ea6b394928974ac5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4963a5728b740eaef0bec2c82bb7767c89a13bcd.json b/data/unsuccessful-reproductions/4963a5728b740eaef0bec2c82bb7767c89a13bcd.json index 5407fb298a0d..d2eb25454b65 100644 --- a/data/unsuccessful-reproductions/4963a5728b740eaef0bec2c82bb7767c89a13bcd.json +++ b/data/unsuccessful-reproductions/4963a5728b740eaef0bec2c82bb7767c89a13bcd.json @@ -12,7 +12,10 @@ "previousVersion" : "887.vae9c8ac09ff7", "newVersion" : "950.v396cb834de1e", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49826b92814219fa1508a8cf2482f8d58971ca70.json b/data/unsuccessful-reproductions/49826b92814219fa1508a8cf2482f8d58971ca70.json index ca0c21c00582..ce96523e9abb 100644 --- a/data/unsuccessful-reproductions/49826b92814219fa1508a8cf2482f8d58971ca70.json +++ b/data/unsuccessful-reproductions/49826b92814219fa1508a8cf2482f8d58971ca70.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/498436864fa3a224e550efba66bd2f04e8457f67.json b/data/unsuccessful-reproductions/498436864fa3a224e550efba66bd2f04e8457f67.json index 7f5d2114da56..7820399097c9 100644 --- a/data/unsuccessful-reproductions/498436864fa3a224e550efba66bd2f04e8457f67.json +++ b/data/unsuccessful-reproductions/498436864fa3a224e550efba66bd2f04e8457f67.json @@ -12,7 +12,10 @@ "previousVersion" : "8.3.2", "newVersion" : "11.4.8", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49a28d43b815a83edce3d994cff9dadb2ee3e949.json b/data/unsuccessful-reproductions/49a28d43b815a83edce3d994cff9dadb2ee3e949.json index edf5ff9569c6..165631b79320 100644 --- a/data/unsuccessful-reproductions/49a28d43b815a83edce3d994cff9dadb2ee3e949.json +++ b/data/unsuccessful-reproductions/49a28d43b815a83edce3d994cff9dadb2ee3e949.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.103", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49ba32450b2f615798d17c35f021f83848e79be2.json b/data/unsuccessful-reproductions/49ba32450b2f615798d17c35f021f83848e79be2.json index af9da78e828e..63e4e3b83ca7 100644 --- a/data/unsuccessful-reproductions/49ba32450b2f615798d17c35f021f83848e79be2.json +++ b/data/unsuccessful-reproductions/49ba32450b2f615798d17c35f021f83848e79be2.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "9.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49bedbf8421ed83506ba8fb35d44065197cba721.json b/data/unsuccessful-reproductions/49bedbf8421ed83506ba8fb35d44065197cba721.json index 82f6db23a80d..1264aa07f749 100644 --- a/data/unsuccessful-reproductions/49bedbf8421ed83506ba8fb35d44065197cba721.json +++ b/data/unsuccessful-reproductions/49bedbf8421ed83506ba8fb35d44065197cba721.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.400", "newVersion" : "1.4.500", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49c708319a7a69fe993367a66dae90e3bd8dc5b4.json b/data/unsuccessful-reproductions/49c708319a7a69fe993367a66dae90e3bd8dc5b4.json index f5c9dfd16d46..2173c4588dcc 100644 --- a/data/unsuccessful-reproductions/49c708319a7a69fe993367a66dae90e3bd8dc5b4.json +++ b/data/unsuccessful-reproductions/49c708319a7a69fe993367a66dae90e3bd8dc5b4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.0", "newVersion" : "2.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49db65321b20d6dedaf38248a6a55491a2d39e61.json b/data/unsuccessful-reproductions/49db65321b20d6dedaf38248a6a55491a2d39e61.json index 17e2361346d5..54d37c2e0889 100644 --- a/data/unsuccessful-reproductions/49db65321b20d6dedaf38248a6a55491a2d39e61.json +++ b/data/unsuccessful-reproductions/49db65321b20d6dedaf38248a6a55491a2d39e61.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.214", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49dba91696d565f448b42bf953ce8860f900487b.json b/data/unsuccessful-reproductions/49dba91696d565f448b42bf953ce8860f900487b.json index fc88f6a56432..9598bb2672b7 100644 --- a/data/unsuccessful-reproductions/49dba91696d565f448b42bf953ce8860f900487b.json +++ b/data/unsuccessful-reproductions/49dba91696d565f448b42bf953ce8860f900487b.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49dff7642e23f708cd8387f658bebad36ad8638d.json b/data/unsuccessful-reproductions/49dff7642e23f708cd8387f658bebad36ad8638d.json index 0f20095e58aa..19e8b69ecb2d 100644 --- a/data/unsuccessful-reproductions/49dff7642e23f708cd8387f658bebad36ad8638d.json +++ b/data/unsuccessful-reproductions/49dff7642e23f708cd8387f658bebad36ad8638d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.3", "newVersion" : "1.4.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49eb77984ea007efea982c2a72e84842531de1e2.json b/data/unsuccessful-reproductions/49eb77984ea007efea982c2a72e84842531de1e2.json index 7ee4cedeb96c..3e5c42369b25 100644 --- a/data/unsuccessful-reproductions/49eb77984ea007efea982c2a72e84842531de1e2.json +++ b/data/unsuccessful-reproductions/49eb77984ea007efea982c2a72e84842531de1e2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.7", "newVersion" : "2.13.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49f4be0948d4675f6a5c08077e5edd52f9ca107a.json b/data/unsuccessful-reproductions/49f4be0948d4675f6a5c08077e5edd52f9ca107a.json index ec53c89f40e0..48b56dfcc6d0 100644 --- a/data/unsuccessful-reproductions/49f4be0948d4675f6a5c08077e5edd52f9ca107a.json +++ b/data/unsuccessful-reproductions/49f4be0948d4675f6a5c08077e5edd52f9ca107a.json @@ -12,7 +12,10 @@ "previousVersion" : "0.2.0", "newVersion" : "0.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49f8b54b0c2bb7abf48ab4ebbb3ad166d76c8973.json b/data/unsuccessful-reproductions/49f8b54b0c2bb7abf48ab4ebbb3ad166d76c8973.json index d180fb0debf8..ce5c24a36976 100644 --- a/data/unsuccessful-reproductions/49f8b54b0c2bb7abf48ab4ebbb3ad166d76c8973.json +++ b/data/unsuccessful-reproductions/49f8b54b0c2bb7abf48ab4ebbb3ad166d76c8973.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0.10", "newVersion" : "11.0.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/49fbdc628df933940ea574c01d61f7242cc7e355.json b/data/unsuccessful-reproductions/49fbdc628df933940ea574c01d61f7242cc7e355.json index 3cee8d25dcfc..447931b4f082 100644 --- a/data/unsuccessful-reproductions/49fbdc628df933940ea574c01d61f7242cc7e355.json +++ b/data/unsuccessful-reproductions/49fbdc628df933940ea574c01d61f7242cc7e355.json @@ -12,7 +12,10 @@ "previousVersion" : "1.21", "newVersion" : "1.26", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a091c647d3d882897d97a54db32f6b09b88b8e7.json b/data/unsuccessful-reproductions/4a091c647d3d882897d97a54db32f6b09b88b8e7.json index 51cf9efbaff9..b35aa5ee6041 100644 --- a/data/unsuccessful-reproductions/4a091c647d3d882897d97a54db32f6b09b88b8e7.json +++ b/data/unsuccessful-reproductions/4a091c647d3d882897d97a54db32f6b09b88b8e7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.42.2", "newVersion" : "1.42.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a09f7ec5e5ce0bbd2279340875e68ee581fb1f3.json b/data/unsuccessful-reproductions/4a09f7ec5e5ce0bbd2279340875e68ee581fb1f3.json index b9cb1879c489..661c6f50c4f4 100644 --- a/data/unsuccessful-reproductions/4a09f7ec5e5ce0bbd2279340875e68ee581fb1f3.json +++ b/data/unsuccessful-reproductions/4a09f7ec5e5ce0bbd2279340875e68ee581fb1f3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.214", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a126f4662bdd1d931e20f300be7113d027b2000.json b/data/unsuccessful-reproductions/4a126f4662bdd1d931e20f300be7113d027b2000.json index 2ed347861f12..1387413c791f 100644 --- a/data/unsuccessful-reproductions/4a126f4662bdd1d931e20f300be7113d027b2000.json +++ b/data/unsuccessful-reproductions/4a126f4662bdd1d931e20f300be7113d027b2000.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.6", "newVersion" : "3.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/eclipselink" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a20f7354085a8ece5cab87b404d2e57bc179b05.json b/data/unsuccessful-reproductions/4a20f7354085a8ece5cab87b404d2e57bc179b05.json index c2c2b5cc0ed8..33ee03780a3e 100644 --- a/data/unsuccessful-reproductions/4a20f7354085a8ece5cab87b404d2e57bc179b05.json +++ b/data/unsuccessful-reproductions/4a20f7354085a8ece5cab87b404d2e57bc179b05.json @@ -12,7 +12,10 @@ "previousVersion" : "1.45.0", "newVersion" : "1.46.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a375a7af643d999a5fd741a4f907410ff19ab34.json b/data/unsuccessful-reproductions/4a375a7af643d999a5fd741a4f907410ff19ab34.json index 7f31492d593c..aef1f8f7f803 100644 --- a/data/unsuccessful-reproductions/4a375a7af643d999a5fd741a4f907410ff19ab34.json +++ b/data/unsuccessful-reproductions/4a375a7af643d999a5fd741a4f907410ff19ab34.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a57d1636e844f3f7b4b607d919774c483c946ac.json b/data/unsuccessful-reproductions/4a57d1636e844f3f7b4b607d919774c483c946ac.json index 9e2045a94589..9337b41e76a1 100644 --- a/data/unsuccessful-reproductions/4a57d1636e844f3f7b4b607d919774c483c946ac.json +++ b/data/unsuccessful-reproductions/4a57d1636e844f3f7b4b607d919774c483c946ac.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a57f72399870a61be51bf91c54a1c6dbc5ace5d.json b/data/unsuccessful-reproductions/4a57f72399870a61be51bf91c54a1c6dbc5ace5d.json index e52aa895af77..fad7a73dc72a 100644 --- a/data/unsuccessful-reproductions/4a57f72399870a61be51bf91c54a1c6dbc5ace5d.json +++ b/data/unsuccessful-reproductions/4a57f72399870a61be51bf91c54a1c6dbc5ace5d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.22", "newVersion" : "1.18.24", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a5ca80b7c2b8b17d3cd697cf361a1c7666df966.json b/data/unsuccessful-reproductions/4a5ca80b7c2b8b17d3cd697cf361a1c7666df966.json index 73c49dff2ecb..681390295462 100644 --- a/data/unsuccessful-reproductions/4a5ca80b7c2b8b17d3cd697cf361a1c7666df966.json +++ b/data/unsuccessful-reproductions/4a5ca80b7c2b8b17d3cd697cf361a1c7666df966.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.3", "newVersion" : "3.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a670f758e6b4b97b85f0e5dd3182addfe5eb111.json b/data/unsuccessful-reproductions/4a670f758e6b4b97b85f0e5dd3182addfe5eb111.json index e1c5d0eda923..0a35425792c7 100644 --- a/data/unsuccessful-reproductions/4a670f758e6b4b97b85f0e5dd3182addfe5eb111.json +++ b/data/unsuccessful-reproductions/4a670f758e6b4b97b85f0e5dd3182addfe5eb111.json @@ -12,7 +12,10 @@ "previousVersion" : "10.12.0", "newVersion" : "10.12.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a7aea3fc1e2743fef90476a5ebc45c6ee66a666.json b/data/unsuccessful-reproductions/4a7aea3fc1e2743fef90476a5ebc45c6ee66a666.json index 256ef6ea5a1f..be1568298e19 100644 --- a/data/unsuccessful-reproductions/4a7aea3fc1e2743fef90476a5ebc45c6ee66a666.json +++ b/data/unsuccessful-reproductions/4a7aea3fc1e2743fef90476a5ebc45c6ee66a666.json @@ -12,7 +12,10 @@ "previousVersion" : "1.31", "newVersion" : "1.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a87823ecf736fd4c50c517999342d71c8684636.json b/data/unsuccessful-reproductions/4a87823ecf736fd4c50c517999342d71c8684636.json index de3ebac1a4dc..5a0d12cb78ad 100644 --- a/data/unsuccessful-reproductions/4a87823ecf736fd4c50c517999342d71c8684636.json +++ b/data/unsuccessful-reproductions/4a87823ecf736fd4c50c517999342d71c8684636.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a93a7d3d6d997627d9ad2500afaac0cafe6870f.json b/data/unsuccessful-reproductions/4a93a7d3d6d997627d9ad2500afaac0cafe6870f.json index 5db837684907..0e2b57173660 100644 --- a/data/unsuccessful-reproductions/4a93a7d3d6d997627d9ad2500afaac0cafe6870f.json +++ b/data/unsuccessful-reproductions/4a93a7d3d6d997627d9ad2500afaac0cafe6870f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.55", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4a947722fca3dd278288e70ff3d0eab4a66d9471.json b/data/unsuccessful-reproductions/4a947722fca3dd278288e70ff3d0eab4a66d9471.json index 6ea7f863f728..1a865685d6e6 100644 --- a/data/unsuccessful-reproductions/4a947722fca3dd278288e70ff3d0eab4a66d9471.json +++ b/data/unsuccessful-reproductions/4a947722fca3dd278288e70ff3d0eab4a66d9471.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.7", "newVersion" : "2.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4aa10d138c103175070d044b8511981eb229ebb1.json b/data/unsuccessful-reproductions/4aa10d138c103175070d044b8511981eb229ebb1.json index 6f76b7772a76..76ebaa163086 100644 --- a/data/unsuccessful-reproductions/4aa10d138c103175070d044b8511981eb229ebb1.json +++ b/data/unsuccessful-reproductions/4aa10d138c103175070d044b8511981eb229ebb1.json @@ -12,7 +12,10 @@ "previousVersion" : "0.4.0", "newVersion" : "0.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4aaf6dfe474e1f8e14fdd147790e569f3d01a0ff.json b/data/unsuccessful-reproductions/4aaf6dfe474e1f8e14fdd147790e569f3d01a0ff.json index 22a1d6995d6d..34a11de4895d 100644 --- a/data/unsuccessful-reproductions/4aaf6dfe474e1f8e14fdd147790e569f3d01a0ff.json +++ b/data/unsuccessful-reproductions/4aaf6dfe474e1f8e14fdd147790e569f3d01a0ff.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.1", "newVersion" : "2.0.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4ab6d865e9ea5aa6c92bde593a925faee36cee67.json b/data/unsuccessful-reproductions/4ab6d865e9ea5aa6c92bde593a925faee36cee67.json index 330d52c70796..0a83d91cb016 100644 --- a/data/unsuccessful-reproductions/4ab6d865e9ea5aa6c92bde593a925faee36cee67.json +++ b/data/unsuccessful-reproductions/4ab6d865e9ea5aa6c92bde593a925faee36cee67.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.26", "newVersion" : "1.18.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4ab904a482b50ccf08c70a568e6e7939205c0fde.json b/data/unsuccessful-reproductions/4ab904a482b50ccf08c70a568e6e7939205c0fde.json index 8e95095de0b1..430e51609a42 100644 --- a/data/unsuccessful-reproductions/4ab904a482b50ccf08c70a568e6e7939205c0fde.json +++ b/data/unsuccessful-reproductions/4ab904a482b50ccf08c70a568e6e7939205c0fde.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.267", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4abd1617472e60bb3f8f4ec9d19ade2d709250cd.json b/data/unsuccessful-reproductions/4abd1617472e60bb3f8f4ec9d19ade2d709250cd.json index a61ad61b6d81..8976046d476c 100644 --- a/data/unsuccessful-reproductions/4abd1617472e60bb3f8f4ec9d19ade2d709250cd.json +++ b/data/unsuccessful-reproductions/4abd1617472e60bb3f8f4ec9d19ade2d709250cd.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.10.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4ad90809e5b2930c4ed768771ca0f33eaca2b208.json b/data/unsuccessful-reproductions/4ad90809e5b2930c4ed768771ca0f33eaca2b208.json index 65e080f81123..a24b9d8afe9b 100644 --- a/data/unsuccessful-reproductions/4ad90809e5b2930c4ed768771ca0f33eaca2b208.json +++ b/data/unsuccessful-reproductions/4ad90809e5b2930c4ed768771ca0f33eaca2b208.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.3", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4ae755cc043dd4b006cf75e65895b81c2b5e3ed3.json b/data/unsuccessful-reproductions/4ae755cc043dd4b006cf75e65895b81c2b5e3ed3.json index 8221d665e94e..d7a103b41c1d 100644 --- a/data/unsuccessful-reproductions/4ae755cc043dd4b006cf75e65895b81c2b5e3ed3.json +++ b/data/unsuccessful-reproductions/4ae755cc043dd4b006cf75e65895b81c2b5e3ed3.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4aef5c4ee85bc027d1725f86ef21b41cab7fe4dc.json b/data/unsuccessful-reproductions/4aef5c4ee85bc027d1725f86ef21b41cab7fe4dc.json index 53e4c475dc9b..db8c465335fb 100644 --- a/data/unsuccessful-reproductions/4aef5c4ee85bc027d1725f86ef21b41cab7fe4dc.json +++ b/data/unsuccessful-reproductions/4aef5c4ee85bc027d1725f86ef21b41cab7fe4dc.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.0", "newVersion" : "3.16.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4af3a7190764a2bdf416c61dc4de126c11c97a95.json b/data/unsuccessful-reproductions/4af3a7190764a2bdf416c61dc4de126c11c97a95.json index f3bf17207924..a4e554aab783 100644 --- a/data/unsuccessful-reproductions/4af3a7190764a2bdf416c61dc4de126c11c97a95.json +++ b/data/unsuccessful-reproductions/4af3a7190764a2bdf416c61dc4de126c11c97a95.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4b22e863423ebf807a0a4006828406c5cce2a138.json b/data/unsuccessful-reproductions/4b22e863423ebf807a0a4006828406c5cce2a138.json index aa81a892465e..6e004ada7446 100644 --- a/data/unsuccessful-reproductions/4b22e863423ebf807a0a4006828406c5cce2a138.json +++ b/data/unsuccessful-reproductions/4b22e863423ebf807a0a4006828406c5cce2a138.json @@ -12,7 +12,10 @@ "previousVersion" : "1.54.1", "newVersion" : "1.55.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4b36d5a0fe87d1b86d643856dbf45851087693a3.json b/data/unsuccessful-reproductions/4b36d5a0fe87d1b86d643856dbf45851087693a3.json index b7460ec44fae..32dfac0d3f7e 100644 --- a/data/unsuccessful-reproductions/4b36d5a0fe87d1b86d643856dbf45851087693a3.json +++ b/data/unsuccessful-reproductions/4b36d5a0fe87d1b86d643856dbf45851087693a3.json @@ -12,7 +12,10 @@ "previousVersion" : "bef374a45e11630c890334045075be85337022cf", "newVersion" : "v4.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4b3ce9d8ebc18871411a99a59097bc89ea6c44ae.json b/data/unsuccessful-reproductions/4b3ce9d8ebc18871411a99a59097bc89ea6c44ae.json index ff66cb89ecae..101a9312c93b 100644 --- a/data/unsuccessful-reproductions/4b3ce9d8ebc18871411a99a59097bc89ea6c44ae.json +++ b/data/unsuccessful-reproductions/4b3ce9d8ebc18871411a99a59097bc89ea6c44ae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.102", "newVersion" : "2.17.107", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4b58c1980a48b495a36ce3e6ccf62c241e347f19.json b/data/unsuccessful-reproductions/4b58c1980a48b495a36ce3e6ccf62c241e347f19.json index 6562ec18afbe..e4befd3930ac 100644 --- a/data/unsuccessful-reproductions/4b58c1980a48b495a36ce3e6ccf62c241e347f19.json +++ b/data/unsuccessful-reproductions/4b58c1980a48b495a36ce3e6ccf62c241e347f19.json @@ -12,7 +12,10 @@ "previousVersion" : "0.23", "newVersion" : "0.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4b61bdf20a5855cd46bc13e40a20846960cef7da.json b/data/unsuccessful-reproductions/4b61bdf20a5855cd46bc13e40a20846960cef7da.json index bf0225079228..367266dc61bc 100644 --- a/data/unsuccessful-reproductions/4b61bdf20a5855cd46bc13e40a20846960cef7da.json +++ b/data/unsuccessful-reproductions/4b61bdf20a5855cd46bc13e40a20846960cef7da.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.30", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4b6675860d6d20bb61490752a45ed6b4e15bd67b.json b/data/unsuccessful-reproductions/4b6675860d6d20bb61490752a45ed6b4e15bd67b.json index 52c4b22adf63..605e6f9cb5c4 100644 --- a/data/unsuccessful-reproductions/4b6675860d6d20bb61490752a45ed6b4e15bd67b.json +++ b/data/unsuccessful-reproductions/4b6675860d6d20bb61490752a45ed6b4e15bd67b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.28.0", "newVersion" : "3.31.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4b73f00f865a62afce55e35c874d95a850017d1d.json b/data/unsuccessful-reproductions/4b73f00f865a62afce55e35c874d95a850017d1d.json index 74bd1e48f859..10f882faf509 100644 --- a/data/unsuccessful-reproductions/4b73f00f865a62afce55e35c874d95a850017d1d.json +++ b/data/unsuccessful-reproductions/4b73f00f865a62afce55e35c874d95a850017d1d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.1", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4b8253d9f7894fc2b2c9c4b0d9189ab9d374fcc0.json b/data/unsuccessful-reproductions/4b8253d9f7894fc2b2c9c4b0d9189ab9d374fcc0.json index 3ba945c6a44a..dee14f356e5f 100644 --- a/data/unsuccessful-reproductions/4b8253d9f7894fc2b2c9c4b0d9189ab9d374fcc0.json +++ b/data/unsuccessful-reproductions/4b8253d9f7894fc2b2c9c4b0d9189ab9d374fcc0.json @@ -12,7 +12,10 @@ "previousVersion" : "0.123.20", "newVersion" : "0.123.21", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4b832b5984400341c66e10445e03444990104779.json b/data/unsuccessful-reproductions/4b832b5984400341c66e10445e03444990104779.json index d5ef58bc4e46..89ac78c4229f 100644 --- a/data/unsuccessful-reproductions/4b832b5984400341c66e10445e03444990104779.json +++ b/data/unsuccessful-reproductions/4b832b5984400341c66e10445e03444990104779.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.0-3", "newVersion" : "5.2.1-2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4b98dc51f79e6a403ff491d778ec7dad9a55729e.json b/data/unsuccessful-reproductions/4b98dc51f79e6a403ff491d778ec7dad9a55729e.json index 2964b6fda11d..6fa3d9310987 100644 --- a/data/unsuccessful-reproductions/4b98dc51f79e6a403ff491d778ec7dad9a55729e.json +++ b/data/unsuccessful-reproductions/4b98dc51f79e6a403ff491d778ec7dad9a55729e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.83_noneautotype", "newVersion" : "1.2.83", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4bb815e942827c42995815e9d9ae6c0d63e7bf44.json b/data/unsuccessful-reproductions/4bb815e942827c42995815e9d9ae6c0d63e7bf44.json index 5c4f6b880dce..3c7c29ff9a44 100644 --- a/data/unsuccessful-reproductions/4bb815e942827c42995815e9d9ae6c0d63e7bf44.json +++ b/data/unsuccessful-reproductions/4bb815e942827c42995815e9d9ae6c0d63e7bf44.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.26", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4bbd4b99bb30f0490dc35908c5cd0cb3baabbc21.json b/data/unsuccessful-reproductions/4bbd4b99bb30f0490dc35908c5cd0cb3baabbc21.json index 6adacce52e57..a65d49d62349 100644 --- a/data/unsuccessful-reproductions/4bbd4b99bb30f0490dc35908c5cd0cb3baabbc21.json +++ b/data/unsuccessful-reproductions/4bbd4b99bb30f0490dc35908c5cd0cb3baabbc21.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4bdbad2ebacfff6ff57006f675af345588c84015.json b/data/unsuccessful-reproductions/4bdbad2ebacfff6ff57006f675af345588c84015.json index ccc69f09c42f..38e5eee234f9 100644 --- a/data/unsuccessful-reproductions/4bdbad2ebacfff6ff57006f675af345588c84015.json +++ b/data/unsuccessful-reproductions/4bdbad2ebacfff6ff57006f675af345588c84015.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.2", "newVersion" : "2.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4bf2f04fd5a20c6b7df11bc52272d080c04a62bb.json b/data/unsuccessful-reproductions/4bf2f04fd5a20c6b7df11bc52272d080c04a62bb.json index d0eb11666a58..ce74eb1c5a43 100644 --- a/data/unsuccessful-reproductions/4bf2f04fd5a20c6b7df11bc52272d080c04a62bb.json +++ b/data/unsuccessful-reproductions/4bf2f04fd5a20c6b7df11bc52272d080c04a62bb.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.4", "newVersion" : "4.8.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4c05431a27db2723d7bd84b49b5bd475c93510fc.json b/data/unsuccessful-reproductions/4c05431a27db2723d7bd84b49b5bd475c93510fc.json index 042a21b407bf..47404c3d2271 100644 --- a/data/unsuccessful-reproductions/4c05431a27db2723d7bd84b49b5bd475c93510fc.json +++ b/data/unsuccessful-reproductions/4c05431a27db2723d7bd84b49b5bd475c93510fc.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3-1102-jdbc41", "newVersion" : "42.3.7", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4c0783ab80674bf51eef4eac2266e24b7bc06977.json b/data/unsuccessful-reproductions/4c0783ab80674bf51eef4eac2266e24b7bc06977.json index 86d7faa7237f..572d3634588b 100644 --- a/data/unsuccessful-reproductions/4c0783ab80674bf51eef4eac2266e24b7bc06977.json +++ b/data/unsuccessful-reproductions/4c0783ab80674bf51eef4eac2266e24b7bc06977.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.8", "newVersion" : "3.0.16", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4c0bba904f10d5a3eac9f04248743b4da0564d59.json b/data/unsuccessful-reproductions/4c0bba904f10d5a3eac9f04248743b4da0564d59.json index fb6c2391c07a..dc7608418a91 100644 --- a/data/unsuccessful-reproductions/4c0bba904f10d5a3eac9f04248743b4da0564d59.json +++ b/data/unsuccessful-reproductions/4c0bba904f10d5a3eac9f04248743b4da0564d59.json @@ -12,7 +12,10 @@ "previousVersion" : "5.12.4", "newVersion" : "6.2.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4c11f9f96a25f00ba254421965019eeefac7c6f7.json b/data/unsuccessful-reproductions/4c11f9f96a25f00ba254421965019eeefac7c6f7.json index 579664d68f62..f033508a4c3d 100644 --- a/data/unsuccessful-reproductions/4c11f9f96a25f00ba254421965019eeefac7c6f7.json +++ b/data/unsuccessful-reproductions/4c11f9f96a25f00ba254421965019eeefac7c6f7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.22.RELEASE", "newVersion" : "1.11.23.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-data-jpa" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4c2230b7edc7c09e4dbf550a39c42942605b7538.json b/data/unsuccessful-reproductions/4c2230b7edc7c09e4dbf550a39c42942605b7538.json index d95ef401d83f..62f5feace91b 100644 --- a/data/unsuccessful-reproductions/4c2230b7edc7c09e4dbf550a39c42942605b7538.json +++ b/data/unsuccessful-reproductions/4c2230b7edc7c09e4dbf550a39c42942605b7538.json @@ -12,7 +12,10 @@ "previousVersion" : "1155.v77b_fd92a_26fc", "newVersion" : "1595.v8c71c13cc3a_9", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4c3b59678c6d719064cc1586c58d416cc4cebdde.json b/data/unsuccessful-reproductions/4c3b59678c6d719064cc1586c58d416cc4cebdde.json index 2c2396156495..b0ccd195be51 100644 --- a/data/unsuccessful-reproductions/4c3b59678c6d719064cc1586c58d416cc4cebdde.json +++ b/data/unsuccessful-reproductions/4c3b59678c6d719064cc1586c58d416cc4cebdde.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.2", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4c3e033644a815a2ce1aa9237a06fe33aadcea77.json b/data/unsuccessful-reproductions/4c3e033644a815a2ce1aa9237a06fe33aadcea77.json index 885cabd9b212..b246bd7cad4e 100644 --- a/data/unsuccessful-reproductions/4c3e033644a815a2ce1aa9237a06fe33aadcea77.json +++ b/data/unsuccessful-reproductions/4c3e033644a815a2ce1aa9237a06fe33aadcea77.json @@ -12,7 +12,10 @@ "previousVersion" : "42.4.1", "newVersion" : "42.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4c48dea3ce5d013ab2e612d6f31c31ae726973f2.json b/data/unsuccessful-reproductions/4c48dea3ce5d013ab2e612d6f31c31ae726973f2.json index 709790f1b319..c56ab3c1f6ef 100644 --- a/data/unsuccessful-reproductions/4c48dea3ce5d013ab2e612d6f31c31ae726973f2.json +++ b/data/unsuccessful-reproductions/4c48dea3ce5d013ab2e612d6f31c31ae726973f2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.1-WINDOWS-SNAPSHOT", "newVersion" : "1.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4c7165b6b035feea490d0476d0b3ed7448aa0e7f.json b/data/unsuccessful-reproductions/4c7165b6b035feea490d0476d0b3ed7448aa0e7f.json index 0876ed3711eb..742187d00f1d 100644 --- a/data/unsuccessful-reproductions/4c7165b6b035feea490d0476d0b3ed7448aa0e7f.json +++ b/data/unsuccessful-reproductions/4c7165b6b035feea490d0476d0b3ed7448aa0e7f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.19.1", "newVersion" : "2.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4c75b2eddbcf4335462f6311cb4dd2fe5136b29e.json b/data/unsuccessful-reproductions/4c75b2eddbcf4335462f6311cb4dd2fe5136b29e.json index b239b524bc43..1596aeb7d8b0 100644 --- a/data/unsuccessful-reproductions/4c75b2eddbcf4335462f6311cb4dd2fe5136b29e.json +++ b/data/unsuccessful-reproductions/4c75b2eddbcf4335462f6311cb4dd2fe5136b29e.json @@ -12,7 +12,10 @@ "previousVersion" : "0.2.5", "newVersion" : "0.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4cb3f2aa0bc17008886a61499d0683c1a83b7d78.json b/data/unsuccessful-reproductions/4cb3f2aa0bc17008886a61499d0683c1a83b7d78.json index a5b4d0920f66..78e445389f89 100644 --- a/data/unsuccessful-reproductions/4cb3f2aa0bc17008886a61499d0683c1a83b7d78.json +++ b/data/unsuccessful-reproductions/4cb3f2aa0bc17008886a61499d0683c1a83b7d78.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.3", "newVersion" : "1.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4cb588cf6a0e9bdaabbb7ba15d268c42bd23a14d.json b/data/unsuccessful-reproductions/4cb588cf6a0e9bdaabbb7ba15d268c42bd23a14d.json index 3db6e6fca723..568f5b6c9134 100644 --- a/data/unsuccessful-reproductions/4cb588cf6a0e9bdaabbb7ba15d268c42bd23a14d.json +++ b/data/unsuccessful-reproductions/4cb588cf6a0e9bdaabbb7ba15d268c42bd23a14d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.1", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4cbe1a0328cfac8bb67a45395f4db538013264cb.json b/data/unsuccessful-reproductions/4cbe1a0328cfac8bb67a45395f4db538013264cb.json index 70a7329bc0f1..9f49517616ea 100644 --- a/data/unsuccessful-reproductions/4cbe1a0328cfac8bb67a45395f4db538013264cb.json +++ b/data/unsuccessful-reproductions/4cbe1a0328cfac8bb67a45395f4db538013264cb.json @@ -12,7 +12,10 @@ "previousVersion" : "4.13", "newVersion" : "4.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4cd0af62bf109e50e46a040d21c2c56bf9d08176.json b/data/unsuccessful-reproductions/4cd0af62bf109e50e46a040d21c2c56bf9d08176.json index 9aa295831419..7a219a5bd692 100644 --- a/data/unsuccessful-reproductions/4cd0af62bf109e50e46a040d21c2c56bf9d08176.json +++ b/data/unsuccessful-reproductions/4cd0af62bf109e50e46a040d21c2c56bf9d08176.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.1", "newVersion" : "2.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4cda5bee542ce606dc53594af330c96ff859579e.json b/data/unsuccessful-reproductions/4cda5bee542ce606dc53594af330c96ff859579e.json index 6d4e04ca1ccf..ab6237c29003 100644 --- a/data/unsuccessful-reproductions/4cda5bee542ce606dc53594af330c96ff859579e.json +++ b/data/unsuccessful-reproductions/4cda5bee542ce606dc53594af330c96ff859579e.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4cea5bea7525c9cb1d887419a66757819b1b3f92.json b/data/unsuccessful-reproductions/4cea5bea7525c9cb1d887419a66757819b1b3f92.json index 5caadfae7759..3cfe62d633dd 100644 --- a/data/unsuccessful-reproductions/4cea5bea7525c9cb1d887419a66757819b1b3f92.json +++ b/data/unsuccessful-reproductions/4cea5bea7525c9cb1d887419a66757819b1b3f92.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.4", "newVersion" : "2.13.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4cf0257162a6e56c4c3506360321fc4f60617756.json b/data/unsuccessful-reproductions/4cf0257162a6e56c4c3506360321fc4f60617756.json index 11cec0b9a459..caa04ffbb438 100644 --- a/data/unsuccessful-reproductions/4cf0257162a6e56c4c3506360321fc4f60617756.json +++ b/data/unsuccessful-reproductions/4cf0257162a6e56c4c3506360321fc4f60617756.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.49", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4d2c902f8bdf13e085dbf06bc20dcce802673eae.json b/data/unsuccessful-reproductions/4d2c902f8bdf13e085dbf06bc20dcce802673eae.json index ba7ccfefee48..8cd56161ed67 100644 --- a/data/unsuccessful-reproductions/4d2c902f8bdf13e085dbf06bc20dcce802673eae.json +++ b/data/unsuccessful-reproductions/4d2c902f8bdf13e085dbf06bc20dcce802673eae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4d33dd7085d096e37dd2c326c54512d36b453535.json b/data/unsuccessful-reproductions/4d33dd7085d096e37dd2c326c54512d36b453535.json index 17058f0f2dfe..7036140cb350 100644 --- a/data/unsuccessful-reproductions/4d33dd7085d096e37dd2c326c54512d36b453535.json +++ b/data/unsuccessful-reproductions/4d33dd7085d096e37dd2c326c54512d36b453535.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.1", "newVersion" : "3.6.2", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4d40fbec29c9cbe70253919f5a295d6f03302a18.json b/data/unsuccessful-reproductions/4d40fbec29c9cbe70253919f5a295d6f03302a18.json index 499501ff8e42..53a2baa29d3f 100644 --- a/data/unsuccessful-reproductions/4d40fbec29c9cbe70253919f5a295d6f03302a18.json +++ b/data/unsuccessful-reproductions/4d40fbec29c9cbe70253919f5a295d6f03302a18.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.29", "newVersion" : "1.0.74", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4d4d0900bdb834ad0599a0e8b4428a38be054710.json b/data/unsuccessful-reproductions/4d4d0900bdb834ad0599a0e8b4428a38be054710.json index df0866806aac..2008886c9b07 100644 --- a/data/unsuccessful-reproductions/4d4d0900bdb834ad0599a0e8b4428a38be054710.json +++ b/data/unsuccessful-reproductions/4d4d0900bdb834ad0599a0e8b4428a38be054710.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.10", "newVersion" : "3.13.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4d559ac0de7b122119c26d701d8636a84b661052.json b/data/unsuccessful-reproductions/4d559ac0de7b122119c26d701d8636a84b661052.json index 0261bc010f2c..923c3e95b1b8 100644 --- a/data/unsuccessful-reproductions/4d559ac0de7b122119c26d701d8636a84b661052.json +++ b/data/unsuccessful-reproductions/4d559ac0de7b122119c26d701d8636a84b661052.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.1.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4d6707bc938d2e8dc17b6940d6735daa44eeac07.json b/data/unsuccessful-reproductions/4d6707bc938d2e8dc17b6940d6735daa44eeac07.json index 6f603d0ea8c2..376942913230 100644 --- a/data/unsuccessful-reproductions/4d6707bc938d2e8dc17b6940d6735daa44eeac07.json +++ b/data/unsuccessful-reproductions/4d6707bc938d2e8dc17b6940d6735daa44eeac07.json @@ -12,7 +12,10 @@ "previousVersion" : "1.35.1", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4d7773f048652e6ad7fd5822b11441feb32098d5.json b/data/unsuccessful-reproductions/4d7773f048652e6ad7fd5822b11441feb32098d5.json index a46c1d720802..7bf96cfed059 100644 --- a/data/unsuccessful-reproductions/4d7773f048652e6ad7fd5822b11441feb32098d5.json +++ b/data/unsuccessful-reproductions/4d7773f048652e6ad7fd5822b11441feb32098d5.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.20", "newVersion" : "8.0.29", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4d7910e1956597087344e4d03dffdd150f5062d5.json b/data/unsuccessful-reproductions/4d7910e1956597087344e4d03dffdd150f5062d5.json index 13edfe7e42c3..563e82a99fde 100644 --- a/data/unsuccessful-reproductions/4d7910e1956597087344e4d03dffdd150f5062d5.json +++ b/data/unsuccessful-reproductions/4d7910e1956597087344e4d03dffdd150f5062d5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4d7fc3a2504a97ca5ac7c981783481ab9749914f.json b/data/unsuccessful-reproductions/4d7fc3a2504a97ca5ac7c981783481ab9749914f.json index fdab0a15c22e..3fd767cc1cc2 100644 --- a/data/unsuccessful-reproductions/4d7fc3a2504a97ca5ac7c981783481ab9749914f.json +++ b/data/unsuccessful-reproductions/4d7fc3a2504a97ca5ac7c981783481ab9749914f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.222", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4d805445e11e3245de0b419dab9d2db1c0860778.json b/data/unsuccessful-reproductions/4d805445e11e3245de0b419dab9d2db1c0860778.json index 93acbfa426d8..cf1d843c1bae 100644 --- a/data/unsuccessful-reproductions/4d805445e11e3245de0b419dab9d2db1c0860778.json +++ b/data/unsuccessful-reproductions/4d805445e11e3245de0b419dab9d2db1c0860778.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4db23f5934c839e8211a2ddba2e36b5873452942.json b/data/unsuccessful-reproductions/4db23f5934c839e8211a2ddba2e36b5873452942.json index 88a995e69c44..05ade5ca3c2b 100644 --- a/data/unsuccessful-reproductions/4db23f5934c839e8211a2ddba2e36b5873452942.json +++ b/data/unsuccessful-reproductions/4db23f5934c839e8211a2ddba2e36b5873452942.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.28", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4dc3974b010fa34772c34a5263b782ac722f6ad0.json b/data/unsuccessful-reproductions/4dc3974b010fa34772c34a5263b782ac722f6ad0.json index 8c54b55b9e4a..1c7860548fa9 100644 --- a/data/unsuccessful-reproductions/4dc3974b010fa34772c34a5263b782ac722f6ad0.json +++ b/data/unsuccessful-reproductions/4dc3974b010fa34772c34a5263b782ac722f6ad0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.2", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4dca75531456f46008bdf45ed9b61b7218854d0b.json b/data/unsuccessful-reproductions/4dca75531456f46008bdf45ed9b61b7218854d0b.json index bbc5a03af774..19c7fd48466a 100644 --- a/data/unsuccessful-reproductions/4dca75531456f46008bdf45ed9b61b7218854d0b.json +++ b/data/unsuccessful-reproductions/4dca75531456f46008bdf45ed9b61b7218854d0b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.3", "newVersion" : "3.19.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4de092522808ee997230443ded94a9549e60506f.json b/data/unsuccessful-reproductions/4de092522808ee997230443ded94a9549e60506f.json index bd84e91c1772..7dd4b6efb9a0 100644 --- a/data/unsuccessful-reproductions/4de092522808ee997230443ded94a9549e60506f.json +++ b/data/unsuccessful-reproductions/4de092522808ee997230443ded94a9549e60506f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0", "newVersion" : "2.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4dfd50718bc1701251490eca9d1ca7b704aa47d6.json b/data/unsuccessful-reproductions/4dfd50718bc1701251490eca9d1ca7b704aa47d6.json index 3beb4fcfe5cd..75b291c3d505 100644 --- a/data/unsuccessful-reproductions/4dfd50718bc1701251490eca9d1ca7b704aa47d6.json +++ b/data/unsuccessful-reproductions/4dfd50718bc1701251490eca9d1ca7b704aa47d6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.68", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e0d6609722cf9627b5e4501959f03dd0933374d.json b/data/unsuccessful-reproductions/4e0d6609722cf9627b5e4501959f03dd0933374d.json index 9cc2ed6533cd..505bb0ed9198 100644 --- a/data/unsuccessful-reproductions/4e0d6609722cf9627b5e4501959f03dd0933374d.json +++ b/data/unsuccessful-reproductions/4e0d6609722cf9627b5e4501959f03dd0933374d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.17", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e117b81d769fa34eda238eeb8fbb337db2bd24e.json b/data/unsuccessful-reproductions/4e117b81d769fa34eda238eeb8fbb337db2bd24e.json index bf5ecc218704..395a56536595 100644 --- a/data/unsuccessful-reproductions/4e117b81d769fa34eda238eeb8fbb337db2bd24e.json +++ b/data/unsuccessful-reproductions/4e117b81d769fa34eda238eeb8fbb337db2bd24e.json @@ -12,7 +12,10 @@ "previousVersion" : "21.0.2", "newVersion" : "21.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e15912f9c1c2b49aa8167a5005595ff753944ae.json b/data/unsuccessful-reproductions/4e15912f9c1c2b49aa8167a5005595ff753944ae.json index ed70aee2263d..750b27714c66 100644 --- a/data/unsuccessful-reproductions/4e15912f9c1c2b49aa8167a5005595ff753944ae.json +++ b/data/unsuccessful-reproductions/4e15912f9c1c2b49aa8167a5005595ff753944ae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e1d840bfb530d85979ef1863e4f7168130f4db0.json b/data/unsuccessful-reproductions/4e1d840bfb530d85979ef1863e4f7168130f4db0.json index db0849b0d14c..ec8e7706d748 100644 --- a/data/unsuccessful-reproductions/4e1d840bfb530d85979ef1863e4f7168130f4db0.json +++ b/data/unsuccessful-reproductions/4e1d840bfb530d85979ef1863e4f7168130f4db0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.4-293.vee957901b_6fb", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e21b03a799f1c31560fb3f29f2d8fb31408cc88.json b/data/unsuccessful-reproductions/4e21b03a799f1c31560fb3f29f2d8fb31408cc88.json index 1f64643dda30..9eb8acd78d43 100644 --- a/data/unsuccessful-reproductions/4e21b03a799f1c31560fb3f29f2d8fb31408cc88.json +++ b/data/unsuccessful-reproductions/4e21b03a799f1c31560fb3f29f2d8fb31408cc88.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.0", "newVersion" : "2.2.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e2a7a7aa57e44a60fa2173b25e9c498673c284f.json b/data/unsuccessful-reproductions/4e2a7a7aa57e44a60fa2173b25e9c498673c284f.json index 67d3d570824b..b9ae4ecb12cc 100644 --- a/data/unsuccessful-reproductions/4e2a7a7aa57e44a60fa2173b25e9c498673c284f.json +++ b/data/unsuccessful-reproductions/4e2a7a7aa57e44a60fa2173b25e9c498673c284f.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "6.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e2ddd5e0a13bb28f98722ffa4f65ba796604845.json b/data/unsuccessful-reproductions/4e2ddd5e0a13bb28f98722ffa4f65ba796604845.json index 880bcce8649b..c13ff50850ae 100644 --- a/data/unsuccessful-reproductions/4e2ddd5e0a13bb28f98722ffa4f65ba796604845.json +++ b/data/unsuccessful-reproductions/4e2ddd5e0a13bb28f98722ffa4f65ba796604845.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e3612bf18264a1c326bf13ef1c75278114d87ef.json b/data/unsuccessful-reproductions/4e3612bf18264a1c326bf13ef1c75278114d87ef.json index 5c9ab3190772..b7d4f5fa8c41 100644 --- a/data/unsuccessful-reproductions/4e3612bf18264a1c326bf13ef1c75278114d87ef.json +++ b/data/unsuccessful-reproductions/4e3612bf18264a1c326bf13ef1c75278114d87ef.json @@ -12,7 +12,10 @@ "previousVersion" : "10.4", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e47de363c503c707d2e9ce2d3557d1d2c6c4328.json b/data/unsuccessful-reproductions/4e47de363c503c707d2e9ce2d3557d1d2c6c4328.json index ce4399be1b96..1ec25a288004 100644 --- a/data/unsuccessful-reproductions/4e47de363c503c707d2e9ce2d3557d1d2c6c4328.json +++ b/data/unsuccessful-reproductions/4e47de363c503c707d2e9ce2d3557d1d2c6c4328.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.15", "newVersion" : "2.13.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e491cf4ddffaf3e843a3e04db8e0a6a86b8773d.json b/data/unsuccessful-reproductions/4e491cf4ddffaf3e843a3e04db8e0a6a86b8773d.json index 25789b856dd1..3e2b77148b09 100644 --- a/data/unsuccessful-reproductions/4e491cf4ddffaf3e843a3e04db8e0a6a86b8773d.json +++ b/data/unsuccessful-reproductions/4e491cf4ddffaf3e843a3e04db8e0a6a86b8773d.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.1-jre", "newVersion" : "32.1.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e4a8393d0bc081b8f4dbd8b9aafbd22cfd8f0d3.json b/data/unsuccessful-reproductions/4e4a8393d0bc081b8f4dbd8b9aafbd22cfd8f0d3.json index ba823af83750..29398268d978 100644 --- a/data/unsuccessful-reproductions/4e4a8393d0bc081b8f4dbd8b9aafbd22cfd8f0d3.json +++ b/data/unsuccessful-reproductions/4e4a8393d0bc081b8f4dbd8b9aafbd22cfd8f0d3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.0", "newVersion" : "2.5.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e5e2d74ac24cc01d758bd78ca84e56663070dd6.json b/data/unsuccessful-reproductions/4e5e2d74ac24cc01d758bd78ca84e56663070dd6.json index 9b3ac382e774..d26d70b24dbf 100644 --- a/data/unsuccessful-reproductions/4e5e2d74ac24cc01d758bd78ca84e56663070dd6.json +++ b/data/unsuccessful-reproductions/4e5e2d74ac24cc01d758bd78ca84e56663070dd6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e5e557f3480b3b19fc4ea4604994bb9d6aa0a81.json b/data/unsuccessful-reproductions/4e5e557f3480b3b19fc4ea4604994bb9d6aa0a81.json index 63f16d27887f..c150d0d0c791 100644 --- a/data/unsuccessful-reproductions/4e5e557f3480b3b19fc4ea4604994bb9d6aa0a81.json +++ b/data/unsuccessful-reproductions/4e5e557f3480b3b19fc4ea4604994bb9d6aa0a81.json @@ -12,7 +12,10 @@ "previousVersion" : "3.10.0", "newVersion" : "4.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e7158dcca1bf24b949a9b6f5bee05a56aa2a238.json b/data/unsuccessful-reproductions/4e7158dcca1bf24b949a9b6f5bee05a56aa2a238.json index dbd87ea22c7b..4e0958961d73 100644 --- a/data/unsuccessful-reproductions/4e7158dcca1bf24b949a9b6f5bee05a56aa2a238.json +++ b/data/unsuccessful-reproductions/4e7158dcca1bf24b949a9b6f5bee05a56aa2a238.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.19.23", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e7197b15582a427d01d258a78e68de54e3d9a13.json b/data/unsuccessful-reproductions/4e7197b15582a427d01d258a78e68de54e3d9a13.json index fa18898c4c6d..65e59bef3afc 100644 --- a/data/unsuccessful-reproductions/4e7197b15582a427d01d258a78e68de54e3d9a13.json +++ b/data/unsuccessful-reproductions/4e7197b15582a427d01d258a78e68de54e3d9a13.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.2", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e722dd1f272bd8233de050fbbfc7c7eb843f40c.json b/data/unsuccessful-reproductions/4e722dd1f272bd8233de050fbbfc7c7eb843f40c.json index bc3b1dadad5a..5db3f0d4397e 100644 --- a/data/unsuccessful-reproductions/4e722dd1f272bd8233de050fbbfc7c7eb843f40c.json +++ b/data/unsuccessful-reproductions/4e722dd1f272bd8233de050fbbfc7c7eb843f40c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.50", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4e834e409d96d062c00c34abd33d3b2908d3469a.json b/data/unsuccessful-reproductions/4e834e409d96d062c00c34abd33d3b2908d3469a.json index 74e2ef26df83..80f8c9bedfc8 100644 --- a/data/unsuccessful-reproductions/4e834e409d96d062c00c34abd33d3b2908d3469a.json +++ b/data/unsuccessful-reproductions/4e834e409d96d062c00c34abd33d3b2908d3469a.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.1", "newVersion" : "6.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "FasterXML/woodstox" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4eb252a8b02001279148bec5235c1de09cc2171f.json b/data/unsuccessful-reproductions/4eb252a8b02001279148bec5235c1de09cc2171f.json index c09af133b6da..817826f6e37d 100644 --- a/data/unsuccessful-reproductions/4eb252a8b02001279148bec5235c1de09cc2171f.json +++ b/data/unsuccessful-reproductions/4eb252a8b02001279148bec5235c1de09cc2171f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.2", "newVersion" : "2.10.1", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4eb6db72b7e41672df6af836295a11c7586ca43e.json b/data/unsuccessful-reproductions/4eb6db72b7e41672df6af836295a11c7586ca43e.json index c6e861d554e8..c6f9ef22fb6a 100644 --- a/data/unsuccessful-reproductions/4eb6db72b7e41672df6af836295a11c7586ca43e.json +++ b/data/unsuccessful-reproductions/4eb6db72b7e41672df6af836295a11c7586ca43e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.100", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4ed0aec13645663f583ec931db29dbe4bea0b1ec.json b/data/unsuccessful-reproductions/4ed0aec13645663f583ec931db29dbe4bea0b1ec.json index ccf7a19359d9..5c9d87972b19 100644 --- a/data/unsuccessful-reproductions/4ed0aec13645663f583ec931db29dbe4bea0b1ec.json +++ b/data/unsuccessful-reproductions/4ed0aec13645663f583ec931db29dbe4bea0b1ec.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.0", "newVersion" : "1.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4eecd8fc874e68ce32e184d31f1134a50935338c.json b/data/unsuccessful-reproductions/4eecd8fc874e68ce32e184d31f1134a50935338c.json index 136db222f1d9..483f3dab137e 100644 --- a/data/unsuccessful-reproductions/4eecd8fc874e68ce32e184d31f1134a50935338c.json +++ b/data/unsuccessful-reproductions/4eecd8fc874e68ce32e184d31f1134a50935338c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8", "newVersion" : "5.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4ef31a6fd48c285e7e464e43c32ed1b4936ad010.json b/data/unsuccessful-reproductions/4ef31a6fd48c285e7e464e43c32ed1b4936ad010.json index fa291379f926..b05bf14a9ac2 100644 --- a/data/unsuccessful-reproductions/4ef31a6fd48c285e7e464e43c32ed1b4936ad010.json +++ b/data/unsuccessful-reproductions/4ef31a6fd48c285e7e464e43c32ed1b4936ad010.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "2.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f0a9b2ae81937234efda749246552756b094fbd.json b/data/unsuccessful-reproductions/4f0a9b2ae81937234efda749246552756b094fbd.json index e86d5e7f66ee..afa3e68cdb1a 100644 --- a/data/unsuccessful-reproductions/4f0a9b2ae81937234efda749246552756b094fbd.json +++ b/data/unsuccessful-reproductions/4f0a9b2ae81937234efda749246552756b094fbd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.26.0", "newVersion" : "1.32.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f0f754405d3a6e5e51459be1d521f9174e2b198.json b/data/unsuccessful-reproductions/4f0f754405d3a6e5e51459be1d521f9174e2b198.json index 94d51e1b4fde..a7e2c5bbde67 100644 --- a/data/unsuccessful-reproductions/4f0f754405d3a6e5e51459be1d521f9174e2b198.json +++ b/data/unsuccessful-reproductions/4f0f754405d3a6e5e51459be1d521f9174e2b198.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.28", "newVersion" : "8.0.29", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f1248d13044001342049081d4d598714e8e6dfe.json b/data/unsuccessful-reproductions/4f1248d13044001342049081d4d598714e8e6dfe.json index 5a3f2f7dfe15..ab19a1a6857e 100644 --- a/data/unsuccessful-reproductions/4f1248d13044001342049081d4d598714e8e6dfe.json +++ b/data/unsuccessful-reproductions/4f1248d13044001342049081d4d598714e8e6dfe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.41", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f129362c23d070d894e9bd5afbf79e1e597c031.json b/data/unsuccessful-reproductions/4f129362c23d070d894e9bd5afbf79e1e597c031.json index 5df87942089d..cad5b2550a95 100644 --- a/data/unsuccessful-reproductions/4f129362c23d070d894e9bd5afbf79e1e597c031.json +++ b/data/unsuccessful-reproductions/4f129362c23d070d894e9bd5afbf79e1e597c031.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.7", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f1cd8d3ea15d4dc593bd867ebc41fb766bc4f6d.json b/data/unsuccessful-reproductions/4f1cd8d3ea15d4dc593bd867ebc41fb766bc4f6d.json index d88c84013f4e..6668b4d0dbde 100644 --- a/data/unsuccessful-reproductions/4f1cd8d3ea15d4dc593bd867ebc41fb766bc4f6d.json +++ b/data/unsuccessful-reproductions/4f1cd8d3ea15d4dc593bd867ebc41fb766bc4f6d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.11", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f2e98d54a3a7ee67298c27f4e2d13714d09f8c9.json b/data/unsuccessful-reproductions/4f2e98d54a3a7ee67298c27f4e2d13714d09f8c9.json index 9b5d72fd1006..55f567d77d53 100644 --- a/data/unsuccessful-reproductions/4f2e98d54a3a7ee67298c27f4e2d13714d09f8c9.json +++ b/data/unsuccessful-reproductions/4f2e98d54a3a7ee67298c27f4e2d13714d09f8c9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.0", "newVersion" : "1.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f456eb8dedc15ead2c157de398915e323d63a58.json b/data/unsuccessful-reproductions/4f456eb8dedc15ead2c157de398915e323d63a58.json index 0c8a07c30944..28171269d7f7 100644 --- a/data/unsuccessful-reproductions/4f456eb8dedc15ead2c157de398915e323d63a58.json +++ b/data/unsuccessful-reproductions/4f456eb8dedc15ead2c157de398915e323d63a58.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.28", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f4cf7da3ca113e797bc2ada5c1bd903b6ae0a69.json b/data/unsuccessful-reproductions/4f4cf7da3ca113e797bc2ada5c1bd903b6ae0a69.json index 02e0cdda0fdd..a95a9b14e6de 100644 --- a/data/unsuccessful-reproductions/4f4cf7da3ca113e797bc2ada5c1bd903b6ae0a69.json +++ b/data/unsuccessful-reproductions/4f4cf7da3ca113e797bc2ada5c1bd903b6ae0a69.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.2", "newVersion" : "2.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f5e8a2ac7221c482a64cb68540eb5aa041c1d41.json b/data/unsuccessful-reproductions/4f5e8a2ac7221c482a64cb68540eb5aa041c1d41.json index d94784699c47..ad4c579d6c26 100644 --- a/data/unsuccessful-reproductions/4f5e8a2ac7221c482a64cb68540eb5aa041c1d41.json +++ b/data/unsuccessful-reproductions/4f5e8a2ac7221c482a64cb68540eb5aa041c1d41.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f5fef61b4b6532fcc57405b1792a380837b84ad.json b/data/unsuccessful-reproductions/4f5fef61b4b6532fcc57405b1792a380837b84ad.json index bb46ebb15bcf..86690c264910 100644 --- a/data/unsuccessful-reproductions/4f5fef61b4b6532fcc57405b1792a380837b84ad.json +++ b/data/unsuccessful-reproductions/4f5fef61b4b6532fcc57405b1792a380837b84ad.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f6a844098ea623407b9cf87059a1571483e35f7.json b/data/unsuccessful-reproductions/4f6a844098ea623407b9cf87059a1571483e35f7.json index 51a0578a750f..a534dbbe1fb3 100644 --- a/data/unsuccessful-reproductions/4f6a844098ea623407b9cf87059a1571483e35f7.json +++ b/data/unsuccessful-reproductions/4f6a844098ea623407b9cf87059a1571483e35f7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.25.0", "newVersion" : "2.28.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f6b6b67afce6f7ff637595e8679a40ec4861882.json b/data/unsuccessful-reproductions/4f6b6b67afce6f7ff637595e8679a40ec4861882.json index 0e1fa14212df..3ecd5bbd5c70 100644 --- a/data/unsuccessful-reproductions/4f6b6b67afce6f7ff637595e8679a40ec4861882.json +++ b/data/unsuccessful-reproductions/4f6b6b67afce6f7ff637595e8679a40ec4861882.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f6fbe93c5dab21324e61c39152fd85738d18368.json b/data/unsuccessful-reproductions/4f6fbe93c5dab21324e61c39152fd85738d18368.json index 846ac7490b56..58ba1e3c045d 100644 --- a/data/unsuccessful-reproductions/4f6fbe93c5dab21324e61c39152fd85738d18368.json +++ b/data/unsuccessful-reproductions/4f6fbe93c5dab21324e61c39152fd85738d18368.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.5.RELEASE", "newVersion" : "5.3.15", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f71a5ec3677d69ffc2a41962417a96b43c715bc.json b/data/unsuccessful-reproductions/4f71a5ec3677d69ffc2a41962417a96b43c715bc.json index f498285b5229..d2e4865885b4 100644 --- a/data/unsuccessful-reproductions/4f71a5ec3677d69ffc2a41962417a96b43c715bc.json +++ b/data/unsuccessful-reproductions/4f71a5ec3677d69ffc2a41962417a96b43c715bc.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.0-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f7a3e2c5ecd8084292435d8890bda09778d9740.json b/data/unsuccessful-reproductions/4f7a3e2c5ecd8084292435d8890bda09778d9740.json index 8aa5939e71e4..0bf07cb175cd 100644 --- a/data/unsuccessful-reproductions/4f7a3e2c5ecd8084292435d8890bda09778d9740.json +++ b/data/unsuccessful-reproductions/4f7a3e2c5ecd8084292435d8890bda09778d9740.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f8a72c84d5c9b3df31b73567d485ae73cd9c08c.json b/data/unsuccessful-reproductions/4f8a72c84d5c9b3df31b73567d485ae73cd9c08c.json index 455a59d0620d..bbd665cf6c6b 100644 --- a/data/unsuccessful-reproductions/4f8a72c84d5c9b3df31b73567d485ae73cd9c08c.json +++ b/data/unsuccessful-reproductions/4f8a72c84d5c9b3df31b73567d485ae73cd9c08c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.2", "newVersion" : "1.6.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4f8ce20636cf6e84ac762d28eec28758dd92395a.json b/data/unsuccessful-reproductions/4f8ce20636cf6e84ac762d28eec28758dd92395a.json index 0aa10ab51817..de4b8447f312 100644 --- a/data/unsuccessful-reproductions/4f8ce20636cf6e84ac762d28eec28758dd92395a.json +++ b/data/unsuccessful-reproductions/4f8ce20636cf6e84ac762d28eec28758dd92395a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fa39014e7e24e8382d83e1507bc4a19bb246c35.json b/data/unsuccessful-reproductions/4fa39014e7e24e8382d83e1507bc4a19bb246c35.json index a1c97f7f82ad..22b7f73da158 100644 --- a/data/unsuccessful-reproductions/4fa39014e7e24e8382d83e1507bc4a19bb246c35.json +++ b/data/unsuccessful-reproductions/4fa39014e7e24e8382d83e1507bc4a19bb246c35.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fa6cd4281bd0f70e4c958fa824d179c64b5b653.json b/data/unsuccessful-reproductions/4fa6cd4281bd0f70e4c958fa824d179c64b5b653.json index e7123f32f9cb..bd960822d786 100644 --- a/data/unsuccessful-reproductions/4fa6cd4281bd0f70e4c958fa824d179c64b5b653.json +++ b/data/unsuccessful-reproductions/4fa6cd4281bd0f70e4c958fa824d179c64b5b653.json @@ -12,7 +12,10 @@ "previousVersion" : "3.17", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fa865df8b326407a7712d51549a2cc44c886e1b.json b/data/unsuccessful-reproductions/4fa865df8b326407a7712d51549a2cc44c886e1b.json index 3de52eb4f2ea..103737e36cff 100644 --- a/data/unsuccessful-reproductions/4fa865df8b326407a7712d51549a2cc44c886e1b.json +++ b/data/unsuccessful-reproductions/4fa865df8b326407a7712d51549a2cc44c886e1b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.1", "newVersion" : "2.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fa9cfdbdb1c41086ffe739a0c29079af694ed91.json b/data/unsuccessful-reproductions/4fa9cfdbdb1c41086ffe739a0c29079af694ed91.json index f937a479e5f5..179afba09861 100644 --- a/data/unsuccessful-reproductions/4fa9cfdbdb1c41086ffe739a0c29079af694ed91.json +++ b/data/unsuccessful-reproductions/4fa9cfdbdb1c41086ffe739a0c29079af694ed91.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.4", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fb1c70ab85c18b2ed4c2e02757d5199c9ef5358.json b/data/unsuccessful-reproductions/4fb1c70ab85c18b2ed4c2e02757d5199c9ef5358.json index 9584fc413b56..96d8040b2ca7 100644 --- a/data/unsuccessful-reproductions/4fb1c70ab85c18b2ed4c2e02757d5199c9ef5358.json +++ b/data/unsuccessful-reproductions/4fb1c70ab85c18b2ed4c2e02757d5199c9ef5358.json @@ -12,7 +12,10 @@ "previousVersion" : "2.116.0", "newVersion" : "2.125.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fc2b135db6cfbebf919dd9a44ac7a0a22342677.json b/data/unsuccessful-reproductions/4fc2b135db6cfbebf919dd9a44ac7a0a22342677.json index 3ad0f8c7aa8f..eb8bec944dfa 100644 --- a/data/unsuccessful-reproductions/4fc2b135db6cfbebf919dd9a44ac7a0a22342677.json +++ b/data/unsuccessful-reproductions/4fc2b135db6cfbebf919dd9a44ac7a0a22342677.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.98", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fc76ff96cf6d0a54ddffbea7371b037c806f76f.json b/data/unsuccessful-reproductions/4fc76ff96cf6d0a54ddffbea7371b037c806f76f.json index 9964254a45ed..207b20efdbb1 100644 --- a/data/unsuccessful-reproductions/4fc76ff96cf6d0a54ddffbea7371b037c806f76f.json +++ b/data/unsuccessful-reproductions/4fc76ff96cf6d0a54ddffbea7371b037c806f76f.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.0", "newVersion" : "4.7.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fc79df8b0cea2a39052175299b04fbbff4ebd27.json b/data/unsuccessful-reproductions/4fc79df8b0cea2a39052175299b04fbbff4ebd27.json index aff96541bf51..e0b062dfd601 100644 --- a/data/unsuccessful-reproductions/4fc79df8b0cea2a39052175299b04fbbff4ebd27.json +++ b/data/unsuccessful-reproductions/4fc79df8b0cea2a39052175299b04fbbff4ebd27.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.98", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fcd681df6663919e6e7450e56419d77c2634b4a.json b/data/unsuccessful-reproductions/4fcd681df6663919e6e7450e56419d77c2634b4a.json index 71d7dd14a2dd..7ff26edcf079 100644 --- a/data/unsuccessful-reproductions/4fcd681df6663919e6e7450e56419d77c2634b4a.json +++ b/data/unsuccessful-reproductions/4fcd681df6663919e6e7450e56419d77c2634b4a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0", "newVersion" : "3.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fd30d6cd44b7844f6e80662bbdc5cccbd9bb684.json b/data/unsuccessful-reproductions/4fd30d6cd44b7844f6e80662bbdc5cccbd9bb684.json index c10bca04e373..93cc5c65591e 100644 --- a/data/unsuccessful-reproductions/4fd30d6cd44b7844f6e80662bbdc5cccbd9bb684.json +++ b/data/unsuccessful-reproductions/4fd30d6cd44b7844f6e80662bbdc5cccbd9bb684.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10.0", "newVersion" : "4.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okhttp" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fd3593be6581509b647f9726f5696429e6d0430.json b/data/unsuccessful-reproductions/4fd3593be6581509b647f9726f5696429e6d0430.json index 7f71087d2e52..cd845e9a7b67 100644 --- a/data/unsuccessful-reproductions/4fd3593be6581509b647f9726f5696429e6d0430.json +++ b/data/unsuccessful-reproductions/4fd3593be6581509b647f9726f5696429e6d0430.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.0", "newVersion" : "2.10.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fd8d95e7f3a18c2a86843ed2918eadf858c0ea0.json b/data/unsuccessful-reproductions/4fd8d95e7f3a18c2a86843ed2918eadf858c0ea0.json index 8ac20599415e..898368eba804 100644 --- a/data/unsuccessful-reproductions/4fd8d95e7f3a18c2a86843ed2918eadf858c0ea0.json +++ b/data/unsuccessful-reproductions/4fd8d95e7f3a18c2a86843ed2918eadf858c0ea0.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fd8e6505fa81dcba93810b8f1ae79f9895c2984.json b/data/unsuccessful-reproductions/4fd8e6505fa81dcba93810b8f1ae79f9895c2984.json index 17ea90dd4c2e..1eeca0d1bb78 100644 --- a/data/unsuccessful-reproductions/4fd8e6505fa81dcba93810b8f1ae79f9895c2984.json +++ b/data/unsuccessful-reproductions/4fd8e6505fa81dcba93810b8f1ae79f9895c2984.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.4", "newVersion" : "3.7.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/4fff795ba7d4407a67f54b644ad018d9857b4295.json b/data/unsuccessful-reproductions/4fff795ba7d4407a67f54b644ad018d9857b4295.json index 644f5ca8c90f..9b1481c1974a 100644 --- a/data/unsuccessful-reproductions/4fff795ba7d4407a67f54b644ad018d9857b4295.json +++ b/data/unsuccessful-reproductions/4fff795ba7d4407a67f54b644ad018d9857b4295.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.1-1.5.7", "newVersion" : "5.2.0-1.5.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5012c978cf637eff72d7326a553f995cd9760244.json b/data/unsuccessful-reproductions/5012c978cf637eff72d7326a553f995cd9760244.json index 66fa7a5c60e2..12ecf8d29d7c 100644 --- a/data/unsuccessful-reproductions/5012c978cf637eff72d7326a553f995cd9760244.json +++ b/data/unsuccessful-reproductions/5012c978cf637eff72d7326a553f995cd9760244.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.210", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/504bce3739d4a9b084b6b8e59c0ea771b4223690.json b/data/unsuccessful-reproductions/504bce3739d4a9b084b6b8e59c0ea771b4223690.json index cd07099d7b99..a0a2e11f285a 100644 --- a/data/unsuccessful-reproductions/504bce3739d4a9b084b6b8e59c0ea771b4223690.json +++ b/data/unsuccessful-reproductions/504bce3739d4a9b084b6b8e59c0ea771b4223690.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.20.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5056dbca97adbc88472fc68e7da56b3259cfa728.json b/data/unsuccessful-reproductions/5056dbca97adbc88472fc68e7da56b3259cfa728.json index 4d7c7f5f4716..bb9e95a7cb20 100644 --- a/data/unsuccessful-reproductions/5056dbca97adbc88472fc68e7da56b3259cfa728.json +++ b/data/unsuccessful-reproductions/5056dbca97adbc88472fc68e7da56b3259cfa728.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/505c30098b2ea409836e04fa9fc64bd7219a6b90.json b/data/unsuccessful-reproductions/505c30098b2ea409836e04fa9fc64bd7219a6b90.json index 5c4c07838d48..7d28e7fbfb04 100644 --- a/data/unsuccessful-reproductions/505c30098b2ea409836e04fa9fc64bd7219a6b90.json +++ b/data/unsuccessful-reproductions/505c30098b2ea409836e04fa9fc64bd7219a6b90.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.2-3", "newVersion" : "5.2.1-2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5060d01d5cb164fa365559249d517e5cd95b1c5c.json b/data/unsuccessful-reproductions/5060d01d5cb164fa365559249d517e5cd95b1c5c.json index 3ea3dc008ac0..b81d8f883f71 100644 --- a/data/unsuccessful-reproductions/5060d01d5cb164fa365559249d517e5cd95b1c5c.json +++ b/data/unsuccessful-reproductions/5060d01d5cb164fa365559249d517e5cd95b1c5c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.12", "newVersion" : "1.6.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "CC0-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/508dd9732d3c07b3fd93e1a6c47c24fae70a13b5.json b/data/unsuccessful-reproductions/508dd9732d3c07b3fd93e1a6c47c24fae70a13b5.json index 39797ddf435d..6e0725c73806 100644 --- a/data/unsuccessful-reproductions/508dd9732d3c07b3fd93e1a6c47c24fae70a13b5.json +++ b/data/unsuccessful-reproductions/508dd9732d3c07b3fd93e1a6c47c24fae70a13b5.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.2", "newVersion" : "3.9.3", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5093a496a24d316ebf5fac1a8d0c7b3dc4c5988f.json b/data/unsuccessful-reproductions/5093a496a24d316ebf5fac1a8d0c7b3dc4c5988f.json index 5d146613814c..e96437074e6a 100644 --- a/data/unsuccessful-reproductions/5093a496a24d316ebf5fac1a8d0c7b3dc4c5988f.json +++ b/data/unsuccessful-reproductions/5093a496a24d316ebf5fac1a8d0c7b3dc4c5988f.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5097430bace89ff1e3491df114e6511658f7dcc7.json b/data/unsuccessful-reproductions/5097430bace89ff1e3491df114e6511658f7dcc7.json index 07b268c691fa..d8a0d5817383 100644 --- a/data/unsuccessful-reproductions/5097430bace89ff1e3491df114e6511658f7dcc7.json +++ b/data/unsuccessful-reproductions/5097430bace89ff1e3491df114e6511658f7dcc7.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0.2", "newVersion" : "20", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/50bc8d0a2687b12aac2c9b8d08eb68f6df95af03.json b/data/unsuccessful-reproductions/50bc8d0a2687b12aac2c9b8d08eb68f6df95af03.json index 2b0eef7219d8..c64ef3894909 100644 --- a/data/unsuccessful-reproductions/50bc8d0a2687b12aac2c9b8d08eb68f6df95af03.json +++ b/data/unsuccessful-reproductions/50bc8d0a2687b12aac2c9b8d08eb68f6df95af03.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/50befe3f285d002436a05bdc02a533f38e966f8b.json b/data/unsuccessful-reproductions/50befe3f285d002436a05bdc02a533f38e966f8b.json index 486b8702bfee..9364dccef0c1 100644 --- a/data/unsuccessful-reproductions/50befe3f285d002436a05bdc02a533f38e966f8b.json +++ b/data/unsuccessful-reproductions/50befe3f285d002436a05bdc02a533f38e966f8b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/50d85155fa99fe5e1b666f804a605654ac116eb3.json b/data/unsuccessful-reproductions/50d85155fa99fe5e1b666f804a605654ac116eb3.json index 13d4ac9525d0..1b431d41d4b2 100644 --- a/data/unsuccessful-reproductions/50d85155fa99fe5e1b666f804a605654ac116eb3.json +++ b/data/unsuccessful-reproductions/50d85155fa99fe5e1b666f804a605654ac116eb3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/50f81009a26496ee748071d1930e48b5281a1a79.json b/data/unsuccessful-reproductions/50f81009a26496ee748071d1930e48b5281a1a79.json index 68f7abe1d89f..acf57fe02d24 100644 --- a/data/unsuccessful-reproductions/50f81009a26496ee748071d1930e48b5281a1a79.json +++ b/data/unsuccessful-reproductions/50f81009a26496ee748071d1930e48b5281a1a79.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/511a448a62cfa012eece5e95966af64df7969d31.json b/data/unsuccessful-reproductions/511a448a62cfa012eece5e95966af64df7969d31.json index 061474bd6991..2e70903938d5 100644 --- a/data/unsuccessful-reproductions/511a448a62cfa012eece5e95966af64df7969d31.json +++ b/data/unsuccessful-reproductions/511a448a62cfa012eece5e95966af64df7969d31.json @@ -12,7 +12,10 @@ "previousVersion" : "8.32", "newVersion" : "9.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/512cb128e5e07de36fa2626c702deefe9dd24f17.json b/data/unsuccessful-reproductions/512cb128e5e07de36fa2626c702deefe9dd24f17.json index 7c566deb24e4..ad962433bda4 100644 --- a/data/unsuccessful-reproductions/512cb128e5e07de36fa2626c702deefe9dd24f17.json +++ b/data/unsuccessful-reproductions/512cb128e5e07de36fa2626c702deefe9dd24f17.json @@ -12,7 +12,10 @@ "previousVersion" : "1198.v387c834fca_1a_", "newVersion" : "1210.vcd41f6657f03", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/512ff75f0b6f39d5326227bc22d2332fa1ffb7e1.json b/data/unsuccessful-reproductions/512ff75f0b6f39d5326227bc22d2332fa1ffb7e1.json index 03ae9c231f36..f6e6db4d0cec 100644 --- a/data/unsuccessful-reproductions/512ff75f0b6f39d5326227bc22d2332fa1ffb7e1.json +++ b/data/unsuccessful-reproductions/512ff75f0b6f39d5326227bc22d2332fa1ffb7e1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/513f8627c1f7fad8ebae553c02298a2456210efe.json b/data/unsuccessful-reproductions/513f8627c1f7fad8ebae553c02298a2456210efe.json index 1af7f3777d77..4e1a2eb701c3 100644 --- a/data/unsuccessful-reproductions/513f8627c1f7fad8ebae553c02298a2456210efe.json +++ b/data/unsuccessful-reproductions/513f8627c1f7fad8ebae553c02298a2456210efe.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.1", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/51413b12bc05187cd7b969743994e1ebe9293fbd.json b/data/unsuccessful-reproductions/51413b12bc05187cd7b969743994e1ebe9293fbd.json index 5361f0da4adc..d24bf56f10a8 100644 --- a/data/unsuccessful-reproductions/51413b12bc05187cd7b969743994e1ebe9293fbd.json +++ b/data/unsuccessful-reproductions/51413b12bc05187cd7b969743994e1ebe9293fbd.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.9", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5141e44054d29ae20dbfd7bf7fe5faa3948c8ccf.json b/data/unsuccessful-reproductions/5141e44054d29ae20dbfd7bf7fe5faa3948c8ccf.json index c3aac54b7fc2..e2665c6c8877 100644 --- a/data/unsuccessful-reproductions/5141e44054d29ae20dbfd7bf7fe5faa3948c8ccf.json +++ b/data/unsuccessful-reproductions/5141e44054d29ae20dbfd7bf7fe5faa3948c8ccf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.13.0", "newVersion" : "1.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/51756b12a0dbed73f95a5c934c1f452dd57c92c3.json b/data/unsuccessful-reproductions/51756b12a0dbed73f95a5c934c1f452dd57c92c3.json index 5d5e89170960..ee103ff336fb 100644 --- a/data/unsuccessful-reproductions/51756b12a0dbed73f95a5c934c1f452dd57c92c3.json +++ b/data/unsuccessful-reproductions/51756b12a0dbed73f95a5c934c1f452dd57c92c3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5179856572c32b2137d51e73fb242ec29a9ec346.json b/data/unsuccessful-reproductions/5179856572c32b2137d51e73fb242ec29a9ec346.json index 7f25017b17b1..607cb1350e2f 100644 --- a/data/unsuccessful-reproductions/5179856572c32b2137d51e73fb242ec29a9ec346.json +++ b/data/unsuccessful-reproductions/5179856572c32b2137d51e73fb242ec29a9ec346.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/51953e4fb0f67d6bdbe212388e3beb04fff0127b.json b/data/unsuccessful-reproductions/51953e4fb0f67d6bdbe212388e3beb04fff0127b.json index 65d8c2f1005c..5061a54213f5 100644 --- a/data/unsuccessful-reproductions/51953e4fb0f67d6bdbe212388e3beb04fff0127b.json +++ b/data/unsuccessful-reproductions/51953e4fb0f67d6bdbe212388e3beb04fff0127b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/519cb4b9d02c2f24606bef0d070912f2b03e6a31.json b/data/unsuccessful-reproductions/519cb4b9d02c2f24606bef0d070912f2b03e6a31.json index 0725d9911469..af7898982cc6 100644 --- a/data/unsuccessful-reproductions/519cb4b9d02c2f24606bef0d070912f2b03e6a31.json +++ b/data/unsuccessful-reproductions/519cb4b9d02c2f24606bef0d070912f2b03e6a31.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.17.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/51c620d886c31f702a40345ff5011da782d54ecf.json b/data/unsuccessful-reproductions/51c620d886c31f702a40345ff5011da782d54ecf.json index c3503159a7c2..67f2c7078996 100644 --- a/data/unsuccessful-reproductions/51c620d886c31f702a40345ff5011da782d54ecf.json +++ b/data/unsuccessful-reproductions/51c620d886c31f702a40345ff5011da782d54ecf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.0", "newVersion" : "2.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/51d7d1b58fee60afb601109b01992c8eb9d6d912.json b/data/unsuccessful-reproductions/51d7d1b58fee60afb601109b01992c8eb9d6d912.json index ed8613165885..e3ffd50d6bbb 100644 --- a/data/unsuccessful-reproductions/51d7d1b58fee60afb601109b01992c8eb9d6d912.json +++ b/data/unsuccessful-reproductions/51d7d1b58fee60afb601109b01992c8eb9d6d912.json @@ -12,7 +12,10 @@ "previousVersion" : "3.11.0", "newVersion" : "3.12.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/51dbb9a8d350e38006990e2ce6a877834744a90a.json b/data/unsuccessful-reproductions/51dbb9a8d350e38006990e2ce6a877834744a90a.json index 9952539362ce..aa9b894d7db7 100644 --- a/data/unsuccessful-reproductions/51dbb9a8d350e38006990e2ce6a877834744a90a.json +++ b/data/unsuccessful-reproductions/51dbb9a8d350e38006990e2ce6a877834744a90a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.39", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/51e2fd3a1e2eaed7f3b632b2d6b5bdbfb49a7b64.json b/data/unsuccessful-reproductions/51e2fd3a1e2eaed7f3b632b2d6b5bdbfb49a7b64.json index 4f8bbe9a9524..0be495cc7e98 100644 --- a/data/unsuccessful-reproductions/51e2fd3a1e2eaed7f3b632b2d6b5bdbfb49a7b64.json +++ b/data/unsuccessful-reproductions/51e2fd3a1e2eaed7f3b632b2d6b5bdbfb49a7b64.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.6", "newVersion" : "1.11.1", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/51ec37879ffa92723303cc71c76853f7e718db90.json b/data/unsuccessful-reproductions/51ec37879ffa92723303cc71c76853f7e718db90.json index 39dcc072ca03..2a856f20623c 100644 --- a/data/unsuccessful-reproductions/51ec37879ffa92723303cc71c76853f7e718db90.json +++ b/data/unsuccessful-reproductions/51ec37879ffa92723303cc71c76853f7e718db90.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/522a5397809d95ae5c16e64fe7466cf2a9ae2af2.json b/data/unsuccessful-reproductions/522a5397809d95ae5c16e64fe7466cf2a9ae2af2.json index bf9531e54fda..8dd30bfafe8e 100644 --- a/data/unsuccessful-reproductions/522a5397809d95ae5c16e64fe7466cf2a9ae2af2.json +++ b/data/unsuccessful-reproductions/522a5397809d95ae5c16e64fe7466cf2a9ae2af2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.24.0", "newVersion" : "3.25.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/522adb320acd32df8508a1b62747a94f03d5c5d5.json b/data/unsuccessful-reproductions/522adb320acd32df8508a1b62747a94f03d5c5d5.json index c79a119114e1..f9a76bdb7c08 100644 --- a/data/unsuccessful-reproductions/522adb320acd32df8508a1b62747a94f03d5c5d5.json +++ b/data/unsuccessful-reproductions/522adb320acd32df8508a1b62747a94f03d5c5d5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.0", "newVersion" : "1.12.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52397fef318108c710eb0a3337b87d4b440357ae.json b/data/unsuccessful-reproductions/52397fef318108c710eb0a3337b87d4b440357ae.json index 63a7f1756238..c5c0ff464f8c 100644 --- a/data/unsuccessful-reproductions/52397fef318108c710eb0a3337b87d4b440357ae.json +++ b/data/unsuccessful-reproductions/52397fef318108c710eb0a3337b87d4b440357ae.json @@ -12,7 +12,10 @@ "previousVersion" : "26.1.3", "newVersion" : "26.1.4", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52544e69bbea054bb01288677fe821c5496981df.json b/data/unsuccessful-reproductions/52544e69bbea054bb01288677fe821c5496981df.json index 8761af4fdf46..6f11b9ebcf35 100644 --- a/data/unsuccessful-reproductions/52544e69bbea054bb01288677fe821c5496981df.json +++ b/data/unsuccessful-reproductions/52544e69bbea054bb01288677fe821c5496981df.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "JodaOrg/joda-time" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52587845e8f52af243e02cbb29dbb56e593fa2a7.json b/data/unsuccessful-reproductions/52587845e8f52af243e02cbb29dbb56e593fa2a7.json index f36a9827544e..1a123cc258b8 100644 --- a/data/unsuccessful-reproductions/52587845e8f52af243e02cbb29dbb56e593fa2a7.json +++ b/data/unsuccessful-reproductions/52587845e8f52af243e02cbb29dbb56e593fa2a7.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/526a6ee5d0cc52982e4b886a46a335c2d605afe0.json b/data/unsuccessful-reproductions/526a6ee5d0cc52982e4b886a46a335c2d605afe0.json index 82d9336cd11a..139637ab08e5 100644 --- a/data/unsuccessful-reproductions/526a6ee5d0cc52982e4b886a46a335c2d605afe0.json +++ b/data/unsuccessful-reproductions/526a6ee5d0cc52982e4b886a46a335c2d605afe0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/526c4a10c534a565caace442ba2c56e90959b8bf.json b/data/unsuccessful-reproductions/526c4a10c534a565caace442ba2c56e90959b8bf.json index 3df2edcc65f3..95f628c5668d 100644 --- a/data/unsuccessful-reproductions/526c4a10c534a565caace442ba2c56e90959b8bf.json +++ b/data/unsuccessful-reproductions/526c4a10c534a565caace442ba2c56e90959b8bf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5278d795c740f038ee0a72616ec1a8abd318d9c9.json b/data/unsuccessful-reproductions/5278d795c740f038ee0a72616ec1a8abd318d9c9.json index 88ad82579602..d0fcbbd4cd90 100644 --- a/data/unsuccessful-reproductions/5278d795c740f038ee0a72616ec1a8abd318d9c9.json +++ b/data/unsuccessful-reproductions/5278d795c740f038ee0a72616ec1a8abd318d9c9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52b367c2989000d7e5cdf4f6a62c0f38dc145ce9.json b/data/unsuccessful-reproductions/52b367c2989000d7e5cdf4f6a62c0f38dc145ce9.json index 651eb7244766..103f2392e651 100644 --- a/data/unsuccessful-reproductions/52b367c2989000d7e5cdf4f6a62c0f38dc145ce9.json +++ b/data/unsuccessful-reproductions/52b367c2989000d7e5cdf4f6a62c0f38dc145ce9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.15.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52b80e32c5ce4a26ebc7eee816d372c1980227d6.json b/data/unsuccessful-reproductions/52b80e32c5ce4a26ebc7eee816d372c1980227d6.json index 95a4aef82c0e..b0fdb10951a1 100644 --- a/data/unsuccessful-reproductions/52b80e32c5ce4a26ebc7eee816d372c1980227d6.json +++ b/data/unsuccessful-reproductions/52b80e32c5ce4a26ebc7eee816d372c1980227d6.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.2.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52babf42303e0a815423c371644104aa371e74f1.json b/data/unsuccessful-reproductions/52babf42303e0a815423c371644104aa371e74f1.json index d7c5cfa49383..5e992e50a55a 100644 --- a/data/unsuccessful-reproductions/52babf42303e0a815423c371644104aa371e74f1.json +++ b/data/unsuccessful-reproductions/52babf42303e0a815423c371644104aa371e74f1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.103", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52c295b0c14f2a9a864af365f96ef073c53061fe.json b/data/unsuccessful-reproductions/52c295b0c14f2a9a864af365f96ef073c53061fe.json index 39504b19cf52..c8edad2c811b 100644 --- a/data/unsuccessful-reproductions/52c295b0c14f2a9a864af365f96ef073c53061fe.json +++ b/data/unsuccessful-reproductions/52c295b0c14f2a9a864af365f96ef073c53061fe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.20221013", "newVersion" : "2.14.0", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52c669f55673d5f66e08bb61a9649daba64ae67a.json b/data/unsuccessful-reproductions/52c669f55673d5f66e08bb61a9649daba64ae67a.json index d0e191b5d6bd..5a398f77b41c 100644 --- a/data/unsuccessful-reproductions/52c669f55673d5f66e08bb61a9649daba64ae67a.json +++ b/data/unsuccessful-reproductions/52c669f55673d5f66e08bb61a9649daba64ae67a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.4-9", "newVersion" : "2.7.4-11", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52c86549a4f5ec2ab1a923f958f14d8a52f64ced.json b/data/unsuccessful-reproductions/52c86549a4f5ec2ab1a923f958f14d8a52f64ced.json index dfa064393417..0ada2f7330db 100644 --- a/data/unsuccessful-reproductions/52c86549a4f5ec2ab1a923f958f14d8a52f64ced.json +++ b/data/unsuccessful-reproductions/52c86549a4f5ec2ab1a923f958f14d8a52f64ced.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6", "newVersion" : "2.12.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52cf51e73294e7ff034d8e81e286eed04f879cee.json b/data/unsuccessful-reproductions/52cf51e73294e7ff034d8e81e286eed04f879cee.json index cae3ff2e4e5f..15d3c92d939f 100644 --- a/data/unsuccessful-reproductions/52cf51e73294e7ff034d8e81e286eed04f879cee.json +++ b/data/unsuccessful-reproductions/52cf51e73294e7ff034d8e81e286eed04f879cee.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9.9.1", "newVersion" : "1.9.19", "dependencyScope" : "runtime", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52d4fc5f2126dfcdef341d1cc87b30b007470f5d.json b/data/unsuccessful-reproductions/52d4fc5f2126dfcdef341d1cc87b30b007470f5d.json index dac732dc44c7..58d7566e4a95 100644 --- a/data/unsuccessful-reproductions/52d4fc5f2126dfcdef341d1cc87b30b007470f5d.json +++ b/data/unsuccessful-reproductions/52d4fc5f2126dfcdef341d1cc87b30b007470f5d.json @@ -12,7 +12,10 @@ "previousVersion" : "10.7.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52f0f29d83ed9e6ba06dc85476517dc5f1493e7a.json b/data/unsuccessful-reproductions/52f0f29d83ed9e6ba06dc85476517dc5f1493e7a.json index 8557feb86764..6c5d32aa409b 100644 --- a/data/unsuccessful-reproductions/52f0f29d83ed9e6ba06dc85476517dc5f1493e7a.json +++ b/data/unsuccessful-reproductions/52f0f29d83ed9e6ba06dc85476517dc5f1493e7a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.7", "newVersion" : "3.12.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/52f4990ad642ef101a6a47f478ee7503a5338c8c.json b/data/unsuccessful-reproductions/52f4990ad642ef101a6a47f478ee7503a5338c8c.json index 53cd4d3aa067..e31cbd56df58 100644 --- a/data/unsuccessful-reproductions/52f4990ad642ef101a6a47f478ee7503a5338c8c.json +++ b/data/unsuccessful-reproductions/52f4990ad642ef101a6a47f478ee7503a5338c8c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.4", "newVersion" : "3.4.5", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/530ce8f1f80c5a2a9591f69084ed31751aaa9219.json b/data/unsuccessful-reproductions/530ce8f1f80c5a2a9591f69084ed31751aaa9219.json index 6221afe70bec..4708c77adbd0 100644 --- a/data/unsuccessful-reproductions/530ce8f1f80c5a2a9591f69084ed31751aaa9219.json +++ b/data/unsuccessful-reproductions/530ce8f1f80c5a2a9591f69084ed31751aaa9219.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.1", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/530fcaf5ca2d95c9cfdfa58984975d46f3da5a42.json b/data/unsuccessful-reproductions/530fcaf5ca2d95c9cfdfa58984975d46f3da5a42.json index c741d7d54746..66ce6fa460b8 100644 --- a/data/unsuccessful-reproductions/530fcaf5ca2d95c9cfdfa58984975d46f3da5a42.json +++ b/data/unsuccessful-reproductions/530fcaf5ca2d95c9cfdfa58984975d46f3da5a42.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.77", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/532b128b9382ab66c7065249e602ab7ff9fb081a.json b/data/unsuccessful-reproductions/532b128b9382ab66c7065249e602ab7ff9fb081a.json index cdd96cedd210..78d0dd5aac18 100644 --- a/data/unsuccessful-reproductions/532b128b9382ab66c7065249e602ab7ff9fb081a.json +++ b/data/unsuccessful-reproductions/532b128b9382ab66c7065249e602ab7ff9fb081a.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0.RELEASE", "newVersion" : "5.2.20.RELEASE", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5337d180b7aff7f7a3ae8abc9ef4af2051c04462.json b/data/unsuccessful-reproductions/5337d180b7aff7f7a3ae8abc9ef4af2051c04462.json index cbeb83efe607..5d23d685eca1 100644 --- a/data/unsuccessful-reproductions/5337d180b7aff7f7a3ae8abc9ef4af2051c04462.json +++ b/data/unsuccessful-reproductions/5337d180b7aff7f7a3ae8abc9ef4af2051c04462.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.10", "newVersion" : "3.13.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53410958dbf1be5055c38a8bf02a96fa10e597e0.json b/data/unsuccessful-reproductions/53410958dbf1be5055c38a8bf02a96fa10e597e0.json index 3a572f43e471..c14c50586728 100644 --- a/data/unsuccessful-reproductions/53410958dbf1be5055c38a8bf02a96fa10e597e0.json +++ b/data/unsuccessful-reproductions/53410958dbf1be5055c38a8bf02a96fa10e597e0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/534503d91c8cba2b8048600f998f2cbc0d32c5b6.json b/data/unsuccessful-reproductions/534503d91c8cba2b8048600f998f2cbc0d32c5b6.json index 45b5bbcb1280..cb782f267176 100644 --- a/data/unsuccessful-reproductions/534503d91c8cba2b8048600f998f2cbc0d32c5b6.json +++ b/data/unsuccessful-reproductions/534503d91c8cba2b8048600f998f2cbc0d32c5b6.json @@ -12,7 +12,10 @@ "previousVersion" : "0.8.0", "newVersion" : "2.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/534d0471ccf9c64f507e893f535549ffb92632a1.json b/data/unsuccessful-reproductions/534d0471ccf9c64f507e893f535549ffb92632a1.json index 8ecccbefff1a..15e4e8d4e6bd 100644 --- a/data/unsuccessful-reproductions/534d0471ccf9c64f507e893f535549ffb92632a1.json +++ b/data/unsuccessful-reproductions/534d0471ccf9c64f507e893f535549ffb92632a1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5352847717b49a853b7527929029d794d31af890.json b/data/unsuccessful-reproductions/5352847717b49a853b7527929029d794d31af890.json index cfb52db013bb..7b08a13b9d18 100644 --- a/data/unsuccessful-reproductions/5352847717b49a853b7527929029d794d31af890.json +++ b/data/unsuccessful-reproductions/5352847717b49a853b7527929029d794d31af890.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.6", "newVersion" : "7.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53554cd19dcc0041144e67e82a1f60aa684630fd.json b/data/unsuccessful-reproductions/53554cd19dcc0041144e67e82a1f60aa684630fd.json index e9dc52b2cc0a..35756db285c0 100644 --- a/data/unsuccessful-reproductions/53554cd19dcc0041144e67e82a1f60aa684630fd.json +++ b/data/unsuccessful-reproductions/53554cd19dcc0041144e67e82a1f60aa684630fd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/535cf2d5f513211dc936ee7c138f6c7feeef18dc.json b/data/unsuccessful-reproductions/535cf2d5f513211dc936ee7c138f6c7feeef18dc.json index 29152eba5a93..e138c1695c77 100644 --- a/data/unsuccessful-reproductions/535cf2d5f513211dc936ee7c138f6c7feeef18dc.json +++ b/data/unsuccessful-reproductions/535cf2d5f513211dc936ee7c138f6c7feeef18dc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/535e74b5f9c36abde1b03109ec0bdc04977ad345.json b/data/unsuccessful-reproductions/535e74b5f9c36abde1b03109ec0bdc04977ad345.json index 9261c10962b6..1fbd0bcf22d5 100644 --- a/data/unsuccessful-reproductions/535e74b5f9c36abde1b03109ec0bdc04977ad345.json +++ b/data/unsuccessful-reproductions/535e74b5f9c36abde1b03109ec0bdc04977ad345.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.10", "newVersion" : "1.6.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53630996101d94a1ef4979e1b931b026b032c3e4.json b/data/unsuccessful-reproductions/53630996101d94a1ef4979e1b931b026b032c3e4.json index 6725a82b36ad..bcfc1e87b6eb 100644 --- a/data/unsuccessful-reproductions/53630996101d94a1ef4979e1b931b026b032c3e4.json +++ b/data/unsuccessful-reproductions/53630996101d94a1ef4979e1b931b026b032c3e4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.100", "newVersion" : "3.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5380d2b3815776528aba0111179574449fd70df0.json b/data/unsuccessful-reproductions/5380d2b3815776528aba0111179574449fd70df0.json index 4fdd64be7210..6bcfb234d68f 100644 --- a/data/unsuccessful-reproductions/5380d2b3815776528aba0111179574449fd70df0.json +++ b/data/unsuccessful-reproductions/5380d2b3815776528aba0111179574449fd70df0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.206", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-2-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/538b62286d1c19b26bad8dd5042f6da6eec5353c.json b/data/unsuccessful-reproductions/538b62286d1c19b26bad8dd5042f6da6eec5353c.json index 3f8f20c7b844..5f13a65435fe 100644 --- a/data/unsuccessful-reproductions/538b62286d1c19b26bad8dd5042f6da6eec5353c.json +++ b/data/unsuccessful-reproductions/538b62286d1c19b26bad8dd5042f6da6eec5353c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.3", "newVersion" : "1.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5398313366d8137bf3c95bf85ad403a4b64d113d.json b/data/unsuccessful-reproductions/5398313366d8137bf3c95bf85ad403a4b64d113d.json index 168ec657865e..34e3c7286971 100644 --- a/data/unsuccessful-reproductions/5398313366d8137bf3c95bf85ad403a4b64d113d.json +++ b/data/unsuccessful-reproductions/5398313366d8137bf3c95bf85ad403a4b64d113d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.399", "newVersion" : "1.12.403", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/539e63fd6f1c81a83a24e1f4e4b4db53bde0468e.json b/data/unsuccessful-reproductions/539e63fd6f1c81a83a24e1f4e4b4db53bde0468e.json index 4d0763224808..34f30a58347d 100644 --- a/data/unsuccessful-reproductions/539e63fd6f1c81a83a24e1f4e4b4db53bde0468e.json +++ b/data/unsuccessful-reproductions/539e63fd6f1c81a83a24e1f4e4b4db53bde0468e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.13.0", "newVersion" : "1.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53a68e2cb993e74ecb01f43cea0f5302332b69cc.json b/data/unsuccessful-reproductions/53a68e2cb993e74ecb01f43cea0f5302332b69cc.json index bbfe1ed929ac..9fe3c41a2fcd 100644 --- a/data/unsuccessful-reproductions/53a68e2cb993e74ecb01f43cea0f5302332b69cc.json +++ b/data/unsuccessful-reproductions/53a68e2cb993e74ecb01f43cea0f5302332b69cc.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.454", "newVersion" : "1.12.463", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53ade1d7248cfa783d83023ffa536b0d6e91e7c4.json b/data/unsuccessful-reproductions/53ade1d7248cfa783d83023ffa536b0d6e91e7c4.json index 5cbf81b5ca57..f924fd11eab1 100644 --- a/data/unsuccessful-reproductions/53ade1d7248cfa783d83023ffa536b0d6e91e7c4.json +++ b/data/unsuccessful-reproductions/53ade1d7248cfa783d83023ffa536b0d6e91e7c4.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53b35a87e073c749b83d2639b82124cf8f8a8b0d.json b/data/unsuccessful-reproductions/53b35a87e073c749b83d2639b82124cf8f8a8b0d.json index 421929ab747e..99d859f9e65d 100644 --- a/data/unsuccessful-reproductions/53b35a87e073c749b83d2639b82124cf8f8a8b0d.json +++ b/data/unsuccessful-reproductions/53b35a87e073c749b83d2639b82124cf8f8a8b0d.json @@ -12,7 +12,10 @@ "previousVersion" : "6.5.3", "newVersion" : "6.6.1-jdk8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53b9a43b7e04e0cdbf860fc03b910134e3f3b720.json b/data/unsuccessful-reproductions/53b9a43b7e04e0cdbf860fc03b910134e3f3b720.json index 1f41947f0384..a711e25cf445 100644 --- a/data/unsuccessful-reproductions/53b9a43b7e04e0cdbf860fc03b910134e3f3b720.json +++ b/data/unsuccessful-reproductions/53b9a43b7e04e0cdbf860fc03b910134e3f3b720.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.458", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53d633e4fe82bfd09a509fbb877be9d07e01272c.json b/data/unsuccessful-reproductions/53d633e4fe82bfd09a509fbb877be9d07e01272c.json index 2122d3f3aa06..2d612362acf3 100644 --- a/data/unsuccessful-reproductions/53d633e4fe82bfd09a509fbb877be9d07e01272c.json +++ b/data/unsuccessful-reproductions/53d633e4fe82bfd09a509fbb877be9d07e01272c.json @@ -12,7 +12,10 @@ "previousVersion" : "20.116.0", "newVersion" : "20.117.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53de95934912e8a3911cc127cb8ca517e269e88d.json b/data/unsuccessful-reproductions/53de95934912e8a3911cc127cb8ca517e269e88d.json index 420149a13d5a..f69e7388bbbc 100644 --- a/data/unsuccessful-reproductions/53de95934912e8a3911cc127cb8ca517e269e88d.json +++ b/data/unsuccessful-reproductions/53de95934912e8a3911cc127cb8ca517e269e88d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.7.1", "newVersion" : "3.9.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53e28306bb0b1e1621723f1feb76a416e0ecd253.json b/data/unsuccessful-reproductions/53e28306bb0b1e1621723f1feb76a416e0ecd253.json index bd21f180aa1d..bc9e37edaae8 100644 --- a/data/unsuccessful-reproductions/53e28306bb0b1e1621723f1feb76a416e0ecd253.json +++ b/data/unsuccessful-reproductions/53e28306bb0b1e1621723f1feb76a416e0ecd253.json @@ -12,7 +12,10 @@ "previousVersion" : "24.1.1", "newVersion" : "24.2.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53e6d1b4062d7be89b4a0b43e5613e8cf4c46128.json b/data/unsuccessful-reproductions/53e6d1b4062d7be89b4a0b43e5613e8cf4c46128.json index fad6d0f06510..fba5bdc07131 100644 --- a/data/unsuccessful-reproductions/53e6d1b4062d7be89b4a0b43e5613e8cf4c46128.json +++ b/data/unsuccessful-reproductions/53e6d1b4062d7be89b4a0b43e5613e8cf4c46128.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.9", "newVersion" : "4.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53eedd001a3fdbbceb55e8187a81bc122f65084f.json b/data/unsuccessful-reproductions/53eedd001a3fdbbceb55e8187a81bc122f65084f.json index 5808656e0251..a2db200f592e 100644 --- a/data/unsuccessful-reproductions/53eedd001a3fdbbceb55e8187a81bc122f65084f.json +++ b/data/unsuccessful-reproductions/53eedd001a3fdbbceb55e8187a81bc122f65084f.json @@ -12,7 +12,10 @@ "previousVersion" : "10.2", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53fc241c847a5490f5abb9d5918cfd91cb603ce2.json b/data/unsuccessful-reproductions/53fc241c847a5490f5abb9d5918cfd91cb603ce2.json index f50d5790ad5c..61f1baeacf78 100644 --- a/data/unsuccessful-reproductions/53fc241c847a5490f5abb9d5918cfd91cb603ce2.json +++ b/data/unsuccessful-reproductions/53fc241c847a5490f5abb9d5918cfd91cb603ce2.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.1", "newVersion" : "42.3.2", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/53febae6c56bc045c7ba3efc5d4f8422b3dbd5d6.json b/data/unsuccessful-reproductions/53febae6c56bc045c7ba3efc5d4f8422b3dbd5d6.json index a40050843e5a..dae2abaac413 100644 --- a/data/unsuccessful-reproductions/53febae6c56bc045c7ba3efc5d4f8422b3dbd5d6.json +++ b/data/unsuccessful-reproductions/53febae6c56bc045c7ba3efc5d4f8422b3dbd5d6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.16.Final", "newVersion" : "2.3.6.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5405baaea3f62ea814256f91ae3c27c4653c0195.json b/data/unsuccessful-reproductions/5405baaea3f62ea814256f91ae3c27c4653c0195.json index 87b3a8bc307b..80efae6cf3b3 100644 --- a/data/unsuccessful-reproductions/5405baaea3f62ea814256f91ae3c27c4653c0195.json +++ b/data/unsuccessful-reproductions/5405baaea3f62ea814256f91ae3c27c4653c0195.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.3", "newVersion" : "1.6.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/541751ccfb27fc91294adb8ba0f4d671299ab562.json b/data/unsuccessful-reproductions/541751ccfb27fc91294adb8ba0f4d671299ab562.json index b516dabb07c8..4a401a61428e 100644 --- a/data/unsuccessful-reproductions/541751ccfb27fc91294adb8ba0f4d671299ab562.json +++ b/data/unsuccessful-reproductions/541751ccfb27fc91294adb8ba0f4d671299ab562.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/541ead249135e94c099c51449431273ff6b1e403.json b/data/unsuccessful-reproductions/541ead249135e94c099c51449431273ff6b1e403.json index ef12badb0421..83709985d4a8 100644 --- a/data/unsuccessful-reproductions/541ead249135e94c099c51449431273ff6b1e403.json +++ b/data/unsuccessful-reproductions/541ead249135e94c099c51449431273ff6b1e403.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.4", "newVersion" : "3.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54248daff16288650b883759b2e1ee2b90c679dc.json b/data/unsuccessful-reproductions/54248daff16288650b883759b2e1ee2b90c679dc.json index 6f009ccab3fa..a4e84dfc7a74 100644 --- a/data/unsuccessful-reproductions/54248daff16288650b883759b2e1ee2b90c679dc.json +++ b/data/unsuccessful-reproductions/54248daff16288650b883759b2e1ee2b90c679dc.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.1", "newVersion" : "5.6.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/542924981b0f59511a3a262621687d234d927e8c.json b/data/unsuccessful-reproductions/542924981b0f59511a3a262621687d234d927e8c.json index a234f84c812e..21ca699e2b11 100644 --- a/data/unsuccessful-reproductions/542924981b0f59511a3a262621687d234d927e8c.json +++ b/data/unsuccessful-reproductions/542924981b0f59511a3a262621687d234d927e8c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.99", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5430dcd28e180d4d772d7a5f9d06f3711ad4b653.json b/data/unsuccessful-reproductions/5430dcd28e180d4d772d7a5f9d06f3711ad4b653.json index 68f6bcf47cbd..f6f385c43d4a 100644 --- a/data/unsuccessful-reproductions/5430dcd28e180d4d772d7a5f9d06f3711ad4b653.json +++ b/data/unsuccessful-reproductions/5430dcd28e180d4d772d7a5f9d06f3711ad4b653.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.33", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5443b798192ad01130a35b9e43e323713d70d9bf.json b/data/unsuccessful-reproductions/5443b798192ad01130a35b9e43e323713d70d9bf.json index 001d64a7b310..e66cab75c9ba 100644 --- a/data/unsuccessful-reproductions/5443b798192ad01130a35b9e43e323713d70d9bf.json +++ b/data/unsuccessful-reproductions/5443b798192ad01130a35b9e43e323713d70d9bf.json @@ -12,7 +12,10 @@ "previousVersion" : "6.5.3", "newVersion" : "7.0.0-jdk8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5449de0955183cf1cd12a7e12ebed99d1e8d6f81.json b/data/unsuccessful-reproductions/5449de0955183cf1cd12a7e12ebed99d1e8d6f81.json index da4e1cd2bab7..5019f7ae87c1 100644 --- a/data/unsuccessful-reproductions/5449de0955183cf1cd12a7e12ebed99d1e8d6f81.json +++ b/data/unsuccessful-reproductions/5449de0955183cf1cd12a7e12ebed99d1e8d6f81.json @@ -12,7 +12,10 @@ "previousVersion" : "3.29.1-GA", "newVersion" : "3.29.2-GA", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/544c946d250f53cef754bc076cc5503714af4e68.json b/data/unsuccessful-reproductions/544c946d250f53cef754bc076cc5503714af4e68.json index 71b6cafd6259..44a7d3c47aee 100644 --- a/data/unsuccessful-reproductions/544c946d250f53cef754bc076cc5503714af4e68.json +++ b/data/unsuccessful-reproductions/544c946d250f53cef754bc076cc5503714af4e68.json @@ -12,7 +12,10 @@ "previousVersion" : "7.8.0", "newVersion" : "7.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/545364665b858d4b13c199d070673747bd3991a0.json b/data/unsuccessful-reproductions/545364665b858d4b13c199d070673747bd3991a0.json index 5f35802ce298..62c22a80a49f 100644 --- a/data/unsuccessful-reproductions/545364665b858d4b13c199d070673747bd3991a0.json +++ b/data/unsuccessful-reproductions/545364665b858d4b13c199d070673747bd3991a0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.2", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/545aff574ce5313e1133f90d995ed38e9115b646.json b/data/unsuccessful-reproductions/545aff574ce5313e1133f90d995ed38e9115b646.json index 0862dfcd5e20..0521fc773f6f 100644 --- a/data/unsuccessful-reproductions/545aff574ce5313e1133f90d995ed38e9115b646.json +++ b/data/unsuccessful-reproductions/545aff574ce5313e1133f90d995ed38e9115b646.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0.11", "newVersion" : "11.0.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5461a071c0592a203b53b7153ce21f00f404393e.json b/data/unsuccessful-reproductions/5461a071c0592a203b53b7153ce21f00f404393e.json index 3e2f86e70a88..ec96edb7f156 100644 --- a/data/unsuccessful-reproductions/5461a071c0592a203b53b7153ce21f00f404393e.json +++ b/data/unsuccessful-reproductions/5461a071c0592a203b53b7153ce21f00f404393e.json @@ -12,7 +12,10 @@ "previousVersion" : "42.4.1", "newVersion" : "42.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54754a3008018e81d17e670942fa4f1ce6f0f30c.json b/data/unsuccessful-reproductions/54754a3008018e81d17e670942fa4f1ce6f0f30c.json index f8ecbcc6420c..d4503b1705ee 100644 --- a/data/unsuccessful-reproductions/54754a3008018e81d17e670942fa4f1ce6f0f30c.json +++ b/data/unsuccessful-reproductions/54754a3008018e81d17e670942fa4f1ce6f0f30c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/547587b775a55bc2e7dfea8a83ae331a2d6db6d1.json b/data/unsuccessful-reproductions/547587b775a55bc2e7dfea8a83ae331a2d6db6d1.json index de9e08ddcb3d..49796766d31b 100644 --- a/data/unsuccessful-reproductions/547587b775a55bc2e7dfea8a83ae331a2d6db6d1.json +++ b/data/unsuccessful-reproductions/547587b775a55bc2e7dfea8a83ae331a2d6db6d1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.330", "newVersion" : "2.333", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/547a9730f96eb18e9310d658ed2f832f8fef9b85.json b/data/unsuccessful-reproductions/547a9730f96eb18e9310d658ed2f832f8fef9b85.json index eeb8ee9c0485..ddd0c753c051 100644 --- a/data/unsuccessful-reproductions/547a9730f96eb18e9310d658ed2f832f8fef9b85.json +++ b/data/unsuccessful-reproductions/547a9730f96eb18e9310d658ed2f832f8fef9b85.json @@ -12,7 +12,10 @@ "previousVersion" : "2.36", "newVersion" : "3.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5484c8ce0587f1ef997ef8a215086f3a0e057aa3.json b/data/unsuccessful-reproductions/5484c8ce0587f1ef997ef8a215086f3a0e057aa3.json index 0ef9237554c7..1cc02f6143aa 100644 --- a/data/unsuccessful-reproductions/5484c8ce0587f1ef997ef8a215086f3a0e057aa3.json +++ b/data/unsuccessful-reproductions/5484c8ce0587f1ef997ef8a215086f3a0e057aa3.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/548db8626b232d2a01e65d846f8933a6333dbd09.json b/data/unsuccessful-reproductions/548db8626b232d2a01e65d846f8933a6333dbd09.json index 02478770677c..9cd0e1531441 100644 --- a/data/unsuccessful-reproductions/548db8626b232d2a01e65d846f8933a6333dbd09.json +++ b/data/unsuccessful-reproductions/548db8626b232d2a01e65d846f8933a6333dbd09.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.2", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54919a96f3a4cf6dcdadb2a129a043978a445f98.json b/data/unsuccessful-reproductions/54919a96f3a4cf6dcdadb2a129a043978a445f98.json index 029cb1185ea3..2f0466002beb 100644 --- a/data/unsuccessful-reproductions/54919a96f3a4cf6dcdadb2a129a043978a445f98.json +++ b/data/unsuccessful-reproductions/54919a96f3a4cf6dcdadb2a129a043978a445f98.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.196.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/549c50ae8f2171b0fcd921df6d3e28a912388a7f.json b/data/unsuccessful-reproductions/549c50ae8f2171b0fcd921df6d3e28a912388a7f.json index 026dfd01576e..770a7a0a916e 100644 --- a/data/unsuccessful-reproductions/549c50ae8f2171b0fcd921df6d3e28a912388a7f.json +++ b/data/unsuccessful-reproductions/549c50ae8f2171b0fcd921df6d3e28a912388a7f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54a4cdc95f614c103e4964342b05e97b40af9c89.json b/data/unsuccessful-reproductions/54a4cdc95f614c103e4964342b05e97b40af9c89.json index 147f4c2d9e2b..7d82d3c49f14 100644 --- a/data/unsuccessful-reproductions/54a4cdc95f614c103e4964342b05e97b40af9c89.json +++ b/data/unsuccessful-reproductions/54a4cdc95f614c103e4964342b05e97b40af9c89.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.49", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54a692842ce8b615e8b914ca6b8fe830d4667567.json b/data/unsuccessful-reproductions/54a692842ce8b615e8b914ca6b8fe830d4667567.json index 19b6147d6f20..2a934887df83 100644 --- a/data/unsuccessful-reproductions/54a692842ce8b615e8b914ca6b8fe830d4667567.json +++ b/data/unsuccessful-reproductions/54a692842ce8b615e8b914ca6b8fe830d4667567.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "3.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54b07ec1ecc25aa13c82586c4e1a76d9bfee5425.json b/data/unsuccessful-reproductions/54b07ec1ecc25aa13c82586c4e1a76d9bfee5425.json index 4a1dd9a1dffa..e8b77af7e73f 100644 --- a/data/unsuccessful-reproductions/54b07ec1ecc25aa13c82586c4e1a76d9bfee5425.json +++ b/data/unsuccessful-reproductions/54b07ec1ecc25aa13c82586c4e1a76d9bfee5425.json @@ -12,7 +12,10 @@ "previousVersion" : "0.5.36", "newVersion" : "0.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54b3e0862c05b9dbb8223022bc5b8c97ae52d6f9.json b/data/unsuccessful-reproductions/54b3e0862c05b9dbb8223022bc5b8c97ae52d6f9.json index 36458be03447..6a9503dfe5df 100644 --- a/data/unsuccessful-reproductions/54b3e0862c05b9dbb8223022bc5b8c97ae52d6f9.json +++ b/data/unsuccessful-reproductions/54b3e0862c05b9dbb8223022bc5b8c97ae52d6f9.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.0.1", "newVersion" : "v1.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54b63e9d18821ff962bcd7349c05aea572b578c7.json b/data/unsuccessful-reproductions/54b63e9d18821ff962bcd7349c05aea572b578c7.json index feda3d18e23f..a7367e7ea865 100644 --- a/data/unsuccessful-reproductions/54b63e9d18821ff962bcd7349c05aea572b578c7.json +++ b/data/unsuccessful-reproductions/54b63e9d18821ff962bcd7349c05aea572b578c7.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54e097116e5c98a378da21d3ea311a84a7a283ec.json b/data/unsuccessful-reproductions/54e097116e5c98a378da21d3ea311a84a7a283ec.json index e8363a89ae57..d93811b69151 100644 --- a/data/unsuccessful-reproductions/54e097116e5c98a378da21d3ea311a84a7a283ec.json +++ b/data/unsuccessful-reproductions/54e097116e5c98a378da21d3ea311a84a7a283ec.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.2", "newVersion" : "3.9.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54e66722c8346fc138215d1a459e9f29bc3cfa4a.json b/data/unsuccessful-reproductions/54e66722c8346fc138215d1a459e9f29bc3cfa4a.json index d8c3f2bf6cc4..a1724ddba5a8 100644 --- a/data/unsuccessful-reproductions/54e66722c8346fc138215d1a459e9f29bc3cfa4a.json +++ b/data/unsuccessful-reproductions/54e66722c8346fc138215d1a459e9f29bc3cfa4a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/54e776ddb0ce16f5317a6c2feec640a831b039bb.json b/data/unsuccessful-reproductions/54e776ddb0ce16f5317a6c2feec640a831b039bb.json index e4fe99fbf49a..93cc7580e52a 100644 --- a/data/unsuccessful-reproductions/54e776ddb0ce16f5317a6c2feec640a831b039bb.json +++ b/data/unsuccessful-reproductions/54e776ddb0ce16f5317a6c2feec640a831b039bb.json @@ -12,7 +12,10 @@ "previousVersion" : "0.27.0", "newVersion" : "0.27.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/550878f5a56ad16ee7793af18faf382172da1ec0.json b/data/unsuccessful-reproductions/550878f5a56ad16ee7793af18faf382172da1ec0.json index 1407bf87b90f..4a8eac6c4414 100644 --- a/data/unsuccessful-reproductions/550878f5a56ad16ee7793af18faf382172da1ec0.json +++ b/data/unsuccessful-reproductions/550878f5a56ad16ee7793af18faf382172da1ec0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9.2", "newVersion" : "1.9.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/550dd1fa074e783a5fffb39a16a0f41c43efea20.json b/data/unsuccessful-reproductions/550dd1fa074e783a5fffb39a16a0f41c43efea20.json index 077c5d72729e..0c7aaa986862 100644 --- a/data/unsuccessful-reproductions/550dd1fa074e783a5fffb39a16a0f41c43efea20.json +++ b/data/unsuccessful-reproductions/550dd1fa074e783a5fffb39a16a0f41c43efea20.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.7", "newVersion" : "3.0.6", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5522ef363abcf7f206f4f6e42ed980e79821b6da.json b/data/unsuccessful-reproductions/5522ef363abcf7f206f4f6e42ed980e79821b6da.json index 0f5bf60a71f4..96b12ca34e1b 100644 --- a/data/unsuccessful-reproductions/5522ef363abcf7f206f4f6e42ed980e79821b6da.json +++ b/data/unsuccessful-reproductions/5522ef363abcf7f206f4f6e42ed980e79821b6da.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.8", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/55243b8cb8f710f7f5012a53443ba33c8c400416.json b/data/unsuccessful-reproductions/55243b8cb8f710f7f5012a53443ba33c8c400416.json index 090e21c4bab1..cab7148dcf3e 100644 --- a/data/unsuccessful-reproductions/55243b8cb8f710f7f5012a53443ba33c8c400416.json +++ b/data/unsuccessful-reproductions/55243b8cb8f710f7f5012a53443ba33c8c400416.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.8", "newVersion" : "2.4.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/55397a31f78c0b0c8b3b3fd9aa2a25a6a0f66522.json b/data/unsuccessful-reproductions/55397a31f78c0b0c8b3b3fd9aa2a25a6a0f66522.json index c663374320d6..276533240f29 100644 --- a/data/unsuccessful-reproductions/55397a31f78c0b0c8b3b3fd9aa2a25a6a0f66522.json +++ b/data/unsuccessful-reproductions/55397a31f78c0b0c8b3b3fd9aa2a25a6a0f66522.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5548bd2714e3c053223640fe59fc11e3db229685.json b/data/unsuccessful-reproductions/5548bd2714e3c053223640fe59fc11e3db229685.json index 314a5c3c16e5..f7e734dd5243 100644 --- a/data/unsuccessful-reproductions/5548bd2714e3c053223640fe59fc11e3db229685.json +++ b/data/unsuccessful-reproductions/5548bd2714e3c053223640fe59fc11e3db229685.json @@ -12,7 +12,10 @@ "previousVersion" : "8.20.8", "newVersion" : "11.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/554d17c1261dfa36a63098eaba77280a24b7168d.json b/data/unsuccessful-reproductions/554d17c1261dfa36a63098eaba77280a24b7168d.json index 0f4a1f6f5498..0b71d7f04786 100644 --- a/data/unsuccessful-reproductions/554d17c1261dfa36a63098eaba77280a24b7168d.json +++ b/data/unsuccessful-reproductions/554d17c1261dfa36a63098eaba77280a24b7168d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/554e3abf31d24e2765d4f4804cb433195361754a.json b/data/unsuccessful-reproductions/554e3abf31d24e2765d4f4804cb433195361754a.json index 2778c8a0512e..2ba9529fc0b6 100644 --- a/data/unsuccessful-reproductions/554e3abf31d24e2765d4f4804cb433195361754a.json +++ b/data/unsuccessful-reproductions/554e3abf31d24e2765d4f4804cb433195361754a.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.4", "newVersion" : "5.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5559a01fbd145a229256787877cd7eb18df1809c.json b/data/unsuccessful-reproductions/5559a01fbd145a229256787877cd7eb18df1809c.json index 016ba70d78b5..05ebdc5a06aa 100644 --- a/data/unsuccessful-reproductions/5559a01fbd145a229256787877cd7eb18df1809c.json +++ b/data/unsuccessful-reproductions/5559a01fbd145a229256787877cd7eb18df1809c.json @@ -12,7 +12,10 @@ "previousVersion" : "0.12.0", "newVersion" : "0.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/555f6cad62289e2da44300b18e648279b2d7c972.json b/data/unsuccessful-reproductions/555f6cad62289e2da44300b18e648279b2d7c972.json index 3ae4d0b29aa5..e45d1666e768 100644 --- a/data/unsuccessful-reproductions/555f6cad62289e2da44300b18e648279b2d7c972.json +++ b/data/unsuccessful-reproductions/555f6cad62289e2da44300b18e648279b2d7c972.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.5", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5563369d0c715c954d08fbb3ec6bb8ac238db8ec.json b/data/unsuccessful-reproductions/5563369d0c715c954d08fbb3ec6bb8ac238db8ec.json index 885f8da46d3d..563fcce0e406 100644 --- a/data/unsuccessful-reproductions/5563369d0c715c954d08fbb3ec6bb8ac238db8ec.json +++ b/data/unsuccessful-reproductions/5563369d0c715c954d08fbb3ec6bb8ac238db8ec.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.0", "newVersion" : "1.1.1", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/556be50f6aafdf50415c9680ea873567cfbd91cd.json b/data/unsuccessful-reproductions/556be50f6aafdf50415c9680ea873567cfbd91cd.json index 18d52970643d..d3d974aa850d 100644 --- a/data/unsuccessful-reproductions/556be50f6aafdf50415c9680ea873567cfbd91cd.json +++ b/data/unsuccessful-reproductions/556be50f6aafdf50415c9680ea873567cfbd91cd.json @@ -12,7 +12,10 @@ "previousVersion" : "30.0-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/55709889a3e2b19fbf7effde9281321a654a159b.json b/data/unsuccessful-reproductions/55709889a3e2b19fbf7effde9281321a654a159b.json index 6a719f3aa97e..9b26136e377c 100644 --- a/data/unsuccessful-reproductions/55709889a3e2b19fbf7effde9281321a654a159b.json +++ b/data/unsuccessful-reproductions/55709889a3e2b19fbf7effde9281321a654a159b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/558fa8123f06f54dd410198af8e50c49bc0e0959.json b/data/unsuccessful-reproductions/558fa8123f06f54dd410198af8e50c49bc0e0959.json index d2555b8a30e6..b7e8dd7b1762 100644 --- a/data/unsuccessful-reproductions/558fa8123f06f54dd410198af8e50c49bc0e0959.json +++ b/data/unsuccessful-reproductions/558fa8123f06f54dd410198af8e50c49bc0e0959.json @@ -12,7 +12,10 @@ "previousVersion" : "6.8.23", "newVersion" : "7.17.8", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/55919f70b6770d41c751314e1a3a0fff04fb9991.json b/data/unsuccessful-reproductions/55919f70b6770d41c751314e1a3a0fff04fb9991.json index f68c293b13b4..7ebdcf1c7050 100644 --- a/data/unsuccessful-reproductions/55919f70b6770d41c751314e1a3a0fff04fb9991.json +++ b/data/unsuccessful-reproductions/55919f70b6770d41c751314e1a3a0fff04fb9991.json @@ -12,7 +12,10 @@ "previousVersion" : "1.54", "newVersion" : "2.16.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/559dc53e8353884b757a33c0c9315b572a31192d.json b/data/unsuccessful-reproductions/559dc53e8353884b757a33c0c9315b572a31192d.json index 662861a57c85..00b18202c905 100644 --- a/data/unsuccessful-reproductions/559dc53e8353884b757a33c0c9315b572a31192d.json +++ b/data/unsuccessful-reproductions/559dc53e8353884b757a33c0c9315b572a31192d.json @@ -12,7 +12,10 @@ "previousVersion" : "20220320", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/55cc58dfc335dfa7651c0cb603766a183aad3c96.json b/data/unsuccessful-reproductions/55cc58dfc335dfa7651c0cb603766a183aad3c96.json index cc1bb62eadc6..621237c476eb 100644 --- a/data/unsuccessful-reproductions/55cc58dfc335dfa7651c0cb603766a183aad3c96.json +++ b/data/unsuccessful-reproductions/55cc58dfc335dfa7651c0cb603766a183aad3c96.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.85", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/55db89777c2ed321335ec5703495c0f0129a808d.json b/data/unsuccessful-reproductions/55db89777c2ed321335ec5703495c0f0129a808d.json index daaf6a8cfd74..6f8084bfebb2 100644 --- a/data/unsuccessful-reproductions/55db89777c2ed321335ec5703495c0f0129a808d.json +++ b/data/unsuccessful-reproductions/55db89777c2ed321335ec5703495c0f0129a808d.json @@ -12,7 +12,10 @@ "previousVersion" : "19.4", "newVersion" : "20.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/56098dca3336a6ee197d2ec4b28ffc5092e78f25.json b/data/unsuccessful-reproductions/56098dca3336a6ee197d2ec4b28ffc5092e78f25.json index 41295687dbb5..1999f5e62570 100644 --- a/data/unsuccessful-reproductions/56098dca3336a6ee197d2ec4b28ffc5092e78f25.json +++ b/data/unsuccessful-reproductions/56098dca3336a6ee197d2ec4b28ffc5092e78f25.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/562c445611d1e87ee7e1ad431170ec2fa725c674.json b/data/unsuccessful-reproductions/562c445611d1e87ee7e1ad431170ec2fa725c674.json index 99d5ddfdac1e..7cf76aabd1df 100644 --- a/data/unsuccessful-reproductions/562c445611d1e87ee7e1ad431170ec2fa725c674.json +++ b/data/unsuccessful-reproductions/562c445611d1e87ee7e1ad431170ec2fa725c674.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.181.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/562d91062b1598a9ff3762c411ded7bff18c5eb8.json b/data/unsuccessful-reproductions/562d91062b1598a9ff3762c411ded7bff18c5eb8.json index 2960358994fd..d4aedc558978 100644 --- a/data/unsuccessful-reproductions/562d91062b1598a9ff3762c411ded7bff18c5eb8.json +++ b/data/unsuccessful-reproductions/562d91062b1598a9ff3762c411ded7bff18c5eb8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.7", "newVersion" : "1.6.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/563b26cdaa29081fe0263ad3a9ba1a117c547c91.json b/data/unsuccessful-reproductions/563b26cdaa29081fe0263ad3a9ba1a117c547c91.json index a7d9ae94a315..e08d017bb9d2 100644 --- a/data/unsuccessful-reproductions/563b26cdaa29081fe0263ad3a9ba1a117c547c91.json +++ b/data/unsuccessful-reproductions/563b26cdaa29081fe0263ad3a9ba1a117c547c91.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.17.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/563b6e2eff5e98570560a6dc5d4efcc9f0de319b.json b/data/unsuccessful-reproductions/563b6e2eff5e98570560a6dc5d4efcc9f0de319b.json index 94017fc7aa8d..67ad0cb0f38b 100644 --- a/data/unsuccessful-reproductions/563b6e2eff5e98570560a6dc5d4efcc9f0de319b.json +++ b/data/unsuccessful-reproductions/563b6e2eff5e98570560a6dc5d4efcc9f0de319b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30", "newVersion" : "1.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/564e034d37a6af50ab029dfda8917c0746ed9d38.json b/data/unsuccessful-reproductions/564e034d37a6af50ab029dfda8917c0746ed9d38.json index 8fbef61493f9..4d67bc414870 100644 --- a/data/unsuccessful-reproductions/564e034d37a6af50ab029dfda8917c0746ed9d38.json +++ b/data/unsuccessful-reproductions/564e034d37a6af50ab029dfda8917c0746ed9d38.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.186", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/565bac9f0c0b1d22d3ab51e0dcf3a98f6b0a5018.json b/data/unsuccessful-reproductions/565bac9f0c0b1d22d3ab51e0dcf3a98f6b0a5018.json index 69642a0c06de..74119457929b 100644 --- a/data/unsuccessful-reproductions/565bac9f0c0b1d22d3ab51e0dcf3a98f6b0a5018.json +++ b/data/unsuccessful-reproductions/565bac9f0c0b1d22d3ab51e0dcf3a98f6b0a5018.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/565bc555f2057a50fd1265d041457830bba91368.json b/data/unsuccessful-reproductions/565bc555f2057a50fd1265d041457830bba91368.json index 2d933dcd2efc..66f45b8b11c3 100644 --- a/data/unsuccessful-reproductions/565bc555f2057a50fd1265d041457830bba91368.json +++ b/data/unsuccessful-reproductions/565bc555f2057a50fd1265d041457830bba91368.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.1", "newVersion" : "3.19.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/566452fcb736d2acdd48246c31072a4a8173dfe9.json b/data/unsuccessful-reproductions/566452fcb736d2acdd48246c31072a4a8173dfe9.json index 506534fbd8b4..fd7e27a07357 100644 --- a/data/unsuccessful-reproductions/566452fcb736d2acdd48246c31072a4a8173dfe9.json +++ b/data/unsuccessful-reproductions/566452fcb736d2acdd48246c31072a4a8173dfe9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.117", "newVersion" : "1.301-378.v9807bd746da5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/56759e237a9fb6e2b463ecfdc8d7b5015efb8d97.json b/data/unsuccessful-reproductions/56759e237a9fb6e2b463ecfdc8d7b5015efb8d97.json index 9a47f2080b43..5c6c8af49f98 100644 --- a/data/unsuccessful-reproductions/56759e237a9fb6e2b463ecfdc8d7b5015efb8d97.json +++ b/data/unsuccessful-reproductions/56759e237a9fb6e2b463ecfdc8d7b5015efb8d97.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/567810505a10e0e19817895d51691ac1565ed60a.json b/data/unsuccessful-reproductions/567810505a10e0e19817895d51691ac1565ed60a.json index 2bcd4b2ef031..10dcf201ad0f 100644 --- a/data/unsuccessful-reproductions/567810505a10e0e19817895d51691ac1565ed60a.json +++ b/data/unsuccessful-reproductions/567810505a10e0e19817895d51691ac1565ed60a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.4", "newVersion" : "3.8.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5683e22e5859f4a66070ed6f9ba67f2f97737937.json b/data/unsuccessful-reproductions/5683e22e5859f4a66070ed6f9ba67f2f97737937.json index 7d8c843342ac..82963eca6349 100644 --- a/data/unsuccessful-reproductions/5683e22e5859f4a66070ed6f9ba67f2f97737937.json +++ b/data/unsuccessful-reproductions/5683e22e5859f4a66070ed6f9ba67f2f97737937.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/56974352bc1d9c37bd9c74ccddc95a33ae0ce1f8.json b/data/unsuccessful-reproductions/56974352bc1d9c37bd9c74ccddc95a33ae0ce1f8.json index aff587b3f15c..4cf33517cb10 100644 --- a/data/unsuccessful-reproductions/56974352bc1d9c37bd9c74ccddc95a33ae0ce1f8.json +++ b/data/unsuccessful-reproductions/56974352bc1d9c37bd9c74ccddc95a33ae0ce1f8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.19", "newVersion" : "1.7.32", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/56c968c57ea3f24ca02bf72ee04601a07be27374.json b/data/unsuccessful-reproductions/56c968c57ea3f24ca02bf72ee04601a07be27374.json index b642be05b639..a49e035fe702 100644 --- a/data/unsuccessful-reproductions/56c968c57ea3f24ca02bf72ee04601a07be27374.json +++ b/data/unsuccessful-reproductions/56c968c57ea3f24ca02bf72ee04601a07be27374.json @@ -12,7 +12,10 @@ "previousVersion" : "0.3.2-patch11", "newVersion" : "0.4.6", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/56d160e68e3c03f3eac7f52b4f0c3c9f4a632397.json b/data/unsuccessful-reproductions/56d160e68e3c03f3eac7f52b4f0c3c9f4a632397.json index 8c8e4ba6d51d..912af5730c7d 100644 --- a/data/unsuccessful-reproductions/56d160e68e3c03f3eac7f52b4f0c3c9f4a632397.json +++ b/data/unsuccessful-reproductions/56d160e68e3c03f3eac7f52b4f0c3c9f4a632397.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.20", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/56d1c8922d480739caf9a6c1524e35f9f44054cc.json b/data/unsuccessful-reproductions/56d1c8922d480739caf9a6c1524e35f9f44054cc.json index 3c5f3a245180..bea548911f87 100644 --- a/data/unsuccessful-reproductions/56d1c8922d480739caf9a6c1524e35f9f44054cc.json +++ b/data/unsuccessful-reproductions/56d1c8922d480739caf9a6c1524e35f9f44054cc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.248", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/56f51939473113ed953a43d8955e8756d2ebeaa4.json b/data/unsuccessful-reproductions/56f51939473113ed953a43d8955e8756d2ebeaa4.json index 240029c0000b..76d858958135 100644 --- a/data/unsuccessful-reproductions/56f51939473113ed953a43d8955e8756d2ebeaa4.json +++ b/data/unsuccessful-reproductions/56f51939473113ed953a43d8955e8756d2ebeaa4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0-Beta5", "newVersion" : "2.0.0.Beta2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/56f726e542d7d6fdd21d911cc3a8d9187c583872.json b/data/unsuccessful-reproductions/56f726e542d7d6fdd21d911cc3a8d9187c583872.json index 5faa98661329..2bd709c277bc 100644 --- a/data/unsuccessful-reproductions/56f726e542d7d6fdd21d911cc3a8d9187c583872.json +++ b/data/unsuccessful-reproductions/56f726e542d7d6fdd21d911cc3a8d9187c583872.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/56fd954335833c5d3ee58df5679902456ae984b8.json b/data/unsuccessful-reproductions/56fd954335833c5d3ee58df5679902456ae984b8.json index ff5939c13f97..59cd231326e9 100644 --- a/data/unsuccessful-reproductions/56fd954335833c5d3ee58df5679902456ae984b8.json +++ b/data/unsuccessful-reproductions/56fd954335833c5d3ee58df5679902456ae984b8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5704444b453ade09f1a35bed24b11d914fdc1cfc.json b/data/unsuccessful-reproductions/5704444b453ade09f1a35bed24b11d914fdc1cfc.json index cdf2ac8ab5d4..af2491a6f8a3 100644 --- a/data/unsuccessful-reproductions/5704444b453ade09f1a35bed24b11d914fdc1cfc.json +++ b/data/unsuccessful-reproductions/5704444b453ade09f1a35bed24b11d914fdc1cfc.json @@ -12,7 +12,10 @@ "previousVersion" : "25.2.0", "newVersion" : "25.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/57054bf5a8d523634bf0d2a7cbf313c181e083b9.json b/data/unsuccessful-reproductions/57054bf5a8d523634bf0d2a7cbf313c181e083b9.json index a803fd1959f9..0396333f7fdd 100644 --- a/data/unsuccessful-reproductions/57054bf5a8d523634bf0d2a7cbf313c181e083b9.json +++ b/data/unsuccessful-reproductions/57054bf5a8d523634bf0d2a7cbf313c181e083b9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3", "newVersion" : "364.v48a_33389553d", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5707173ee9923a61948a6c7cddae14f74c9df7ca.json b/data/unsuccessful-reproductions/5707173ee9923a61948a6c7cddae14f74c9df7ca.json index 72ffc18a7e06..f9dd2bacd09c 100644 --- a/data/unsuccessful-reproductions/5707173ee9923a61948a6c7cddae14f74c9df7ca.json +++ b/data/unsuccessful-reproductions/5707173ee9923a61948a6c7cddae14f74c9df7ca.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.199", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/57091951b33a9674db9a01aa4d8d0fd4926c4fab.json b/data/unsuccessful-reproductions/57091951b33a9674db9a01aa4d8d0fd4926c4fab.json index 75af104bdbba..b60792d9478a 100644 --- a/data/unsuccessful-reproductions/57091951b33a9674db9a01aa4d8d0fd4926c4fab.json +++ b/data/unsuccessful-reproductions/57091951b33a9674db9a01aa4d8d0fd4926c4fab.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5723e782417d897e92c0c4a8d7214d9d3be6dcfb.json b/data/unsuccessful-reproductions/5723e782417d897e92c0c4a8d7214d9d3be6dcfb.json index 35a4cc62f600..ae211f9cec82 100644 --- a/data/unsuccessful-reproductions/5723e782417d897e92c0c4a8d7214d9d3be6dcfb.json +++ b/data/unsuccessful-reproductions/5723e782417d897e92c0c4a8d7214d9d3be6dcfb.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "4.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/572da53c70d01c4d7b34fb256f929ddfad58a230.json b/data/unsuccessful-reproductions/572da53c70d01c4d7b34fb256f929ddfad58a230.json index 14b932e2d056..2f7315149eee 100644 --- a/data/unsuccessful-reproductions/572da53c70d01c4d7b34fb256f929ddfad58a230.json +++ b/data/unsuccessful-reproductions/572da53c70d01c4d7b34fb256f929ddfad58a230.json @@ -12,7 +12,10 @@ "previousVersion" : "1.20.0", "newVersion" : "1.22.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/57321e2b6ca4366be872de77b03f26bcecffdb93.json b/data/unsuccessful-reproductions/57321e2b6ca4366be872de77b03f26bcecffdb93.json index 327d5a95f895..59ce6ef079df 100644 --- a/data/unsuccessful-reproductions/57321e2b6ca4366be872de77b03f26bcecffdb93.json +++ b/data/unsuccessful-reproductions/57321e2b6ca4366be872de77b03f26bcecffdb93.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/57709cea4b6cc2cf6779c57f5f74a461eee5e31a.json b/data/unsuccessful-reproductions/57709cea4b6cc2cf6779c57f5f74a461eee5e31a.json index 21b6a9a4843c..c14f2d921a0c 100644 --- a/data/unsuccessful-reproductions/57709cea4b6cc2cf6779c57f5f74a461eee5e31a.json +++ b/data/unsuccessful-reproductions/57709cea4b6cc2cf6779c57f5f74a461eee5e31a.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.50.v20221201", "newVersion" : "9.4.51.v20230217", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/57748dd918815efc8085ecb70dd2dd697896ce47.json b/data/unsuccessful-reproductions/57748dd918815efc8085ecb70dd2dd697896ce47.json index 11d075fe9c95..00698658871e 100644 --- a/data/unsuccessful-reproductions/57748dd918815efc8085ecb70dd2dd697896ce47.json +++ b/data/unsuccessful-reproductions/57748dd918815efc8085ecb70dd2dd697896ce47.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4.RELEASE", "newVersion" : "2.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5777df7987428952f904f9a2f6e6bea252045ffc.json b/data/unsuccessful-reproductions/5777df7987428952f904f9a2f6e6bea252045ffc.json index b30db15e9d88..0605029a9242 100644 --- a/data/unsuccessful-reproductions/5777df7987428952f904f9a2f6e6bea252045ffc.json +++ b/data/unsuccessful-reproductions/5777df7987428952f904f9a2f6e6bea252045ffc.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.56", "newVersion" : "8.13.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/577ad82d13039891ae728807869494d144c4da26.json b/data/unsuccessful-reproductions/577ad82d13039891ae728807869494d144c4da26.json index 9b34f0ab933c..a9567cf64b1e 100644 --- a/data/unsuccessful-reproductions/577ad82d13039891ae728807869494d144c4da26.json +++ b/data/unsuccessful-reproductions/577ad82d13039891ae728807869494d144c4da26.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.3", "newVersion" : "1.5", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/577f23d7381a665983d6c980a13d40e972328031.json b/data/unsuccessful-reproductions/577f23d7381a665983d6c980a13d40e972328031.json index c4b866579341..7580649667e1 100644 --- a/data/unsuccessful-reproductions/577f23d7381a665983d6c980a13d40e972328031.json +++ b/data/unsuccessful-reproductions/577f23d7381a665983d6c980a13d40e972328031.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4.RELEASE", "newVersion" : "2.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5793c94d21888cfdd0fb9c6532610ccab79abbe3.json b/data/unsuccessful-reproductions/5793c94d21888cfdd0fb9c6532610ccab79abbe3.json index 2d122fbb9473..ae2bfb4dddce 100644 --- a/data/unsuccessful-reproductions/5793c94d21888cfdd0fb9c6532610ccab79abbe3.json +++ b/data/unsuccessful-reproductions/5793c94d21888cfdd0fb9c6532610ccab79abbe3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/57ba9974cf692b91dd98f2c81b0531a86d560fc4.json b/data/unsuccessful-reproductions/57ba9974cf692b91dd98f2c81b0531a86d560fc4.json index 125bd5c1bf40..9993147b4004 100644 --- a/data/unsuccessful-reproductions/57ba9974cf692b91dd98f2c81b0531a86d560fc4.json +++ b/data/unsuccessful-reproductions/57ba9974cf692b91dd98f2c81b0531a86d560fc4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.10.1", "newVersion" : "1.1.10.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/57df8664d46991d1cab0112be4b86864a93704c9.json b/data/unsuccessful-reproductions/57df8664d46991d1cab0112be4b86864a93704c9.json index 8f3a3fdad86c..09dfb1420725 100644 --- a/data/unsuccessful-reproductions/57df8664d46991d1cab0112be4b86864a93704c9.json +++ b/data/unsuccessful-reproductions/57df8664d46991d1cab0112be4b86864a93704c9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.1", "newVersion" : "1.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/57ea2b84e6e274ae014da36106ac413db8bd4317.json b/data/unsuccessful-reproductions/57ea2b84e6e274ae014da36106ac413db8bd4317.json index 9b5eac4041b1..d1e6cf349089 100644 --- a/data/unsuccessful-reproductions/57ea2b84e6e274ae014da36106ac413db8bd4317.json +++ b/data/unsuccessful-reproductions/57ea2b84e6e274ae014da36106ac413db8bd4317.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.0", "newVersion" : "0.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/57ea8a30d2e3a8105e59b984aeebf330eefe33cd.json b/data/unsuccessful-reproductions/57ea8a30d2e3a8105e59b984aeebf330eefe33cd.json index 3f0c446d7202..da07d34e2b94 100644 --- a/data/unsuccessful-reproductions/57ea8a30d2e3a8105e59b984aeebf330eefe33cd.json +++ b/data/unsuccessful-reproductions/57ea8a30d2e3a8105e59b984aeebf330eefe33cd.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1.0", "newVersion" : "10.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/57fa96d276e42d9227e25461a6f72779f46e35e2.json b/data/unsuccessful-reproductions/57fa96d276e42d9227e25461a6f72779f46e35e2.json index ed24406d3d43..2ed51c67ff3b 100644 --- a/data/unsuccessful-reproductions/57fa96d276e42d9227e25461a6f72779f46e35e2.json +++ b/data/unsuccessful-reproductions/57fa96d276e42d9227e25461a6f72779f46e35e2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.3", "newVersion" : "2.12.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/581bc2dd485499eaa67edcbd0036eaad8c706780.json b/data/unsuccessful-reproductions/581bc2dd485499eaa67edcbd0036eaad8c706780.json index fa7b4f553e5d..d56784383d9c 100644 --- a/data/unsuccessful-reproductions/581bc2dd485499eaa67edcbd0036eaad8c706780.json +++ b/data/unsuccessful-reproductions/581bc2dd485499eaa67edcbd0036eaad8c706780.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.13", "newVersion" : "5.3.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5826f4c35e4ef4523de54cefa508ac4b9ed352da.json b/data/unsuccessful-reproductions/5826f4c35e4ef4523de54cefa508ac4b9ed352da.json index 820e33f91215..ce25f36bf99b 100644 --- a/data/unsuccessful-reproductions/5826f4c35e4ef4523de54cefa508ac4b9ed352da.json +++ b/data/unsuccessful-reproductions/5826f4c35e4ef4523de54cefa508ac4b9ed352da.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.182.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5843ea58cda694732c756cfe659b415f4ea8ce8d.json b/data/unsuccessful-reproductions/5843ea58cda694732c756cfe659b415f4ea8ce8d.json index 5613bc6e3218..7bafad4b2f39 100644 --- a/data/unsuccessful-reproductions/5843ea58cda694732c756cfe659b415f4ea8ce8d.json +++ b/data/unsuccessful-reproductions/5843ea58cda694732c756cfe659b415f4ea8ce8d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.1", "newVersion" : "3.1.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/585208f20ec1ef769420547565d19c5971c7dcd0.json b/data/unsuccessful-reproductions/585208f20ec1ef769420547565d19c5971c7dcd0.json index 700f5a367f52..54f63d7ffa5e 100644 --- a/data/unsuccessful-reproductions/585208f20ec1ef769420547565d19c5971c7dcd0.json +++ b/data/unsuccessful-reproductions/585208f20ec1ef769420547565d19c5971c7dcd0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.4", "newVersion" : "1.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/58542b7dad71f53812d38144be6b23ce2af4f3b2.json b/data/unsuccessful-reproductions/58542b7dad71f53812d38144be6b23ce2af4f3b2.json index a2f1020535f4..3cf4de6d73f0 100644 --- a/data/unsuccessful-reproductions/58542b7dad71f53812d38144be6b23ce2af4f3b2.json +++ b/data/unsuccessful-reproductions/58542b7dad71f53812d38144be6b23ce2af4f3b2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.0", "newVersion" : "3.24.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/585d2c842e6acdc769b647ba44803f65e4b84080.json b/data/unsuccessful-reproductions/585d2c842e6acdc769b647ba44803f65e4b84080.json index c83107733198..35f2cb399bf2 100644 --- a/data/unsuccessful-reproductions/585d2c842e6acdc769b647ba44803f65e4b84080.json +++ b/data/unsuccessful-reproductions/585d2c842e6acdc769b647ba44803f65e4b84080.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.265", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/585e69574408a8e0c01706486374e9deec41af62.json b/data/unsuccessful-reproductions/585e69574408a8e0c01706486374e9deec41af62.json index 8289787630cb..6d7f5e43bb76 100644 --- a/data/unsuccessful-reproductions/585e69574408a8e0c01706486374e9deec41af62.json +++ b/data/unsuccessful-reproductions/585e69574408a8e0c01706486374e9deec41af62.json @@ -12,7 +12,10 @@ "previousVersion" : "20.7.0", "newVersion" : "20.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/585eccae2ee52f6e2097227792ee0475581187d5.json b/data/unsuccessful-reproductions/585eccae2ee52f6e2097227792ee0475581187d5.json index d97789a18b3c..8e6af276503a 100644 --- a/data/unsuccessful-reproductions/585eccae2ee52f6e2097227792ee0475581187d5.json +++ b/data/unsuccessful-reproductions/585eccae2ee52f6e2097227792ee0475581187d5.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.2", "newVersion" : "5.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/585ee71d019a491206a59e27f42fe4e23e789e5e.json b/data/unsuccessful-reproductions/585ee71d019a491206a59e27f42fe4e23e789e5e.json index c06a85b2fac2..51a6d97afa2f 100644 --- a/data/unsuccessful-reproductions/585ee71d019a491206a59e27f42fe4e23e789e5e.json +++ b/data/unsuccessful-reproductions/585ee71d019a491206a59e27f42fe4e23e789e5e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5872f00a52bc23d63424cdcc755ebdfad4f37050.json b/data/unsuccessful-reproductions/5872f00a52bc23d63424cdcc755ebdfad4f37050.json index 438a429946ea..54b35cc1aa97 100644 --- a/data/unsuccessful-reproductions/5872f00a52bc23d63424cdcc755ebdfad4f37050.json +++ b/data/unsuccessful-reproductions/5872f00a52bc23d63424cdcc755ebdfad4f37050.json @@ -12,7 +12,10 @@ "previousVersion" : "10.1", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/587a473bb19aa124acaee9f942644369e0f653e4.json b/data/unsuccessful-reproductions/587a473bb19aa124acaee9f942644369e0f653e4.json index 518c1b2a2c27..584443bcedc5 100644 --- a/data/unsuccessful-reproductions/587a473bb19aa124acaee9f942644369e0f653e4.json +++ b/data/unsuccessful-reproductions/587a473bb19aa124acaee9f942644369e0f653e4.json @@ -12,7 +12,10 @@ "previousVersion" : "0.1.0", "newVersion" : "0.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/588b57855e19e578ab1342247849992dba27e26b.json b/data/unsuccessful-reproductions/588b57855e19e578ab1342247849992dba27e26b.json index 7a257b0ebb60..e0dc19b2be31 100644 --- a/data/unsuccessful-reproductions/588b57855e19e578ab1342247849992dba27e26b.json +++ b/data/unsuccessful-reproductions/588b57855e19e578ab1342247849992dba27e26b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/588cf7b4b61623b9e788aaec4d9ca18450904590.json b/data/unsuccessful-reproductions/588cf7b4b61623b9e788aaec4d9ca18450904590.json index 6c8930f00fc2..44317bf260d9 100644 --- a/data/unsuccessful-reproductions/588cf7b4b61623b9e788aaec4d9ca18450904590.json +++ b/data/unsuccessful-reproductions/588cf7b4b61623b9e788aaec4d9ca18450904590.json @@ -12,7 +12,10 @@ "previousVersion" : "27.0.1.Final", "newVersion" : "28.0.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/589fe606aae0b56cc90fb6c20f38a8a57faa068b.json b/data/unsuccessful-reproductions/589fe606aae0b56cc90fb6c20f38a8a57faa068b.json index eb1588cb9c34..a0250d80e19d 100644 --- a/data/unsuccessful-reproductions/589fe606aae0b56cc90fb6c20f38a8a57faa068b.json +++ b/data/unsuccessful-reproductions/589fe606aae0b56cc90fb6c20f38a8a57faa068b.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.143.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/58b1dd2b7284dc0b71981738721386999a53c799.json b/data/unsuccessful-reproductions/58b1dd2b7284dc0b71981738721386999a53c799.json index 17282e13e19b..cf3d044bb764 100644 --- a/data/unsuccessful-reproductions/58b1dd2b7284dc0b71981738721386999a53c799.json +++ b/data/unsuccessful-reproductions/58b1dd2b7284dc0b71981738721386999a53c799.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.2", "newVersion" : "3.21.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/58c8a1c67c4577041eba6ac5bff25448985b42c2.json b/data/unsuccessful-reproductions/58c8a1c67c4577041eba6ac5bff25448985b42c2.json index 6dc3ee8f05f1..a497b1634ed0 100644 --- a/data/unsuccessful-reproductions/58c8a1c67c4577041eba6ac5bff25448985b42c2.json +++ b/data/unsuccessful-reproductions/58c8a1c67c4577041eba6ac5bff25448985b42c2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.1", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/58dc3081f7f414a38d81b869906f1a910150fd2d.json b/data/unsuccessful-reproductions/58dc3081f7f414a38d81b869906f1a910150fd2d.json index 8a1a9c37c548..87d6bfe38e20 100644 --- a/data/unsuccessful-reproductions/58dc3081f7f414a38d81b869906f1a910150fd2d.json +++ b/data/unsuccessful-reproductions/58dc3081f7f414a38d81b869906f1a910150fd2d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.226", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/58dd936e566498bfc5be67feef4ab2feb8edc290.json b/data/unsuccessful-reproductions/58dd936e566498bfc5be67feef4ab2feb8edc290.json index 129091dd8165..05fbd86978e6 100644 --- a/data/unsuccessful-reproductions/58dd936e566498bfc5be67feef4ab2feb8edc290.json +++ b/data/unsuccessful-reproductions/58dd936e566498bfc5be67feef4ab2feb8edc290.json @@ -12,7 +12,10 @@ "previousVersion" : "3.36.0.3", "newVersion" : "3.39.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/58e003c7e6fd36da436f5e77b37a6efcf4c41742.json b/data/unsuccessful-reproductions/58e003c7e6fd36da436f5e77b37a6efcf4c41742.json index 1c4b9ac54f9d..032d0e02bff7 100644 --- a/data/unsuccessful-reproductions/58e003c7e6fd36da436f5e77b37a6efcf4c41742.json +++ b/data/unsuccessful-reproductions/58e003c7e6fd36da436f5e77b37a6efcf4c41742.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.198.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/58f1e9211b0755ce571bc1d1ec59bd18cb3c2363.json b/data/unsuccessful-reproductions/58f1e9211b0755ce571bc1d1ec59bd18cb3c2363.json index baf105f1f32e..47925fda93d9 100644 --- a/data/unsuccessful-reproductions/58f1e9211b0755ce571bc1d1ec59bd18cb3c2363.json +++ b/data/unsuccessful-reproductions/58f1e9211b0755ce571bc1d1ec59bd18cb3c2363.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/58f6087feaaf48b3c9f10308fa915661514f8a9f.json b/data/unsuccessful-reproductions/58f6087feaaf48b3c9f10308fa915661514f8a9f.json index 8cd55b231e6e..3c3745b3e2d2 100644 --- a/data/unsuccessful-reproductions/58f6087feaaf48b3c9f10308fa915661514f8a9f.json +++ b/data/unsuccessful-reproductions/58f6087feaaf48b3c9f10308fa915661514f8a9f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/58f6b29a6641874b5db1cc38e6c8a19990cfd025.json b/data/unsuccessful-reproductions/58f6b29a6641874b5db1cc38e6c8a19990cfd025.json index 1975f005efd2..1bb4eaedf5fa 100644 --- a/data/unsuccessful-reproductions/58f6b29a6641874b5db1cc38e6c8a19990cfd025.json +++ b/data/unsuccessful-reproductions/58f6b29a6641874b5db1cc38e6c8a19990cfd025.json @@ -12,7 +12,10 @@ "previousVersion" : "1.22", "newVersion" : "1.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5931cc80a9d8e8fe2dcd84e6442f2e02fed5ce25.json b/data/unsuccessful-reproductions/5931cc80a9d8e8fe2dcd84e6442f2e02fed5ce25.json index 0a2d99017ee5..63993a1550c1 100644 --- a/data/unsuccessful-reproductions/5931cc80a9d8e8fe2dcd84e6442f2e02fed5ce25.json +++ b/data/unsuccessful-reproductions/5931cc80a9d8e8fe2dcd84e6442f2e02fed5ce25.json @@ -12,7 +12,10 @@ "previousVersion" : "3.10.3", "newVersion" : "3.18.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59378a991356e90a3b7c20959adb35965cfa3de0.json b/data/unsuccessful-reproductions/59378a991356e90a3b7c20959adb35965cfa3de0.json index 5dfd050531ee..f0a7d74a48a7 100644 --- a/data/unsuccessful-reproductions/59378a991356e90a3b7c20959adb35965cfa3de0.json +++ b/data/unsuccessful-reproductions/59378a991356e90a3b7c20959adb35965cfa3de0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.199", "newVersion" : "2.0.202", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/593c1c8857c5474e0a1f6530d3312dae4f8acf6e.json b/data/unsuccessful-reproductions/593c1c8857c5474e0a1f6530d3312dae4f8acf6e.json index e98100ed939d..5c60255cdbfd 100644 --- a/data/unsuccessful-reproductions/593c1c8857c5474e0a1f6530d3312dae4f8acf6e.json +++ b/data/unsuccessful-reproductions/593c1c8857c5474e0a1f6530d3312dae4f8acf6e.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/594035bac66d33018c6966b007f402297b8ae8dd.json b/data/unsuccessful-reproductions/594035bac66d33018c6966b007f402297b8ae8dd.json index f9c77285f00b..5694cd6262bb 100644 --- a/data/unsuccessful-reproductions/594035bac66d33018c6966b007f402297b8ae8dd.json +++ b/data/unsuccessful-reproductions/594035bac66d33018c6966b007f402297b8ae8dd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.04", "newVersion" : "2.0.2", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5956801840fcf6da37071c37570747204adbe689.json b/data/unsuccessful-reproductions/5956801840fcf6da37071c37570747204adbe689.json index 4f5286f76a81..44a612c3814a 100644 --- a/data/unsuccessful-reproductions/5956801840fcf6da37071c37570747204adbe689.json +++ b/data/unsuccessful-reproductions/5956801840fcf6da37071c37570747204adbe689.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/595809094efe3f679a83c395e1350ff625573398.json b/data/unsuccessful-reproductions/595809094efe3f679a83c395e1350ff625573398.json index 236b6ddbd5fc..c76114b4a0fc 100644 --- a/data/unsuccessful-reproductions/595809094efe3f679a83c395e1350ff625573398.json +++ b/data/unsuccessful-reproductions/595809094efe3f679a83c395e1350ff625573398.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.164", "newVersion" : "2.17.170", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59772b5f679fd1bb04178c11d84f1d29b19700c5.json b/data/unsuccessful-reproductions/59772b5f679fd1bb04178c11d84f1d29b19700c5.json index fc20a5c4679f..978e1a4a427b 100644 --- a/data/unsuccessful-reproductions/59772b5f679fd1bb04178c11d84f1d29b19700c5.json +++ b/data/unsuccessful-reproductions/59772b5f679fd1bb04178c11d84f1d29b19700c5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.11", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59786a247ddd8397418dbc372c6f978a24cc5d18.json b/data/unsuccessful-reproductions/59786a247ddd8397418dbc372c6f978a24cc5d18.json index a29677357a6d..7014d72e3c8e 100644 --- a/data/unsuccessful-reproductions/59786a247ddd8397418dbc372c6f978a24cc5d18.json +++ b/data/unsuccessful-reproductions/59786a247ddd8397418dbc372c6f978a24cc5d18.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.0", "newVersion" : "4.11.5", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/597e61af686fcbc1dec977c9788013c6f4c113a4.json b/data/unsuccessful-reproductions/597e61af686fcbc1dec977c9788013c6f4c113a4.json index 6cc4920eb37f..57a50af20908 100644 --- a/data/unsuccessful-reproductions/597e61af686fcbc1dec977c9788013c6f4c113a4.json +++ b/data/unsuccessful-reproductions/597e61af686fcbc1dec977c9788013c6f4c113a4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/598b9f3084ea62b79b25cae72ca66e996b6aad98.json b/data/unsuccessful-reproductions/598b9f3084ea62b79b25cae72ca66e996b6aad98.json index e4f0a1d0590d..1066f419c168 100644 --- a/data/unsuccessful-reproductions/598b9f3084ea62b79b25cae72ca66e996b6aad98.json +++ b/data/unsuccessful-reproductions/598b9f3084ea62b79b25cae72ca66e996b6aad98.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59ae2c65f45e86b508f7f9e2d502bb3c126597f9.json b/data/unsuccessful-reproductions/59ae2c65f45e86b508f7f9e2d502bb3c126597f9.json index 8022dbab349a..83ed709e84fc 100644 --- a/data/unsuccessful-reproductions/59ae2c65f45e86b508f7f9e2d502bb3c126597f9.json +++ b/data/unsuccessful-reproductions/59ae2c65f45e86b508f7f9e2d502bb3c126597f9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.12", "newVersion" : "3.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59aee7d73f59b71eecfd102be6675164937ab369.json b/data/unsuccessful-reproductions/59aee7d73f59b71eecfd102be6675164937ab369.json index 471c3c2b881b..82f959e1d560 100644 --- a/data/unsuccessful-reproductions/59aee7d73f59b71eecfd102be6675164937ab369.json +++ b/data/unsuccessful-reproductions/59aee7d73f59b71eecfd102be6675164937ab369.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.53", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59d2143110ef483de188cbd901bd4133f53c5c16.json b/data/unsuccessful-reproductions/59d2143110ef483de188cbd901bd4133f53c5c16.json index 8a7240a09049..cad6e2b515b2 100644 --- a/data/unsuccessful-reproductions/59d2143110ef483de188cbd901bd4133f53c5c16.json +++ b/data/unsuccessful-reproductions/59d2143110ef483de188cbd901bd4133f53c5c16.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59d5503f63bdf539988c3cbb7f5171b0a0394582.json b/data/unsuccessful-reproductions/59d5503f63bdf539988c3cbb7f5171b0a0394582.json index 7007d1a448c6..1ed63a1dc7a9 100644 --- a/data/unsuccessful-reproductions/59d5503f63bdf539988c3cbb7f5171b0a0394582.json +++ b/data/unsuccessful-reproductions/59d5503f63bdf539988c3cbb7f5171b0a0394582.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59d93e3fb0ad5ed5eec8299085d447fe23c3169f.json b/data/unsuccessful-reproductions/59d93e3fb0ad5ed5eec8299085d447fe23c3169f.json index 4f5a33c2616c..e7cb4abcfb42 100644 --- a/data/unsuccessful-reproductions/59d93e3fb0ad5ed5eec8299085d447fe23c3169f.json +++ b/data/unsuccessful-reproductions/59d93e3fb0ad5ed5eec8299085d447fe23c3169f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.381", "newVersion" : "1.12.390", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59e506a8d52b087429e2173fc2b5935d301aa650.json b/data/unsuccessful-reproductions/59e506a8d52b087429e2173fc2b5935d301aa650.json index cdbcbffae01f..5286839f7e52 100644 --- a/data/unsuccessful-reproductions/59e506a8d52b087429e2173fc2b5935d301aa650.json +++ b/data/unsuccessful-reproductions/59e506a8d52b087429e2173fc2b5935d301aa650.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.3", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59eb16602b27b835a8b7a62059dc33699aa8eee7.json b/data/unsuccessful-reproductions/59eb16602b27b835a8b7a62059dc33699aa8eee7.json index 252be8718ef5..e67bbcb50392 100644 --- a/data/unsuccessful-reproductions/59eb16602b27b835a8b7a62059dc33699aa8eee7.json +++ b/data/unsuccessful-reproductions/59eb16602b27b835a8b7a62059dc33699aa8eee7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.9", "newVersion" : "1.10.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/59f2a48b24e2b62dac40840c55108401879be93e.json b/data/unsuccessful-reproductions/59f2a48b24e2b62dac40840c55108401879be93e.json index 57b811e929dd..08c19ddf2a41 100644 --- a/data/unsuccessful-reproductions/59f2a48b24e2b62dac40840c55108401879be93e.json +++ b/data/unsuccessful-reproductions/59f2a48b24e2b62dac40840c55108401879be93e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.8", "newVersion" : "3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a057bd24292407182325c3a990e090a2539d8a6.json b/data/unsuccessful-reproductions/5a057bd24292407182325c3a990e090a2539d8a6.json index d07c8226201f..a9a277a8e24c 100644 --- a/data/unsuccessful-reproductions/5a057bd24292407182325c3a990e090a2539d8a6.json +++ b/data/unsuccessful-reproductions/5a057bd24292407182325c3a990e090a2539d8a6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.19.27", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a17b1cfc85b7df8fcf814b49af4e3d32fc0a02b.json b/data/unsuccessful-reproductions/5a17b1cfc85b7df8fcf814b49af4e3d32fc0a02b.json index 44b0f5ed8797..696b6c2819a5 100644 --- a/data/unsuccessful-reproductions/5a17b1cfc85b7df8fcf814b49af4e3d32fc0a02b.json +++ b/data/unsuccessful-reproductions/5a17b1cfc85b7df8fcf814b49af4e3d32fc0a02b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.18", "newVersion" : "2.7.21", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a211e83b032ac45b80f8fb0509969e1b2f6e598.json b/data/unsuccessful-reproductions/5a211e83b032ac45b80f8fb0509969e1b2f6e598.json index 666fc9969b0a..73f98aaf9a8e 100644 --- a/data/unsuccessful-reproductions/5a211e83b032ac45b80f8fb0509969e1b2f6e598.json +++ b/data/unsuccessful-reproductions/5a211e83b032ac45b80f8fb0509969e1b2f6e598.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.0", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a27d67533329de9848da9e78e5d0d053c968dc9.json b/data/unsuccessful-reproductions/5a27d67533329de9848da9e78e5d0d053c968dc9.json index 3d19754ca751..05dc3c5e0fb0 100644 --- a/data/unsuccessful-reproductions/5a27d67533329de9848da9e78e5d0d053c968dc9.json +++ b/data/unsuccessful-reproductions/5a27d67533329de9848da9e78e5d0d053c968dc9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a31db77af5a25b0e5c0b080bee8730e468a2c61.json b/data/unsuccessful-reproductions/5a31db77af5a25b0e5c0b080bee8730e468a2c61.json index 0c7da543bca3..30ac24ecb0b4 100644 --- a/data/unsuccessful-reproductions/5a31db77af5a25b0e5c0b080bee8730e468a2c61.json +++ b/data/unsuccessful-reproductions/5a31db77af5a25b0e5c0b080bee8730e468a2c61.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a3f3fd7d7b10d5978f17b58569e005946a49e88.json b/data/unsuccessful-reproductions/5a3f3fd7d7b10d5978f17b58569e005946a49e88.json index 5d22debef659..6627e0909c1b 100644 --- a/data/unsuccessful-reproductions/5a3f3fd7d7b10d5978f17b58569e005946a49e88.json +++ b/data/unsuccessful-reproductions/5a3f3fd7d7b10d5978f17b58569e005946a49e88.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.2", "newVersion" : "2.14.0", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a4af40ca9b3bcb42d9e89a72dd3e10d26005a28.json b/data/unsuccessful-reproductions/5a4af40ca9b3bcb42d9e89a72dd3e10d26005a28.json index 562e9efe7e9a..f7c16984af66 100644 --- a/data/unsuccessful-reproductions/5a4af40ca9b3bcb42d9e89a72dd3e10d26005a28.json +++ b/data/unsuccessful-reproductions/5a4af40ca9b3bcb42d9e89a72dd3e10d26005a28.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.1.1", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a660dcc981664d97c810836a0ec16716892611a.json b/data/unsuccessful-reproductions/5a660dcc981664d97c810836a0ec16716892611a.json index 82d527e1b96e..f7b897741b90 100644 --- a/data/unsuccessful-reproductions/5a660dcc981664d97c810836a0ec16716892611a.json +++ b/data/unsuccessful-reproductions/5a660dcc981664d97c810836a0ec16716892611a.json @@ -12,7 +12,10 @@ "previousVersion" : "42.4.1", "newVersion" : "42.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a6b448581076188fee324174b5faf4452d43234.json b/data/unsuccessful-reproductions/5a6b448581076188fee324174b5faf4452d43234.json index 8af3bcfe6187..fd8a87779540 100644 --- a/data/unsuccessful-reproductions/5a6b448581076188fee324174b5faf4452d43234.json +++ b/data/unsuccessful-reproductions/5a6b448581076188fee324174b5faf4452d43234.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.18", "newVersion" : "1.4.19", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a6f51eff30426ab0a5c776fb061d81522ecf517.json b/data/unsuccessful-reproductions/5a6f51eff30426ab0a5c776fb061d81522ecf517.json index 9566c134af7e..87bb951e3c9e 100644 --- a/data/unsuccessful-reproductions/5a6f51eff30426ab0a5c776fb061d81522ecf517.json +++ b/data/unsuccessful-reproductions/5a6f51eff30426ab0a5c776fb061d81522ecf517.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.1", "newVersion" : "3.21.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a71268f06402d8f4184840d057a39361ecf0542.json b/data/unsuccessful-reproductions/5a71268f06402d8f4184840d057a39361ecf0542.json index 70f2551c34b4..f0b9e0a6727c 100644 --- a/data/unsuccessful-reproductions/5a71268f06402d8f4184840d057a39361ecf0542.json +++ b/data/unsuccessful-reproductions/5a71268f06402d8f4184840d057a39361ecf0542.json @@ -12,7 +12,10 @@ "previousVersion" : "1.20.1.Final", "newVersion" : "2.0.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a75b244594a516cb8d67e2a62f546ae513dbc3f.json b/data/unsuccessful-reproductions/5a75b244594a516cb8d67e2a62f546ae513dbc3f.json index ce35e627302c..6754c7f751b2 100644 --- a/data/unsuccessful-reproductions/5a75b244594a516cb8d67e2a62f546ae513dbc3f.json +++ b/data/unsuccessful-reproductions/5a75b244594a516cb8d67e2a62f546ae513dbc3f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a87e06ee09fc3c9d7493eff90909203db46256a.json b/data/unsuccessful-reproductions/5a87e06ee09fc3c9d7493eff90909203db46256a.json index 55aaee2b3ff9..91200df1882e 100644 --- a/data/unsuccessful-reproductions/5a87e06ee09fc3c9d7493eff90909203db46256a.json +++ b/data/unsuccessful-reproductions/5a87e06ee09fc3c9d7493eff90909203db46256a.json @@ -12,7 +12,10 @@ "previousVersion" : "0.9.0", "newVersion" : "0.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a8bb373180e7699aaba92dda3337f6615406159.json b/data/unsuccessful-reproductions/5a8bb373180e7699aaba92dda3337f6615406159.json index 2fab72812022..73e55a863257 100644 --- a/data/unsuccessful-reproductions/5a8bb373180e7699aaba92dda3337f6615406159.json +++ b/data/unsuccessful-reproductions/5a8bb373180e7699aaba92dda3337f6615406159.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.26", "newVersion" : "1.18.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a902eb6c25547f72a0834fc0ea8b85c908250ab.json b/data/unsuccessful-reproductions/5a902eb6c25547f72a0834fc0ea8b85c908250ab.json index d77f2c7c891e..017f503ed704 100644 --- a/data/unsuccessful-reproductions/5a902eb6c25547f72a0834fc0ea8b85c908250ab.json +++ b/data/unsuccessful-reproductions/5a902eb6c25547f72a0834fc0ea8b85c908250ab.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.350", "newVersion" : "1.12.364", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5a9c1e29145d07520f32e31812b50a8edff99b3a.json b/data/unsuccessful-reproductions/5a9c1e29145d07520f32e31812b50a8edff99b3a.json index 747389416c64..3020c933ce12 100644 --- a/data/unsuccessful-reproductions/5a9c1e29145d07520f32e31812b50a8edff99b3a.json +++ b/data/unsuccessful-reproductions/5a9c1e29145d07520f32e31812b50a8edff99b3a.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.4", "newVersion" : "4.8.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5aa6be86219cb22703e9c88bf0159fb51c1cedbb.json b/data/unsuccessful-reproductions/5aa6be86219cb22703e9c88bf0159fb51c1cedbb.json index 06db49e645b7..c877a01dafaf 100644 --- a/data/unsuccessful-reproductions/5aa6be86219cb22703e9c88bf0159fb51c1cedbb.json +++ b/data/unsuccessful-reproductions/5aa6be86219cb22703e9c88bf0159fb51c1cedbb.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.7", "newVersion" : "3.41.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ab8df5bed1d84051bfc3eca8265045c1ef78933.json b/data/unsuccessful-reproductions/5ab8df5bed1d84051bfc3eca8265045c1ef78933.json index 20e7d27cf88e..2ae56463d28d 100644 --- a/data/unsuccessful-reproductions/5ab8df5bed1d84051bfc3eca8265045c1ef78933.json +++ b/data/unsuccessful-reproductions/5ab8df5bed1d84051bfc3eca8265045c1ef78933.json @@ -12,7 +12,10 @@ "previousVersion" : "1.41.8-SNAPSHOT", "newVersion" : "1.41.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ad7e49f7b17fa1443469e77dfb219c44695d812.json b/data/unsuccessful-reproductions/5ad7e49f7b17fa1443469e77dfb219c44695d812.json index d05f449b023d..b6a523f4d9e1 100644 --- a/data/unsuccessful-reproductions/5ad7e49f7b17fa1443469e77dfb219c44695d812.json +++ b/data/unsuccessful-reproductions/5ad7e49f7b17fa1443469e77dfb219c44695d812.json @@ -12,7 +12,10 @@ "previousVersion" : "3.17", "newVersion" : "5.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ae15a6fe89d36ef3195034ab0a26dccfef2e727.json b/data/unsuccessful-reproductions/5ae15a6fe89d36ef3195034ab0a26dccfef2e727.json index 252584a1072a..689f41ed2dc5 100644 --- a/data/unsuccessful-reproductions/5ae15a6fe89d36ef3195034ab0a26dccfef2e727.json +++ b/data/unsuccessful-reproductions/5ae15a6fe89d36ef3195034ab0a26dccfef2e727.json @@ -12,7 +12,10 @@ "previousVersion" : "28.0-jre", "newVersion" : "29.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5af3fca56c2ed0a09fde4781be668fb66c27421a.json b/data/unsuccessful-reproductions/5af3fca56c2ed0a09fde4781be668fb66c27421a.json index 0f3c63fa7e96..9e34d393c46f 100644 --- a/data/unsuccessful-reproductions/5af3fca56c2ed0a09fde4781be668fb66c27421a.json +++ b/data/unsuccessful-reproductions/5af3fca56c2ed0a09fde4781be668fb66c27421a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.106", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5af710ec728db6f99566463edbfe57e6926b9341.json b/data/unsuccessful-reproductions/5af710ec728db6f99566463edbfe57e6926b9341.json index 4d41020b26e8..79e0664ec276 100644 --- a/data/unsuccessful-reproductions/5af710ec728db6f99566463edbfe57e6926b9341.json +++ b/data/unsuccessful-reproductions/5af710ec728db6f99566463edbfe57e6926b9341.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b1b363cccb0ade59e06c4f9fc25384737ea1a73.json b/data/unsuccessful-reproductions/5b1b363cccb0ade59e06c4f9fc25384737ea1a73.json index 25952e1cc164..1fec6eaaba27 100644 --- a/data/unsuccessful-reproductions/5b1b363cccb0ade59e06c4f9fc25384737ea1a73.json +++ b/data/unsuccessful-reproductions/5b1b363cccb0ade59e06c4f9fc25384737ea1a73.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10.0-20220207.012501-47", "newVersion" : "4.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b2ef9e7642811cebeb957ae188b6a62cc645dcc.json b/data/unsuccessful-reproductions/5b2ef9e7642811cebeb957ae188b6a62cc645dcc.json index 2a09e8aa702d..b443fafe8c5d 100644 --- a/data/unsuccessful-reproductions/5b2ef9e7642811cebeb957ae188b6a62cc645dcc.json +++ b/data/unsuccessful-reproductions/5b2ef9e7642811cebeb957ae188b6a62cc645dcc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.56", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b4b315cc71e2eabc58e8a02fac38f37ff974879.json b/data/unsuccessful-reproductions/5b4b315cc71e2eabc58e8a02fac38f37ff974879.json index e89d4ae66bf1..7728ce1411ea 100644 --- a/data/unsuccessful-reproductions/5b4b315cc71e2eabc58e8a02fac38f37ff974879.json +++ b/data/unsuccessful-reproductions/5b4b315cc71e2eabc58e8a02fac38f37ff974879.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.81", "newVersion" : "2.20.82", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b4d1134669e0a2266a8fbadaa14bb5c0e14376a.json b/data/unsuccessful-reproductions/5b4d1134669e0a2266a8fbadaa14bb5c0e14376a.json index 8177e6d74240..17c68e432808 100644 --- a/data/unsuccessful-reproductions/5b4d1134669e0a2266a8fbadaa14bb5c0e14376a.json +++ b/data/unsuccessful-reproductions/5b4d1134669e0a2266a8fbadaa14bb5c0e14376a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.30", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b6569668547ed3668e0a52ee0200ccc4263fec9.json b/data/unsuccessful-reproductions/5b6569668547ed3668e0a52ee0200ccc4263fec9.json index 5f4f6bd41fd0..16ca095e02db 100644 --- a/data/unsuccessful-reproductions/5b6569668547ed3668e0a52ee0200ccc4263fec9.json +++ b/data/unsuccessful-reproductions/5b6569668547ed3668e0a52ee0200ccc4263fec9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.8", "newVersion" : "3.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b65a080d2680635e18cb400659bf5b37dff8ecf.json b/data/unsuccessful-reproductions/5b65a080d2680635e18cb400659bf5b37dff8ecf.json index 7218c19a2f37..c7820ed19121 100644 --- a/data/unsuccessful-reproductions/5b65a080d2680635e18cb400659bf5b37dff8ecf.json +++ b/data/unsuccessful-reproductions/5b65a080d2680635e18cb400659bf5b37dff8ecf.json @@ -12,7 +12,10 @@ "previousVersion" : "0.8.7", "newVersion" : "0.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b6a8b2dffb41686a17bc0d60aba98d4042bc0dd.json b/data/unsuccessful-reproductions/5b6a8b2dffb41686a17bc0d60aba98d4042bc0dd.json index 26369ca2b1fa..3979426e833e 100644 --- a/data/unsuccessful-reproductions/5b6a8b2dffb41686a17bc0d60aba98d4042bc0dd.json +++ b/data/unsuccessful-reproductions/5b6a8b2dffb41686a17bc0d60aba98d4042bc0dd.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.6.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b6ddb30dea8def1dd8b380c2b582389af679ecf.json b/data/unsuccessful-reproductions/5b6ddb30dea8def1dd8b380c2b582389af679ecf.json index 70686371e55f..74e1bca857af 100644 --- a/data/unsuccessful-reproductions/5b6ddb30dea8def1dd8b380c2b582389af679ecf.json +++ b/data/unsuccessful-reproductions/5b6ddb30dea8def1dd8b380c2b582389af679ecf.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b8e67e74008d0d1812b087f338e46b7454d8bec.json b/data/unsuccessful-reproductions/5b8e67e74008d0d1812b087f338e46b7454d8bec.json index 8f55159d29fd..482422b0552e 100644 --- a/data/unsuccessful-reproductions/5b8e67e74008d0d1812b087f338e46b7454d8bec.json +++ b/data/unsuccessful-reproductions/5b8e67e74008d0d1812b087f338e46b7454d8bec.json @@ -12,7 +12,10 @@ "previousVersion" : "10.9.2", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b944bd9fd932374bcd9fb78a8cef25b8e99d30f.json b/data/unsuccessful-reproductions/5b944bd9fd932374bcd9fb78a8cef25b8e99d30f.json index 9bdb9213974e..111e9aa24bef 100644 --- a/data/unsuccessful-reproductions/5b944bd9fd932374bcd9fb78a8cef25b8e99d30f.json +++ b/data/unsuccessful-reproductions/5b944bd9fd932374bcd9fb78a8cef25b8e99d30f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.20", "newVersion" : "1.5.23", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5b9b309f7995b39b1f815fd6330f6966d0062b2e.json b/data/unsuccessful-reproductions/5b9b309f7995b39b1f815fd6330f6966d0062b2e.json index 4a6c20620744..fef6301a721e 100644 --- a/data/unsuccessful-reproductions/5b9b309f7995b39b1f815fd6330f6966d0062b2e.json +++ b/data/unsuccessful-reproductions/5b9b309f7995b39b1f815fd6330f6966d0062b2e.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.2", "newVersion" : "42.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ba7a31a5708871a1a1c35d0f45b6698a2fb99c2.json b/data/unsuccessful-reproductions/5ba7a31a5708871a1a1c35d0f45b6698a2fb99c2.json index c9d4377ef508..1efabae84425 100644 --- a/data/unsuccessful-reproductions/5ba7a31a5708871a1a1c35d0f45b6698a2fb99c2.json +++ b/data/unsuccessful-reproductions/5ba7a31a5708871a1a1c35d0f45b6698a2fb99c2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0", "newVersion" : "3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5bac1085828df6a5b1087c9c0a5150cc97b9c11e.json b/data/unsuccessful-reproductions/5bac1085828df6a5b1087c9c0a5150cc97b9c11e.json index 76306a3d8d25..64fe938da14a 100644 --- a/data/unsuccessful-reproductions/5bac1085828df6a5b1087c9c0a5150cc97b9c11e.json +++ b/data/unsuccessful-reproductions/5bac1085828df6a5b1087c9c0a5150cc97b9c11e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.9", "newVersion" : "4.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5bca249ac5ebe9e825dfb21d1d366d1e15b8d7d5.json b/data/unsuccessful-reproductions/5bca249ac5ebe9e825dfb21d1d366d1e15b8d7d5.json index 9ec56a95f1a4..fb1204e183f7 100644 --- a/data/unsuccessful-reproductions/5bca249ac5ebe9e825dfb21d1d366d1e15b8d7d5.json +++ b/data/unsuccessful-reproductions/5bca249ac5ebe9e825dfb21d1d366d1e15b8d7d5.json @@ -12,7 +12,10 @@ "previousVersion" : "db8c1a2b33", "newVersion" : "1.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5bcbe13588875d724e5c36c1c6f3e8e5a2dff62f.json b/data/unsuccessful-reproductions/5bcbe13588875d724e5c36c1c6f3e8e5a2dff62f.json index 8d2b7d622a53..e03254fc1a2a 100644 --- a/data/unsuccessful-reproductions/5bcbe13588875d724e5c36c1c6f3e8e5a2dff62f.json +++ b/data/unsuccessful-reproductions/5bcbe13588875d724e5c36c1c6f3e8e5a2dff62f.json @@ -12,7 +12,10 @@ "previousVersion" : "7.0.0", "newVersion" : "7.7.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5bd4b36c843e3320e305ea07338b31f5ef6cf9cb.json b/data/unsuccessful-reproductions/5bd4b36c843e3320e305ea07338b31f5ef6cf9cb.json index 7452397b62aa..0a926fa668e6 100644 --- a/data/unsuccessful-reproductions/5bd4b36c843e3320e305ea07338b31f5ef6cf9cb.json +++ b/data/unsuccessful-reproductions/5bd4b36c843e3320e305ea07338b31f5ef6cf9cb.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5be81ce0b46a1fa53b21ab64a4c203e9379c09e4.json b/data/unsuccessful-reproductions/5be81ce0b46a1fa53b21ab64a4c203e9379c09e4.json index 40e741d0b6bd..b92b1890d9f0 100644 --- a/data/unsuccessful-reproductions/5be81ce0b46a1fa53b21ab64a4c203e9379c09e4.json +++ b/data/unsuccessful-reproductions/5be81ce0b46a1fa53b21ab64a4c203e9379c09e4.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "23.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5bea6bcf284c2b4a6bb6ea330dc6a1a7f7e68b03.json b/data/unsuccessful-reproductions/5bea6bcf284c2b4a6bb6ea330dc6a1a7f7e68b03.json index 5034c78f2184..8da38916c95c 100644 --- a/data/unsuccessful-reproductions/5bea6bcf284c2b4a6bb6ea330dc6a1a7f7e68b03.json +++ b/data/unsuccessful-reproductions/5bea6bcf284c2b4a6bb6ea330dc6a1a7f7e68b03.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5bee49d5ad63709b4399e7df950a884d3e54a971.json b/data/unsuccessful-reproductions/5bee49d5ad63709b4399e7df950a884d3e54a971.json index 96b953354ce3..84d85c099d63 100644 --- a/data/unsuccessful-reproductions/5bee49d5ad63709b4399e7df950a884d3e54a971.json +++ b/data/unsuccessful-reproductions/5bee49d5ad63709b4399e7df950a884d3e54a971.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.4", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5bff142bc5e13e6d55aa4fa21d414d43d21574fc.json b/data/unsuccessful-reproductions/5bff142bc5e13e6d55aa4fa21d414d43d21574fc.json index abd3d9c43e0c..dcf4161e33b8 100644 --- a/data/unsuccessful-reproductions/5bff142bc5e13e6d55aa4fa21d414d43d21574fc.json +++ b/data/unsuccessful-reproductions/5bff142bc5e13e6d55aa4fa21d414d43d21574fc.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.2", "newVersion" : "3.5.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5c172a63bdeafd550620782e570b99cc8bf1105c.json b/data/unsuccessful-reproductions/5c172a63bdeafd550620782e570b99cc8bf1105c.json index 1849c672c1c4..845d7e732b02 100644 --- a/data/unsuccessful-reproductions/5c172a63bdeafd550620782e570b99cc8bf1105c.json +++ b/data/unsuccessful-reproductions/5c172a63bdeafd550620782e570b99cc8bf1105c.json @@ -12,7 +12,10 @@ "previousVersion" : "20180813", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5c1ae73cf0ba1a361457c44a68661c37f3805744.json b/data/unsuccessful-reproductions/5c1ae73cf0ba1a361457c44a68661c37f3805744.json index 5993cfb8bceb..5cf770867135 100644 --- a/data/unsuccessful-reproductions/5c1ae73cf0ba1a361457c44a68661c37f3805744.json +++ b/data/unsuccessful-reproductions/5c1ae73cf0ba1a361457c44a68661c37f3805744.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5c202a09dc5f8b343193654ca1d415d28391e90c.json b/data/unsuccessful-reproductions/5c202a09dc5f8b343193654ca1d415d28391e90c.json index 2834267061b6..5e118733646c 100644 --- a/data/unsuccessful-reproductions/5c202a09dc5f8b343193654ca1d415d28391e90c.json +++ b/data/unsuccessful-reproductions/5c202a09dc5f8b343193654ca1d415d28391e90c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.4", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5c318683939343e6863ba6191a9a5dd8c180d2a0.json b/data/unsuccessful-reproductions/5c318683939343e6863ba6191a9a5dd8c180d2a0.json index 78cfdd6af4fd..00d16967413d 100644 --- a/data/unsuccessful-reproductions/5c318683939343e6863ba6191a9a5dd8c180d2a0.json +++ b/data/unsuccessful-reproductions/5c318683939343e6863ba6191a9a5dd8c180d2a0.json @@ -12,7 +12,10 @@ "previousVersion" : "0.12.5", "newVersion" : "0.12.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5c4f86df9b6b67550a74107e63618a5ed991b7bf.json b/data/unsuccessful-reproductions/5c4f86df9b6b67550a74107e63618a5ed991b7bf.json index 480796bae850..c12cbf96e51c 100644 --- a/data/unsuccessful-reproductions/5c4f86df9b6b67550a74107e63618a5ed991b7bf.json +++ b/data/unsuccessful-reproductions/5c4f86df9b6b67550a74107e63618a5ed991b7bf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.1", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5c63fc9233f165de6df300e23a310c3b2e129b9f.json b/data/unsuccessful-reproductions/5c63fc9233f165de6df300e23a310c3b2e129b9f.json index 72a9b45d2b05..9e086ccfb2ab 100644 --- a/data/unsuccessful-reproductions/5c63fc9233f165de6df300e23a310c3b2e129b9f.json +++ b/data/unsuccessful-reproductions/5c63fc9233f165de6df300e23a310c3b2e129b9f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4.RELEASE", "newVersion" : "2.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5c6f0bed3c6e5029fd5386c0b5a1bc43d048ccbb.json b/data/unsuccessful-reproductions/5c6f0bed3c6e5029fd5386c0b5a1bc43d048ccbb.json index e3bef55038f4..d555e367cfc8 100644 --- a/data/unsuccessful-reproductions/5c6f0bed3c6e5029fd5386c0b5a1bc43d048ccbb.json +++ b/data/unsuccessful-reproductions/5c6f0bed3c6e5029fd5386c0b5a1bc43d048ccbb.json @@ -12,7 +12,10 @@ "previousVersion" : "22.1.0", "newVersion" : "22.1.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5c7ae83d66c05bc33d48db83fe912b16fa200c0e.json b/data/unsuccessful-reproductions/5c7ae83d66c05bc33d48db83fe912b16fa200c0e.json index f585dcf29227..16439a5eca13 100644 --- a/data/unsuccessful-reproductions/5c7ae83d66c05bc33d48db83fe912b16fa200c0e.json +++ b/data/unsuccessful-reproductions/5c7ae83d66c05bc33d48db83fe912b16fa200c0e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.109", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5c8ccadd3ca772d173b85dc7f50d53d427738b6e.json b/data/unsuccessful-reproductions/5c8ccadd3ca772d173b85dc7f50d53d427738b6e.json index 2990623b03b8..7b4173a38fc5 100644 --- a/data/unsuccessful-reproductions/5c8ccadd3ca772d173b85dc7f50d53d427738b6e.json +++ b/data/unsuccessful-reproductions/5c8ccadd3ca772d173b85dc7f50d53d427738b6e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "2.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5cba3df58b83e91b93c1bfb77d2307b146d645ad.json b/data/unsuccessful-reproductions/5cba3df58b83e91b93c1bfb77d2307b146d645ad.json index f2bb45a25926..55bc522a28f5 100644 --- a/data/unsuccessful-reproductions/5cba3df58b83e91b93c1bfb77d2307b146d645ad.json +++ b/data/unsuccessful-reproductions/5cba3df58b83e91b93c1bfb77d2307b146d645ad.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.268", "newVersion" : "2.17.280", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5cbed3b1777c6772efb29b2a9ff2a35c6df2b9bd.json b/data/unsuccessful-reproductions/5cbed3b1777c6772efb29b2a9ff2a35c6df2b9bd.json index 9e939324b1dd..36a7d9494633 100644 --- a/data/unsuccessful-reproductions/5cbed3b1777c6772efb29b2a9ff2a35c6df2b9bd.json +++ b/data/unsuccessful-reproductions/5cbed3b1777c6772efb29b2a9ff2a35c6df2b9bd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5cc18970d02d3bfca69eeecf090dba7dcffb24c4.json b/data/unsuccessful-reproductions/5cc18970d02d3bfca69eeecf090dba7dcffb24c4.json index 47c87c782afb..43c9c02354bc 100644 --- a/data/unsuccessful-reproductions/5cc18970d02d3bfca69eeecf090dba7dcffb24c4.json +++ b/data/unsuccessful-reproductions/5cc18970d02d3bfca69eeecf090dba7dcffb24c4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ccd3ff71d9d0fdc2029e41f51396a5a1c88859d.json b/data/unsuccessful-reproductions/5ccd3ff71d9d0fdc2029e41f51396a5a1c88859d.json index 23cff8aea34d..685e3ef86bc4 100644 --- a/data/unsuccessful-reproductions/5ccd3ff71d9d0fdc2029e41f51396a5a1c88859d.json +++ b/data/unsuccessful-reproductions/5ccd3ff71d9d0fdc2029e41f51396a5a1c88859d.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.2", "newVersion" : "42.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ccfdcb7e1f0e10783900426f1dd70c5cc05761e.json b/data/unsuccessful-reproductions/5ccfdcb7e1f0e10783900426f1dd70c5cc05761e.json index d7cfd0a4293b..2e02fa62479a 100644 --- a/data/unsuccessful-reproductions/5ccfdcb7e1f0e10783900426f1dd70c5cc05761e.json +++ b/data/unsuccessful-reproductions/5ccfdcb7e1f0e10783900426f1dd70c5cc05761e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.412", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5cf43365986c2326530b5ef5866d300abd47c44c.json b/data/unsuccessful-reproductions/5cf43365986c2326530b5ef5866d300abd47c44c.json index c095e95261b3..6a874403e376 100644 --- a/data/unsuccessful-reproductions/5cf43365986c2326530b5ef5866d300abd47c44c.json +++ b/data/unsuccessful-reproductions/5cf43365986c2326530b5ef5866d300abd47c44c.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5568.v2b_9ea_7d7ea_98", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d11bdca437692799f0059c4dd341c526aea58c8.json b/data/unsuccessful-reproductions/5d11bdca437692799f0059c4dd341c526aea58c8.json index e1846fd7e40e..1f7c818c882a 100644 --- a/data/unsuccessful-reproductions/5d11bdca437692799f0059c4dd341c526aea58c8.json +++ b/data/unsuccessful-reproductions/5d11bdca437692799f0059c4dd341c526aea58c8.json @@ -12,7 +12,10 @@ "previousVersion" : "v20220502", "newVersion" : "v20220601", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d1beba02b44c05339ab27259660a6637eedd626.json b/data/unsuccessful-reproductions/5d1beba02b44c05339ab27259660a6637eedd626.json index f14b106b49a7..06a949300c70 100644 --- a/data/unsuccessful-reproductions/5d1beba02b44c05339ab27259660a6637eedd626.json +++ b/data/unsuccessful-reproductions/5d1beba02b44c05339ab27259660a6637eedd626.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.2", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "JodaOrg/joda-time" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d1ef43dcc583ca7afc1ebdb1c2a382e94c215bc.json b/data/unsuccessful-reproductions/5d1ef43dcc583ca7afc1ebdb1c2a382e94c215bc.json index 3fa964d313df..37c1be38aa30 100644 --- a/data/unsuccessful-reproductions/5d1ef43dcc583ca7afc1ebdb1c2a382e94c215bc.json +++ b/data/unsuccessful-reproductions/5d1ef43dcc583ca7afc1ebdb1c2a382e94c215bc.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.1.2-d", "newVersion" : "v1.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d3794f2c4bf7843e7e181bc1ea30089e1437344.json b/data/unsuccessful-reproductions/5d3794f2c4bf7843e7e181bc1ea30089e1437344.json index de8f9e9c2eae..4b6e8449a80f 100644 --- a/data/unsuccessful-reproductions/5d3794f2c4bf7843e7e181bc1ea30089e1437344.json +++ b/data/unsuccessful-reproductions/5d3794f2c4bf7843e7e181bc1ea30089e1437344.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d3d7d14de6fd39f1d71115ad9b84f8038269896.json b/data/unsuccessful-reproductions/5d3d7d14de6fd39f1d71115ad9b84f8038269896.json index 79b5de515a77..c5feefadb9a9 100644 --- a/data/unsuccessful-reproductions/5d3d7d14de6fd39f1d71115ad9b84f8038269896.json +++ b/data/unsuccessful-reproductions/5d3d7d14de6fd39f1d71115ad9b84f8038269896.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d49afdfe7a266ace3e28d497b2355ec41c5e42b.json b/data/unsuccessful-reproductions/5d49afdfe7a266ace3e28d497b2355ec41c5e42b.json index b865dfa6e7e2..bf6e4f0088c3 100644 --- a/data/unsuccessful-reproductions/5d49afdfe7a266ace3e28d497b2355ec41c5e42b.json +++ b/data/unsuccessful-reproductions/5d49afdfe7a266ace3e28d497b2355ec41c5e42b.json @@ -12,7 +12,10 @@ "previousVersion" : "v2-rev20210726-1.32.1", "newVersion" : "v2-rev20210727-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d702a5140ff92783c81d1dcb1e18e3df587cebc.json b/data/unsuccessful-reproductions/5d702a5140ff92783c81d1dcb1e18e3df587cebc.json index 181c0a4a18c9..72f2595ef203 100644 --- a/data/unsuccessful-reproductions/5d702a5140ff92783c81d1dcb1e18e3df587cebc.json +++ b/data/unsuccessful-reproductions/5d702a5140ff92783c81d1dcb1e18e3df587cebc.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d70c9238a30360665a8ad74ae97a4c7a730484e.json b/data/unsuccessful-reproductions/5d70c9238a30360665a8ad74ae97a4c7a730484e.json index 702cee9f2aa3..6c1d805bdb55 100644 --- a/data/unsuccessful-reproductions/5d70c9238a30360665a8ad74ae97a4c7a730484e.json +++ b/data/unsuccessful-reproductions/5d70c9238a30360665a8ad74ae97a4c7a730484e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d768700fbe0e406243b5768293cec7b949516e8.json b/data/unsuccessful-reproductions/5d768700fbe0e406243b5768293cec7b949516e8.json index ae8890dac11d..55e70ed3c4ae 100644 --- a/data/unsuccessful-reproductions/5d768700fbe0e406243b5768293cec7b949516e8.json +++ b/data/unsuccessful-reproductions/5d768700fbe0e406243b5768293cec7b949516e8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d774285c6c12e3b7ec18466476013ff31fb2f29.json b/data/unsuccessful-reproductions/5d774285c6c12e3b7ec18466476013ff31fb2f29.json index dd405ccbea7a..c42938f95479 100644 --- a/data/unsuccessful-reproductions/5d774285c6c12e3b7ec18466476013ff31fb2f29.json +++ b/data/unsuccessful-reproductions/5d774285c6c12e3b7ec18466476013ff31fb2f29.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0.Final", "newVersion" : "2.3.5.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d8e225dbf71366d4b6d1914d662efb2c14d76d8.json b/data/unsuccessful-reproductions/5d8e225dbf71366d4b6d1914d662efb2c14d76d8.json index 957e228b1bd9..cea67ef881f2 100644 --- a/data/unsuccessful-reproductions/5d8e225dbf71366d4b6d1914d662efb2c14d76d8.json +++ b/data/unsuccessful-reproductions/5d8e225dbf71366d4b6d1914d662efb2c14d76d8.json @@ -12,7 +12,10 @@ "previousVersion" : "31.0.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5d92d6cbdfa728a1112967ce26e505cfccb46ea9.json b/data/unsuccessful-reproductions/5d92d6cbdfa728a1112967ce26e505cfccb46ea9.json index 4c16df4e75ad..825fa68400db 100644 --- a/data/unsuccessful-reproductions/5d92d6cbdfa728a1112967ce26e505cfccb46ea9.json +++ b/data/unsuccessful-reproductions/5d92d6cbdfa728a1112967ce26e505cfccb46ea9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.3", "newVersion" : "1.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5da1ecbaf8e5a0f0b54dd46bba5d034e298dedde.json b/data/unsuccessful-reproductions/5da1ecbaf8e5a0f0b54dd46bba5d034e298dedde.json index 1126b0b8ed7a..435e39491500 100644 --- a/data/unsuccessful-reproductions/5da1ecbaf8e5a0f0b54dd46bba5d034e298dedde.json +++ b/data/unsuccessful-reproductions/5da1ecbaf8e5a0f0b54dd46bba5d034e298dedde.json @@ -12,7 +12,10 @@ "previousVersion" : "1.52.1", "newVersion" : "1.53.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5da74cde1107132ec1410a0191f461da8980d0ce.json b/data/unsuccessful-reproductions/5da74cde1107132ec1410a0191f461da8980d0ce.json index 79d01ba1d500..c728aa40e6aa 100644 --- a/data/unsuccessful-reproductions/5da74cde1107132ec1410a0191f461da8980d0ce.json +++ b/data/unsuccessful-reproductions/5da74cde1107132ec1410a0191f461da8980d0ce.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.15.RELEASE", "newVersion" : "1.5.22.RELEASE", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5dbacf82f7248efb2539ef73215cbf39d83dd767.json b/data/unsuccessful-reproductions/5dbacf82f7248efb2539ef73215cbf39d83dd767.json index 7738afdeba0e..566716ac54b3 100644 --- a/data/unsuccessful-reproductions/5dbacf82f7248efb2539ef73215cbf39d83dd767.json +++ b/data/unsuccessful-reproductions/5dbacf82f7248efb2539ef73215cbf39d83dd767.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.4", "newVersion" : "2.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5e05ad6d9f2706e61b2af9148d4709ef1f30bcb0.json b/data/unsuccessful-reproductions/5e05ad6d9f2706e61b2af9148d4709ef1f30bcb0.json index 2b200bc46cb4..4b31dbdfcd7a 100644 --- a/data/unsuccessful-reproductions/5e05ad6d9f2706e61b2af9148d4709ef1f30bcb0.json +++ b/data/unsuccessful-reproductions/5e05ad6d9f2706e61b2af9148d4709ef1f30bcb0.json @@ -12,7 +12,10 @@ "previousVersion" : "4.7.0", "newVersion" : "4.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5e0905141db7d1e428fcb047fcf9ca13343d6bd5.json b/data/unsuccessful-reproductions/5e0905141db7d1e428fcb047fcf9ca13343d6bd5.json index 32339b3e99ef..4d23fcd24ca0 100644 --- a/data/unsuccessful-reproductions/5e0905141db7d1e428fcb047fcf9ca13343d6bd5.json +++ b/data/unsuccessful-reproductions/5e0905141db7d1e428fcb047fcf9ca13343d6bd5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.21", "newVersion" : "2.3.30", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5e1104d59b6fa3fb6c79265f5abc90ed3969bfee.json b/data/unsuccessful-reproductions/5e1104d59b6fa3fb6c79265f5abc90ed3969bfee.json index 806240510b2f..f48cc8867464 100644 --- a/data/unsuccessful-reproductions/5e1104d59b6fa3fb6c79265f5abc90ed3969bfee.json +++ b/data/unsuccessful-reproductions/5e1104d59b6fa3fb6c79265f5abc90ed3969bfee.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5e4a44d6099c846e699bcea3f672ae05b9ec6a65.json b/data/unsuccessful-reproductions/5e4a44d6099c846e699bcea3f672ae05b9ec6a65.json index 5f8bc1bcb6c7..ac9751cec496 100644 --- a/data/unsuccessful-reproductions/5e4a44d6099c846e699bcea3f672ae05b9ec6a65.json +++ b/data/unsuccessful-reproductions/5e4a44d6099c846e699bcea3f672ae05b9ec6a65.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.417", "newVersion" : "1.12.426", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5e622d83e5e223496f458b1516dac40c1c8b7ea9.json b/data/unsuccessful-reproductions/5e622d83e5e223496f458b1516dac40c1c8b7ea9.json index cfb417291a73..dbf17449b5ee 100644 --- a/data/unsuccessful-reproductions/5e622d83e5e223496f458b1516dac40c1c8b7ea9.json +++ b/data/unsuccessful-reproductions/5e622d83e5e223496f458b1516dac40c1c8b7ea9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.8", "newVersion" : "1.10.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5e6b66af6a1cb8e688b84af049ac4b55999cacbe.json b/data/unsuccessful-reproductions/5e6b66af6a1cb8e688b84af049ac4b55999cacbe.json index c30bea621328..99084c863e1e 100644 --- a/data/unsuccessful-reproductions/5e6b66af6a1cb8e688b84af049ac4b55999cacbe.json +++ b/data/unsuccessful-reproductions/5e6b66af6a1cb8e688b84af049ac4b55999cacbe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.3", "newVersion" : "2.7.15", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5e8adb7cabd9f517b1ccd51beb08bf08d79f28d1.json b/data/unsuccessful-reproductions/5e8adb7cabd9f517b1ccd51beb08bf08d79f28d1.json index 41bc07bf7d19..e94e9fd29f84 100644 --- a/data/unsuccessful-reproductions/5e8adb7cabd9f517b1ccd51beb08bf08d79f28d1.json +++ b/data/unsuccessful-reproductions/5e8adb7cabd9f517b1ccd51beb08bf08d79f28d1.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.2", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5e97ba8f38d7482c46a6dee6c0f8cbe41eebabdb.json b/data/unsuccessful-reproductions/5e97ba8f38d7482c46a6dee6c0f8cbe41eebabdb.json index 3a458cab36b8..6d577f80499d 100644 --- a/data/unsuccessful-reproductions/5e97ba8f38d7482c46a6dee6c0f8cbe41eebabdb.json +++ b/data/unsuccessful-reproductions/5e97ba8f38d7482c46a6dee6c0f8cbe41eebabdb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.14.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5eb2f2765a9b9ab9ee24458db94a0fd200259e4a.json b/data/unsuccessful-reproductions/5eb2f2765a9b9ab9ee24458db94a0fd200259e4a.json index 9dce19306285..ddd0124dd987 100644 --- a/data/unsuccessful-reproductions/5eb2f2765a9b9ab9ee24458db94a0fd200259e4a.json +++ b/data/unsuccessful-reproductions/5eb2f2765a9b9ab9ee24458db94a0fd200259e4a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1M3", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5eb659d30788832e301187e7854f90e52c918c0a.json b/data/unsuccessful-reproductions/5eb659d30788832e301187e7854f90e52c918c0a.json index dd6f72bc244a..3b6dda04629d 100644 --- a/data/unsuccessful-reproductions/5eb659d30788832e301187e7854f90e52c918c0a.json +++ b/data/unsuccessful-reproductions/5eb659d30788832e301187e7854f90e52c918c0a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5eb6cd2a43443413b29e95bc0be66bbdca7e9940.json b/data/unsuccessful-reproductions/5eb6cd2a43443413b29e95bc0be66bbdca7e9940.json index 6767fdce3ffc..d9c7c8340eda 100644 --- a/data/unsuccessful-reproductions/5eb6cd2a43443413b29e95bc0be66bbdca7e9940.json +++ b/data/unsuccessful-reproductions/5eb6cd2a43443413b29e95bc0be66bbdca7e9940.json @@ -12,7 +12,10 @@ "previousVersion" : "0.27.1", "newVersion" : "0.27.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ecba9aa71331d43b7685398bcf83d1a36172c6f.json b/data/unsuccessful-reproductions/5ecba9aa71331d43b7685398bcf83d1a36172c6f.json index 7153488e8d61..2f3f530817f0 100644 --- a/data/unsuccessful-reproductions/5ecba9aa71331d43b7685398bcf83d1a36172c6f.json +++ b/data/unsuccessful-reproductions/5ecba9aa71331d43b7685398bcf83d1a36172c6f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.3", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ecf1fb51ef67d780b4b3fbd81a6f310d53c4069.json b/data/unsuccessful-reproductions/5ecf1fb51ef67d780b4b3fbd81a6f310d53c4069.json index 2c5624aebbbf..46c576814a8f 100644 --- a/data/unsuccessful-reproductions/5ecf1fb51ef67d780b4b3fbd81a6f310d53c4069.json +++ b/data/unsuccessful-reproductions/5ecf1fb51ef67d780b4b3fbd81a6f310d53c4069.json @@ -12,7 +12,10 @@ "previousVersion" : "20140107", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ed7584f547b2522bcc709feae02e9b4b2d70d72.json b/data/unsuccessful-reproductions/5ed7584f547b2522bcc709feae02e9b4b2d70d72.json index e991f687a57b..cb06ee9ba92b 100644 --- a/data/unsuccessful-reproductions/5ed7584f547b2522bcc709feae02e9b4b2d70d72.json +++ b/data/unsuccessful-reproductions/5ed7584f547b2522bcc709feae02e9b4b2d70d72.json @@ -12,7 +12,10 @@ "previousVersion" : "2.25.0", "newVersion" : "2.27.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5edc6251f8032779e139df6d9728c592dadbd30f.json b/data/unsuccessful-reproductions/5edc6251f8032779e139df6d9728c592dadbd30f.json index 70d08facbe7b..55383b4853b1 100644 --- a/data/unsuccessful-reproductions/5edc6251f8032779e139df6d9728c592dadbd30f.json +++ b/data/unsuccessful-reproductions/5edc6251f8032779e139df6d9728c592dadbd30f.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.24", "newVersion" : "6.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ee5c06d14cab2d0e71a4b8a06b794470776c98b.json b/data/unsuccessful-reproductions/5ee5c06d14cab2d0e71a4b8a06b794470776c98b.json index e8efacaca363..b29230f01331 100644 --- a/data/unsuccessful-reproductions/5ee5c06d14cab2d0e71a4b8a06b794470776c98b.json +++ b/data/unsuccessful-reproductions/5ee5c06d14cab2d0e71a4b8a06b794470776c98b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.1", "newVersion" : "2.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5eeb763fcffb0651d759a2f7d54799b1b8a96dd0.json b/data/unsuccessful-reproductions/5eeb763fcffb0651d759a2f7d54799b1b8a96dd0.json index 011406a62e36..6f5d5f1d67e4 100644 --- a/data/unsuccessful-reproductions/5eeb763fcffb0651d759a2f7d54799b1b8a96dd0.json +++ b/data/unsuccessful-reproductions/5eeb763fcffb0651d759a2f7d54799b1b8a96dd0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.60", "newVersion" : "1.67", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "MIT", + "githubRepoSlug" : "bcgit/bc-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5eff8f2020541a9eb8d3bf75eaa0b784f9850651.json b/data/unsuccessful-reproductions/5eff8f2020541a9eb8d3bf75eaa0b784f9850651.json index 2894ba8807aa..96791e5085ff 100644 --- a/data/unsuccessful-reproductions/5eff8f2020541a9eb8d3bf75eaa0b784f9850651.json +++ b/data/unsuccessful-reproductions/5eff8f2020541a9eb8d3bf75eaa0b784f9850651.json @@ -12,7 +12,10 @@ "previousVersion" : "3.25.0", "newVersion" : "3.30.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f08caba19a4e764e1c39e944898834d4ab20c14.json b/data/unsuccessful-reproductions/5f08caba19a4e764e1c39e944898834d4ab20c14.json index 5eb29625e63c..e1f0fe12a519 100644 --- a/data/unsuccessful-reproductions/5f08caba19a4e764e1c39e944898834d4ab20c14.json +++ b/data/unsuccessful-reproductions/5f08caba19a4e764e1c39e944898834d4ab20c14.json @@ -12,7 +12,10 @@ "previousVersion" : "8.44", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f17ab86264d25490a37c43ee8442cc8613b475d.json b/data/unsuccessful-reproductions/5f17ab86264d25490a37c43ee8442cc8613b475d.json index 3495e4b1189a..8d4b39ab73bf 100644 --- a/data/unsuccessful-reproductions/5f17ab86264d25490a37c43ee8442cc8613b475d.json +++ b/data/unsuccessful-reproductions/5f17ab86264d25490a37c43ee8442cc8613b475d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.92", "newVersion" : "2.20.99", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f23f16f3ebfd4482921167efcc81d97661d2991.json b/data/unsuccessful-reproductions/5f23f16f3ebfd4482921167efcc81d97661d2991.json index eb5fc9dda234..15783bab7f0b 100644 --- a/data/unsuccessful-reproductions/5f23f16f3ebfd4482921167efcc81d97661d2991.json +++ b/data/unsuccessful-reproductions/5f23f16f3ebfd4482921167efcc81d97661d2991.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12", "newVersion" : "4.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f3631be6ff13690c08e9134f914ab4d97e04bf8.json b/data/unsuccessful-reproductions/5f3631be6ff13690c08e9134f914ab4d97e04bf8.json index 29b57e0db485..9e328d5f73c1 100644 --- a/data/unsuccessful-reproductions/5f3631be6ff13690c08e9134f914ab4d97e04bf8.json +++ b/data/unsuccessful-reproductions/5f3631be6ff13690c08e9134f914ab4d97e04bf8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f4a4eb859ff8ea62cccdad4210b26994e89d619.json b/data/unsuccessful-reproductions/5f4a4eb859ff8ea62cccdad4210b26994e89d619.json index 658e55bec0b7..6ea79ec39809 100644 --- a/data/unsuccessful-reproductions/5f4a4eb859ff8ea62cccdad4210b26994e89d619.json +++ b/data/unsuccessful-reproductions/5f4a4eb859ff8ea62cccdad4210b26994e89d619.json @@ -12,7 +12,10 @@ "previousVersion" : "2.36.1", "newVersion" : "2.37.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f676cc1a9027bde3d3f24119a0d664edc0f8a71.json b/data/unsuccessful-reproductions/5f676cc1a9027bde3d3f24119a0d664edc0f8a71.json index 306b1db4406f..7983a18d04d8 100644 --- a/data/unsuccessful-reproductions/5f676cc1a9027bde3d3f24119a0d664edc0f8a71.json +++ b/data/unsuccessful-reproductions/5f676cc1a9027bde3d3f24119a0d664edc0f8a71.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f681a14c9a7a5317fb42e07d27d592193fcd7b4.json b/data/unsuccessful-reproductions/5f681a14c9a7a5317fb42e07d27d592193fcd7b4.json index d31a21dc24e2..aee64f992630 100644 --- a/data/unsuccessful-reproductions/5f681a14c9a7a5317fb42e07d27d592193fcd7b4.json +++ b/data/unsuccessful-reproductions/5f681a14c9a7a5317fb42e07d27d592193fcd7b4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.9", "newVersion" : "2.4.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f6fcf2965010c3c8bd879806984d8b1f6680ea6.json b/data/unsuccessful-reproductions/5f6fcf2965010c3c8bd879806984d8b1f6680ea6.json index 17090f8437ae..2c26c94eaa95 100644 --- a/data/unsuccessful-reproductions/5f6fcf2965010c3c8bd879806984d8b1f6680ea6.json +++ b/data/unsuccessful-reproductions/5f6fcf2965010c3c8bd879806984d8b1f6680ea6.json @@ -12,7 +12,10 @@ "previousVersion" : "7.4.0", "newVersion" : "7.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f77a4e391b80542952a57230b921ef7e6ffc7d0.json b/data/unsuccessful-reproductions/5f77a4e391b80542952a57230b921ef7e6ffc7d0.json index 999e2ced52cc..d0e2ca0e3193 100644 --- a/data/unsuccessful-reproductions/5f77a4e391b80542952a57230b921ef7e6ffc7d0.json +++ b/data/unsuccessful-reproductions/5f77a4e391b80542952a57230b921ef7e6ffc7d0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.7", "newVersion" : "1.5.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f7b04618acdd96a34f3245c5259d87603d74665.json b/data/unsuccessful-reproductions/5f7b04618acdd96a34f3245c5259d87603d74665.json index e1c6b5c9daae..3d2c3f74b383 100644 --- a/data/unsuccessful-reproductions/5f7b04618acdd96a34f3245c5259d87603d74665.json +++ b/data/unsuccessful-reproductions/5f7b04618acdd96a34f3245c5259d87603d74665.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.7", "newVersion" : "1.6.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f8e91557dbb111f90d959e2c34ea2de08894f29.json b/data/unsuccessful-reproductions/5f8e91557dbb111f90d959e2c34ea2de08894f29.json index 32926227fd0e..0c692c9ab5ca 100644 --- a/data/unsuccessful-reproductions/5f8e91557dbb111f90d959e2c34ea2de08894f29.json +++ b/data/unsuccessful-reproductions/5f8e91557dbb111f90d959e2c34ea2de08894f29.json @@ -12,7 +12,10 @@ "previousVersion" : "2.29.0", "newVersion" : "2.31.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5f9665551b9d8c6ecc641a3163d6ac791fa257aa.json b/data/unsuccessful-reproductions/5f9665551b9d8c6ecc641a3163d6ac791fa257aa.json index 6125e8ce89b0..d8849eba08dd 100644 --- a/data/unsuccessful-reproductions/5f9665551b9d8c6ecc641a3163d6ac791fa257aa.json +++ b/data/unsuccessful-reproductions/5f9665551b9d8c6ecc641a3163d6ac791fa257aa.json @@ -12,7 +12,10 @@ "previousVersion" : "0.17", "newVersion" : "0.18", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5fa914b480c47881b2135c0f7ddd095bec92c8a4.json b/data/unsuccessful-reproductions/5fa914b480c47881b2135c0f7ddd095bec92c8a4.json index c69fb66aa579..e8e50c737d8f 100644 --- a/data/unsuccessful-reproductions/5fa914b480c47881b2135c0f7ddd095bec92c8a4.json +++ b/data/unsuccessful-reproductions/5fa914b480c47881b2135c0f7ddd095bec92c8a4.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.46", "newVersion" : "8.12.47", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5fac90ae29e51d50527c53ea9a712e1d132382da.json b/data/unsuccessful-reproductions/5fac90ae29e51d50527c53ea9a712e1d132382da.json index 809cee803ad7..93687de9a92e 100644 --- a/data/unsuccessful-reproductions/5fac90ae29e51d50527c53ea9a712e1d132382da.json +++ b/data/unsuccessful-reproductions/5fac90ae29e51d50527c53ea9a712e1d132382da.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.1", "newVersion" : "2.20.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5facb1e117657fb3664d4df863b6c0b012369d71.json b/data/unsuccessful-reproductions/5facb1e117657fb3664d4df863b6c0b012369d71.json index 061a347e4fde..b9c20543a07b 100644 --- a/data/unsuccessful-reproductions/5facb1e117657fb3664d4df863b6c0b012369d71.json +++ b/data/unsuccessful-reproductions/5facb1e117657fb3664d4df863b6c0b012369d71.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.3", "newVersion" : "2.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5fb06866f0ec1813af781167c3ede98ce163255b.json b/data/unsuccessful-reproductions/5fb06866f0ec1813af781167c3ede98ce163255b.json index e0ba072fba7a..223d41da5500 100644 --- a/data/unsuccessful-reproductions/5fb06866f0ec1813af781167c3ede98ce163255b.json +++ b/data/unsuccessful-reproductions/5fb06866f0ec1813af781167c3ede98ce163255b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.8", "newVersion" : "4.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5fb0cb9671f103cf2ee010199378579be962efdf.json b/data/unsuccessful-reproductions/5fb0cb9671f103cf2ee010199378579be962efdf.json index 65ccbb0ff288..c213e13a17bd 100644 --- a/data/unsuccessful-reproductions/5fb0cb9671f103cf2ee010199378579be962efdf.json +++ b/data/unsuccessful-reproductions/5fb0cb9671f103cf2ee010199378579be962efdf.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.6", "newVersion" : "4.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5fb976939474317ccb56a1b2ae26ac1fdde529c1.json b/data/unsuccessful-reproductions/5fb976939474317ccb56a1b2ae26ac1fdde529c1.json index a3cb664c6575..ddc949c370fb 100644 --- a/data/unsuccessful-reproductions/5fb976939474317ccb56a1b2ae26ac1fdde529c1.json +++ b/data/unsuccessful-reproductions/5fb976939474317ccb56a1b2ae26ac1fdde529c1.json @@ -12,7 +12,10 @@ "previousVersion" : "10.8.1", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5fc6599cfa13a4f78afc17fa85701c81bcf3f670.json b/data/unsuccessful-reproductions/5fc6599cfa13a4f78afc17fa85701c81bcf3f670.json index cfa021bbca8a..f8c5b4b75fd6 100644 --- a/data/unsuccessful-reproductions/5fc6599cfa13a4f78afc17fa85701c81bcf3f670.json +++ b/data/unsuccessful-reproductions/5fc6599cfa13a4f78afc17fa85701c81bcf3f670.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.3", "newVersion" : "5.10.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5fc75a1409cca37ae33e41a83c5a34170b7964e3.json b/data/unsuccessful-reproductions/5fc75a1409cca37ae33e41a83c5a34170b7964e3.json index 32e498f0dff6..0c5480c75517 100644 --- a/data/unsuccessful-reproductions/5fc75a1409cca37ae33e41a83c5a34170b7964e3.json +++ b/data/unsuccessful-reproductions/5fc75a1409cca37ae33e41a83c5a34170b7964e3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5fededc4e17eb6ad113416cfcbd4a21be0b18a10.json b/data/unsuccessful-reproductions/5fededc4e17eb6ad113416cfcbd4a21be0b18a10.json index 2a700c7c73f6..9a60927eace8 100644 --- a/data/unsuccessful-reproductions/5fededc4e17eb6ad113416cfcbd4a21be0b18a10.json +++ b/data/unsuccessful-reproductions/5fededc4e17eb6ad113416cfcbd4a21be0b18a10.json @@ -12,7 +12,10 @@ "previousVersion" : "8.9.6", "newVersion" : "9.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/5ff2b10c671f35a01ba0c5dc4d3756c2bb774353.json b/data/unsuccessful-reproductions/5ff2b10c671f35a01ba0c5dc4d3756c2bb774353.json index 75adb13408f3..83f7487ea83b 100644 --- a/data/unsuccessful-reproductions/5ff2b10c671f35a01ba0c5dc4d3756c2bb774353.json +++ b/data/unsuccessful-reproductions/5ff2b10c671f35a01ba0c5dc4d3756c2bb774353.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.1", "newVersion" : "2.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/600444d9a0d58e3fd492fd478fb19a6a034dbdc9.json b/data/unsuccessful-reproductions/600444d9a0d58e3fd492fd478fb19a6a034dbdc9.json index 3c89f3f3cf34..be56bb039cac 100644 --- a/data/unsuccessful-reproductions/600444d9a0d58e3fd492fd478fb19a6a034dbdc9.json +++ b/data/unsuccessful-reproductions/600444d9a0d58e3fd492fd478fb19a6a034dbdc9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-M5", "newVersion" : "3.0.0-M7", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/601e95cbb35de884e4f9903eaea74c7db1b3a87b.json b/data/unsuccessful-reproductions/601e95cbb35de884e4f9903eaea74c7db1b3a87b.json index b850cf954bb4..52b1f08b3015 100644 --- a/data/unsuccessful-reproductions/601e95cbb35de884e4f9903eaea74c7db1b3a87b.json +++ b/data/unsuccessful-reproductions/601e95cbb35de884e4f9903eaea74c7db1b3a87b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.198", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/60231cda1b7c8913a67f186d4ddadd603b1c8cb9.json b/data/unsuccessful-reproductions/60231cda1b7c8913a67f186d4ddadd603b1c8cb9.json index 7bef1f38fb54..62b3da63450e 100644 --- a/data/unsuccessful-reproductions/60231cda1b7c8913a67f186d4ddadd603b1c8cb9.json +++ b/data/unsuccessful-reproductions/60231cda1b7c8913a67f186d4ddadd603b1c8cb9.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/60268f4afc62981de36d495ba1503acec6be04f8.json b/data/unsuccessful-reproductions/60268f4afc62981de36d495ba1503acec6be04f8.json index fe756bebfdcb..e7632ceca36b 100644 --- a/data/unsuccessful-reproductions/60268f4afc62981de36d495ba1503acec6be04f8.json +++ b/data/unsuccessful-reproductions/60268f4afc62981de36d495ba1503acec6be04f8.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5528.v806749710b_83", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/602be565f8a68416c9bfef727c83c8583d221b9c.json b/data/unsuccessful-reproductions/602be565f8a68416c9bfef727c83c8583d221b9c.json index 4ff5153178a8..d17a399b0815 100644 --- a/data/unsuccessful-reproductions/602be565f8a68416c9bfef727c83c8583d221b9c.json +++ b/data/unsuccessful-reproductions/602be565f8a68416c9bfef727c83c8583d221b9c.json @@ -12,7 +12,10 @@ "previousVersion" : "v0.26.1", "newVersion" : "v1.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/603a7fec4547a5e2547e63e235ef0951ba4c45ef.json b/data/unsuccessful-reproductions/603a7fec4547a5e2547e63e235ef0951ba4c45ef.json index 17bb3fa49b55..15865fcc4d57 100644 --- a/data/unsuccessful-reproductions/603a7fec4547a5e2547e63e235ef0951ba4c45ef.json +++ b/data/unsuccessful-reproductions/603a7fec4547a5e2547e63e235ef0951ba4c45ef.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.0", "newVersion" : "10.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/604ed1bdaa782e35564c9fd45b123b65752f78a3.json b/data/unsuccessful-reproductions/604ed1bdaa782e35564c9fd45b123b65752f78a3.json index c65591e7baff..3d7054916344 100644 --- a/data/unsuccessful-reproductions/604ed1bdaa782e35564c9fd45b123b65752f78a3.json +++ b/data/unsuccessful-reproductions/604ed1bdaa782e35564c9fd45b123b65752f78a3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/607a1b2308a53052ac23470a813bd8d5e4ced0df.json b/data/unsuccessful-reproductions/607a1b2308a53052ac23470a813bd8d5e4ced0df.json index 087f1e21e79f..0c7aa4c66455 100644 --- a/data/unsuccessful-reproductions/607a1b2308a53052ac23470a813bd8d5e4ced0df.json +++ b/data/unsuccessful-reproductions/607a1b2308a53052ac23470a813bd8d5e4ced0df.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6095888461913fd4512fee9f54286549709a862f.json b/data/unsuccessful-reproductions/6095888461913fd4512fee9f54286549709a862f.json index 2d06a7215ea1..5f80de552fac 100644 --- a/data/unsuccessful-reproductions/6095888461913fd4512fee9f54286549709a862f.json +++ b/data/unsuccessful-reproductions/6095888461913fd4512fee9f54286549709a862f.json @@ -12,7 +12,10 @@ "previousVersion" : "RELEASE", "newVersion" : "23.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6097d025bbd83ce19928abec594d56c6dc9067fd.json b/data/unsuccessful-reproductions/6097d025bbd83ce19928abec594d56c6dc9067fd.json index 9bd6ebdcebd1..2ea14ce3df13 100644 --- a/data/unsuccessful-reproductions/6097d025bbd83ce19928abec594d56c6dc9067fd.json +++ b/data/unsuccessful-reproductions/6097d025bbd83ce19928abec594d56c6dc9067fd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.0", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6099c887b3dbf05d4d03afe87bcca3062ecafc3e.json b/data/unsuccessful-reproductions/6099c887b3dbf05d4d03afe87bcca3062ecafc3e.json index 6ca43aa99106..a9d6a9c3b726 100644 --- a/data/unsuccessful-reproductions/6099c887b3dbf05d4d03afe87bcca3062ecafc3e.json +++ b/data/unsuccessful-reproductions/6099c887b3dbf05d4d03afe87bcca3062ecafc3e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/60a0c5285327e3cf4fed9670bc946255848ec1e8.json b/data/unsuccessful-reproductions/60a0c5285327e3cf4fed9670bc946255848ec1e8.json index 089f51727691..c7d9af72eef1 100644 --- a/data/unsuccessful-reproductions/60a0c5285327e3cf4fed9670bc946255848ec1e8.json +++ b/data/unsuccessful-reproductions/60a0c5285327e3cf4fed9670bc946255848ec1e8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.22.3", "newVersion" : "3.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/60acc69c6bc5c91622b9f28233a2904adbc24538.json b/data/unsuccessful-reproductions/60acc69c6bc5c91622b9f28233a2904adbc24538.json index 14cc630e5df4..a1618d27e21d 100644 --- a/data/unsuccessful-reproductions/60acc69c6bc5c91622b9f28233a2904adbc24538.json +++ b/data/unsuccessful-reproductions/60acc69c6bc5c91622b9f28233a2904adbc24538.json @@ -12,7 +12,10 @@ "previousVersion" : "3.26.0", "newVersion" : "3.27.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/60b62424f0ab7b42ad367ce8bb42bc8517b046fe.json b/data/unsuccessful-reproductions/60b62424f0ab7b42ad367ce8bb42bc8517b046fe.json index 0d05e5a6562a..3dd53f519d52 100644 --- a/data/unsuccessful-reproductions/60b62424f0ab7b42ad367ce8bb42bc8517b046fe.json +++ b/data/unsuccessful-reproductions/60b62424f0ab7b42ad367ce8bb42bc8517b046fe.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.83", "newVersion" : "2.0.23", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/60b866ad2ea2bf1580d6e6a06698ea65a7a11b51.json b/data/unsuccessful-reproductions/60b866ad2ea2bf1580d6e6a06698ea65a7a11b51.json index b285c3317d06..fc42f3ad1cd6 100644 --- a/data/unsuccessful-reproductions/60b866ad2ea2bf1580d6e6a06698ea65a7a11b51.json +++ b/data/unsuccessful-reproductions/60b866ad2ea2bf1580d6e6a06698ea65a7a11b51.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.0-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/60c6b2f0dad96a7e7ce24fe0c29b147598007742.json b/data/unsuccessful-reproductions/60c6b2f0dad96a7e7ce24fe0c29b147598007742.json index fa5d7ece630c..40773f9246c7 100644 --- a/data/unsuccessful-reproductions/60c6b2f0dad96a7e7ce24fe0c29b147598007742.json +++ b/data/unsuccessful-reproductions/60c6b2f0dad96a7e7ce24fe0c29b147598007742.json @@ -12,7 +12,10 @@ "previousVersion" : "1.43.2", "newVersion" : "1.44.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/60f8cdb65c4f93880baff6db0831b5872443c547.json b/data/unsuccessful-reproductions/60f8cdb65c4f93880baff6db0831b5872443c547.json index 1f28bad27c4b..ba4cfe8104d1 100644 --- a/data/unsuccessful-reproductions/60f8cdb65c4f93880baff6db0831b5872443c547.json +++ b/data/unsuccessful-reproductions/60f8cdb65c4f93880baff6db0831b5872443c547.json @@ -12,7 +12,10 @@ "previousVersion" : "1.108", "newVersion" : "1.109", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/60fe02f357f9b7312d2a2b083b2e787daa7e34c2.json b/data/unsuccessful-reproductions/60fe02f357f9b7312d2a2b083b2e787daa7e34c2.json index c5a5d76dc8b0..af13ab7dc46e 100644 --- a/data/unsuccessful-reproductions/60fe02f357f9b7312d2a2b083b2e787daa7e34c2.json +++ b/data/unsuccessful-reproductions/60fe02f357f9b7312d2a2b083b2e787daa7e34c2.json @@ -12,7 +12,10 @@ "previousVersion" : "0.12.0", "newVersion" : "0.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61083bca5ae59beeba0172c572fb120fc8e4ef4c.json b/data/unsuccessful-reproductions/61083bca5ae59beeba0172c572fb120fc8e4ef4c.json index 5f12421203c6..1196580bf710 100644 --- a/data/unsuccessful-reproductions/61083bca5ae59beeba0172c572fb120fc8e4ef4c.json +++ b/data/unsuccessful-reproductions/61083bca5ae59beeba0172c572fb120fc8e4ef4c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.66", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/612306bb1c50dad5770eff3d793742b3a675f55c.json b/data/unsuccessful-reproductions/612306bb1c50dad5770eff3d793742b3a675f55c.json index 601a3ef56fee..5d3280fda72c 100644 --- a/data/unsuccessful-reproductions/612306bb1c50dad5770eff3d793742b3a675f55c.json +++ b/data/unsuccessful-reproductions/612306bb1c50dad5770eff3d793742b3a675f55c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/612e67bea3d62d85463041c160f0362d58c9204b.json b/data/unsuccessful-reproductions/612e67bea3d62d85463041c160f0362d58c9204b.json index 9c4f83f710bf..35859887ba02 100644 --- a/data/unsuccessful-reproductions/612e67bea3d62d85463041c160f0362d58c9204b.json +++ b/data/unsuccessful-reproductions/612e67bea3d62d85463041c160f0362d58c9204b.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/613812315ad4501899fc2af3ec8897e5f2ab7da3.json b/data/unsuccessful-reproductions/613812315ad4501899fc2af3ec8897e5f2ab7da3.json index 5ab986863b81..5c8803783af2 100644 --- a/data/unsuccessful-reproductions/613812315ad4501899fc2af3ec8897e5f2ab7da3.json +++ b/data/unsuccessful-reproductions/613812315ad4501899fc2af3ec8897e5f2ab7da3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/613f6c0c20a8820e5b9fb9acb3bf3ed5f0031282.json b/data/unsuccessful-reproductions/613f6c0c20a8820e5b9fb9acb3bf3ed5f0031282.json index e9dc442d079c..f716c3c0a758 100644 --- a/data/unsuccessful-reproductions/613f6c0c20a8820e5b9fb9acb3bf3ed5f0031282.json +++ b/data/unsuccessful-reproductions/613f6c0c20a8820e5b9fb9acb3bf3ed5f0031282.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61434dd6d68caefb0cd6661843b8e6b014e32e08.json b/data/unsuccessful-reproductions/61434dd6d68caefb0cd6661843b8e6b014e32e08.json index 3812f583904a..6fec92f3b50f 100644 --- a/data/unsuccessful-reproductions/61434dd6d68caefb0cd6661843b8e6b014e32e08.json +++ b/data/unsuccessful-reproductions/61434dd6d68caefb0cd6661843b8e6b014e32e08.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3", "newVersion" : "2.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6157af18db101de8ebf12c1fc28295d5a7e9c246.json b/data/unsuccessful-reproductions/6157af18db101de8ebf12c1fc28295d5a7e9c246.json index 024545818e82..ac502d481292 100644 --- a/data/unsuccessful-reproductions/6157af18db101de8ebf12c1fc28295d5a7e9c246.json +++ b/data/unsuccessful-reproductions/6157af18db101de8ebf12c1fc28295d5a7e9c246.json @@ -12,7 +12,10 @@ "previousVersion" : "4.8.2", "newVersion" : "4.8.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/616a97e75878f33d0f9db3bef87dde6b9045db6b.json b/data/unsuccessful-reproductions/616a97e75878f33d0f9db3bef87dde6b9045db6b.json index cc86b236892a..1b28e41cffc3 100644 --- a/data/unsuccessful-reproductions/616a97e75878f33d0f9db3bef87dde6b9045db6b.json +++ b/data/unsuccessful-reproductions/616a97e75878f33d0f9db3bef87dde6b9045db6b.json @@ -12,7 +12,10 @@ "previousVersion" : "1370.vfa_e23fe119c3", "newVersion" : "1451.v15f1fdb_772a_f", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61707800883f4787cb9cdda95cd9e3bd8d11db84.json b/data/unsuccessful-reproductions/61707800883f4787cb9cdda95cd9e3bd8d11db84.json index 2aec52f98b79..9fd0a3e9a185 100644 --- a/data/unsuccessful-reproductions/61707800883f4787cb9cdda95cd9e3bd8d11db84.json +++ b/data/unsuccessful-reproductions/61707800883f4787cb9cdda95cd9e3bd8d11db84.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.4", "newVersion" : "1.10", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6176393b60bcc22adf0510820a313a66bafc2d3d.json b/data/unsuccessful-reproductions/6176393b60bcc22adf0510820a313a66bafc2d3d.json index 3a43acaf935c..fe13144f0691 100644 --- a/data/unsuccessful-reproductions/6176393b60bcc22adf0510820a313a66bafc2d3d.json +++ b/data/unsuccessful-reproductions/6176393b60bcc22adf0510820a313a66bafc2d3d.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.14", "newVersion" : "8.0.26", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6178f5ecdc0eb34fa8e3868dc4eb51a1fae07d61.json b/data/unsuccessful-reproductions/6178f5ecdc0eb34fa8e3868dc4eb51a1fae07d61.json index 4579f32adc0c..9f7afbab7113 100644 --- a/data/unsuccessful-reproductions/6178f5ecdc0eb34fa8e3868dc4eb51a1fae07d61.json +++ b/data/unsuccessful-reproductions/6178f5ecdc0eb34fa8e3868dc4eb51a1fae07d61.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.7", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61797b7eea562700cfcda4399b632707037abcc6.json b/data/unsuccessful-reproductions/61797b7eea562700cfcda4399b632707037abcc6.json index 394b355d5bd4..4aa0bdc5e2fe 100644 --- a/data/unsuccessful-reproductions/61797b7eea562700cfcda4399b632707037abcc6.json +++ b/data/unsuccessful-reproductions/61797b7eea562700cfcda4399b632707037abcc6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.418", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/617b59817e537f950b99878571839acd32377052.json b/data/unsuccessful-reproductions/617b59817e537f950b99878571839acd32377052.json index 98ceba49775b..ddcac50842c2 100644 --- a/data/unsuccessful-reproductions/617b59817e537f950b99878571839acd32377052.json +++ b/data/unsuccessful-reproductions/617b59817e537f950b99878571839acd32377052.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0.2", "newVersion" : "20.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/617f1e38718d0d30e3c532578357aac48c5d3476.json b/data/unsuccessful-reproductions/617f1e38718d0d30e3c532578357aac48c5d3476.json index 1c4bab217d16..c54c466ec6ca 100644 --- a/data/unsuccessful-reproductions/617f1e38718d0d30e3c532578357aac48c5d3476.json +++ b/data/unsuccessful-reproductions/617f1e38718d0d30e3c532578357aac48c5d3476.json @@ -12,7 +12,10 @@ "previousVersion" : "10.9.1", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6183a42b3ef841d13b8047fbadb9dcca688530cd.json b/data/unsuccessful-reproductions/6183a42b3ef841d13b8047fbadb9dcca688530cd.json index e10490de1951..07af54b8c752 100644 --- a/data/unsuccessful-reproductions/6183a42b3ef841d13b8047fbadb9dcca688530cd.json +++ b/data/unsuccessful-reproductions/6183a42b3ef841d13b8047fbadb9dcca688530cd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.33", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/619a3ea4ca9916d08a002301b1cf332dfca95003.json b/data/unsuccessful-reproductions/619a3ea4ca9916d08a002301b1cf332dfca95003.json index a0a458beddb0..bcb92fec2575 100644 --- a/data/unsuccessful-reproductions/619a3ea4ca9916d08a002301b1cf332dfca95003.json +++ b/data/unsuccessful-reproductions/619a3ea4ca9916d08a002301b1cf332dfca95003.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.94.Final", "newVersion" : "4.1.95.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61a28ecc98fe111c1d4884ffb6ae16cf1c6a2733.json b/data/unsuccessful-reproductions/61a28ecc98fe111c1d4884ffb6ae16cf1c6a2733.json index b5bae6dd1f36..07b121df361e 100644 --- a/data/unsuccessful-reproductions/61a28ecc98fe111c1d4884ffb6ae16cf1c6a2733.json +++ b/data/unsuccessful-reproductions/61a28ecc98fe111c1d4884ffb6ae16cf1c6a2733.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11", "newVersion" : "839.v35e2736cfd5c", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61a581a3975ef147da85bfe1601bcbb500840c74.json b/data/unsuccessful-reproductions/61a581a3975ef147da85bfe1601bcbb500840c74.json index f1530c233ff5..d34ade73897e 100644 --- a/data/unsuccessful-reproductions/61a581a3975ef147da85bfe1601bcbb500840c74.json +++ b/data/unsuccessful-reproductions/61a581a3975ef147da85bfe1601bcbb500840c74.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61aa851d6ce6ebf8891e6f63635233d78b366b66.json b/data/unsuccessful-reproductions/61aa851d6ce6ebf8891e6f63635233d78b366b66.json index 155eada8bdf2..d081c3504b05 100644 --- a/data/unsuccessful-reproductions/61aa851d6ce6ebf8891e6f63635233d78b366b66.json +++ b/data/unsuccessful-reproductions/61aa851d6ce6ebf8891e6f63635233d78b366b66.json @@ -12,7 +12,10 @@ "previousVersion" : "0.9.2", "newVersion" : "1.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61aad70f3f0b15e1db6b693b82f89d253bbb8c00.json b/data/unsuccessful-reproductions/61aad70f3f0b15e1db6b693b82f89d253bbb8c00.json index fd4ea37fcefb..34d6fea2cf25 100644 --- a/data/unsuccessful-reproductions/61aad70f3f0b15e1db6b693b82f89d253bbb8c00.json +++ b/data/unsuccessful-reproductions/61aad70f3f0b15e1db6b693b82f89d253bbb8c00.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.14.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61b0aecbf7858df85bd073fe14267961a9e361ab.json b/data/unsuccessful-reproductions/61b0aecbf7858df85bd073fe14267961a9e361ab.json index ddcdb0760e70..e101b4b6649c 100644 --- a/data/unsuccessful-reproductions/61b0aecbf7858df85bd073fe14267961a9e361ab.json +++ b/data/unsuccessful-reproductions/61b0aecbf7858df85bd073fe14267961a9e361ab.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61b391c4fc3461a7f85820171e7fde5a6599cd8c.json b/data/unsuccessful-reproductions/61b391c4fc3461a7f85820171e7fde5a6599cd8c.json index 2ea65dde7491..24bc7ba27ac0 100644 --- a/data/unsuccessful-reproductions/61b391c4fc3461a7f85820171e7fde5a6599cd8c.json +++ b/data/unsuccessful-reproductions/61b391c4fc3461a7f85820171e7fde5a6599cd8c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.2", "newVersion" : "1.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61b8f2aa7f44cd03078c7a19aed682ed8d2589c8.json b/data/unsuccessful-reproductions/61b8f2aa7f44cd03078c7a19aed682ed8d2589c8.json index 2b54a42e1a9d..207f7c22d9c6 100644 --- a/data/unsuccessful-reproductions/61b8f2aa7f44cd03078c7a19aed682ed8d2589c8.json +++ b/data/unsuccessful-reproductions/61b8f2aa7f44cd03078c7a19aed682ed8d2589c8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.18", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61d234c9f76250454044ff657be56ac26562bcee.json b/data/unsuccessful-reproductions/61d234c9f76250454044ff657be56ac26562bcee.json index d95467eb84c3..f93a64c927be 100644 --- a/data/unsuccessful-reproductions/61d234c9f76250454044ff657be56ac26562bcee.json +++ b/data/unsuccessful-reproductions/61d234c9f76250454044ff657be56ac26562bcee.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.3", "newVersion" : "2.18.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61d3ce146bfb1aaf55556e8ba437c15bc3cd2217.json b/data/unsuccessful-reproductions/61d3ce146bfb1aaf55556e8ba437c15bc3cd2217.json index 055dc0f725c5..4fd7367b986e 100644 --- a/data/unsuccessful-reproductions/61d3ce146bfb1aaf55556e8ba437c15bc3cd2217.json +++ b/data/unsuccessful-reproductions/61d3ce146bfb1aaf55556e8ba437c15bc3cd2217.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.0-release", "newVersion" : "3.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61d7269c8a4e69b33308814ec76ad7dd149bd4d1.json b/data/unsuccessful-reproductions/61d7269c8a4e69b33308814ec76ad7dd149bd4d1.json index 3a093da40f0c..05532464682c 100644 --- a/data/unsuccessful-reproductions/61d7269c8a4e69b33308814ec76ad7dd149bd4d1.json +++ b/data/unsuccessful-reproductions/61d7269c8a4e69b33308814ec76ad7dd149bd4d1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.2.6", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61de1ce7155b63d80366eb2fc91cb0c81520c86d.json b/data/unsuccessful-reproductions/61de1ce7155b63d80366eb2fc91cb0c81520c86d.json index 4a432595c6eb..027526b9fa38 100644 --- a/data/unsuccessful-reproductions/61de1ce7155b63d80366eb2fc91cb0c81520c86d.json +++ b/data/unsuccessful-reproductions/61de1ce7155b63d80366eb2fc91cb0c81520c86d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.240", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61e1537ea64c6a670cfccc21432e4fa27092d94c.json b/data/unsuccessful-reproductions/61e1537ea64c6a670cfccc21432e4fa27092d94c.json index 9828cdce41cc..8b84aeea5180 100644 --- a/data/unsuccessful-reproductions/61e1537ea64c6a670cfccc21432e4fa27092d94c.json +++ b/data/unsuccessful-reproductions/61e1537ea64c6a670cfccc21432e4fa27092d94c.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.3", "newVersion" : "5.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "FasterXML/woodstox" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/61f93b862e1f63d3e8ec1238bddf711db8aa3d36.json b/data/unsuccessful-reproductions/61f93b862e1f63d3e8ec1238bddf711db8aa3d36.json index eae4205ef0c2..b7e8e346ac65 100644 --- a/data/unsuccessful-reproductions/61f93b862e1f63d3e8ec1238bddf711db8aa3d36.json +++ b/data/unsuccessful-reproductions/61f93b862e1f63d3e8ec1238bddf711db8aa3d36.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.5.RELEASE", "newVersion" : "2.2.11.RELEASE", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6213e952c1b454a01b270ae80e1cbeb5ceaf696b.json b/data/unsuccessful-reproductions/6213e952c1b454a01b270ae80e1cbeb5ceaf696b.json index 84313bd7a4fd..bcb874dd1b2c 100644 --- a/data/unsuccessful-reproductions/6213e952c1b454a01b270ae80e1cbeb5ceaf696b.json +++ b/data/unsuccessful-reproductions/6213e952c1b454a01b270ae80e1cbeb5ceaf696b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.7.6", "newVersion" : "3.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/624af4031f00e17a1e7cf031ca6ac785e70c5536.json b/data/unsuccessful-reproductions/624af4031f00e17a1e7cf031ca6ac785e70c5536.json index 6912e5679280..70a92dbea54c 100644 --- a/data/unsuccessful-reproductions/624af4031f00e17a1e7cf031ca6ac785e70c5536.json +++ b/data/unsuccessful-reproductions/624af4031f00e17a1e7cf031ca6ac785e70c5536.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.31", "newVersion" : "1.7.32", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/624c34c03b3e919d7c5be458573b21177290fde6.json b/data/unsuccessful-reproductions/624c34c03b3e919d7c5be458573b21177290fde6.json index 744247446b79..6563a1b9c74e 100644 --- a/data/unsuccessful-reproductions/624c34c03b3e919d7c5be458573b21177290fde6.json +++ b/data/unsuccessful-reproductions/624c34c03b3e919d7c5be458573b21177290fde6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/625f9fcd2ebe6242c719950e6b5a0b0f1a3ddd58.json b/data/unsuccessful-reproductions/625f9fcd2ebe6242c719950e6b5a0b0f1a3ddd58.json index 516f2f0eab77..b855f13e9b03 100644 --- a/data/unsuccessful-reproductions/625f9fcd2ebe6242c719950e6b5a0b0f1a3ddd58.json +++ b/data/unsuccessful-reproductions/625f9fcd2ebe6242c719950e6b5a0b0f1a3ddd58.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6265c217617dcc9e381a0b20c408627b3cc44b2c.json b/data/unsuccessful-reproductions/6265c217617dcc9e381a0b20c408627b3cc44b2c.json index 76ab532446d1..db795161da14 100644 --- a/data/unsuccessful-reproductions/6265c217617dcc9e381a0b20c408627b3cc44b2c.json +++ b/data/unsuccessful-reproductions/6265c217617dcc9e381a0b20c408627b3cc44b2c.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/62673b398f300fa11714a3a7996fcb5f4f61f813.json b/data/unsuccessful-reproductions/62673b398f300fa11714a3a7996fcb5f4f61f813.json index 0df53b40476f..3f8c984a5354 100644 --- a/data/unsuccessful-reproductions/62673b398f300fa11714a3a7996fcb5f4f61f813.json +++ b/data/unsuccessful-reproductions/62673b398f300fa11714a3a7996fcb5f4f61f813.json @@ -12,7 +12,10 @@ "previousVersion" : "1.21", "newVersion" : "1.22", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/626aafaae8e3489f935dc7502ef2e69782911e51.json b/data/unsuccessful-reproductions/626aafaae8e3489f935dc7502ef2e69782911e51.json index a9b63ecd3934..5198bc003db1 100644 --- a/data/unsuccessful-reproductions/626aafaae8e3489f935dc7502ef2e69782911e51.json +++ b/data/unsuccessful-reproductions/626aafaae8e3489f935dc7502ef2e69782911e51.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/626e30c9723c8e3359bcb51fa037d9898b3363a8.json b/data/unsuccessful-reproductions/626e30c9723c8e3359bcb51fa037d9898b3363a8.json index 8148323434e5..d1d14d05a760 100644 --- a/data/unsuccessful-reproductions/626e30c9723c8e3359bcb51fa037d9898b3363a8.json +++ b/data/unsuccessful-reproductions/626e30c9723c8e3359bcb51fa037d9898b3363a8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.0", "newVersion" : "3.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/62b5b892cc68a675de75150e3b2b963804655bd2.json b/data/unsuccessful-reproductions/62b5b892cc68a675de75150e3b2b963804655bd2.json index 0750628d35ba..e8eab9a19bac 100644 --- a/data/unsuccessful-reproductions/62b5b892cc68a675de75150e3b2b963804655bd2.json +++ b/data/unsuccessful-reproductions/62b5b892cc68a675de75150e3b2b963804655bd2.json @@ -12,7 +12,10 @@ "previousVersion" : "0.4.8", "newVersion" : "0.4.17", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/62d43ed5503d4375fd87ee3e671fcc0ade422128.json b/data/unsuccessful-reproductions/62d43ed5503d4375fd87ee3e671fcc0ade422128.json index a66915ec1b1c..43f11f3d21e5 100644 --- a/data/unsuccessful-reproductions/62d43ed5503d4375fd87ee3e671fcc0ade422128.json +++ b/data/unsuccessful-reproductions/62d43ed5503d4375fd87ee3e671fcc0ade422128.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.8", "newVersion" : "3.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/62daa88b643260fc22c4d6105f388420610189c8.json b/data/unsuccessful-reproductions/62daa88b643260fc22c4d6105f388420610189c8.json index 5f833d05d0de..e87f0e7d9611 100644 --- a/data/unsuccessful-reproductions/62daa88b643260fc22c4d6105f388420610189c8.json +++ b/data/unsuccessful-reproductions/62daa88b643260fc22c4d6105f388420610189c8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.4", "newVersion" : "4.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/62dab7b34a5b6af612d560037af5681f853dbafb.json b/data/unsuccessful-reproductions/62dab7b34a5b6af612d560037af5681f853dbafb.json index ba81aaa6e112..45b9157e555c 100644 --- a/data/unsuccessful-reproductions/62dab7b34a5b6af612d560037af5681f853dbafb.json +++ b/data/unsuccessful-reproductions/62dab7b34a5b6af612d560037af5681f853dbafb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.2", "newVersion" : "2.12.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "JodaOrg/joda-time" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/62dd15c91bfd0bd68dba0cae5da5953c295d34b9.json b/data/unsuccessful-reproductions/62dd15c91bfd0bd68dba0cae5da5953c295d34b9.json index 849ef5322d53..d54bf3dbbe40 100644 --- a/data/unsuccessful-reproductions/62dd15c91bfd0bd68dba0cae5da5953c295d34b9.json +++ b/data/unsuccessful-reproductions/62dd15c91bfd0bd68dba0cae5da5953c295d34b9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.16", "newVersion" : "2.18.20", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/62de93750e16159399a82761d92b07dc338000cd.json b/data/unsuccessful-reproductions/62de93750e16159399a82761d92b07dc338000cd.json index c9396f23fc99..341d10c60ca1 100644 --- a/data/unsuccessful-reproductions/62de93750e16159399a82761d92b07dc338000cd.json +++ b/data/unsuccessful-reproductions/62de93750e16159399a82761d92b07dc338000cd.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/62e4a7f5fb3e6946a75987afd2d02f447a2214a9.json b/data/unsuccessful-reproductions/62e4a7f5fb3e6946a75987afd2d02f447a2214a9.json index 45b6f9985ec7..70355f26b74e 100644 --- a/data/unsuccessful-reproductions/62e4a7f5fb3e6946a75987afd2d02f447a2214a9.json +++ b/data/unsuccessful-reproductions/62e4a7f5fb3e6946a75987afd2d02f447a2214a9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.2", "newVersion" : "2.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/62fab0795534719363fa0f8f02e9c7a667c7aa27.json b/data/unsuccessful-reproductions/62fab0795534719363fa0f8f02e9c7a667c7aa27.json index 783bdf06a27f..c95de6799039 100644 --- a/data/unsuccessful-reproductions/62fab0795534719363fa0f8f02e9c7a667c7aa27.json +++ b/data/unsuccessful-reproductions/62fab0795534719363fa0f8f02e9c7a667c7aa27.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.6", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/632ed4fddd4798ff55853c43f08db5da0a89b20b.json b/data/unsuccessful-reproductions/632ed4fddd4798ff55853c43f08db5da0a89b20b.json index 4f90839ee0be..9d6391d52a98 100644 --- a/data/unsuccessful-reproductions/632ed4fddd4798ff55853c43f08db5da0a89b20b.json +++ b/data/unsuccessful-reproductions/632ed4fddd4798ff55853c43f08db5da0a89b20b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.237", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6342f308276ed80ddaffbcc8bdc4fbb1c4018b41.json b/data/unsuccessful-reproductions/6342f308276ed80ddaffbcc8bdc4fbb1c4018b41.json index 6393cf3b188d..31a131c5bd46 100644 --- a/data/unsuccessful-reproductions/6342f308276ed80ddaffbcc8bdc4fbb1c4018b41.json +++ b/data/unsuccessful-reproductions/6342f308276ed80ddaffbcc8bdc4fbb1c4018b41.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6380b3e8dbe4358a0ea8dc0c5694b73e158b8802.json b/data/unsuccessful-reproductions/6380b3e8dbe4358a0ea8dc0c5694b73e158b8802.json index b11168bce91e..099495f1e46b 100644 --- a/data/unsuccessful-reproductions/6380b3e8dbe4358a0ea8dc0c5694b73e158b8802.json +++ b/data/unsuccessful-reproductions/6380b3e8dbe4358a0ea8dc0c5694b73e158b8802.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.0", "newVersion" : "3.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/63814f151521abdd696eec15ef4724114d868bb6.json b/data/unsuccessful-reproductions/63814f151521abdd696eec15ef4724114d868bb6.json index 1c112fc564be..2a4b20ceea83 100644 --- a/data/unsuccessful-reproductions/63814f151521abdd696eec15ef4724114d868bb6.json +++ b/data/unsuccessful-reproductions/63814f151521abdd696eec15ef4724114d868bb6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6388e7bdeb6a2653fb7c693b58a021ff69b7248b.json b/data/unsuccessful-reproductions/6388e7bdeb6a2653fb7c693b58a021ff69b7248b.json index f59a430b24ba..f31f7a68bbb6 100644 --- a/data/unsuccessful-reproductions/6388e7bdeb6a2653fb7c693b58a021ff69b7248b.json +++ b/data/unsuccessful-reproductions/6388e7bdeb6a2653fb7c693b58a021ff69b7248b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/63a2e56063a4c74e01833caa0222d94be28f3ee2.json b/data/unsuccessful-reproductions/63a2e56063a4c74e01833caa0222d94be28f3ee2.json index ddcfeaf327b2..009c27e35e25 100644 --- a/data/unsuccessful-reproductions/63a2e56063a4c74e01833caa0222d94be28f3ee2.json +++ b/data/unsuccessful-reproductions/63a2e56063a4c74e01833caa0222d94be28f3ee2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.16.Final", "newVersion" : "2.3.4.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/63b0c9d9cd7e7952f88c106fe6ace02514667037.json b/data/unsuccessful-reproductions/63b0c9d9cd7e7952f88c106fe6ace02514667037.json index 9462749a8f21..8f747b24018a 100644 --- a/data/unsuccessful-reproductions/63b0c9d9cd7e7952f88c106fe6ace02514667037.json +++ b/data/unsuccessful-reproductions/63b0c9d9cd7e7952f88c106fe6ace02514667037.json @@ -12,7 +12,10 @@ "previousVersion" : "0.0.5", "newVersion" : "0.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/63d3d8bca2e77f73f637b6f5ce251d6411e4ad74.json b/data/unsuccessful-reproductions/63d3d8bca2e77f73f637b6f5ce251d6411e4ad74.json index 2cf1a5e8580a..4f3324d27ee8 100644 --- a/data/unsuccessful-reproductions/63d3d8bca2e77f73f637b6f5ce251d6411e4ad74.json +++ b/data/unsuccessful-reproductions/63d3d8bca2e77f73f637b6f5ce251d6411e4ad74.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.1", "newVersion" : "1.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/63db670eea0737ed28cec359977598bde7fa4efa.json b/data/unsuccessful-reproductions/63db670eea0737ed28cec359977598bde7fa4efa.json index e2e1f49863d1..e15eba56ff0b 100644 --- a/data/unsuccessful-reproductions/63db670eea0737ed28cec359977598bde7fa4efa.json +++ b/data/unsuccessful-reproductions/63db670eea0737ed28cec359977598bde7fa4efa.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.2-4", "newVersion" : "1.5.2-5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/63ee543a2583cd8355ef6d7fa6c715bce86370e5.json b/data/unsuccessful-reproductions/63ee543a2583cd8355ef6d7fa6c715bce86370e5.json index b7af86886f75..b22022c5864a 100644 --- a/data/unsuccessful-reproductions/63ee543a2583cd8355ef6d7fa6c715bce86370e5.json +++ b/data/unsuccessful-reproductions/63ee543a2583cd8355ef6d7fa6c715bce86370e5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6406ab553b892ce976f89bf0456b8e1528061528.json b/data/unsuccessful-reproductions/6406ab553b892ce976f89bf0456b8e1528061528.json index b6fdbfced503..5d2276e233e5 100644 --- a/data/unsuccessful-reproductions/6406ab553b892ce976f89bf0456b8e1528061528.json +++ b/data/unsuccessful-reproductions/6406ab553b892ce976f89bf0456b8e1528061528.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.238", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/64138da4d9763ae2c6821207782aa41508015858.json b/data/unsuccessful-reproductions/64138da4d9763ae2c6821207782aa41508015858.json index f715737ec495..2b272d056832 100644 --- a/data/unsuccessful-reproductions/64138da4d9763ae2c6821207782aa41508015858.json +++ b/data/unsuccessful-reproductions/64138da4d9763ae2c6821207782aa41508015858.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.0", "newVersion" : "2.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/641d8ef542b18cafa58f6b4258579ca5bdb04a09.json b/data/unsuccessful-reproductions/641d8ef542b18cafa58f6b4258579ca5bdb04a09.json index 3bf3c576fe4d..6ae9a78d7c1b 100644 --- a/data/unsuccessful-reproductions/641d8ef542b18cafa58f6b4258579ca5bdb04a09.json +++ b/data/unsuccessful-reproductions/641d8ef542b18cafa58f6b4258579ca5bdb04a09.json @@ -12,7 +12,10 @@ "previousVersion" : "114.191.98.10", "newVersion" : "114.191.981.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "WTFPL", + "githubRepoSlug" : "P2P-Develop/PeyangSuperLibrary" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/641da14669a086c161540bb6f48dce5215302eb3.json b/data/unsuccessful-reproductions/641da14669a086c161540bb6f48dce5215302eb3.json index cb6bed848034..4ce5db4c819d 100644 --- a/data/unsuccessful-reproductions/641da14669a086c161540bb6f48dce5215302eb3.json +++ b/data/unsuccessful-reproductions/641da14669a086c161540bb6f48dce5215302eb3.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.1", "newVersion" : "4.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6425158997589ecce5401cc1d11d53e8a3aee9be.json b/data/unsuccessful-reproductions/6425158997589ecce5401cc1d11d53e8a3aee9be.json index 0c4a76ec34c9..e1f37b145778 100644 --- a/data/unsuccessful-reproductions/6425158997589ecce5401cc1d11d53e8a3aee9be.json +++ b/data/unsuccessful-reproductions/6425158997589ecce5401cc1d11d53e8a3aee9be.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6433f0d8f8c4ba0aa7a307ebfe424fe038d65be0.json b/data/unsuccessful-reproductions/6433f0d8f8c4ba0aa7a307ebfe424fe038d65be0.json index b70baf5257bb..8479246c47d8 100644 --- a/data/unsuccessful-reproductions/6433f0d8f8c4ba0aa7a307ebfe424fe038d65be0.json +++ b/data/unsuccessful-reproductions/6433f0d8f8c4ba0aa7a307ebfe424fe038d65be0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.4", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/643c6ffa9c3971b40ad380cb49dffd084b7fca7f.json b/data/unsuccessful-reproductions/643c6ffa9c3971b40ad380cb49dffd084b7fca7f.json index 6ee022c9ecc8..7ce9a0cdf2d1 100644 --- a/data/unsuccessful-reproductions/643c6ffa9c3971b40ad380cb49dffd084b7fca7f.json +++ b/data/unsuccessful-reproductions/643c6ffa9c3971b40ad380cb49dffd084b7fca7f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.4", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/643e52632069262e50abab6f3aff13258fbcbd57.json b/data/unsuccessful-reproductions/643e52632069262e50abab6f3aff13258fbcbd57.json index 55fd1360fdc2..a4d1ce59c3ab 100644 --- a/data/unsuccessful-reproductions/643e52632069262e50abab6f3aff13258fbcbd57.json +++ b/data/unsuccessful-reproductions/643e52632069262e50abab6f3aff13258fbcbd57.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6443c0e4f3526ac47828a0a4460103fc688dd2de.json b/data/unsuccessful-reproductions/6443c0e4f3526ac47828a0a4460103fc688dd2de.json index ecf6b562db17..2950d3e1d357 100644 --- a/data/unsuccessful-reproductions/6443c0e4f3526ac47828a0a4460103fc688dd2de.json +++ b/data/unsuccessful-reproductions/6443c0e4f3526ac47828a0a4460103fc688dd2de.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/646e2543c9ea5e35ddda9533573ab579f185da67.json b/data/unsuccessful-reproductions/646e2543c9ea5e35ddda9533573ab579f185da67.json index c53d98ec2ec8..e9bdfcd8fa17 100644 --- a/data/unsuccessful-reproductions/646e2543c9ea5e35ddda9533573ab579f185da67.json +++ b/data/unsuccessful-reproductions/646e2543c9ea5e35ddda9533573ab579f185da67.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/647ae2d68817717684b1ca5dce916005842054af.json b/data/unsuccessful-reproductions/647ae2d68817717684b1ca5dce916005842054af.json index ac3311e2611c..23edf38f86e0 100644 --- a/data/unsuccessful-reproductions/647ae2d68817717684b1ca5dce916005842054af.json +++ b/data/unsuccessful-reproductions/647ae2d68817717684b1ca5dce916005842054af.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/647eb96dd7483dfd613e802305c52bc90ef5cf55.json b/data/unsuccessful-reproductions/647eb96dd7483dfd613e802305c52bc90ef5cf55.json index 909f32e63bb4..6f1c89dc4c82 100644 --- a/data/unsuccessful-reproductions/647eb96dd7483dfd613e802305c52bc90ef5cf55.json +++ b/data/unsuccessful-reproductions/647eb96dd7483dfd613e802305c52bc90ef5cf55.json @@ -12,7 +12,10 @@ "previousVersion" : "10.9.3", "newVersion" : "10.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/64843b6eadd8848de0e1dc54580bad0f12e0d1dd.json b/data/unsuccessful-reproductions/64843b6eadd8848de0e1dc54580bad0f12e0d1dd.json index 0a0a16fc933e..246bb1ca926d 100644 --- a/data/unsuccessful-reproductions/64843b6eadd8848de0e1dc54580bad0f12e0d1dd.json +++ b/data/unsuccessful-reproductions/64843b6eadd8848de0e1dc54580bad0f12e0d1dd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/64860f8f541a7dd2bc964d9b258d4a083f165ebf.json b/data/unsuccessful-reproductions/64860f8f541a7dd2bc964d9b258d4a083f165ebf.json index 5936e6993043..d9b916a948b9 100644 --- a/data/unsuccessful-reproductions/64860f8f541a7dd2bc964d9b258d4a083f165ebf.json +++ b/data/unsuccessful-reproductions/64860f8f541a7dd2bc964d9b258d4a083f165ebf.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2", "newVersion" : "4.2.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/64a3175ec6db08bc7b292cbc60927525bd860fd9.json b/data/unsuccessful-reproductions/64a3175ec6db08bc7b292cbc60927525bd860fd9.json index 5b1b93f5c72a..a5a3745c9dad 100644 --- a/data/unsuccessful-reproductions/64a3175ec6db08bc7b292cbc60927525bd860fd9.json +++ b/data/unsuccessful-reproductions/64a3175ec6db08bc7b292cbc60927525bd860fd9.json @@ -12,7 +12,10 @@ "previousVersion" : "1678.vc1feb_6a_3c0f1", "newVersion" : "1763.v092b_8980a_f5e", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/64ab45ab53e5b03feaa0632d4608ee4bdb71aec3.json b/data/unsuccessful-reproductions/64ab45ab53e5b03feaa0632d4608ee4bdb71aec3.json index 1e998646d7f1..b378d917e509 100644 --- a/data/unsuccessful-reproductions/64ab45ab53e5b03feaa0632d4608ee4bdb71aec3.json +++ b/data/unsuccessful-reproductions/64ab45ab53e5b03feaa0632d4608ee4bdb71aec3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/64b4fee0727505b6c3479438f71d80ed1d9b91da.json b/data/unsuccessful-reproductions/64b4fee0727505b6c3479438f71d80ed1d9b91da.json index b7bc20f6fc7e..08e5390854c4 100644 --- a/data/unsuccessful-reproductions/64b4fee0727505b6c3479438f71d80ed1d9b91da.json +++ b/data/unsuccessful-reproductions/64b4fee0727505b6c3479438f71d80ed1d9b91da.json @@ -12,7 +12,10 @@ "previousVersion" : "1.54.1", "newVersion" : "1.57.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/64b78b2b50a5f00b6d1f7bd7c61fe2957d90ff2b.json b/data/unsuccessful-reproductions/64b78b2b50a5f00b6d1f7bd7c61fe2957d90ff2b.json index 7962ec1f4a8c..b2b1967efa79 100644 --- a/data/unsuccessful-reproductions/64b78b2b50a5f00b6d1f7bd7c61fe2957d90ff2b.json +++ b/data/unsuccessful-reproductions/64b78b2b50a5f00b6d1f7bd7c61fe2957d90ff2b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.28.0", "newVersion" : "3.29.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/64e3d1ebe256af0f3e13aba0d2deb3bf058534a3.json b/data/unsuccessful-reproductions/64e3d1ebe256af0f3e13aba0d2deb3bf058534a3.json index 309dc43d1fcb..c6bbd49df7f8 100644 --- a/data/unsuccessful-reproductions/64e3d1ebe256af0f3e13aba0d2deb3bf058534a3.json +++ b/data/unsuccessful-reproductions/64e3d1ebe256af0f3e13aba0d2deb3bf058534a3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30", "newVersion" : "1.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/64e656914755f6ea9f843140d6269e826de1d799.json b/data/unsuccessful-reproductions/64e656914755f6ea9f843140d6269e826de1d799.json index a1bd513fe1ea..9c1ee48f3dd9 100644 --- a/data/unsuccessful-reproductions/64e656914755f6ea9f843140d6269e826de1d799.json +++ b/data/unsuccessful-reproductions/64e656914755f6ea9f843140d6269e826de1d799.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.79", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/64ff467dba19cc6187903cf15b8a5154a6f1032c.json b/data/unsuccessful-reproductions/64ff467dba19cc6187903cf15b8a5154a6f1032c.json index 3a0f080b8c40..2fa9d3a53076 100644 --- a/data/unsuccessful-reproductions/64ff467dba19cc6187903cf15b8a5154a6f1032c.json +++ b/data/unsuccessful-reproductions/64ff467dba19cc6187903cf15b8a5154a6f1032c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.42.0", "newVersion" : "1.42.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65055882f4668c625a96da7f218589af1a3052be.json b/data/unsuccessful-reproductions/65055882f4668c625a96da7f218589af1a3052be.json index cfc4ce6a3651..c8565573aa36 100644 --- a/data/unsuccessful-reproductions/65055882f4668c625a96da7f218589af1a3052be.json +++ b/data/unsuccessful-reproductions/65055882f4668c625a96da7f218589af1a3052be.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.499", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/650838c13a2cdfe8379debb3a96489bef65cdc3b.json b/data/unsuccessful-reproductions/650838c13a2cdfe8379debb3a96489bef65cdc3b.json index 2fcd28032254..fde940086ef0 100644 --- a/data/unsuccessful-reproductions/650838c13a2cdfe8379debb3a96489bef65cdc3b.json +++ b/data/unsuccessful-reproductions/650838c13a2cdfe8379debb3a96489bef65cdc3b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.28.0", "newVersion" : "3.32.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6522c5aa24842b2eb8277681115da42de000b95c.json b/data/unsuccessful-reproductions/6522c5aa24842b2eb8277681115da42de000b95c.json index b4f691a33c5a..bdb4a3d799f2 100644 --- a/data/unsuccessful-reproductions/6522c5aa24842b2eb8277681115da42de000b95c.json +++ b/data/unsuccessful-reproductions/6522c5aa24842b2eb8277681115da42de000b95c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.454", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/652da8e30ccfc8b64d4ff7b911dcfd6670cbd005.json b/data/unsuccessful-reproductions/652da8e30ccfc8b64d4ff7b911dcfd6670cbd005.json index ee3553110c95..fdd496aed767 100644 --- a/data/unsuccessful-reproductions/652da8e30ccfc8b64d4ff7b911dcfd6670cbd005.json +++ b/data/unsuccessful-reproductions/652da8e30ccfc8b64d4ff7b911dcfd6670cbd005.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.1", "newVersion" : "2.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6536ae04c482c2d72d56701dbef501bd120dcc6d.json b/data/unsuccessful-reproductions/6536ae04c482c2d72d56701dbef501bd120dcc6d.json index 6aa7c9b25fc3..d47df82e6ba8 100644 --- a/data/unsuccessful-reproductions/6536ae04c482c2d72d56701dbef501bd120dcc6d.json +++ b/data/unsuccessful-reproductions/6536ae04c482c2d72d56701dbef501bd120dcc6d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.3", "newVersion" : "1.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6540c73bbb04a1a71e67e09206582b9bebc1459b.json b/data/unsuccessful-reproductions/6540c73bbb04a1a71e67e09206582b9bebc1459b.json index ce4a2fd0dfee..fab45f8c0f91 100644 --- a/data/unsuccessful-reproductions/6540c73bbb04a1a71e67e09206582b9bebc1459b.json +++ b/data/unsuccessful-reproductions/6540c73bbb04a1a71e67e09206582b9bebc1459b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.102", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/654fedd1af1831a83c472f9eb3c526b070165000.json b/data/unsuccessful-reproductions/654fedd1af1831a83c472f9eb3c526b070165000.json index a894c63d6844..ad18d7ddfe4e 100644 --- a/data/unsuccessful-reproductions/654fedd1af1831a83c472f9eb3c526b070165000.json +++ b/data/unsuccessful-reproductions/654fedd1af1831a83c472f9eb3c526b070165000.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.1", "newVersion" : "2.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/655f6395936fe54a018de158450073f3772539f4.json b/data/unsuccessful-reproductions/655f6395936fe54a018de158450073f3772539f4.json index 354cc1526009..57a0167d7434 100644 --- a/data/unsuccessful-reproductions/655f6395936fe54a018de158450073f3772539f4.json +++ b/data/unsuccessful-reproductions/655f6395936fe54a018de158450073f3772539f4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1.1", "newVersion" : "1189.vf61b_a_5e2f62e", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/656677887e41fb602c665cb80f8e6c71f9e19238.json b/data/unsuccessful-reproductions/656677887e41fb602c665cb80f8e6c71f9e19238.json index 05daff9b3b18..78866f420c1d 100644 --- a/data/unsuccessful-reproductions/656677887e41fb602c665cb80f8e6c71f9e19238.json +++ b/data/unsuccessful-reproductions/656677887e41fb602c665cb80f8e6c71f9e19238.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.4", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/656ae2cb35b986dd7bb4eb1001ba1611729f2853.json b/data/unsuccessful-reproductions/656ae2cb35b986dd7bb4eb1001ba1611729f2853.json index 947bf38df062..98e27e63fedd 100644 --- a/data/unsuccessful-reproductions/656ae2cb35b986dd7bb4eb1001ba1611729f2853.json +++ b/data/unsuccessful-reproductions/656ae2cb35b986dd7bb4eb1001ba1611729f2853.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "3.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65a93905e78a39893d56bcb43e491d50292d5c33.json b/data/unsuccessful-reproductions/65a93905e78a39893d56bcb43e491d50292d5c33.json index 088c32f63309..2b350830f84a 100644 --- a/data/unsuccessful-reproductions/65a93905e78a39893d56bcb43e491d50292d5c33.json +++ b/data/unsuccessful-reproductions/65a93905e78a39893d56bcb43e491d50292d5c33.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.17.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65ae2bbb978b52d7285958eb0f52c8cb58b5e8bc.json b/data/unsuccessful-reproductions/65ae2bbb978b52d7285958eb0f52c8cb58b5e8bc.json index 93de9f74b4ab..572a11480281 100644 --- a/data/unsuccessful-reproductions/65ae2bbb978b52d7285958eb0f52c8cb58b5e8bc.json +++ b/data/unsuccessful-reproductions/65ae2bbb978b52d7285958eb0f52c8cb58b5e8bc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.114", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65af3cf44436c1c370715d8b4e0bc3ff59c3a92e.json b/data/unsuccessful-reproductions/65af3cf44436c1c370715d8b4e0bc3ff59c3a92e.json index 0dfb079fa38b..f3f06fca0951 100644 --- a/data/unsuccessful-reproductions/65af3cf44436c1c370715d8b4e0bc3ff59c3a92e.json +++ b/data/unsuccessful-reproductions/65af3cf44436c1c370715d8b4e0bc3ff59c3a92e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.5", "newVersion" : "2.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65affd8dd1d42b2df9741b45dcbb8c6e9dc51be9.json b/data/unsuccessful-reproductions/65affd8dd1d42b2df9741b45dcbb8c6e9dc51be9.json index a4f1598fc4b4..a29d979ed987 100644 --- a/data/unsuccessful-reproductions/65affd8dd1d42b2df9741b45dcbb8c6e9dc51be9.json +++ b/data/unsuccessful-reproductions/65affd8dd1d42b2df9741b45dcbb8c6e9dc51be9.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65b504ba568613ca00a9d614a59ad5fdedb6d960.json b/data/unsuccessful-reproductions/65b504ba568613ca00a9d614a59ad5fdedb6d960.json index 825cebb8fdac..d6ae164daae2 100644 --- a/data/unsuccessful-reproductions/65b504ba568613ca00a9d614a59ad5fdedb6d960.json +++ b/data/unsuccessful-reproductions/65b504ba568613ca00a9d614a59ad5fdedb6d960.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6", "newVersion" : "2.12.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65b54429d52aed8edc1b9b9ce69eba538cfe6598.json b/data/unsuccessful-reproductions/65b54429d52aed8edc1b9b9ce69eba538cfe6598.json index 220db5d4d36c..32e135bac87d 100644 --- a/data/unsuccessful-reproductions/65b54429d52aed8edc1b9b9ce69eba538cfe6598.json +++ b/data/unsuccessful-reproductions/65b54429d52aed8edc1b9b9ce69eba538cfe6598.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "5.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65c073ab2b6dbc1e8865515fed04212156ef4144.json b/data/unsuccessful-reproductions/65c073ab2b6dbc1e8865515fed04212156ef4144.json index 0a551f6ad2ec..b644a2b83532 100644 --- a/data/unsuccessful-reproductions/65c073ab2b6dbc1e8865515fed04212156ef4144.json +++ b/data/unsuccessful-reproductions/65c073ab2b6dbc1e8865515fed04212156ef4144.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.3", "newVersion" : "3.8.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65c729a4231f6388ce3ddcfe4a204c99a4884d02.json b/data/unsuccessful-reproductions/65c729a4231f6388ce3ddcfe4a204c99a4884d02.json index e55f946dea91..ea0d3d842a56 100644 --- a/data/unsuccessful-reproductions/65c729a4231f6388ce3ddcfe4a204c99a4884d02.json +++ b/data/unsuccessful-reproductions/65c729a4231f6388ce3ddcfe4a204c99a4884d02.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65d3a7836710923b6f95354879907136a98749d9.json b/data/unsuccessful-reproductions/65d3a7836710923b6f95354879907136a98749d9.json index a07e570048f3..127aa96c053e 100644 --- a/data/unsuccessful-reproductions/65d3a7836710923b6f95354879907136a98749d9.json +++ b/data/unsuccessful-reproductions/65d3a7836710923b6f95354879907136a98749d9.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.8", "newVersion" : "6.8.17", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/65e3717da906b8b6e933dd4e3d712197579523ee.json b/data/unsuccessful-reproductions/65e3717da906b8b6e933dd4e3d712197579523ee.json index ac33689258c2..c1f5e89bf78e 100644 --- a/data/unsuccessful-reproductions/65e3717da906b8b6e933dd4e3d712197579523ee.json +++ b/data/unsuccessful-reproductions/65e3717da906b8b6e933dd4e3d712197579523ee.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.381", "newVersion" : "1.12.392", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6613e87c22d0a5ca934b497d91aa4c07a32348e3.json b/data/unsuccessful-reproductions/6613e87c22d0a5ca934b497d91aa4c07a32348e3.json index 471c39e440a3..2fbe480101b3 100644 --- a/data/unsuccessful-reproductions/6613e87c22d0a5ca934b497d91aa4c07a32348e3.json +++ b/data/unsuccessful-reproductions/6613e87c22d0a5ca934b497d91aa4c07a32348e3.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.2.Final", "newVersion" : "6.0.3.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/661fe088cc6a877e315966242d87d5af0cefd079.json b/data/unsuccessful-reproductions/661fe088cc6a877e315966242d87d5af0cefd079.json index 4142383c7c18..478423e46184 100644 --- a/data/unsuccessful-reproductions/661fe088cc6a877e315966242d87d5af0cefd079.json +++ b/data/unsuccessful-reproductions/661fe088cc6a877e315966242d87d5af0cefd079.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6626dfc9c082a752c27109c173a623bb99bdb8ae.json b/data/unsuccessful-reproductions/6626dfc9c082a752c27109c173a623bb99bdb8ae.json index fa51a725357b..f5f076a399d6 100644 --- a/data/unsuccessful-reproductions/6626dfc9c082a752c27109c173a623bb99bdb8ae.json +++ b/data/unsuccessful-reproductions/6626dfc9c082a752c27109c173a623bb99bdb8ae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/663b57a232e3e2c436dba08c2e985aa6faf98135.json b/data/unsuccessful-reproductions/663b57a232e3e2c436dba08c2e985aa6faf98135.json index 0f0b5361fc02..583a854737a1 100644 --- a/data/unsuccessful-reproductions/663b57a232e3e2c436dba08c2e985aa6faf98135.json +++ b/data/unsuccessful-reproductions/663b57a232e3e2c436dba08c2e985aa6faf98135.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "2.4.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6649c06ef400fc182885f8f941ce43eb426492a1.json b/data/unsuccessful-reproductions/6649c06ef400fc182885f8f941ce43eb426492a1.json index e32087d10ca6..30182a932524 100644 --- a/data/unsuccessful-reproductions/6649c06ef400fc182885f8f941ce43eb426492a1.json +++ b/data/unsuccessful-reproductions/6649c06ef400fc182885f8f941ce43eb426492a1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.6", "newVersion" : "2.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/mina-sshd" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/664c2ce27ae7c2083b3a5dbad3f9147f110486ea.json b/data/unsuccessful-reproductions/664c2ce27ae7c2083b3a5dbad3f9147f110486ea.json index b93a0443f7be..6c9a397bf648 100644 --- a/data/unsuccessful-reproductions/664c2ce27ae7c2083b3a5dbad3f9147f110486ea.json +++ b/data/unsuccessful-reproductions/664c2ce27ae7c2083b3a5dbad3f9147f110486ea.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.0", "newVersion" : "4.7.3", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/665f88fa0c07a5f399fe3b12c57fb49e630bc778.json b/data/unsuccessful-reproductions/665f88fa0c07a5f399fe3b12c57fb49e630bc778.json index af4bee9987bf..3d65b14541e6 100644 --- a/data/unsuccessful-reproductions/665f88fa0c07a5f399fe3b12c57fb49e630bc778.json +++ b/data/unsuccessful-reproductions/665f88fa0c07a5f399fe3b12c57fb49e630bc778.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.112", "newVersion" : "2.17.116", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/666fd32e276d0c3dcff7487e0881c68d863fdb32.json b/data/unsuccessful-reproductions/666fd32e276d0c3dcff7487e0881c68d863fdb32.json index be4ee5076160..8f8280d0f9a1 100644 --- a/data/unsuccessful-reproductions/666fd32e276d0c3dcff7487e0881c68d863fdb32.json +++ b/data/unsuccessful-reproductions/666fd32e276d0c3dcff7487e0881c68d863fdb32.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/66817dfe337fb6b9a1b22a2bda02943d3012941f.json b/data/unsuccessful-reproductions/66817dfe337fb6b9a1b22a2bda02943d3012941f.json index b8f8922fb966..21380eb55d18 100644 --- a/data/unsuccessful-reproductions/66817dfe337fb6b9a1b22a2bda02943d3012941f.json +++ b/data/unsuccessful-reproductions/66817dfe337fb6b9a1b22a2bda02943d3012941f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1.1", "newVersion" : "1214.v1de940103927", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6684b6828384a915a1b7571f7b6201e066df8634.json b/data/unsuccessful-reproductions/6684b6828384a915a1b7571f7b6201e066df8634.json index 8e7706005b60..04f7544d78ae 100644 --- a/data/unsuccessful-reproductions/6684b6828384a915a1b7571f7b6201e066df8634.json +++ b/data/unsuccessful-reproductions/6684b6828384a915a1b7571f7b6201e066df8634.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6687977f94fdeb5f189fe29ff3beadf31ebc5f9c.json b/data/unsuccessful-reproductions/6687977f94fdeb5f189fe29ff3beadf31ebc5f9c.json index c3649e79f024..a5c71597de5f 100644 --- a/data/unsuccessful-reproductions/6687977f94fdeb5f189fe29ff3beadf31ebc5f9c.json +++ b/data/unsuccessful-reproductions/6687977f94fdeb5f189fe29ff3beadf31ebc5f9c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.0", "newVersion" : "4.7.3", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/66c6fb3e92ce80ff77ac6c06ac139fcc0ad4adb4.json b/data/unsuccessful-reproductions/66c6fb3e92ce80ff77ac6c06ac139fcc0ad4adb4.json index 6f83dfbf36bd..51677a4498a9 100644 --- a/data/unsuccessful-reproductions/66c6fb3e92ce80ff77ac6c06ac139fcc0ad4adb4.json +++ b/data/unsuccessful-reproductions/66c6fb3e92ce80ff77ac6c06ac139fcc0ad4adb4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33.0", "newVersion" : "1.34.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/66ce02449f96269ddfa2e92789e3085673209fb7.json b/data/unsuccessful-reproductions/66ce02449f96269ddfa2e92789e3085673209fb7.json index 99c59fbd748a..e00aae431716 100644 --- a/data/unsuccessful-reproductions/66ce02449f96269ddfa2e92789e3085673209fb7.json +++ b/data/unsuccessful-reproductions/66ce02449f96269ddfa2e92789e3085673209fb7.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.1", "newVersion" : "3.6.2", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/66d32175c96f988f529cf7178c96786960af22fe.json b/data/unsuccessful-reproductions/66d32175c96f988f529cf7178c96786960af22fe.json index ba026bdac3ed..05761bb4a738 100644 --- a/data/unsuccessful-reproductions/66d32175c96f988f529cf7178c96786960af22fe.json +++ b/data/unsuccessful-reproductions/66d32175c96f988f529cf7178c96786960af22fe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/66d75dd09448099eefd0dc6f82c7bf7dc67426da.json b/data/unsuccessful-reproductions/66d75dd09448099eefd0dc6f82c7bf7dc67426da.json index 6e1ef3a4b36f..436565ae6fd5 100644 --- a/data/unsuccessful-reproductions/66d75dd09448099eefd0dc6f82c7bf7dc67426da.json +++ b/data/unsuccessful-reproductions/66d75dd09448099eefd0dc6f82c7bf7dc67426da.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.5.1", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/66ea1ad9d20057e02ad8ed922d26853d688b3264.json b/data/unsuccessful-reproductions/66ea1ad9d20057e02ad8ed922d26853d688b3264.json index 6d13e4ead1e5..91a115962697 100644 --- a/data/unsuccessful-reproductions/66ea1ad9d20057e02ad8ed922d26853d688b3264.json +++ b/data/unsuccessful-reproductions/66ea1ad9d20057e02ad8ed922d26853d688b3264.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "5.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/66f00840f5032888211a8f50b5651462afb8a6ed.json b/data/unsuccessful-reproductions/66f00840f5032888211a8f50b5651462afb8a6ed.json index 8efbb498dc3b..8bd4c6212ed8 100644 --- a/data/unsuccessful-reproductions/66f00840f5032888211a8f50b5651462afb8a6ed.json +++ b/data/unsuccessful-reproductions/66f00840f5032888211a8f50b5651462afb8a6ed.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.1", "newVersion" : "1.0.2.1", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/66fe20eec284a1929d60c1721d90c67610167735.json b/data/unsuccessful-reproductions/66fe20eec284a1929d60c1721d90c67610167735.json index 87b41a594057..992617af7f1c 100644 --- a/data/unsuccessful-reproductions/66fe20eec284a1929d60c1721d90c67610167735.json +++ b/data/unsuccessful-reproductions/66fe20eec284a1929d60c1721d90c67610167735.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6709dda552cc0418ac90958ac6877ae1366bba16.json b/data/unsuccessful-reproductions/6709dda552cc0418ac90958ac6877ae1366bba16.json index 75d1cbeddd6c..0b95463bb7e7 100644 --- a/data/unsuccessful-reproductions/6709dda552cc0418ac90958ac6877ae1366bba16.json +++ b/data/unsuccessful-reproductions/6709dda552cc0418ac90958ac6877ae1366bba16.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6717018e79307be44ca657325fd5d2a953563615.json b/data/unsuccessful-reproductions/6717018e79307be44ca657325fd5d2a953563615.json index 6e4317c97dc7..32187dee3242 100644 --- a/data/unsuccessful-reproductions/6717018e79307be44ca657325fd5d2a953563615.json +++ b/data/unsuccessful-reproductions/6717018e79307be44ca657325fd5d2a953563615.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67286d3afa266569ee96ece3bdd58606cf901087.json b/data/unsuccessful-reproductions/67286d3afa266569ee96ece3bdd58606cf901087.json index 87e5f328ea7f..57e0156df69e 100644 --- a/data/unsuccessful-reproductions/67286d3afa266569ee96ece3bdd58606cf901087.json +++ b/data/unsuccessful-reproductions/67286d3afa266569ee96ece3bdd58606cf901087.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.13.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67366c53170d60d356fb4628051d7dc0e8269ae7.json b/data/unsuccessful-reproductions/67366c53170d60d356fb4628051d7dc0e8269ae7.json index 6ee8d7a24bc3..23b12242b8f9 100644 --- a/data/unsuccessful-reproductions/67366c53170d60d356fb4628051d7dc0e8269ae7.json +++ b/data/unsuccessful-reproductions/67366c53170d60d356fb4628051d7dc0e8269ae7.json @@ -12,7 +12,10 @@ "previousVersion" : "29", "newVersion" : "887.vae9c8ac09ff7", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/674d7ebd9d9995c343ffb82d5ff9e451a5cb9543.json b/data/unsuccessful-reproductions/674d7ebd9d9995c343ffb82d5ff9e451a5cb9543.json index ebc54859b20d..afb972f1a18a 100644 --- a/data/unsuccessful-reproductions/674d7ebd9d9995c343ffb82d5ff9e451a5cb9543.json +++ b/data/unsuccessful-reproductions/674d7ebd9d9995c343ffb82d5ff9e451a5cb9543.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.143.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67591b437c463bacfd07ff7cf7626a7bcd7758f6.json b/data/unsuccessful-reproductions/67591b437c463bacfd07ff7cf7626a7bcd7758f6.json index 3541bf6cbc83..6a2a3229ef72 100644 --- a/data/unsuccessful-reproductions/67591b437c463bacfd07ff7cf7626a7bcd7758f6.json +++ b/data/unsuccessful-reproductions/67591b437c463bacfd07ff7cf7626a7bcd7758f6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6774df7ce82e4421b5dfefd5af082aa276521e00.json b/data/unsuccessful-reproductions/6774df7ce82e4421b5dfefd5af082aa276521e00.json index 13700bfaf629..af7079096977 100644 --- a/data/unsuccessful-reproductions/6774df7ce82e4421b5dfefd5af082aa276521e00.json +++ b/data/unsuccessful-reproductions/6774df7ce82e4421b5dfefd5af082aa276521e00.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.14", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/677d06bdb4ef27c25bbe992a7ddf408d4bc50467.json b/data/unsuccessful-reproductions/677d06bdb4ef27c25bbe992a7ddf408d4bc50467.json index 9fdc02e180be..7694de9994e0 100644 --- a/data/unsuccessful-reproductions/677d06bdb4ef27c25bbe992a7ddf408d4bc50467.json +++ b/data/unsuccessful-reproductions/677d06bdb4ef27c25bbe992a7ddf408d4bc50467.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.5.Final", "newVersion" : "5.5.2.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/677d8bf37806ba8bc0ab06dcc7aa2f68a1566f4a.json b/data/unsuccessful-reproductions/677d8bf37806ba8bc0ab06dcc7aa2f68a1566f4a.json index 240de4ec465f..f343b59955cb 100644 --- a/data/unsuccessful-reproductions/677d8bf37806ba8bc0ab06dcc7aa2f68a1566f4a.json +++ b/data/unsuccessful-reproductions/677d8bf37806ba8bc0ab06dcc7aa2f68a1566f4a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.2", "newVersion" : "3.17.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/677fddd50cda9ab78bc35f39dde45aba91aa0bbb.json b/data/unsuccessful-reproductions/677fddd50cda9ab78bc35f39dde45aba91aa0bbb.json index a74f4d5d5db6..7fef117a33da 100644 --- a/data/unsuccessful-reproductions/677fddd50cda9ab78bc35f39dde45aba91aa0bbb.json +++ b/data/unsuccessful-reproductions/677fddd50cda9ab78bc35f39dde45aba91aa0bbb.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6780dfbf9cc59b622691924e59a126ddad2cb36f.json b/data/unsuccessful-reproductions/6780dfbf9cc59b622691924e59a126ddad2cb36f.json index 2812ce3d4089..f0899d00d64e 100644 --- a/data/unsuccessful-reproductions/6780dfbf9cc59b622691924e59a126ddad2cb36f.json +++ b/data/unsuccessful-reproductions/6780dfbf9cc59b622691924e59a126ddad2cb36f.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67907c24bdf29ba29f1c5e357a2c76de17a6266f.json b/data/unsuccessful-reproductions/67907c24bdf29ba29f1c5e357a2c76de17a6266f.json index 6f54b4ae9a56..75a55d17a5fe 100644 --- a/data/unsuccessful-reproductions/67907c24bdf29ba29f1c5e357a2c76de17a6266f.json +++ b/data/unsuccessful-reproductions/67907c24bdf29ba29f1c5e357a2c76de17a6266f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1", "newVersion" : "1.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67910f3e4e840d81dbbd174421ef92e15dcdb4ce.json b/data/unsuccessful-reproductions/67910f3e4e840d81dbbd174421ef92e15dcdb4ce.json index a9471ec89980..8ac906055edf 100644 --- a/data/unsuccessful-reproductions/67910f3e4e840d81dbbd174421ef92e15dcdb4ce.json +++ b/data/unsuccessful-reproductions/67910f3e4e840d81dbbd174421ef92e15dcdb4ce.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.4", "newVersion" : "3.7.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67936391a42460fe2a6c25264c990dd19fa1f9d9.json b/data/unsuccessful-reproductions/67936391a42460fe2a6c25264c990dd19fa1f9d9.json index fe1d96a8f725..e79253d29718 100644 --- a/data/unsuccessful-reproductions/67936391a42460fe2a6c25264c990dd19fa1f9d9.json +++ b/data/unsuccessful-reproductions/67936391a42460fe2a6c25264c990dd19fa1f9d9.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67958c6de9d1a66bdab55c674b13d286b0b37592.json b/data/unsuccessful-reproductions/67958c6de9d1a66bdab55c674b13d286b0b37592.json index 821ca474c279..331d03f40cdd 100644 --- a/data/unsuccessful-reproductions/67958c6de9d1a66bdab55c674b13d286b0b37592.json +++ b/data/unsuccessful-reproductions/67958c6de9d1a66bdab55c674b13d286b0b37592.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.5", "newVersion" : "2.3.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67b0aee15afc17502ce2e695ec1b6ec45566d1eb.json b/data/unsuccessful-reproductions/67b0aee15afc17502ce2e695ec1b6ec45566d1eb.json index 4a530a07a009..f0d3363059b8 100644 --- a/data/unsuccessful-reproductions/67b0aee15afc17502ce2e695ec1b6ec45566d1eb.json +++ b/data/unsuccessful-reproductions/67b0aee15afc17502ce2e695ec1b6ec45566d1eb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67b24fa850902c84af727c8504a58c4b92af1d8d.json b/data/unsuccessful-reproductions/67b24fa850902c84af727c8504a58c4b92af1d8d.json index c59d6d0d3edf..f7a307115c89 100644 --- a/data/unsuccessful-reproductions/67b24fa850902c84af727c8504a58c4b92af1d8d.json +++ b/data/unsuccessful-reproductions/67b24fa850902c84af727c8504a58c4b92af1d8d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.5", "newVersion" : "1.3.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67c19681be4965a7179fda55d19278c814cca2c7.json b/data/unsuccessful-reproductions/67c19681be4965a7179fda55d19278c814cca2c7.json index 2df4ca8916bd..e4a20cf22fca 100644 --- a/data/unsuccessful-reproductions/67c19681be4965a7179fda55d19278c814cca2c7.json +++ b/data/unsuccessful-reproductions/67c19681be4965a7179fda55d19278c814cca2c7.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.3", "newVersion" : "3.24.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "javaparser/javaparser" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67ccc4c6f7cc4b40457fb013c1f42b04530721c0.json b/data/unsuccessful-reproductions/67ccc4c6f7cc4b40457fb013c1f42b04530721c0.json index 74dcabb343d2..273ea66902eb 100644 --- a/data/unsuccessful-reproductions/67ccc4c6f7cc4b40457fb013c1f42b04530721c0.json +++ b/data/unsuccessful-reproductions/67ccc4c6f7cc4b40457fb013c1f42b04530721c0.json @@ -12,7 +12,10 @@ "previousVersion" : "20.8.0", "newVersion" : "20.9.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67ceb62d9d3b79899db8d19ffca4f1b3eb5f1fb9.json b/data/unsuccessful-reproductions/67ceb62d9d3b79899db8d19ffca4f1b3eb5f1fb9.json index 4b6e03e9a2bd..dc3047fcf679 100644 --- a/data/unsuccessful-reproductions/67ceb62d9d3b79899db8d19ffca4f1b3eb5f1fb9.json +++ b/data/unsuccessful-reproductions/67ceb62d9d3b79899db8d19ffca4f1b3eb5f1fb9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67f6cc4b0a0295c302b307a0bc33ff2837be9034.json b/data/unsuccessful-reproductions/67f6cc4b0a0295c302b307a0bc33ff2837be9034.json index 73434a20b29c..93325da47a61 100644 --- a/data/unsuccessful-reproductions/67f6cc4b0a0295c302b307a0bc33ff2837be9034.json +++ b/data/unsuccessful-reproductions/67f6cc4b0a0295c302b307a0bc33ff2837be9034.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/67fb2795bc101f11585fbdebae90d26c108f3c8e.json b/data/unsuccessful-reproductions/67fb2795bc101f11585fbdebae90d26c108f3c8e.json index 406361c0af82..3108bafe9de6 100644 --- a/data/unsuccessful-reproductions/67fb2795bc101f11585fbdebae90d26c108f3c8e.json +++ b/data/unsuccessful-reproductions/67fb2795bc101f11585fbdebae90d26c108f3c8e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.1", "newVersion" : "3.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6804c9083f6311df0aed5844079a2c6384ed26e4.json b/data/unsuccessful-reproductions/6804c9083f6311df0aed5844079a2c6384ed26e4.json index 0ff33adf7135..1d8571fba018 100644 --- a/data/unsuccessful-reproductions/6804c9083f6311df0aed5844079a2c6384ed26e4.json +++ b/data/unsuccessful-reproductions/6804c9083f6311df0aed5844079a2c6384ed26e4.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.15.1", "newVersion" : "v1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "MIT", + "githubRepoSlug" : "artipie/asto" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/68176c3b170676c72b16b457f040c037802e67c2.json b/data/unsuccessful-reproductions/68176c3b170676c72b16b457f040c037802e67c2.json index f876850fb166..51f48f9b3574 100644 --- a/data/unsuccessful-reproductions/68176c3b170676c72b16b457f040c037802e67c2.json +++ b/data/unsuccessful-reproductions/68176c3b170676c72b16b457f040c037802e67c2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.22.3", "newVersion" : "1.22.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6817d4d69f92145a778a8f5568c0c8e07937ea7f.json b/data/unsuccessful-reproductions/6817d4d69f92145a778a8f5568c0c8e07937ea7f.json index bd911f86cbc2..3778301b93e9 100644 --- a/data/unsuccessful-reproductions/6817d4d69f92145a778a8f5568c0c8e07937ea7f.json +++ b/data/unsuccessful-reproductions/6817d4d69f92145a778a8f5568c0c8e07937ea7f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6827fe1a3163a021263f46212a03a65c397ea6cf.json b/data/unsuccessful-reproductions/6827fe1a3163a021263f46212a03a65c397ea6cf.json index 72cb806ccfc6..2a1d4d4738dd 100644 --- a/data/unsuccessful-reproductions/6827fe1a3163a021263f46212a03a65c397ea6cf.json +++ b/data/unsuccessful-reproductions/6827fe1a3163a021263f46212a03a65c397ea6cf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.26", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/682951ab63159f49ee11ad1df4aa64e5ac44d44a.json b/data/unsuccessful-reproductions/682951ab63159f49ee11ad1df4aa64e5ac44d44a.json index a390b08701b3..6a10b31376f7 100644 --- a/data/unsuccessful-reproductions/682951ab63159f49ee11ad1df4aa64e5ac44d44a.json +++ b/data/unsuccessful-reproductions/682951ab63159f49ee11ad1df4aa64e5ac44d44a.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/683393c1276877634bfbeec77c00995c48b8ae5c.json b/data/unsuccessful-reproductions/683393c1276877634bfbeec77c00995c48b8ae5c.json index 795dd1c37d4b..a9c1c96f70c8 100644 --- a/data/unsuccessful-reproductions/683393c1276877634bfbeec77c00995c48b8ae5c.json +++ b/data/unsuccessful-reproductions/683393c1276877634bfbeec77c00995c48b8ae5c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.366", "newVersion" : "1.12.375", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/683974f06938ba4c441c03058da61b43b611bfdb.json b/data/unsuccessful-reproductions/683974f06938ba4c441c03058da61b43b611bfdb.json index dad7b7b57320..1c3ce039c39c 100644 --- a/data/unsuccessful-reproductions/683974f06938ba4c441c03058da61b43b611bfdb.json +++ b/data/unsuccessful-reproductions/683974f06938ba4c441c03058da61b43b611bfdb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.5", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/683c9e0029129e17c39d554fbf75879ca01d4cbb.json b/data/unsuccessful-reproductions/683c9e0029129e17c39d554fbf75879ca01d4cbb.json index dcba4f921f5a..fa238a2fbc42 100644 --- a/data/unsuccessful-reproductions/683c9e0029129e17c39d554fbf75879ca01d4cbb.json +++ b/data/unsuccessful-reproductions/683c9e0029129e17c39d554fbf75879ca01d4cbb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/683e382d6bff11146885a7dde6e9a88301aa86aa.json b/data/unsuccessful-reproductions/683e382d6bff11146885a7dde6e9a88301aa86aa.json index c5d4e4b187dc..bed52414b140 100644 --- a/data/unsuccessful-reproductions/683e382d6bff11146885a7dde6e9a88301aa86aa.json +++ b/data/unsuccessful-reproductions/683e382d6bff11146885a7dde6e9a88301aa86aa.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/685d585f7d4e2ca8471905e0227c4a6f7844ad1c.json b/data/unsuccessful-reproductions/685d585f7d4e2ca8471905e0227c4a6f7844ad1c.json index 4c6b3e96a59a..842d4787afb9 100644 --- a/data/unsuccessful-reproductions/685d585f7d4e2ca8471905e0227c4a6f7844ad1c.json +++ b/data/unsuccessful-reproductions/685d585f7d4e2ca8471905e0227c4a6f7844ad1c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/686d254825212f8ee269517d6f64857dd0353467.json b/data/unsuccessful-reproductions/686d254825212f8ee269517d6f64857dd0353467.json index d269211b1d8b..83f04fdffbfe 100644 --- a/data/unsuccessful-reproductions/686d254825212f8ee269517d6f64857dd0353467.json +++ b/data/unsuccessful-reproductions/686d254825212f8ee269517d6f64857dd0353467.json @@ -12,7 +12,10 @@ "previousVersion" : "bef374a45e11630c890334045075be85337022cf", "newVersion" : "5.0.0-alpha.16", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/687b6fbc0b78d6a564910b14da4a159215acfda5.json b/data/unsuccessful-reproductions/687b6fbc0b78d6a564910b14da4a159215acfda5.json index 679ee2b8de38..996eca6085a2 100644 --- a/data/unsuccessful-reproductions/687b6fbc0b78d6a564910b14da4a159215acfda5.json +++ b/data/unsuccessful-reproductions/687b6fbc0b78d6a564910b14da4a159215acfda5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.10", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/687da0ea8c4bee7384f874c2e7478160138810f2.json b/data/unsuccessful-reproductions/687da0ea8c4bee7384f874c2e7478160138810f2.json index e55b8a72ebeb..74b66242a03f 100644 --- a/data/unsuccessful-reproductions/687da0ea8c4bee7384f874c2e7478160138810f2.json +++ b/data/unsuccessful-reproductions/687da0ea8c4bee7384f874c2e7478160138810f2.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6881ca8788b84bb74f9d3860d75b11aad49c98ca.json b/data/unsuccessful-reproductions/6881ca8788b84bb74f9d3860d75b11aad49c98ca.json index 77dade7e2a9d..b2bbf5fb3aba 100644 --- a/data/unsuccessful-reproductions/6881ca8788b84bb74f9d3860d75b11aad49c98ca.json +++ b/data/unsuccessful-reproductions/6881ca8788b84bb74f9d3860d75b11aad49c98ca.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6884e1a8a1b1490d36f5724f1adcd5ed11f9ed74.json b/data/unsuccessful-reproductions/6884e1a8a1b1490d36f5724f1adcd5ed11f9ed74.json index a3b52016ec9d..b16d378eaf38 100644 --- a/data/unsuccessful-reproductions/6884e1a8a1b1490d36f5724f1adcd5ed11f9ed74.json +++ b/data/unsuccessful-reproductions/6884e1a8a1b1490d36f5724f1adcd5ed11f9ed74.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "2.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/68b81769581a56a4e295852557f4a552e5ecf40d.json b/data/unsuccessful-reproductions/68b81769581a56a4e295852557f4a552e5ecf40d.json index a6c6ea3b37ea..ccb1d2eb7d90 100644 --- a/data/unsuccessful-reproductions/68b81769581a56a4e295852557f4a552e5ecf40d.json +++ b/data/unsuccessful-reproductions/68b81769581a56a4e295852557f4a552e5ecf40d.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/68edaeee99e6682440b2a9b6e97c956acbba0001.json b/data/unsuccessful-reproductions/68edaeee99e6682440b2a9b6e97c956acbba0001.json index a18d965d3585..12b89b9f1710 100644 --- a/data/unsuccessful-reproductions/68edaeee99e6682440b2a9b6e97c956acbba0001.json +++ b/data/unsuccessful-reproductions/68edaeee99e6682440b2a9b6e97c956acbba0001.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0", "newVersion" : "17.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-2-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/68fba5772bf8182874fcb3cf0c26a14ed7db9f99.json b/data/unsuccessful-reproductions/68fba5772bf8182874fcb3cf0c26a14ed7db9f99.json index ea692f237638..98b9f839d144 100644 --- a/data/unsuccessful-reproductions/68fba5772bf8182874fcb3cf0c26a14ed7db9f99.json +++ b/data/unsuccessful-reproductions/68fba5772bf8182874fcb3cf0c26a14ed7db9f99.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/69083d95aa932a7d21ba2f98247694d2bc43e909.json b/data/unsuccessful-reproductions/69083d95aa932a7d21ba2f98247694d2bc43e909.json index 8644aec0bd48..ba52e9a01ddf 100644 --- a/data/unsuccessful-reproductions/69083d95aa932a7d21ba2f98247694d2bc43e909.json +++ b/data/unsuccessful-reproductions/69083d95aa932a7d21ba2f98247694d2bc43e909.json @@ -12,7 +12,10 @@ "previousVersion" : "v4-rev20210629-1.32.1", "newVersion" : "v4-rev20220221-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6921972c2be0a93a047a3e698f5f6196f8d2647c.json b/data/unsuccessful-reproductions/6921972c2be0a93a047a3e698f5f6196f8d2647c.json index 7f6a78e3998d..5ba3a799d481 100644 --- a/data/unsuccessful-reproductions/6921972c2be0a93a047a3e698f5f6196f8d2647c.json +++ b/data/unsuccessful-reproductions/6921972c2be0a93a047a3e698f5f6196f8d2647c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6937f0f043bec066cdf2dbb1cb67a4133c1c8f8a.json b/data/unsuccessful-reproductions/6937f0f043bec066cdf2dbb1cb67a4133c1c8f8a.json index f6f3d0d685d1..2ec3b129a57f 100644 --- a/data/unsuccessful-reproductions/6937f0f043bec066cdf2dbb1cb67a4133c1c8f8a.json +++ b/data/unsuccessful-reproductions/6937f0f043bec066cdf2dbb1cb67a4133c1c8f8a.json @@ -12,7 +12,10 @@ "previousVersion" : "20180813", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/69478e12669d2af545ebf50fe72a6ec1d6f60a53.json b/data/unsuccessful-reproductions/69478e12669d2af545ebf50fe72a6ec1d6f60a53.json index 75392c45604a..1dc0c01a8edb 100644 --- a/data/unsuccessful-reproductions/69478e12669d2af545ebf50fe72a6ec1d6f60a53.json +++ b/data/unsuccessful-reproductions/69478e12669d2af545ebf50fe72a6ec1d6f60a53.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/694cf5eb3ce19c927d62143d207c831b62b3d13c.json b/data/unsuccessful-reproductions/694cf5eb3ce19c927d62143d207c831b62b3d13c.json index 49a2c79f03bb..aeddb96f41b3 100644 --- a/data/unsuccessful-reproductions/694cf5eb3ce19c927d62143d207c831b62b3d13c.json +++ b/data/unsuccessful-reproductions/694cf5eb3ce19c927d62143d207c831b62b3d13c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1.1", "newVersion" : "1129.vef26f5df883c", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6952cbb2ac09c6e4795274d4993a0254478eb204.json b/data/unsuccessful-reproductions/6952cbb2ac09c6e4795274d4993a0254478eb204.json index 83db9f20bdd0..22c009904083 100644 --- a/data/unsuccessful-reproductions/6952cbb2ac09c6e4795274d4993a0254478eb204.json +++ b/data/unsuccessful-reproductions/6952cbb2ac09c6e4795274d4993a0254478eb204.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.3", "newVersion" : "2.9.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6961e4f2800a8f2de9f22aa2bf520eba7f7f57bb.json b/data/unsuccessful-reproductions/6961e4f2800a8f2de9f22aa2bf520eba7f7f57bb.json index bfe9addae585..d7755424ab08 100644 --- a/data/unsuccessful-reproductions/6961e4f2800a8f2de9f22aa2bf520eba7f7f57bb.json +++ b/data/unsuccessful-reproductions/6961e4f2800a8f2de9f22aa2bf520eba7f7f57bb.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.4", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/696550ce0bc1bc2cec3f2186d5e7f3c896c9e8a7.json b/data/unsuccessful-reproductions/696550ce0bc1bc2cec3f2186d5e7f3c896c9e8a7.json index 67a0555c3b90..05f1361169a4 100644 --- a/data/unsuccessful-reproductions/696550ce0bc1bc2cec3f2186d5e7f3c896c9e8a7.json +++ b/data/unsuccessful-reproductions/696550ce0bc1bc2cec3f2186d5e7f3c896c9e8a7.json @@ -12,7 +12,10 @@ "previousVersion" : "3.11.10", "newVersion" : "3.11.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/69694c989312875f8ea316cef391f535f5a03a6a.json b/data/unsuccessful-reproductions/69694c989312875f8ea316cef391f535f5a03a6a.json index c6d6694e3fc3..dc185712ad80 100644 --- a/data/unsuccessful-reproductions/69694c989312875f8ea316cef391f535f5a03a6a.json +++ b/data/unsuccessful-reproductions/69694c989312875f8ea316cef391f535f5a03a6a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.6", "newVersion" : "1.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6973317cc6db6db7ba6550534f043bb6fb8b69e8.json b/data/unsuccessful-reproductions/6973317cc6db6db7ba6550534f043bb6fb8b69e8.json index c9170a43a5a8..50c5f1fcd4eb 100644 --- a/data/unsuccessful-reproductions/6973317cc6db6db7ba6550534f043bb6fb8b69e8.json +++ b/data/unsuccessful-reproductions/6973317cc6db6db7ba6550534f043bb6fb8b69e8.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.9", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/697b1c81e5e1b094c03602023a31d373cacb7781.json b/data/unsuccessful-reproductions/697b1c81e5e1b094c03602023a31d373cacb7781.json index 84ea261c5d36..423c7450cb53 100644 --- a/data/unsuccessful-reproductions/697b1c81e5e1b094c03602023a31d373cacb7781.json +++ b/data/unsuccessful-reproductions/697b1c81e5e1b094c03602023a31d373cacb7781.json @@ -12,7 +12,10 @@ "previousVersion" : "6.20.0", "newVersion" : "6.21.2", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/697be44ba50e6df173a589e6d01a1ff05f131547.json b/data/unsuccessful-reproductions/697be44ba50e6df173a589e6d01a1ff05f131547.json index 222feed98c6f..9aee0ccee9ba 100644 --- a/data/unsuccessful-reproductions/697be44ba50e6df173a589e6d01a1ff05f131547.json +++ b/data/unsuccessful-reproductions/697be44ba50e6df173a589e6d01a1ff05f131547.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6986b4642b9cffaabcacb0ec2bede8af8cd28294.json b/data/unsuccessful-reproductions/6986b4642b9cffaabcacb0ec2bede8af8cd28294.json index c33fe1a2db6d..06a7883aea5e 100644 --- a/data/unsuccessful-reproductions/6986b4642b9cffaabcacb0ec2bede8af8cd28294.json +++ b/data/unsuccessful-reproductions/6986b4642b9cffaabcacb0ec2bede8af8cd28294.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.3-SNAPSHOT", "newVersion" : "1.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6994d7ffe4d35b1c400ecc62ad7d2ed250f1db3f.json b/data/unsuccessful-reproductions/6994d7ffe4d35b1c400ecc62ad7d2ed250f1db3f.json index c16f09ad0d43..62fbd631ed99 100644 --- a/data/unsuccessful-reproductions/6994d7ffe4d35b1c400ecc62ad7d2ed250f1db3f.json +++ b/data/unsuccessful-reproductions/6994d7ffe4d35b1c400ecc62ad7d2ed250f1db3f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.8", "newVersion" : "1.4.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/69b0cc2732c1ee51e51b8eeb30f5783435ab1aac.json b/data/unsuccessful-reproductions/69b0cc2732c1ee51e51b8eeb30f5783435ab1aac.json index da01e368abc9..d04a400169ab 100644 --- a/data/unsuccessful-reproductions/69b0cc2732c1ee51e51b8eeb30f5783435ab1aac.json +++ b/data/unsuccessful-reproductions/69b0cc2732c1ee51e51b8eeb30f5783435ab1aac.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.3", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/69b5758e029e1ec90ae1caf7a811eb90c4c88a62.json b/data/unsuccessful-reproductions/69b5758e029e1ec90ae1caf7a811eb90c4c88a62.json index 18448691bd14..2a6e92a3d6c8 100644 --- a/data/unsuccessful-reproductions/69b5758e029e1ec90ae1caf7a811eb90c4c88a62.json +++ b/data/unsuccessful-reproductions/69b5758e029e1ec90ae1caf7a811eb90c4c88a62.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.179.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/69d72540fda0a0462fc17e9a3340242273151970.json b/data/unsuccessful-reproductions/69d72540fda0a0462fc17e9a3340242273151970.json index d25532756112..67573ac06944 100644 --- a/data/unsuccessful-reproductions/69d72540fda0a0462fc17e9a3340242273151970.json +++ b/data/unsuccessful-reproductions/69d72540fda0a0462fc17e9a3340242273151970.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/69de878b06c89b21a505043a00bacfc01b3e3904.json b/data/unsuccessful-reproductions/69de878b06c89b21a505043a00bacfc01b3e3904.json index 04eabceeba44..d0c28c4a09d9 100644 --- a/data/unsuccessful-reproductions/69de878b06c89b21a505043a00bacfc01b3e3904.json +++ b/data/unsuccessful-reproductions/69de878b06c89b21a505043a00bacfc01b3e3904.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "4.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/69eafbe2cc4dbb5ce9c2b1b14d766c3a30bf7b4e.json b/data/unsuccessful-reproductions/69eafbe2cc4dbb5ce9c2b1b14d766c3a30bf7b4e.json index 1b6a304ab7ac..c1b975ff752c 100644 --- a/data/unsuccessful-reproductions/69eafbe2cc4dbb5ce9c2b1b14d766c3a30bf7b4e.json +++ b/data/unsuccessful-reproductions/69eafbe2cc4dbb5ce9c2b1b14d766c3a30bf7b4e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.4.5", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/69fb7d7951e8444c3d753c1c343ce1246951e19a.json b/data/unsuccessful-reproductions/69fb7d7951e8444c3d753c1c343ce1246951e19a.json index 707dab7a1a53..eae67cadc61a 100644 --- a/data/unsuccessful-reproductions/69fb7d7951e8444c3d753c1c343ce1246951e19a.json +++ b/data/unsuccessful-reproductions/69fb7d7951e8444c3d753c1c343ce1246951e19a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.16.2", "newVersion" : "1.17.2", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/69febadf0e1347e94d0a952fbe195f1848bbd42a.json b/data/unsuccessful-reproductions/69febadf0e1347e94d0a952fbe195f1848bbd42a.json index e380c86bcc4b..01c1804b72d9 100644 --- a/data/unsuccessful-reproductions/69febadf0e1347e94d0a952fbe195f1848bbd42a.json +++ b/data/unsuccessful-reproductions/69febadf0e1347e94d0a952fbe195f1848bbd42a.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.0-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a0f6af2fdda00dee1b2ef98fead1c202f810f40.json b/data/unsuccessful-reproductions/6a0f6af2fdda00dee1b2ef98fead1c202f810f40.json index 2f34b7b05dd1..946d414f2851 100644 --- a/data/unsuccessful-reproductions/6a0f6af2fdda00dee1b2ef98fead1c202f810f40.json +++ b/data/unsuccessful-reproductions/6a0f6af2fdda00dee1b2ef98fead1c202f810f40.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5509.v07855a_003fc1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a1f77759088f2bb9692d18ff241403d6d80217f.json b/data/unsuccessful-reproductions/6a1f77759088f2bb9692d18ff241403d6d80217f.json index 25bba3a85818..0039723febf9 100644 --- a/data/unsuccessful-reproductions/6a1f77759088f2bb9692d18ff241403d6d80217f.json +++ b/data/unsuccessful-reproductions/6a1f77759088f2bb9692d18ff241403d6d80217f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a29aa9a0e5f406f1e44462192bd326212098952.json b/data/unsuccessful-reproductions/6a29aa9a0e5f406f1e44462192bd326212098952.json index d4462a74fe9f..e180de10aadc 100644 --- a/data/unsuccessful-reproductions/6a29aa9a0e5f406f1e44462192bd326212098952.json +++ b/data/unsuccessful-reproductions/6a29aa9a0e5f406f1e44462192bd326212098952.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.71", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a2dbba4d6aaa6313ece4b017d3ebdd5b669e7f6.json b/data/unsuccessful-reproductions/6a2dbba4d6aaa6313ece4b017d3ebdd5b669e7f6.json index 5ae1b06adada..e626e26745c0 100644 --- a/data/unsuccessful-reproductions/6a2dbba4d6aaa6313ece4b017d3ebdd5b669e7f6.json +++ b/data/unsuccessful-reproductions/6a2dbba4d6aaa6313ece4b017d3ebdd5b669e7f6.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.11", "newVersion" : "3.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a4e8ef286cb0e5315c566242198ed4ccf9a2ccf.json b/data/unsuccessful-reproductions/6a4e8ef286cb0e5315c566242198ed4ccf9a2ccf.json index 0b51f1f766cb..07cd839b01dd 100644 --- a/data/unsuccessful-reproductions/6a4e8ef286cb0e5315c566242198ed4ccf9a2ccf.json +++ b/data/unsuccessful-reproductions/6a4e8ef286cb0e5315c566242198ed4ccf9a2ccf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.26", "newVersion" : "1.18.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a6ba1ff905ac6f1dfc095a3231be431c72d7fd3.json b/data/unsuccessful-reproductions/6a6ba1ff905ac6f1dfc095a3231be431c72d7fd3.json index fc32c4d508dd..538c25ce0cf6 100644 --- a/data/unsuccessful-reproductions/6a6ba1ff905ac6f1dfc095a3231be431c72d7fd3.json +++ b/data/unsuccessful-reproductions/6a6ba1ff905ac6f1dfc095a3231be431c72d7fd3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a6cd73154e950a64c434f26711f53c62077589a.json b/data/unsuccessful-reproductions/6a6cd73154e950a64c434f26711f53c62077589a.json index 07b74ba9bf80..b943d3a8342b 100644 --- a/data/unsuccessful-reproductions/6a6cd73154e950a64c434f26711f53c62077589a.json +++ b/data/unsuccessful-reproductions/6a6cd73154e950a64c434f26711f53c62077589a.json @@ -12,7 +12,10 @@ "previousVersion" : "7.11.1", "newVersion" : "7.11.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a7ed1590d08bf26364af4271b9e13c20e651878.json b/data/unsuccessful-reproductions/6a7ed1590d08bf26364af4271b9e13c20e651878.json index 14dbc28f794a..5be069e621df 100644 --- a/data/unsuccessful-reproductions/6a7ed1590d08bf26364af4271b9e13c20e651878.json +++ b/data/unsuccessful-reproductions/6a7ed1590d08bf26364af4271b9e13c20e651878.json @@ -12,7 +12,10 @@ "previousVersion" : "24.3.0", "newVersion" : "24.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a847be1ac183442ba73fcef85774c44218d2f9e.json b/data/unsuccessful-reproductions/6a847be1ac183442ba73fcef85774c44218d2f9e.json index d905a44de008..8e9fe1791658 100644 --- a/data/unsuccessful-reproductions/6a847be1ac183442ba73fcef85774c44218d2f9e.json +++ b/data/unsuccessful-reproductions/6a847be1ac183442ba73fcef85774c44218d2f9e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.13", "newVersion" : "1.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a883293d9a880fbae27c1f4f1ff9e80f90fc92e.json b/data/unsuccessful-reproductions/6a883293d9a880fbae27c1f4f1ff9e80f90fc92e.json index 5734bdeb07b1..c6609320e3dd 100644 --- a/data/unsuccessful-reproductions/6a883293d9a880fbae27c1f4f1ff9e80f90fc92e.json +++ b/data/unsuccessful-reproductions/6a883293d9a880fbae27c1f4f1ff9e80f90fc92e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.6", "newVersion" : "3.9.4", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6a92fdd125c0a297e169ff860d118d221fe802d3.json b/data/unsuccessful-reproductions/6a92fdd125c0a297e169ff860d118d221fe802d3.json index 3fa1db4131c2..81fd808af0e6 100644 --- a/data/unsuccessful-reproductions/6a92fdd125c0a297e169ff860d118d221fe802d3.json +++ b/data/unsuccessful-reproductions/6a92fdd125c0a297e169ff860d118d221fe802d3.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "4.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ab117be630228d234772f8e6fadd32e7038be4d.json b/data/unsuccessful-reproductions/6ab117be630228d234772f8e6fadd32e7038be4d.json index 18a88b38e87d..e11274ca64f4 100644 --- a/data/unsuccessful-reproductions/6ab117be630228d234772f8e6fadd32e7038be4d.json +++ b/data/unsuccessful-reproductions/6ab117be630228d234772f8e6fadd32e7038be4d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30", "newVersion" : "1.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ab9185992cb1037bfea02cb90ac21d15879b156.json b/data/unsuccessful-reproductions/6ab9185992cb1037bfea02cb90ac21d15879b156.json index da0b08ec9d1f..8b4842e32f7f 100644 --- a/data/unsuccessful-reproductions/6ab9185992cb1037bfea02cb90ac21d15879b156.json +++ b/data/unsuccessful-reproductions/6ab9185992cb1037bfea02cb90ac21d15879b156.json @@ -12,7 +12,10 @@ "previousVersion" : "3.10.0", "newVersion" : "4.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okhttp" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ac199eeece8cd1a1cc1b1d24be2e60d3d513148.json b/data/unsuccessful-reproductions/6ac199eeece8cd1a1cc1b1d24be2e60d3d513148.json index f66da83c99c4..95405e1d3c56 100644 --- a/data/unsuccessful-reproductions/6ac199eeece8cd1a1cc1b1d24be2e60d3d513148.json +++ b/data/unsuccessful-reproductions/6ac199eeece8cd1a1cc1b1d24be2e60d3d513148.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.12", "newVersion" : "2.10.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "JodaOrg/joda-time" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ac23ed3635149bda03527f621c9d778c487ddb7.json b/data/unsuccessful-reproductions/6ac23ed3635149bda03527f621c9d778c487ddb7.json index 81d7b4b5f5a4..dad2f32836e4 100644 --- a/data/unsuccessful-reproductions/6ac23ed3635149bda03527f621c9d778c487ddb7.json +++ b/data/unsuccessful-reproductions/6ac23ed3635149bda03527f621c9d778c487ddb7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6aee36d0dbd73df9a1a608f90078d94cce787a1c.json b/data/unsuccessful-reproductions/6aee36d0dbd73df9a1a608f90078d94cce787a1c.json index 440500cc1020..87544be14753 100644 --- a/data/unsuccessful-reproductions/6aee36d0dbd73df9a1a608f90078d94cce787a1c.json +++ b/data/unsuccessful-reproductions/6aee36d0dbd73df9a1a608f90078d94cce787a1c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6af188095f5307afbefe23ce87d23f8a6eeb0be6.json b/data/unsuccessful-reproductions/6af188095f5307afbefe23ce87d23f8a6eeb0be6.json index 33f595475924..6e715ed0d56d 100644 --- a/data/unsuccessful-reproductions/6af188095f5307afbefe23ce87d23f8a6eeb0be6.json +++ b/data/unsuccessful-reproductions/6af188095f5307afbefe23ce87d23f8a6eeb0be6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "1074.v60e6c29b_b_44b_", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6af1e2090a1a460bb50739663979769c0dc8b060.json b/data/unsuccessful-reproductions/6af1e2090a1a460bb50739663979769c0dc8b060.json index 19fcba5c78a4..92e5548815bb 100644 --- a/data/unsuccessful-reproductions/6af1e2090a1a460bb50739663979769c0dc8b060.json +++ b/data/unsuccessful-reproductions/6af1e2090a1a460bb50739663979769c0dc8b060.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.3", "newVersion" : "3.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b06c030437d42d1cc30eec2ed5d05ef258765c4.json b/data/unsuccessful-reproductions/6b06c030437d42d1cc30eec2ed5d05ef258765c4.json index 5a2787565679..645bf3186a0f 100644 --- a/data/unsuccessful-reproductions/6b06c030437d42d1cc30eec2ed5d05ef258765c4.json +++ b/data/unsuccessful-reproductions/6b06c030437d42d1cc30eec2ed5d05ef258765c4.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b07cdc559fedf16222a167bfefb1c63f5af1aa5.json b/data/unsuccessful-reproductions/6b07cdc559fedf16222a167bfefb1c63f5af1aa5.json index cd3d881f38c4..979aceb4a8e5 100644 --- a/data/unsuccessful-reproductions/6b07cdc559fedf16222a167bfefb1c63f5af1aa5.json +++ b/data/unsuccessful-reproductions/6b07cdc559fedf16222a167bfefb1c63f5af1aa5.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.2", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b0bf61ad10b26e9574d34ba9c394a6ace6c07e2.json b/data/unsuccessful-reproductions/6b0bf61ad10b26e9574d34ba9c394a6ace6c07e2.json index 58914deebf68..9e6f8f504dc5 100644 --- a/data/unsuccessful-reproductions/6b0bf61ad10b26e9574d34ba9c394a6ace6c07e2.json +++ b/data/unsuccessful-reproductions/6b0bf61ad10b26e9574d34ba9c394a6ace6c07e2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b14854024d3401d8a6bc75e465f3135909697b9.json b/data/unsuccessful-reproductions/6b14854024d3401d8a6bc75e465f3135909697b9.json index 6af6d81a1eac..c955da5ae5dc 100644 --- a/data/unsuccessful-reproductions/6b14854024d3401d8a6bc75e465f3135909697b9.json +++ b/data/unsuccessful-reproductions/6b14854024d3401d8a6bc75e465f3135909697b9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.7.0", "newVersion" : "3.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b2517db8f332d6e5cd55c35bc5daf485a388c64.json b/data/unsuccessful-reproductions/6b2517db8f332d6e5cd55c35bc5daf485a388c64.json index 3b2db434f58b..9a7ab0a3be55 100644 --- a/data/unsuccessful-reproductions/6b2517db8f332d6e5cd55c35bc5daf485a388c64.json +++ b/data/unsuccessful-reproductions/6b2517db8f332d6e5cd55c35bc5daf485a388c64.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b2da48e8929b91aceddf015dac8b19009d8bbc3.json b/data/unsuccessful-reproductions/6b2da48e8929b91aceddf015dac8b19009d8bbc3.json index bf92e4d71226..3e94018de062 100644 --- a/data/unsuccessful-reproductions/6b2da48e8929b91aceddf015dac8b19009d8bbc3.json +++ b/data/unsuccessful-reproductions/6b2da48e8929b91aceddf015dac8b19009d8bbc3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b48afd4f03a7f872329597f62b871d86c575e87.json b/data/unsuccessful-reproductions/6b48afd4f03a7f872329597f62b871d86c575e87.json index 1688b12027cf..3aeaa3401d92 100644 --- a/data/unsuccessful-reproductions/6b48afd4f03a7f872329597f62b871d86c575e87.json +++ b/data/unsuccessful-reproductions/6b48afd4f03a7f872329597f62b871d86c575e87.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.5-12", "newVersion" : "1.5.2.3-redhat-00002", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b53976232fcef4200ca64561280f1a05dd18742.json b/data/unsuccessful-reproductions/6b53976232fcef4200ca64561280f1a05dd18742.json index 057980b4298a..edf424636f49 100644 --- a/data/unsuccessful-reproductions/6b53976232fcef4200ca64561280f1a05dd18742.json +++ b/data/unsuccessful-reproductions/6b53976232fcef4200ca64561280f1a05dd18742.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.52", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b57b24d6110824ca4bd10928ff2248ef2c9ebcb.json b/data/unsuccessful-reproductions/6b57b24d6110824ca4bd10928ff2248ef2c9ebcb.json index 964859debfce..844cd2f918c3 100644 --- a/data/unsuccessful-reproductions/6b57b24d6110824ca4bd10928ff2248ef2c9ebcb.json +++ b/data/unsuccessful-reproductions/6b57b24d6110824ca4bd10928ff2248ef2c9ebcb.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.6", "newVersion" : "3.21.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b595d6b14a4ed01f3b28491a735e482f6ccdef5.json b/data/unsuccessful-reproductions/6b595d6b14a4ed01f3b28491a735e482f6ccdef5.json index 53b118ff6777..c05c1355c8c8 100644 --- a/data/unsuccessful-reproductions/6b595d6b14a4ed01f3b28491a735e482f6ccdef5.json +++ b/data/unsuccessful-reproductions/6b595d6b14a4ed01f3b28491a735e482f6ccdef5.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.1", "newVersion" : "6.2.8", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "FasterXML/woodstox" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b6adf09fd826556b193e981bdf0845077ac23ca.json b/data/unsuccessful-reproductions/6b6adf09fd826556b193e981bdf0845077ac23ca.json index 1ca887dbfcaa..0b6501221aa0 100644 --- a/data/unsuccessful-reproductions/6b6adf09fd826556b193e981bdf0845077ac23ca.json +++ b/data/unsuccessful-reproductions/6b6adf09fd826556b193e981bdf0845077ac23ca.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.1", "newVersion" : "2.7.3", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b934f74043760aa9f32d4adc920329124e8191d.json b/data/unsuccessful-reproductions/6b934f74043760aa9f32d4adc920329124e8191d.json index bb2587abd233..fc58ee4079e1 100644 --- a/data/unsuccessful-reproductions/6b934f74043760aa9f32d4adc920329124e8191d.json +++ b/data/unsuccessful-reproductions/6b934f74043760aa9f32d4adc920329124e8191d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b964cc278d6a2cb03cf516c13708a471d1f3243.json b/data/unsuccessful-reproductions/6b964cc278d6a2cb03cf516c13708a471d1f3243.json index f0431483344c..e7cc6b3e5693 100644 --- a/data/unsuccessful-reproductions/6b964cc278d6a2cb03cf516c13708a471d1f3243.json +++ b/data/unsuccessful-reproductions/6b964cc278d6a2cb03cf516c13708a471d1f3243.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6", "newVersion" : "3.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6b9af3cd58f50c33234d2f2733d327f1353d031b.json b/data/unsuccessful-reproductions/6b9af3cd58f50c33234d2f2733d327f1353d031b.json index 64fff37aa033..3ec412c5e1b4 100644 --- a/data/unsuccessful-reproductions/6b9af3cd58f50c33234d2f2733d327f1353d031b.json +++ b/data/unsuccessful-reproductions/6b9af3cd58f50c33234d2f2733d327f1353d031b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.7", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ba0fbe6bb959732f70197d0db74ad52e9e29a89.json b/data/unsuccessful-reproductions/6ba0fbe6bb959732f70197d0db74ad52e9e29a89.json index 92dd9ef68aef..b2f1793fcfeb 100644 --- a/data/unsuccessful-reproductions/6ba0fbe6bb959732f70197d0db74ad52e9e29a89.json +++ b/data/unsuccessful-reproductions/6ba0fbe6bb959732f70197d0db74ad52e9e29a89.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.409", "newVersion" : "1.12.416", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ba9b8e70b8164c68fa155dcb66dd257a679838c.json b/data/unsuccessful-reproductions/6ba9b8e70b8164c68fa155dcb66dd257a679838c.json index 5086d764b122..b8429a02f29f 100644 --- a/data/unsuccessful-reproductions/6ba9b8e70b8164c68fa155dcb66dd257a679838c.json +++ b/data/unsuccessful-reproductions/6ba9b8e70b8164c68fa155dcb66dd257a679838c.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.201.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6bbd06b132cef64b00d95074fdd4e862536810a7.json b/data/unsuccessful-reproductions/6bbd06b132cef64b00d95074fdd4e862536810a7.json index 7ac08a5b29d2..038a61c8028a 100644 --- a/data/unsuccessful-reproductions/6bbd06b132cef64b00d95074fdd4e862536810a7.json +++ b/data/unsuccessful-reproductions/6bbd06b132cef64b00d95074fdd4e862536810a7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6be5b0a3100cf1200530c04e197142de6d32c8a5.json b/data/unsuccessful-reproductions/6be5b0a3100cf1200530c04e197142de6d32c8a5.json index 445551e151dd..afbf08d5f2f8 100644 --- a/data/unsuccessful-reproductions/6be5b0a3100cf1200530c04e197142de6d32c8a5.json +++ b/data/unsuccessful-reproductions/6be5b0a3100cf1200530c04e197142de6d32c8a5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6bf6fefbd4e626f356e5c5404e9ffdc7bf20f499.json b/data/unsuccessful-reproductions/6bf6fefbd4e626f356e5c5404e9ffdc7bf20f499.json index 9659b20d2aca..f4a4a54fc618 100644 --- a/data/unsuccessful-reproductions/6bf6fefbd4e626f356e5c5404e9ffdc7bf20f499.json +++ b/data/unsuccessful-reproductions/6bf6fefbd4e626f356e5c5404e9ffdc7bf20f499.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.14.1", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6bf93332235629b062bb42f32118e68442e51f52.json b/data/unsuccessful-reproductions/6bf93332235629b062bb42f32118e68442e51f52.json index 4150d8286afa..740eb7c92bca 100644 --- a/data/unsuccessful-reproductions/6bf93332235629b062bb42f32118e68442e51f52.json +++ b/data/unsuccessful-reproductions/6bf93332235629b062bb42f32118e68442e51f52.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.46", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c122a4125ecbc76f9fdc2f11d1dd6173a5fd5d6.json b/data/unsuccessful-reproductions/6c122a4125ecbc76f9fdc2f11d1dd6173a5fd5d6.json index 42b983898d8c..4dbf0c1ae97b 100644 --- a/data/unsuccessful-reproductions/6c122a4125ecbc76f9fdc2f11d1dd6173a5fd5d6.json +++ b/data/unsuccessful-reproductions/6c122a4125ecbc76f9fdc2f11d1dd6173a5fd5d6.json @@ -12,7 +12,10 @@ "previousVersion" : "3.11.100", "newVersion" : "3.11.200", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c14a6b2f27566b6e411912f3d0bdb7c0d38e004.json b/data/unsuccessful-reproductions/6c14a6b2f27566b6e411912f3d0bdb7c0d38e004.json index ad3ee54b5e3e..17d5ed08b34d 100644 --- a/data/unsuccessful-reproductions/6c14a6b2f27566b6e411912f3d0bdb7c0d38e004.json +++ b/data/unsuccessful-reproductions/6c14a6b2f27566b6e411912f3d0bdb7c0d38e004.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9.0", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c22bfe5fea21eaf16b31e69dffa53a14f1e71a2.json b/data/unsuccessful-reproductions/6c22bfe5fea21eaf16b31e69dffa53a14f1e71a2.json index 4d3d12050e63..3a32747c7e12 100644 --- a/data/unsuccessful-reproductions/6c22bfe5fea21eaf16b31e69dffa53a14f1e71a2.json +++ b/data/unsuccessful-reproductions/6c22bfe5fea21eaf16b31e69dffa53a14f1e71a2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.119", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c40b865ded32b4bb63f284f9f66cb06e4e7f9f8.json b/data/unsuccessful-reproductions/6c40b865ded32b4bb63f284f9f66cb06e4e7f9f8.json index 32770840b059..6f08732efd4d 100644 --- a/data/unsuccessful-reproductions/6c40b865ded32b4bb63f284f9f66cb06e4e7f9f8.json +++ b/data/unsuccessful-reproductions/6c40b865ded32b4bb63f284f9f66cb06e4e7f9f8.json @@ -12,7 +12,10 @@ "previousVersion" : "6.2.6", "newVersion" : "6.2.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "FasterXML/woodstox" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c4e3724885015b0c3b0ab2215fbb7edd1b45634.json b/data/unsuccessful-reproductions/6c4e3724885015b0c3b0ab2215fbb7edd1b45634.json index 38215ed577e2..2cc500ebb5ed 100644 --- a/data/unsuccessful-reproductions/6c4e3724885015b0c3b0ab2215fbb7edd1b45634.json +++ b/data/unsuccessful-reproductions/6c4e3724885015b0c3b0ab2215fbb7edd1b45634.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.26", "newVersion" : "2.20.56", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c537d0f5917038f574837c799fd09e812f7019f.json b/data/unsuccessful-reproductions/6c537d0f5917038f574837c799fd09e812f7019f.json index 064245fadfd4..02c24ed60cea 100644 --- a/data/unsuccessful-reproductions/6c537d0f5917038f574837c799fd09e812f7019f.json +++ b/data/unsuccessful-reproductions/6c537d0f5917038f574837c799fd09e812f7019f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.31", "newVersion" : "2.3.32", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c5c893724848e4b9df6f53e7bc535322a219ee1.json b/data/unsuccessful-reproductions/6c5c893724848e4b9df6f53e7bc535322a219ee1.json index 45c0c1bec7d0..571ca2b63216 100644 --- a/data/unsuccessful-reproductions/6c5c893724848e4b9df6f53e7bc535322a219ee1.json +++ b/data/unsuccessful-reproductions/6c5c893724848e4b9df6f53e7bc535322a219ee1.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "4.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c5cc275b2a92976166dcdf0ff7b918a2b63268c.json b/data/unsuccessful-reproductions/6c5cc275b2a92976166dcdf0ff7b918a2b63268c.json index 266cb62e4763..d76e99b2487c 100644 --- a/data/unsuccessful-reproductions/6c5cc275b2a92976166dcdf0ff7b918a2b63268c.json +++ b/data/unsuccessful-reproductions/6c5cc275b2a92976166dcdf0ff7b918a2b63268c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.38.0", "newVersion" : "2.39.1", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c61efd408a77d60e94d145bf1222dd75ed89f81.json b/data/unsuccessful-reproductions/6c61efd408a77d60e94d145bf1222dd75ed89f81.json index 37a6dfbc501f..8af98251772d 100644 --- a/data/unsuccessful-reproductions/6c61efd408a77d60e94d145bf1222dd75ed89f81.json +++ b/data/unsuccessful-reproductions/6c61efd408a77d60e94d145bf1222dd75ed89f81.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.8", "newVersion" : "1.5.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c6a3038e507bfb91f6a497fc8763443d95c5df9.json b/data/unsuccessful-reproductions/6c6a3038e507bfb91f6a497fc8763443d95c5df9.json index c0fb685e75ef..70ce37a42668 100644 --- a/data/unsuccessful-reproductions/6c6a3038e507bfb91f6a497fc8763443d95c5df9.json +++ b/data/unsuccessful-reproductions/6c6a3038e507bfb91f6a497fc8763443d95c5df9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.26.0", "newVersion" : "1.32.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c720146d08f2d70e0619faa30df40981a2f53d6.json b/data/unsuccessful-reproductions/6c720146d08f2d70e0619faa30df40981a2f53d6.json index ed5aaa417156..f88f16772f68 100644 --- a/data/unsuccessful-reproductions/6c720146d08f2d70e0619faa30df40981a2f53d6.json +++ b/data/unsuccessful-reproductions/6c720146d08f2d70e0619faa30df40981a2f53d6.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.44.v20210927", "newVersion" : "10.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c769f00d2fab2159cd335e68d5aabc2dd6a3846.json b/data/unsuccessful-reproductions/6c769f00d2fab2159cd335e68d5aabc2dd6a3846.json index bf0e8eaacd22..20963de702fb 100644 --- a/data/unsuccessful-reproductions/6c769f00d2fab2159cd335e68d5aabc2dd6a3846.json +++ b/data/unsuccessful-reproductions/6c769f00d2fab2159cd335e68d5aabc2dd6a3846.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.26", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c843595c68cb8083e4bd0c3421f7dfe7c60d2f6.json b/data/unsuccessful-reproductions/6c843595c68cb8083e4bd0c3421f7dfe7c60d2f6.json index a3b846dde493..d6685b99f766 100644 --- a/data/unsuccessful-reproductions/6c843595c68cb8083e4bd0c3421f7dfe7c60d2f6.json +++ b/data/unsuccessful-reproductions/6c843595c68cb8083e4bd0c3421f7dfe7c60d2f6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.0", "newVersion" : "2.2.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c917331e763b80178f09aa5975bb1d308cb18a5.json b/data/unsuccessful-reproductions/6c917331e763b80178f09aa5975bb1d308cb18a5.json index f214c5b84348..e616b11bc8e1 100644 --- a/data/unsuccessful-reproductions/6c917331e763b80178f09aa5975bb1d308cb18a5.json +++ b/data/unsuccessful-reproductions/6c917331e763b80178f09aa5975bb1d308cb18a5.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6c9ba19c5e6a43fb09b628cfee40018dce6a41e5.json b/data/unsuccessful-reproductions/6c9ba19c5e6a43fb09b628cfee40018dce6a41e5.json index 11f722fa9960..622bed41c0bb 100644 --- a/data/unsuccessful-reproductions/6c9ba19c5e6a43fb09b628cfee40018dce6a41e5.json +++ b/data/unsuccessful-reproductions/6c9ba19c5e6a43fb09b628cfee40018dce6a41e5.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220104-1.32.1", "newVersion" : "v1-rev20230307-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6cb2608becc804ea38f6097d88270b93d685fc80.json b/data/unsuccessful-reproductions/6cb2608becc804ea38f6097d88270b93d685fc80.json index 47814fdb563f..c8a3a42d2615 100644 --- a/data/unsuccessful-reproductions/6cb2608becc804ea38f6097d88270b93d685fc80.json +++ b/data/unsuccessful-reproductions/6cb2608becc804ea38f6097d88270b93d685fc80.json @@ -12,7 +12,10 @@ "previousVersion" : "7.4.0", "newVersion" : "9.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ccd62c3a5e9469b5decd148c54a70a0daef608c.json b/data/unsuccessful-reproductions/6ccd62c3a5e9469b5decd148c54a70a0daef608c.json index e7736cfce62f..7046b6594150 100644 --- a/data/unsuccessful-reproductions/6ccd62c3a5e9469b5decd148c54a70a0daef608c.json +++ b/data/unsuccessful-reproductions/6ccd62c3a5e9469b5decd148c54a70a0daef608c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.1", "newVersion" : "3.21.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ce0862d43260a1650f83992f2d8295ee891f3db.json b/data/unsuccessful-reproductions/6ce0862d43260a1650f83992f2d8295ee891f3db.json index aaab74e88344..2f9c86fad77f 100644 --- a/data/unsuccessful-reproductions/6ce0862d43260a1650f83992f2d8295ee891f3db.json +++ b/data/unsuccessful-reproductions/6ce0862d43260a1650f83992f2d8295ee891f3db.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "24.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Unlicense" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6cedc8e5c8c9a242d7974d6a37742d3a334e87ed.json b/data/unsuccessful-reproductions/6cedc8e5c8c9a242d7974d6a37742d3a334e87ed.json index a6cd8e138e98..4bb9b606f6e7 100644 --- a/data/unsuccessful-reproductions/6cedc8e5c8c9a242d7974d6a37742d3a334e87ed.json +++ b/data/unsuccessful-reproductions/6cedc8e5c8c9a242d7974d6a37742d3a334e87ed.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.3", "newVersion" : "3.19.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6cf73dd7ab3a141cc9eeb14534bdffe7c975f6f4.json b/data/unsuccessful-reproductions/6cf73dd7ab3a141cc9eeb14534bdffe7c975f6f4.json index 50e8ae17ea95..5c3c377e23b4 100644 --- a/data/unsuccessful-reproductions/6cf73dd7ab3a141cc9eeb14534bdffe7c975f6f4.json +++ b/data/unsuccessful-reproductions/6cf73dd7ab3a141cc9eeb14534bdffe7c975f6f4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.1", "newVersion" : "3.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d091ab5cbfed653f8886829a9b17db56489d2bf.json b/data/unsuccessful-reproductions/6d091ab5cbfed653f8886829a9b17db56489d2bf.json index bf7f5c317d06..eca7a9239ba9 100644 --- a/data/unsuccessful-reproductions/6d091ab5cbfed653f8886829a9b17db56489d2bf.json +++ b/data/unsuccessful-reproductions/6d091ab5cbfed653f8886829a9b17db56489d2bf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5", "newVersion" : "2.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d2d32073fa0af1633a03f77eb0a12a21bfc91b3.json b/data/unsuccessful-reproductions/6d2d32073fa0af1633a03f77eb0a12a21bfc91b3.json index 2d29dc2ed6fa..a0ba237554f3 100644 --- a/data/unsuccessful-reproductions/6d2d32073fa0af1633a03f77eb0a12a21bfc91b3.json +++ b/data/unsuccessful-reproductions/6d2d32073fa0af1633a03f77eb0a12a21bfc91b3.json @@ -12,7 +12,10 @@ "previousVersion" : "1451.v15f1fdb_772a_f", "newVersion" : "1461.vb_3c6de28f2b_a_", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d35e2dd7d3e2df87f83f4785b3e1b193f89a901.json b/data/unsuccessful-reproductions/6d35e2dd7d3e2df87f83f4785b3e1b193f89a901.json index 8e7894f16bd9..a06828c9ed95 100644 --- a/data/unsuccessful-reproductions/6d35e2dd7d3e2df87f83f4785b3e1b193f89a901.json +++ b/data/unsuccessful-reproductions/6d35e2dd7d3e2df87f83f4785b3e1b193f89a901.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.56", "newVersion" : "8.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d365b1b983893c769005d2575f4dbef14362455.json b/data/unsuccessful-reproductions/6d365b1b983893c769005d2575f4dbef14362455.json index a768ef878f46..b2150796f7c7 100644 --- a/data/unsuccessful-reproductions/6d365b1b983893c769005d2575f4dbef14362455.json +++ b/data/unsuccessful-reproductions/6d365b1b983893c769005d2575f4dbef14362455.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.4", "newVersion" : "1.6.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d4c434544f42ececb7dc138c42a00395537cf66.json b/data/unsuccessful-reproductions/6d4c434544f42ececb7dc138c42a00395537cf66.json index ea82866ec4bb..dabaede87940 100644 --- a/data/unsuccessful-reproductions/6d4c434544f42ececb7dc138c42a00395537cf66.json +++ b/data/unsuccessful-reproductions/6d4c434544f42ececb7dc138c42a00395537cf66.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.197", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d4c8b21c2940a31ff8af6a154b9606a2444134f.json b/data/unsuccessful-reproductions/6d4c8b21c2940a31ff8af6a154b9606a2444134f.json index 9766dbf2baf5..7b700887c09f 100644 --- a/data/unsuccessful-reproductions/6d4c8b21c2940a31ff8af6a154b9606a2444134f.json +++ b/data/unsuccessful-reproductions/6d4c8b21c2940a31ff8af6a154b9606a2444134f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.23.1", "newVersion" : "2.24.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d4ff4a30087f600865add1ca49bc37a2bfae127.json b/data/unsuccessful-reproductions/6d4ff4a30087f600865add1ca49bc37a2bfae127.json index 42996835f3fd..f6dba425f14a 100644 --- a/data/unsuccessful-reproductions/6d4ff4a30087f600865add1ca49bc37a2bfae127.json +++ b/data/unsuccessful-reproductions/6d4ff4a30087f600865add1ca49bc37a2bfae127.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.22", "newVersion" : "2.1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/mina-sshd" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d50678afa01352cb588f238135faae07ac09625.json b/data/unsuccessful-reproductions/6d50678afa01352cb588f238135faae07ac09625.json index c9de49357dba..0fea54258497 100644 --- a/data/unsuccessful-reproductions/6d50678afa01352cb588f238135faae07ac09625.json +++ b/data/unsuccessful-reproductions/6d50678afa01352cb588f238135faae07ac09625.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.185.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d546ba26c627e709fa0752a7132f1155bd817a0.json b/data/unsuccessful-reproductions/6d546ba26c627e709fa0752a7132f1155bd817a0.json index 8264548fd910..718fb1f7b5de 100644 --- a/data/unsuccessful-reproductions/6d546ba26c627e709fa0752a7132f1155bd817a0.json +++ b/data/unsuccessful-reproductions/6d546ba26c627e709fa0752a7132f1155bd817a0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d67b468edb8492437317711ebe198bee5a24bef.json b/data/unsuccessful-reproductions/6d67b468edb8492437317711ebe198bee5a24bef.json index 791fae00d37d..7d0a9a4f3656 100644 --- a/data/unsuccessful-reproductions/6d67b468edb8492437317711ebe198bee5a24bef.json +++ b/data/unsuccessful-reproductions/6d67b468edb8492437317711ebe198bee5a24bef.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d77210d5624fc1a9c1db25bad22ae2d5b9a59f7.json b/data/unsuccessful-reproductions/6d77210d5624fc1a9c1db25bad22ae2d5b9a59f7.json index 9782b67454ba..b5b9517f6e4f 100644 --- a/data/unsuccessful-reproductions/6d77210d5624fc1a9c1db25bad22ae2d5b9a59f7.json +++ b/data/unsuccessful-reproductions/6d77210d5624fc1a9c1db25bad22ae2d5b9a59f7.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "9.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d844a2e27abc687fbbf8de2f359f6b6889ea750.json b/data/unsuccessful-reproductions/6d844a2e27abc687fbbf8de2f359f6b6889ea750.json index 81e1b84781ac..18f46d8ba114 100644 --- a/data/unsuccessful-reproductions/6d844a2e27abc687fbbf8de2f359f6b6889ea750.json +++ b/data/unsuccessful-reproductions/6d844a2e27abc687fbbf8de2f359f6b6889ea750.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5560.vb_24cc1b_3a_368", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d85919e80a55e9c6d1b5bb66063532eba071e51.json b/data/unsuccessful-reproductions/6d85919e80a55e9c6d1b5bb66063532eba071e51.json index ba8e1fa7405d..0b9785d1bf2e 100644 --- a/data/unsuccessful-reproductions/6d85919e80a55e9c6d1b5bb66063532eba071e51.json +++ b/data/unsuccessful-reproductions/6d85919e80a55e9c6d1b5bb66063532eba071e51.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.0.202", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d8b79680742b038d0208480b9ea6ed2feb98558.json b/data/unsuccessful-reproductions/6d8b79680742b038d0208480b9ea6ed2feb98558.json index 539287f976e6..85d2fd382c4c 100644 --- a/data/unsuccessful-reproductions/6d8b79680742b038d0208480b9ea6ed2feb98558.json +++ b/data/unsuccessful-reproductions/6d8b79680742b038d0208480b9ea6ed2feb98558.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d8e43006b65677f0f9855e72687b32f23275be7.json b/data/unsuccessful-reproductions/6d8e43006b65677f0f9855e72687b32f23275be7.json index f306833abd47..f2d3d6e2d675 100644 --- a/data/unsuccessful-reproductions/6d8e43006b65677f0f9855e72687b32f23275be7.json +++ b/data/unsuccessful-reproductions/6d8e43006b65677f0f9855e72687b32f23275be7.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6d91b131e1d8c46aeb5bf7fd0854eaa38d31839b.json b/data/unsuccessful-reproductions/6d91b131e1d8c46aeb5bf7fd0854eaa38d31839b.json index e3d50c8de39c..f9c243c118d8 100644 --- a/data/unsuccessful-reproductions/6d91b131e1d8c46aeb5bf7fd0854eaa38d31839b.json +++ b/data/unsuccessful-reproductions/6d91b131e1d8c46aeb5bf7fd0854eaa38d31839b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.0", "newVersion" : "3.16.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6db18c557301bfd1ee8075bb6fa636e4bace4d9f.json b/data/unsuccessful-reproductions/6db18c557301bfd1ee8075bb6fa636e4bace4d9f.json index be60dba6f6a0..ed5336429d9d 100644 --- a/data/unsuccessful-reproductions/6db18c557301bfd1ee8075bb6fa636e4bace4d9f.json +++ b/data/unsuccessful-reproductions/6db18c557301bfd1ee8075bb6fa636e4bace4d9f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.8.4", "newVersion" : "1.1.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6dc0e03532422cf73ff4860538bc87a38df2abeb.json b/data/unsuccessful-reproductions/6dc0e03532422cf73ff4860538bc87a38df2abeb.json index 76f1492fb4d4..63a253494602 100644 --- a/data/unsuccessful-reproductions/6dc0e03532422cf73ff4860538bc87a38df2abeb.json +++ b/data/unsuccessful-reproductions/6dc0e03532422cf73ff4860538bc87a38df2abeb.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.3", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6dce2446a16cce8b914033b92899b85fa4887499.json b/data/unsuccessful-reproductions/6dce2446a16cce8b914033b92899b85fa4887499.json index 5229e5be118d..5b8fd69ad234 100644 --- a/data/unsuccessful-reproductions/6dce2446a16cce8b914033b92899b85fa4887499.json +++ b/data/unsuccessful-reproductions/6dce2446a16cce8b914033b92899b85fa4887499.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.1", "newVersion" : "2.7.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ddcae534c5304b847f6efd4973452ba478d8dfa.json b/data/unsuccessful-reproductions/6ddcae534c5304b847f6efd4973452ba478d8dfa.json index 2e1bbc7339c3..fed9542d97bf 100644 --- a/data/unsuccessful-reproductions/6ddcae534c5304b847f6efd4973452ba478d8dfa.json +++ b/data/unsuccessful-reproductions/6ddcae534c5304b847f6efd4973452ba478d8dfa.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6deb1caad31f0def2fe856d9d0f75a8bcc137346.json b/data/unsuccessful-reproductions/6deb1caad31f0def2fe856d9d0f75a8bcc137346.json index fb5fff6287af..cea4e4d4b472 100644 --- a/data/unsuccessful-reproductions/6deb1caad31f0def2fe856d9d0f75a8bcc137346.json +++ b/data/unsuccessful-reproductions/6deb1caad31f0def2fe856d9d0f75a8bcc137346.json @@ -12,7 +12,10 @@ "previousVersion" : "6.2.1", "newVersion" : "9.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6df273358e04785eedfd9fc45acd5aa9a07408ed.json b/data/unsuccessful-reproductions/6df273358e04785eedfd9fc45acd5aa9a07408ed.json index a47f68592af7..a890ad1e44b3 100644 --- a/data/unsuccessful-reproductions/6df273358e04785eedfd9fc45acd5aa9a07408ed.json +++ b/data/unsuccessful-reproductions/6df273358e04785eedfd9fc45acd5aa9a07408ed.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.23", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6e05c516a7565801a3cef16d19ad1d63111b1770.json b/data/unsuccessful-reproductions/6e05c516a7565801a3cef16d19ad1d63111b1770.json index a7fef7a0ab4a..ec758a4c14a1 100644 --- a/data/unsuccessful-reproductions/6e05c516a7565801a3cef16d19ad1d63111b1770.json +++ b/data/unsuccessful-reproductions/6e05c516a7565801a3cef16d19ad1d63111b1770.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6e0dc94629fdf4cc2a1536a01764e805e93bc074.json b/data/unsuccessful-reproductions/6e0dc94629fdf4cc2a1536a01764e805e93bc074.json index 7d3c3c0dc011..f85363ef17fb 100644 --- a/data/unsuccessful-reproductions/6e0dc94629fdf4cc2a1536a01764e805e93bc074.json +++ b/data/unsuccessful-reproductions/6e0dc94629fdf4cc2a1536a01764e805e93bc074.json @@ -12,7 +12,10 @@ "previousVersion" : "2.19.0", "newVersion" : "2.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6e0e8021125881d973334203b84382b43d364f92.json b/data/unsuccessful-reproductions/6e0e8021125881d973334203b84382b43d364f92.json index a46243e6a2ae..00b66339286b 100644 --- a/data/unsuccessful-reproductions/6e0e8021125881d973334203b84382b43d364f92.json +++ b/data/unsuccessful-reproductions/6e0e8021125881d973334203b84382b43d364f92.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.19", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6e1c663cbfcbd3016f9ae2aa6ef58987a299d408.json b/data/unsuccessful-reproductions/6e1c663cbfcbd3016f9ae2aa6ef58987a299d408.json index 427a802dac8d..acf830b29334 100644 --- a/data/unsuccessful-reproductions/6e1c663cbfcbd3016f9ae2aa6ef58987a299d408.json +++ b/data/unsuccessful-reproductions/6e1c663cbfcbd3016f9ae2aa6ef58987a299d408.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6e1ec2e16f727a17879fa161fabe274c302462a7.json b/data/unsuccessful-reproductions/6e1ec2e16f727a17879fa161fabe274c302462a7.json index 8b7057083567..cef6cf141ff0 100644 --- a/data/unsuccessful-reproductions/6e1ec2e16f727a17879fa161fabe274c302462a7.json +++ b/data/unsuccessful-reproductions/6e1ec2e16f727a17879fa161fabe274c302462a7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.5", "newVersion" : "2.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6e2cf17a977cdd9acab4cf905cf54a0dcb9f190b.json b/data/unsuccessful-reproductions/6e2cf17a977cdd9acab4cf905cf54a0dcb9f190b.json index b9b1bccfd735..d71745f1055c 100644 --- a/data/unsuccessful-reproductions/6e2cf17a977cdd9acab4cf905cf54a0dcb9f190b.json +++ b/data/unsuccessful-reproductions/6e2cf17a977cdd9acab4cf905cf54a0dcb9f190b.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.24", "newVersion" : "6.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6e5f4a11a359a991ac9fa2e81a7407b3920f1861.json b/data/unsuccessful-reproductions/6e5f4a11a359a991ac9fa2e81a7407b3920f1861.json index df9f3ada1136..9a01bef4bbd0 100644 --- a/data/unsuccessful-reproductions/6e5f4a11a359a991ac9fa2e81a7407b3920f1861.json +++ b/data/unsuccessful-reproductions/6e5f4a11a359a991ac9fa2e81a7407b3920f1861.json @@ -12,7 +12,10 @@ "previousVersion" : "1.36", "newVersion" : "1.37", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6e648d98ecb5ffb75ba44ab891cd9c72f735cbb7.json b/data/unsuccessful-reproductions/6e648d98ecb5ffb75ba44ab891cd9c72f735cbb7.json index 54cc22bce2bc..5500a636036f 100644 --- a/data/unsuccessful-reproductions/6e648d98ecb5ffb75ba44ab891cd9c72f735cbb7.json +++ b/data/unsuccessful-reproductions/6e648d98ecb5ffb75ba44ab891cd9c72f735cbb7.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.17.Final", "newVersion" : "5.4.24.Final", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6e863e0ebcce2e33a20c8e29ebfe634d32d61245.json b/data/unsuccessful-reproductions/6e863e0ebcce2e33a20c8e29ebfe634d32d61245.json index b51d36d1c8a7..16411b3d59f7 100644 --- a/data/unsuccessful-reproductions/6e863e0ebcce2e33a20c8e29ebfe634d32d61245.json +++ b/data/unsuccessful-reproductions/6e863e0ebcce2e33a20c8e29ebfe634d32d61245.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.0", "newVersion" : "0.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/thrift" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6eca660ed0391b9649426d9a0fc3140978609c13.json b/data/unsuccessful-reproductions/6eca660ed0391b9649426d9a0fc3140978609c13.json index c6c86297d673..2b0a003dd1d8 100644 --- a/data/unsuccessful-reproductions/6eca660ed0391b9649426d9a0fc3140978609c13.json +++ b/data/unsuccessful-reproductions/6eca660ed0391b9649426d9a0fc3140978609c13.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ed1f522a86d75c503d98b28fcdceccbc9014edc.json b/data/unsuccessful-reproductions/6ed1f522a86d75c503d98b28fcdceccbc9014edc.json index 0274cdd667ef..f0dfd3587c69 100644 --- a/data/unsuccessful-reproductions/6ed1f522a86d75c503d98b28fcdceccbc9014edc.json +++ b/data/unsuccessful-reproductions/6ed1f522a86d75c503d98b28fcdceccbc9014edc.json @@ -12,7 +12,10 @@ "previousVersion" : "6.11", "newVersion" : "7.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ee7a4327399cf818096fabb94f2136339384c97.json b/data/unsuccessful-reproductions/6ee7a4327399cf818096fabb94f2136339384c97.json index e64172869bda..faa1c5c4ea5a 100644 --- a/data/unsuccessful-reproductions/6ee7a4327399cf818096fabb94f2136339384c97.json +++ b/data/unsuccessful-reproductions/6ee7a4327399cf818096fabb94f2136339384c97.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.8", "newVersion" : "2.13.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ee83235c16514be7f53b6914e624894f738c571.json b/data/unsuccessful-reproductions/6ee83235c16514be7f53b6914e624894f738c571.json index 46bb21d0dbf9..95fea58d33f3 100644 --- a/data/unsuccessful-reproductions/6ee83235c16514be7f53b6914e624894f738c571.json +++ b/data/unsuccessful-reproductions/6ee83235c16514be7f53b6914e624894f738c571.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.4", "newVersion" : "3.7.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ef47e640be7f39dfb1d25110950bbf8f24e617e.json b/data/unsuccessful-reproductions/6ef47e640be7f39dfb1d25110950bbf8f24e617e.json index 7ac69ce3e36a..f90945da6fbd 100644 --- a/data/unsuccessful-reproductions/6ef47e640be7f39dfb1d25110950bbf8f24e617e.json +++ b/data/unsuccessful-reproductions/6ef47e640be7f39dfb1d25110950bbf8f24e617e.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.11.Final", "newVersion" : "5.4.24.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6ef8149feb13480bd142804944fea050daa8bf04.json b/data/unsuccessful-reproductions/6ef8149feb13480bd142804944fea050daa8bf04.json index 363a16a466cd..13d0727e5385 100644 --- a/data/unsuccessful-reproductions/6ef8149feb13480bd142804944fea050daa8bf04.json +++ b/data/unsuccessful-reproductions/6ef8149feb13480bd142804944fea050daa8bf04.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0-alpha7", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f022167af052cc6d08fb32ed4617ceef443d7e7.json b/data/unsuccessful-reproductions/6f022167af052cc6d08fb32ed4617ceef443d7e7.json index 6cfaec0fa02b..114221ce4622 100644 --- a/data/unsuccessful-reproductions/6f022167af052cc6d08fb32ed4617ceef443d7e7.json +++ b/data/unsuccessful-reproductions/6f022167af052cc6d08fb32ed4617ceef443d7e7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.199", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f1891091b205b7c30c3c93a919555d53f870cba.json b/data/unsuccessful-reproductions/6f1891091b205b7c30c3c93a919555d53f870cba.json index 6fa83c1e1e62..e9a5e7de70d1 100644 --- a/data/unsuccessful-reproductions/6f1891091b205b7c30c3c93a919555d53f870cba.json +++ b/data/unsuccessful-reproductions/6f1891091b205b7c30c3c93a919555d53f870cba.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0", "newVersion" : "4.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f1b1195b10688f2fa0c5eb51039372dfaef23cf.json b/data/unsuccessful-reproductions/6f1b1195b10688f2fa0c5eb51039372dfaef23cf.json index edcb95bf0139..f806275aba9e 100644 --- a/data/unsuccessful-reproductions/6f1b1195b10688f2fa0c5eb51039372dfaef23cf.json +++ b/data/unsuccessful-reproductions/6f1b1195b10688f2fa0c5eb51039372dfaef23cf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.471", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f202953445daa4c1dde1a113abf138238a2c34c.json b/data/unsuccessful-reproductions/6f202953445daa4c1dde1a113abf138238a2c34c.json index c8ea18fd8cae..f328e24cdadd 100644 --- a/data/unsuccessful-reproductions/6f202953445daa4c1dde1a113abf138238a2c34c.json +++ b/data/unsuccessful-reproductions/6f202953445daa4c1dde1a113abf138238a2c34c.json @@ -12,7 +12,10 @@ "previousVersion" : "6.5.3", "newVersion" : "7.0.1-jdk8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f35aee8b478d44732699ce1d8d448072934ef8b.json b/data/unsuccessful-reproductions/6f35aee8b478d44732699ce1d8d448072934ef8b.json index 4fbea29ba637..c1115eaf0db5 100644 --- a/data/unsuccessful-reproductions/6f35aee8b478d44732699ce1d8d448072934ef8b.json +++ b/data/unsuccessful-reproductions/6f35aee8b478d44732699ce1d8d448072934ef8b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "4.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f37fb8304a2c3592688447f841a7ab6eda7148a.json b/data/unsuccessful-reproductions/6f37fb8304a2c3592688447f841a7ab6eda7148a.json index b943bed15cf7..d8096f670aa1 100644 --- a/data/unsuccessful-reproductions/6f37fb8304a2c3592688447f841a7ab6eda7148a.json +++ b/data/unsuccessful-reproductions/6f37fb8304a2c3592688447f841a7ab6eda7148a.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.11.Final", "newVersion" : "5.6.9.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f3e1dbb0cd030842ad25658b19d7cd074ffe677.json b/data/unsuccessful-reproductions/6f3e1dbb0cd030842ad25658b19d7cd074ffe677.json index cfd6cf4b8a22..00195e35d997 100644 --- a/data/unsuccessful-reproductions/6f3e1dbb0cd030842ad25658b19d7cd074ffe677.json +++ b/data/unsuccessful-reproductions/6f3e1dbb0cd030842ad25658b19d7cd074ffe677.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.142.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f45ef55e1669be41a08a0aeb342b09d51febd12.json b/data/unsuccessful-reproductions/6f45ef55e1669be41a08a0aeb342b09d51febd12.json index b5a2dce5bf50..32a1328ecca0 100644 --- a/data/unsuccessful-reproductions/6f45ef55e1669be41a08a0aeb342b09d51febd12.json +++ b/data/unsuccessful-reproductions/6f45ef55e1669be41a08a0aeb342b09d51febd12.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f4cb8725a3cbd0f5eff19c296f4c94654c3834a.json b/data/unsuccessful-reproductions/6f4cb8725a3cbd0f5eff19c296f4c94654c3834a.json index 2641a4175fe0..c118b201ab93 100644 --- a/data/unsuccessful-reproductions/6f4cb8725a3cbd0f5eff19c296f4c94654c3834a.json +++ b/data/unsuccessful-reproductions/6f4cb8725a3cbd0f5eff19c296f4c94654c3834a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "3.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f4ff4d33b1a80503ce2051e2b205c8c667c172b.json b/data/unsuccessful-reproductions/6f4ff4d33b1a80503ce2051e2b205c8c667c172b.json index 62b85d1a73f9..e5c5cb054504 100644 --- a/data/unsuccessful-reproductions/6f4ff4d33b1a80503ce2051e2b205c8c667c172b.json +++ b/data/unsuccessful-reproductions/6f4ff4d33b1a80503ce2051e2b205c8c667c172b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f58f794baee32b1a3a90c95ee1e8ae814a0f688.json b/data/unsuccessful-reproductions/6f58f794baee32b1a3a90c95ee1e8ae814a0f688.json index afe33405d2a2..378512ddee9f 100644 --- a/data/unsuccessful-reproductions/6f58f794baee32b1a3a90c95ee1e8ae814a0f688.json +++ b/data/unsuccessful-reproductions/6f58f794baee32b1a3a90c95ee1e8ae814a0f688.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f74ca8ff75d18f9b19b326d07ebae1de1735db9.json b/data/unsuccessful-reproductions/6f74ca8ff75d18f9b19b326d07ebae1de1735db9.json index af9ec62f9135..d2ddfea2540f 100644 --- a/data/unsuccessful-reproductions/6f74ca8ff75d18f9b19b326d07ebae1de1735db9.json +++ b/data/unsuccessful-reproductions/6f74ca8ff75d18f9b19b326d07ebae1de1735db9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.23", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f7a6deb6293184b0a93f9ad20583d6935600d55.json b/data/unsuccessful-reproductions/6f7a6deb6293184b0a93f9ad20583d6935600d55.json index e411822df1c4..63432c55622e 100644 --- a/data/unsuccessful-reproductions/6f7a6deb6293184b0a93f9ad20583d6935600d55.json +++ b/data/unsuccessful-reproductions/6f7a6deb6293184b0a93f9ad20583d6935600d55.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.21", "newVersion" : "3.13.24", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f84a0a3ed966e067546ccd1d6587ee39b3eceb6.json b/data/unsuccessful-reproductions/6f84a0a3ed966e067546ccd1d6587ee39b3eceb6.json index cefd5a0fe54a..8c00c5334cc7 100644 --- a/data/unsuccessful-reproductions/6f84a0a3ed966e067546ccd1d6587ee39b3eceb6.json +++ b/data/unsuccessful-reproductions/6f84a0a3ed966e067546ccd1d6587ee39b3eceb6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.93", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6f8e8ff51dcff269b3aa0154f2afca915429eb7d.json b/data/unsuccessful-reproductions/6f8e8ff51dcff269b3aa0154f2afca915429eb7d.json index 913348357eec..2999abeca3f2 100644 --- a/data/unsuccessful-reproductions/6f8e8ff51dcff269b3aa0154f2afca915429eb7d.json +++ b/data/unsuccessful-reproductions/6f8e8ff51dcff269b3aa0154f2afca915429eb7d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.2.10", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6fa964f17ec8abe8d6b91e20e3987ad4269a2a30.json b/data/unsuccessful-reproductions/6fa964f17ec8abe8d6b91e20e3987ad4269a2a30.json index 5f772aaf6693..8bc17b4402e0 100644 --- a/data/unsuccessful-reproductions/6fa964f17ec8abe8d6b91e20e3987ad4269a2a30.json +++ b/data/unsuccessful-reproductions/6fa964f17ec8abe8d6b91e20e3987ad4269a2a30.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.68", "newVersion" : "5.6.106", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6faa28678c6ddb61b52c543824ae5378168b7a99.json b/data/unsuccessful-reproductions/6faa28678c6ddb61b52c543824ae5378168b7a99.json index a830529fdd09..6c291ccc1b7c 100644 --- a/data/unsuccessful-reproductions/6faa28678c6ddb61b52c543824ae5378168b7a99.json +++ b/data/unsuccessful-reproductions/6faa28678c6ddb61b52c543824ae5378168b7a99.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6", "newVersion" : "2.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6faa7241a0c6491cefda2fc2e7613fc6ca03f1b2.json b/data/unsuccessful-reproductions/6faa7241a0c6491cefda2fc2e7613fc6ca03f1b2.json index 4a77404c1aa7..4609d6f8e68e 100644 --- a/data/unsuccessful-reproductions/6faa7241a0c6491cefda2fc2e7613fc6ca03f1b2.json +++ b/data/unsuccessful-reproductions/6faa7241a0c6491cefda2fc2e7613fc6ca03f1b2.json @@ -12,7 +12,10 @@ "previousVersion" : "8.7.0", "newVersion" : "8.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "CryptoMorin/XSeries" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6fb01239c508c42aefe8ab247c39f56d226e2911.json b/data/unsuccessful-reproductions/6fb01239c508c42aefe8ab247c39f56d226e2911.json index 421c35e70a9c..9e56f40e8bd3 100644 --- a/data/unsuccessful-reproductions/6fb01239c508c42aefe8ab247c39f56d226e2911.json +++ b/data/unsuccessful-reproductions/6fb01239c508c42aefe8ab247c39f56d226e2911.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6fb5131b26b8e06058f1528847a334962355b025.json b/data/unsuccessful-reproductions/6fb5131b26b8e06058f1528847a334962355b025.json index 43111766ebf1..e59b4c17539d 100644 --- a/data/unsuccessful-reproductions/6fb5131b26b8e06058f1528847a334962355b025.json +++ b/data/unsuccessful-reproductions/6fb5131b26b8e06058f1528847a334962355b025.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/6fdf408ad0001f26dee41841410b8ea2ed1686fc.json b/data/unsuccessful-reproductions/6fdf408ad0001f26dee41841410b8ea2ed1686fc.json index 0daa05118011..e2ecba08fc46 100644 --- a/data/unsuccessful-reproductions/6fdf408ad0001f26dee41841410b8ea2ed1686fc.json +++ b/data/unsuccessful-reproductions/6fdf408ad0001f26dee41841410b8ea2ed1686fc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.0", "newVersion" : "2.10.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7002064b62054e49baa83a5c7ca4ec5cdd62454a.json b/data/unsuccessful-reproductions/7002064b62054e49baa83a5c7ca4ec5cdd62454a.json index 5f8609d00af7..f9870e90ccdf 100644 --- a/data/unsuccessful-reproductions/7002064b62054e49baa83a5c7ca4ec5cdd62454a.json +++ b/data/unsuccessful-reproductions/7002064b62054e49baa83a5c7ca4ec5cdd62454a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.3", "newVersion" : "2.7.4", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70081c0134262532fc977aa0325482c98ecc8e72.json b/data/unsuccessful-reproductions/70081c0134262532fc977aa0325482c98ecc8e72.json index 4e78bf40275a..b859159bc05a 100644 --- a/data/unsuccessful-reproductions/70081c0134262532fc977aa0325482c98ecc8e72.json +++ b/data/unsuccessful-reproductions/70081c0134262532fc977aa0325482c98ecc8e72.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.26-SNAPSHOT", "newVersion" : "1.8.26", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70150e4571315bce073a439fb24602a87729f93b.json b/data/unsuccessful-reproductions/70150e4571315bce073a439fb24602a87729f93b.json index 15a8f3b9729d..c6fc7ff0aa41 100644 --- a/data/unsuccessful-reproductions/70150e4571315bce073a439fb24602a87729f93b.json +++ b/data/unsuccessful-reproductions/70150e4571315bce073a439fb24602a87729f93b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.78", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/701c7ab32f1a2948f20d87bcc7997d2dc9d49594.json b/data/unsuccessful-reproductions/701c7ab32f1a2948f20d87bcc7997d2dc9d49594.json index 47a76ed659ce..3e554ad49b08 100644 --- a/data/unsuccessful-reproductions/701c7ab32f1a2948f20d87bcc7997d2dc9d49594.json +++ b/data/unsuccessful-reproductions/701c7ab32f1a2948f20d87bcc7997d2dc9d49594.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.3", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7020d1cd0741ece7433d9e8ecb5d7635d2f9d0f1.json b/data/unsuccessful-reproductions/7020d1cd0741ece7433d9e8ecb5d7635d2f9d0f1.json index 3ed9320a1ace..7f6ffd9536c6 100644 --- a/data/unsuccessful-reproductions/7020d1cd0741ece7433d9e8ecb5d7635d2f9d0f1.json +++ b/data/unsuccessful-reproductions/7020d1cd0741ece7433d9e8ecb5d7635d2f9d0f1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.3", "newVersion" : "2.7.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7023d8f1e9d9d4264acfbbd563c02b456c09c9f2.json b/data/unsuccessful-reproductions/7023d8f1e9d9d4264acfbbd563c02b456c09c9f2.json index c606a5da0ac9..7126110c4c86 100644 --- a/data/unsuccessful-reproductions/7023d8f1e9d9d4264acfbbd563c02b456c09c9f2.json +++ b/data/unsuccessful-reproductions/7023d8f1e9d9d4264acfbbd563c02b456c09c9f2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.23.1", "newVersion" : "3.24.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7027151ba558c673cfb866c6d23d6a1fc57e4a72.json b/data/unsuccessful-reproductions/7027151ba558c673cfb866c6d23d6a1fc57e4a72.json index 2558b79a0cba..d8fe76cc033a 100644 --- a/data/unsuccessful-reproductions/7027151ba558c673cfb866c6d23d6a1fc57e4a72.json +++ b/data/unsuccessful-reproductions/7027151ba558c673cfb866c6d23d6a1fc57e4a72.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7031b97d4b8899598c5b337ad95ca43efa3c272e.json b/data/unsuccessful-reproductions/7031b97d4b8899598c5b337ad95ca43efa3c272e.json index 59fa1f62cfbf..107a94a5072f 100644 --- a/data/unsuccessful-reproductions/7031b97d4b8899598c5b337ad95ca43efa3c272e.json +++ b/data/unsuccessful-reproductions/7031b97d4b8899598c5b337ad95ca43efa3c272e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.21", "newVersion" : "1.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70397d394296623b527ba7739243a85c24ae5163.json b/data/unsuccessful-reproductions/70397d394296623b527ba7739243a85c24ae5163.json index 077cef2712b8..080c865db488 100644 --- a/data/unsuccessful-reproductions/70397d394296623b527ba7739243a85c24ae5163.json +++ b/data/unsuccessful-reproductions/70397d394296623b527ba7739243a85c24ae5163.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/703c018ecb58a4db88e61523ea6039a1cfe71423.json b/data/unsuccessful-reproductions/703c018ecb58a4db88e61523ea6039a1cfe71423.json index edd79166305e..d9d52a25582a 100644 --- a/data/unsuccessful-reproductions/703c018ecb58a4db88e61523ea6039a1cfe71423.json +++ b/data/unsuccessful-reproductions/703c018ecb58a4db88e61523ea6039a1cfe71423.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7044e435f9f3b3244e12f4d37091d9823176d624.json b/data/unsuccessful-reproductions/7044e435f9f3b3244e12f4d37091d9823176d624.json index fe1558ab788d..27ad8df72cf4 100644 --- a/data/unsuccessful-reproductions/7044e435f9f3b3244e12f4d37091d9823176d624.json +++ b/data/unsuccessful-reproductions/7044e435f9f3b3244e12f4d37091d9823176d624.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.34", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/705be1d8d1d115bf9eb384b579cf104fdbf62f98.json b/data/unsuccessful-reproductions/705be1d8d1d115bf9eb384b579cf104fdbf62f98.json index f86551e88b62..196f19327600 100644 --- a/data/unsuccessful-reproductions/705be1d8d1d115bf9eb384b579cf104fdbf62f98.json +++ b/data/unsuccessful-reproductions/705be1d8d1d115bf9eb384b579cf104fdbf62f98.json @@ -12,7 +12,10 @@ "previousVersion" : "1.16.2", "newVersion" : "1.17.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/705e1747cc3eb41810bd9545d39d20507d6ec80a.json b/data/unsuccessful-reproductions/705e1747cc3eb41810bd9545d39d20507d6ec80a.json index 464a668ce788..2adb5f7ac3f8 100644 --- a/data/unsuccessful-reproductions/705e1747cc3eb41810bd9545d39d20507d6ec80a.json +++ b/data/unsuccessful-reproductions/705e1747cc3eb41810bd9545d39d20507d6ec80a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.7", "newVersion" : "2.2.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/706eb64f270fe2e7c358c1342e76fd3675768073.json b/data/unsuccessful-reproductions/706eb64f270fe2e7c358c1342e76fd3675768073.json index c4dbb6aff314..deee6faef212 100644 --- a/data/unsuccessful-reproductions/706eb64f270fe2e7c358c1342e76fd3675768073.json +++ b/data/unsuccessful-reproductions/706eb64f270fe2e7c358c1342e76fd3675768073.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.2", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70856e6132c1dafc00f9a57ecbc40b87536efa93.json b/data/unsuccessful-reproductions/70856e6132c1dafc00f9a57ecbc40b87536efa93.json index 3ea95e618402..822f95596b0d 100644 --- a/data/unsuccessful-reproductions/70856e6132c1dafc00f9a57ecbc40b87536efa93.json +++ b/data/unsuccessful-reproductions/70856e6132c1dafc00f9a57ecbc40b87536efa93.json @@ -12,7 +12,10 @@ "previousVersion" : "26.1.5", "newVersion" : "26.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/708ab07f225b7e3bdf72c84bff15c9bd14dffee4.json b/data/unsuccessful-reproductions/708ab07f225b7e3bdf72c84bff15c9bd14dffee4.json index 50a54d586745..510ee400e379 100644 --- a/data/unsuccessful-reproductions/708ab07f225b7e3bdf72c84bff15c9bd14dffee4.json +++ b/data/unsuccessful-reproductions/708ab07f225b7e3bdf72c84bff15c9bd14dffee4.json @@ -12,7 +12,10 @@ "previousVersion" : "1224.vc23ca_a_9a_2cb_0", "newVersion" : "1254.vb_96f366e7b_a_d", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/708f2eccbdfef8007ae62b8fb308e0fb24817fef.json b/data/unsuccessful-reproductions/708f2eccbdfef8007ae62b8fb308e0fb24817fef.json index 24697a05ed8a..09a27b8ff270 100644 --- a/data/unsuccessful-reproductions/708f2eccbdfef8007ae62b8fb308e0fb24817fef.json +++ b/data/unsuccessful-reproductions/708f2eccbdfef8007ae62b8fb308e0fb24817fef.json @@ -12,7 +12,10 @@ "previousVersion" : "1289.v5c4b_1c43511b_", "newVersion" : "1362.v59f2f3db_80ee", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/709303957038627d0dbe7110b4bcd36f940d9a91.json b/data/unsuccessful-reproductions/709303957038627d0dbe7110b4bcd36f940d9a91.json index 61c0d903acba..d353e81d106c 100644 --- a/data/unsuccessful-reproductions/709303957038627d0dbe7110b4bcd36f940d9a91.json +++ b/data/unsuccessful-reproductions/709303957038627d0dbe7110b4bcd36f940d9a91.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.0", "newVersion" : "4.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70a646f76af98c7e4d81b1f05d8e6cdd4a767020.json b/data/unsuccessful-reproductions/70a646f76af98c7e4d81b1f05d8e6cdd4a767020.json index 9fb8d9ba6fd8..579a7a93d856 100644 --- a/data/unsuccessful-reproductions/70a646f76af98c7e4d81b1f05d8e6cdd4a767020.json +++ b/data/unsuccessful-reproductions/70a646f76af98c7e4d81b1f05d8e6cdd4a767020.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70a795c1b1f05974928b6576ac0f4205a8d0a3e8.json b/data/unsuccessful-reproductions/70a795c1b1f05974928b6576ac0f4205a8d0a3e8.json index 151cbe83c9b8..218e14be2dde 100644 --- a/data/unsuccessful-reproductions/70a795c1b1f05974928b6576ac0f4205a8d0a3e8.json +++ b/data/unsuccessful-reproductions/70a795c1b1f05974928b6576ac0f4205a8d0a3e8.json @@ -12,7 +12,10 @@ "previousVersion" : "7.4.0", "newVersion" : "7.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70aa4298e6c79da6dcccef9435574daa8cf3f52a.json b/data/unsuccessful-reproductions/70aa4298e6c79da6dcccef9435574daa8cf3f52a.json index 42cc5fa31449..f3b8d397f1f6 100644 --- a/data/unsuccessful-reproductions/70aa4298e6c79da6dcccef9435574daa8cf3f52a.json +++ b/data/unsuccessful-reproductions/70aa4298e6c79da6dcccef9435574daa8cf3f52a.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.12.RELEASE", "newVersion" : "5.2.20.RELEASE", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70cd3871df38459a7e0bc781e4a1f90a18d7131d.json b/data/unsuccessful-reproductions/70cd3871df38459a7e0bc781e4a1f90a18d7131d.json index cb4674e56f97..ef2c2d9c018d 100644 --- a/data/unsuccessful-reproductions/70cd3871df38459a7e0bc781e4a1f90a18d7131d.json +++ b/data/unsuccessful-reproductions/70cd3871df38459a7e0bc781e4a1f90a18d7131d.json @@ -12,7 +12,10 @@ "previousVersion" : "10.2.0.jre17", "newVersion" : "11.1.1.jre17-preview", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70cd8968dbdd8f558a2f22cc0a9ea3066924721e.json b/data/unsuccessful-reproductions/70cd8968dbdd8f558a2f22cc0a9ea3066924721e.json index 9a9e87bdeb50..af0fa43be34d 100644 --- a/data/unsuccessful-reproductions/70cd8968dbdd8f558a2f22cc0a9ea3066924721e.json +++ b/data/unsuccessful-reproductions/70cd8968dbdd8f558a2f22cc0a9ea3066924721e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.23.2", "newVersion" : "3.23.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70d6def7bfa5cc932154dff797a4729ee9257f73.json b/data/unsuccessful-reproductions/70d6def7bfa5cc932154dff797a4729ee9257f73.json index fe4a3d8f1e74..d9f866f33b4e 100644 --- a/data/unsuccessful-reproductions/70d6def7bfa5cc932154dff797a4729ee9257f73.json +++ b/data/unsuccessful-reproductions/70d6def7bfa5cc932154dff797a4729ee9257f73.json @@ -12,7 +12,10 @@ "previousVersion" : "20180813", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70ed0525bfaf0a9356e4d00121962dc079c84049.json b/data/unsuccessful-reproductions/70ed0525bfaf0a9356e4d00121962dc079c84049.json index 94b0820a1374..f39a81f5aa38 100644 --- a/data/unsuccessful-reproductions/70ed0525bfaf0a9356e4d00121962dc079c84049.json +++ b/data/unsuccessful-reproductions/70ed0525bfaf0a9356e4d00121962dc079c84049.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.2", "newVersion" : "1.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/70fb60d5a83c92f49b46887f77b89b6964ec747a.json b/data/unsuccessful-reproductions/70fb60d5a83c92f49b46887f77b89b6964ec747a.json index d17915fcd632..b3a6895309cf 100644 --- a/data/unsuccessful-reproductions/70fb60d5a83c92f49b46887f77b89b6964ec747a.json +++ b/data/unsuccessful-reproductions/70fb60d5a83c92f49b46887f77b89b6964ec747a.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.2.Final", "newVersion" : "6.0.2.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71167caad7ced78b62bb528269dd12dc19ea4b6c.json b/data/unsuccessful-reproductions/71167caad7ced78b62bb528269dd12dc19ea4b6c.json index cb7a39980601..2b9cd7def3f2 100644 --- a/data/unsuccessful-reproductions/71167caad7ced78b62bb528269dd12dc19ea4b6c.json +++ b/data/unsuccessful-reproductions/71167caad7ced78b62bb528269dd12dc19ea4b6c.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71196957627296d107fb374223a336fb6c35888d.json b/data/unsuccessful-reproductions/71196957627296d107fb374223a336fb6c35888d.json index 276c4fab71f9..52440a8bbe93 100644 --- a/data/unsuccessful-reproductions/71196957627296d107fb374223a336fb6c35888d.json +++ b/data/unsuccessful-reproductions/71196957627296d107fb374223a336fb6c35888d.json @@ -12,7 +12,10 @@ "previousVersion" : "8.18", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/712c6fdc22a18884a0bdd048140010dbbea2df98.json b/data/unsuccessful-reproductions/712c6fdc22a18884a0bdd048140010dbbea2df98.json index 72ab5060e314..6d81cfce1c34 100644 --- a/data/unsuccessful-reproductions/712c6fdc22a18884a0bdd048140010dbbea2df98.json +++ b/data/unsuccessful-reproductions/712c6fdc22a18884a0bdd048140010dbbea2df98.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71368272585c88f75d0e7109459dc07574e45856.json b/data/unsuccessful-reproductions/71368272585c88f75d0e7109459dc07574e45856.json index add899e259f4..9e418fe14c86 100644 --- a/data/unsuccessful-reproductions/71368272585c88f75d0e7109459dc07574e45856.json +++ b/data/unsuccessful-reproductions/71368272585c88f75d0e7109459dc07574e45856.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.26", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/713b9b12d7929b85497e892e51015212e9c9d488.json b/data/unsuccessful-reproductions/713b9b12d7929b85497e892e51015212e9c9d488.json index 32c42901ae37..7b18c9a4c015 100644 --- a/data/unsuccessful-reproductions/713b9b12d7929b85497e892e51015212e9c9d488.json +++ b/data/unsuccessful-reproductions/713b9b12d7929b85497e892e51015212e9c9d488.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.7", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71428ba19dd0652de1a775c545659bd11dcfe0e8.json b/data/unsuccessful-reproductions/71428ba19dd0652de1a775c545659bd11dcfe0e8.json index c26cd839e540..1ee46c582929 100644 --- a/data/unsuccessful-reproductions/71428ba19dd0652de1a775c545659bd11dcfe0e8.json +++ b/data/unsuccessful-reproductions/71428ba19dd0652de1a775c545659bd11dcfe0e8.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.0", "newVersion" : "4.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7146af4bf3abb7cb52f76c201f9dbef439323eb4.json b/data/unsuccessful-reproductions/7146af4bf3abb7cb52f76c201f9dbef439323eb4.json index 12bedbccbf39..74960822dadf 100644 --- a/data/unsuccessful-reproductions/7146af4bf3abb7cb52f76c201f9dbef439323eb4.json +++ b/data/unsuccessful-reproductions/7146af4bf3abb7cb52f76c201f9dbef439323eb4.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/716406e1632e85d7e63c90a77f744576ee5c7edf.json b/data/unsuccessful-reproductions/716406e1632e85d7e63c90a77f744576ee5c7edf.json index 0c606716db7d..bf00be18f37f 100644 --- a/data/unsuccessful-reproductions/716406e1632e85d7e63c90a77f744576ee5c7edf.json +++ b/data/unsuccessful-reproductions/716406e1632e85d7e63c90a77f744576ee5c7edf.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/716b41b656cc6c28fc21a15c334c9d7b41b8eb38.json b/data/unsuccessful-reproductions/716b41b656cc6c28fc21a15c334c9d7b41b8eb38.json index 398f66af27a8..4842a3d08af2 100644 --- a/data/unsuccessful-reproductions/716b41b656cc6c28fc21a15c334c9d7b41b8eb38.json +++ b/data/unsuccessful-reproductions/716b41b656cc6c28fc21a15c334c9d7b41b8eb38.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.55", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71740b141f5a4fd74d5cced7774c8070b02ffe30.json b/data/unsuccessful-reproductions/71740b141f5a4fd74d5cced7774c8070b02ffe30.json index e6de6ceae0a2..5cdf72b2efab 100644 --- a/data/unsuccessful-reproductions/71740b141f5a4fd74d5cced7774c8070b02ffe30.json +++ b/data/unsuccessful-reproductions/71740b141f5a4fd74d5cced7774c8070b02ffe30.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/719c61f745103cfb086861fe5a0b1b36cfd19dfe.json b/data/unsuccessful-reproductions/719c61f745103cfb086861fe5a0b1b36cfd19dfe.json index 2b3692ab13f2..c9c0c0a9a4aa 100644 --- a/data/unsuccessful-reproductions/719c61f745103cfb086861fe5a0b1b36cfd19dfe.json +++ b/data/unsuccessful-reproductions/719c61f745103cfb086861fe5a0b1b36cfd19dfe.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "CC0-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71bd8cc7744ca7795fd37985f578359c38e466fc.json b/data/unsuccessful-reproductions/71bd8cc7744ca7795fd37985f578359c38e466fc.json index 417efc167b2a..8a27889a7209 100644 --- a/data/unsuccessful-reproductions/71bd8cc7744ca7795fd37985f578359c38e466fc.json +++ b/data/unsuccessful-reproductions/71bd8cc7744ca7795fd37985f578359c38e466fc.json @@ -12,7 +12,10 @@ "previousVersion" : "42.1.4", "newVersion" : "42.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71d42b324a1efd326876f4e4197ac9e33d99d788.json b/data/unsuccessful-reproductions/71d42b324a1efd326876f4e4197ac9e33d99d788.json index ad4963d8908b..dfee8bb868b0 100644 --- a/data/unsuccessful-reproductions/71d42b324a1efd326876f4e4197ac9e33d99d788.json +++ b/data/unsuccessful-reproductions/71d42b324a1efd326876f4e4197ac9e33d99d788.json @@ -12,7 +12,10 @@ "previousVersion" : "0.15", "newVersion" : "1.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71d533915b997b47b144b4a2715f19b3e728393d.json b/data/unsuccessful-reproductions/71d533915b997b47b144b4a2715f19b3e728393d.json index 91fa26210698..ecc30bc084a2 100644 --- a/data/unsuccessful-reproductions/71d533915b997b47b144b4a2715f19b3e728393d.json +++ b/data/unsuccessful-reproductions/71d533915b997b47b144b4a2715f19b3e728393d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.7.0", "newVersion" : "3.7.1", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71dffb8b7b99369de31776ba9b4e06bfe6d56754.json b/data/unsuccessful-reproductions/71dffb8b7b99369de31776ba9b4e06bfe6d56754.json index f1cf8dc28a46..2e0d11ad3fee 100644 --- a/data/unsuccessful-reproductions/71dffb8b7b99369de31776ba9b4e06bfe6d56754.json +++ b/data/unsuccessful-reproductions/71dffb8b7b99369de31776ba9b4e06bfe6d56754.json @@ -12,7 +12,10 @@ "previousVersion" : "v20211201", "newVersion" : "v20220104", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71eb24f151a6cbf1aba24a98053943a746c7872b.json b/data/unsuccessful-reproductions/71eb24f151a6cbf1aba24a98053943a746c7872b.json index 3d0eb509a720..97b81aa68044 100644 --- a/data/unsuccessful-reproductions/71eb24f151a6cbf1aba24a98053943a746c7872b.json +++ b/data/unsuccessful-reproductions/71eb24f151a6cbf1aba24a98053943a746c7872b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.3", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71ee3e509d9b0e7fc9f1a4df2f44a8e03bbd3e47.json b/data/unsuccessful-reproductions/71ee3e509d9b0e7fc9f1a4df2f44a8e03bbd3e47.json index e0d3233f0046..2f4d7548aa3d 100644 --- a/data/unsuccessful-reproductions/71ee3e509d9b0e7fc9f1a4df2f44a8e03bbd3e47.json +++ b/data/unsuccessful-reproductions/71ee3e509d9b0e7fc9f1a4df2f44a8e03bbd3e47.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.2", "dependencyScope" : "runtime", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/71f3386319772fa386c6c57266800a6622518246.json b/data/unsuccessful-reproductions/71f3386319772fa386c6c57266800a6622518246.json index 1c284ef4ae31..5397529cf2fd 100644 --- a/data/unsuccessful-reproductions/71f3386319772fa386c6c57266800a6622518246.json +++ b/data/unsuccessful-reproductions/71f3386319772fa386c6c57266800a6622518246.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.3", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/721abff70ae3950d8128ba3b1977c279384d68e6.json b/data/unsuccessful-reproductions/721abff70ae3950d8128ba3b1977c279384d68e6.json index 321963a4d964..ff29e3512404 100644 --- a/data/unsuccessful-reproductions/721abff70ae3950d8128ba3b1977c279384d68e6.json +++ b/data/unsuccessful-reproductions/721abff70ae3950d8128ba3b1977c279384d68e6.json @@ -12,7 +12,10 @@ "previousVersion" : "6.14.3", "newVersion" : "7.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7227b43aef9388642030ed492de73d927cc5df21.json b/data/unsuccessful-reproductions/7227b43aef9388642030ed492de73d927cc5df21.json index 1dcff7be0255..461721ee312d 100644 --- a/data/unsuccessful-reproductions/7227b43aef9388642030ed492de73d927cc5df21.json +++ b/data/unsuccessful-reproductions/7227b43aef9388642030ed492de73d927cc5df21.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7227dd39150ca3abf68602a9ab03c19a2fb73ea3.json b/data/unsuccessful-reproductions/7227dd39150ca3abf68602a9ab03c19a2fb73ea3.json index b30cbba8bd2f..7bfdb7c4aa4d 100644 --- a/data/unsuccessful-reproductions/7227dd39150ca3abf68602a9ab03c19a2fb73ea3.json +++ b/data/unsuccessful-reproductions/7227dd39150ca3abf68602a9ab03c19a2fb73ea3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.4", "newVersion" : "2.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7233dbf6370e7a3d49df9b1e94520c7e583841b1.json b/data/unsuccessful-reproductions/7233dbf6370e7a3d49df9b1e94520c7e583841b1.json index f25c4b6e8249..daa5ebd978f0 100644 --- a/data/unsuccessful-reproductions/7233dbf6370e7a3d49df9b1e94520c7e583841b1.json +++ b/data/unsuccessful-reproductions/7233dbf6370e7a3d49df9b1e94520c7e583841b1.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.15.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72395c7501740ad0eafb071dd61eaf5d4b38d2e2.json b/data/unsuccessful-reproductions/72395c7501740ad0eafb071dd61eaf5d4b38d2e2.json index d7bcf4c324f0..041b44ca89fa 100644 --- a/data/unsuccessful-reproductions/72395c7501740ad0eafb071dd61eaf5d4b38d2e2.json +++ b/data/unsuccessful-reproductions/72395c7501740ad0eafb071dd61eaf5d4b38d2e2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.10", "newVersion" : "3.5.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7241a747cfa80c128efc709ad70f39b52412093e.json b/data/unsuccessful-reproductions/7241a747cfa80c128efc709ad70f39b52412093e.json index 4c6be9279689..8ebbc64b54ac 100644 --- a/data/unsuccessful-reproductions/7241a747cfa80c128efc709ad70f39b52412093e.json +++ b/data/unsuccessful-reproductions/7241a747cfa80c128efc709ad70f39b52412093e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.0", "newVersion" : "2.24.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7241f2bb01df97fb3916f6b0cfbd660e75e94bfb.json b/data/unsuccessful-reproductions/7241f2bb01df97fb3916f6b0cfbd660e75e94bfb.json index 881d92b7edcf..a50cc9a9df24 100644 --- a/data/unsuccessful-reproductions/7241f2bb01df97fb3916f6b0cfbd660e75e94bfb.json +++ b/data/unsuccessful-reproductions/7241f2bb01df97fb3916f6b0cfbd660e75e94bfb.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72434c08523b5bb92a334b955e6c0aeb02856311.json b/data/unsuccessful-reproductions/72434c08523b5bb92a334b955e6c0aeb02856311.json index b23796bc7557..ccca7d9d3223 100644 --- a/data/unsuccessful-reproductions/72434c08523b5bb92a334b955e6c0aeb02856311.json +++ b/data/unsuccessful-reproductions/72434c08523b5bb92a334b955e6c0aeb02856311.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.3", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7246169fef9525b43ab10258ad598cfdef0a5379.json b/data/unsuccessful-reproductions/7246169fef9525b43ab10258ad598cfdef0a5379.json index b316461cf79d..2d6ef24a8577 100644 --- a/data/unsuccessful-reproductions/7246169fef9525b43ab10258ad598cfdef0a5379.json +++ b/data/unsuccessful-reproductions/7246169fef9525b43ab10258ad598cfdef0a5379.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.01", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7259655ef2962a9a50e2fffb115ed95cc946d662.json b/data/unsuccessful-reproductions/7259655ef2962a9a50e2fffb115ed95cc946d662.json index ce7992fc7ecb..4d2a19f86a79 100644 --- a/data/unsuccessful-reproductions/7259655ef2962a9a50e2fffb115ed95cc946d662.json +++ b/data/unsuccessful-reproductions/7259655ef2962a9a50e2fffb115ed95cc946d662.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.1", "newVersion" : "1.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/725edf954be850a048d28fae9ef4ba28c3d4c6bb.json b/data/unsuccessful-reproductions/725edf954be850a048d28fae9ef4ba28c3d4c6bb.json index 1abec529f5b4..2eb9cd9b3d6a 100644 --- a/data/unsuccessful-reproductions/725edf954be850a048d28fae9ef4ba28c3d4c6bb.json +++ b/data/unsuccessful-reproductions/725edf954be850a048d28fae9ef4ba28c3d4c6bb.json @@ -12,7 +12,10 @@ "previousVersion" : "10.0", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72788736d34297400211607152013a7f16cdf244.json b/data/unsuccessful-reproductions/72788736d34297400211607152013a7f16cdf244.json index 3b9f56310e95..fa1085a7efbd 100644 --- a/data/unsuccessful-reproductions/72788736d34297400211607152013a7f16cdf244.json +++ b/data/unsuccessful-reproductions/72788736d34297400211607152013a7f16cdf244.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.0", "newVersion" : "3.24.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72b6bb1a513abb1bbad61b832bf7de48909b533a.json b/data/unsuccessful-reproductions/72b6bb1a513abb1bbad61b832bf7de48909b533a.json index bb3c8274700b..645da8b3dcfb 100644 --- a/data/unsuccessful-reproductions/72b6bb1a513abb1bbad61b832bf7de48909b533a.json +++ b/data/unsuccessful-reproductions/72b6bb1a513abb1bbad61b832bf7de48909b533a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72be09d77521d5a486453865c75fe37aa4844f2b.json b/data/unsuccessful-reproductions/72be09d77521d5a486453865c75fe37aa4844f2b.json index d5be69e7ba9f..bce39a7ebe93 100644 --- a/data/unsuccessful-reproductions/72be09d77521d5a486453865c75fe37aa4844f2b.json +++ b/data/unsuccessful-reproductions/72be09d77521d5a486453865c75fe37aa4844f2b.json @@ -12,7 +12,10 @@ "previousVersion" : "1181.v04b_21d4b_0d6c", "newVersion" : "1362.v59f2f3db_80ee", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72bf7f6bad3ddbe289265ef9f5f12cc0d2a4ac42.json b/data/unsuccessful-reproductions/72bf7f6bad3ddbe289265ef9f5f12cc0d2a4ac42.json index 135dd5f23ae6..a3b0fdd91dd9 100644 --- a/data/unsuccessful-reproductions/72bf7f6bad3ddbe289265ef9f5f12cc0d2a4ac42.json +++ b/data/unsuccessful-reproductions/72bf7f6bad3ddbe289265ef9f5f12cc0d2a4ac42.json @@ -12,7 +12,10 @@ "previousVersion" : "v0.26.1", "newVersion" : "v1.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72c0dc150fe8d03af859c1d6bd1d2f4c890d7c18.json b/data/unsuccessful-reproductions/72c0dc150fe8d03af859c1d6bd1d2f4c890d7c18.json index 11768b568ae6..3b130d50bf34 100644 --- a/data/unsuccessful-reproductions/72c0dc150fe8d03af859c1d6bd1d2f4c890d7c18.json +++ b/data/unsuccessful-reproductions/72c0dc150fe8d03af859c1d6bd1d2f4c890d7c18.json @@ -12,7 +12,10 @@ "previousVersion" : "1.43.1", "newVersion" : "1.43.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72c4d231132574bcdedb8b6dd21598a9d5bdc47c.json b/data/unsuccessful-reproductions/72c4d231132574bcdedb8b6dd21598a9d5bdc47c.json index 9660b259be9b..9b71ba105ad7 100644 --- a/data/unsuccessful-reproductions/72c4d231132574bcdedb8b6dd21598a9d5bdc47c.json +++ b/data/unsuccessful-reproductions/72c4d231132574bcdedb8b6dd21598a9d5bdc47c.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72d8ef9b2bceb5e12321815cc22f961a8360bad9.json b/data/unsuccessful-reproductions/72d8ef9b2bceb5e12321815cc22f961a8360bad9.json index 2a029950cac0..d9a98eaffb57 100644 --- a/data/unsuccessful-reproductions/72d8ef9b2bceb5e12321815cc22f961a8360bad9.json +++ b/data/unsuccessful-reproductions/72d8ef9b2bceb5e12321815cc22f961a8360bad9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.66", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72e0311aab3ea977ad722143f820204885713329.json b/data/unsuccessful-reproductions/72e0311aab3ea977ad722143f820204885713329.json index ce3829a5b892..4815b84eb0be 100644 --- a/data/unsuccessful-reproductions/72e0311aab3ea977ad722143f820204885713329.json +++ b/data/unsuccessful-reproductions/72e0311aab3ea977ad722143f820204885713329.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.1", "newVersion" : "1.6.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72e64b3908fb3b647345daf067a40845074c7b41.json b/data/unsuccessful-reproductions/72e64b3908fb3b647345daf067a40845074c7b41.json index 880f351d1b4b..b1adf8f63f5a 100644 --- a/data/unsuccessful-reproductions/72e64b3908fb3b647345daf067a40845074c7b41.json +++ b/data/unsuccessful-reproductions/72e64b3908fb3b647345daf067a40845074c7b41.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.1", "newVersion" : "3.9.2", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72eae8e447bbf9ec5d665bf5218d75fe25bb75bd.json b/data/unsuccessful-reproductions/72eae8e447bbf9ec5d665bf5218d75fe25bb75bd.json index 53961d3fff9c..30dc4df33d74 100644 --- a/data/unsuccessful-reproductions/72eae8e447bbf9ec5d665bf5218d75fe25bb75bd.json +++ b/data/unsuccessful-reproductions/72eae8e447bbf9ec5d665bf5218d75fe25bb75bd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.16.Final", "newVersion" : "2.3.1.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/72f687100397e101f62507cd6fa673064ffd82dd.json b/data/unsuccessful-reproductions/72f687100397e101f62507cd6fa673064ffd82dd.json index 1723a1331ef1..f3d9083674bc 100644 --- a/data/unsuccessful-reproductions/72f687100397e101f62507cd6fa673064ffd82dd.json +++ b/data/unsuccessful-reproductions/72f687100397e101f62507cd6fa673064ffd82dd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.26", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73081116b21c7d68b897014994a0d47817b61a80.json b/data/unsuccessful-reproductions/73081116b21c7d68b897014994a0d47817b61a80.json index 581fca5201dd..123eae6b521c 100644 --- a/data/unsuccessful-reproductions/73081116b21c7d68b897014994a0d47817b61a80.json +++ b/data/unsuccessful-reproductions/73081116b21c7d68b897014994a0d47817b61a80.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.2", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7313234073659bb866769c4adf88b9d61688b168.json b/data/unsuccessful-reproductions/7313234073659bb866769c4adf88b9d61688b168.json index 4777621d8720..bdc2f14bc9d0 100644 --- a/data/unsuccessful-reproductions/7313234073659bb866769c4adf88b9d61688b168.json +++ b/data/unsuccessful-reproductions/7313234073659bb866769c4adf88b9d61688b168.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.2", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/731341f47e37f9e13b050698859a27fb9cf3636c.json b/data/unsuccessful-reproductions/731341f47e37f9e13b050698859a27fb9cf3636c.json index 3a332b6ef7df..46e7770b51ab 100644 --- a/data/unsuccessful-reproductions/731341f47e37f9e13b050698859a27fb9cf3636c.json +++ b/data/unsuccessful-reproductions/731341f47e37f9e13b050698859a27fb9cf3636c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.5", "newVersion" : "1.7.36", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73226120a0890eb7804a14160b2fdd131ddb6d33.json b/data/unsuccessful-reproductions/73226120a0890eb7804a14160b2fdd131ddb6d33.json index 9c1297bf92e6..8e117134dc88 100644 --- a/data/unsuccessful-reproductions/73226120a0890eb7804a14160b2fdd131ddb6d33.json +++ b/data/unsuccessful-reproductions/73226120a0890eb7804a14160b2fdd131ddb6d33.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/732bfa5179952b4e38309426db9edb6969b43b88.json b/data/unsuccessful-reproductions/732bfa5179952b4e38309426db9edb6969b43b88.json index 97f3f41eeab8..6206776f5184 100644 --- a/data/unsuccessful-reproductions/732bfa5179952b4e38309426db9edb6969b43b88.json +++ b/data/unsuccessful-reproductions/732bfa5179952b4e38309426db9edb6969b43b88.json @@ -12,7 +12,10 @@ "previousVersion" : "10.1", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/732e88685b88640ec5b69d1ff5b107728658b436.json b/data/unsuccessful-reproductions/732e88685b88640ec5b69d1ff5b107728658b436.json index d15b1066c715..22e4e5303c0c 100644 --- a/data/unsuccessful-reproductions/732e88685b88640ec5b69d1ff5b107728658b436.json +++ b/data/unsuccessful-reproductions/732e88685b88640ec5b69d1ff5b107728658b436.json @@ -12,7 +12,10 @@ "previousVersion" : "1.26.0", "newVersion" : "1.27.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73331da3d51329e358f08f8d604db98165501201.json b/data/unsuccessful-reproductions/73331da3d51329e358f08f8d604db98165501201.json index 3165bb1c68bc..bcaba0448768 100644 --- a/data/unsuccessful-reproductions/73331da3d51329e358f08f8d604db98165501201.json +++ b/data/unsuccessful-reproductions/73331da3d51329e358f08f8d604db98165501201.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7", "newVersion" : "1.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73355f9d819c33bd979d16b4b873657f23010ec9.json b/data/unsuccessful-reproductions/73355f9d819c33bd979d16b4b873657f23010ec9.json index bcb1cb728d76..df482658e0bc 100644 --- a/data/unsuccessful-reproductions/73355f9d819c33bd979d16b4b873657f23010ec9.json +++ b/data/unsuccessful-reproductions/73355f9d819c33bd979d16b4b873657f23010ec9.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7335cc85913ef293e78af5de4c6c2827804a0e5b.json b/data/unsuccessful-reproductions/7335cc85913ef293e78af5de4c6c2827804a0e5b.json index 2ca36506fd06..ca1cbb945b1d 100644 --- a/data/unsuccessful-reproductions/7335cc85913ef293e78af5de4c6c2827804a0e5b.json +++ b/data/unsuccessful-reproductions/7335cc85913ef293e78af5de4c6c2827804a0e5b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.72", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/734ab24224dfc42d47d6163c6e6100534effffd2.json b/data/unsuccessful-reproductions/734ab24224dfc42d47d6163c6e6100534effffd2.json index 11229511003d..b6a424ceb02a 100644 --- a/data/unsuccessful-reproductions/734ab24224dfc42d47d6163c6e6100534effffd2.json +++ b/data/unsuccessful-reproductions/734ab24224dfc42d47d6163c6e6100534effffd2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.4", "newVersion" : "2.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/735e3d75f25c26fc27346bb197109f8462c039bf.json b/data/unsuccessful-reproductions/735e3d75f25c26fc27346bb197109f8462c039bf.json index 6cd013830c18..2d9180f90abf 100644 --- a/data/unsuccessful-reproductions/735e3d75f25c26fc27346bb197109f8462c039bf.json +++ b/data/unsuccessful-reproductions/735e3d75f25c26fc27346bb197109f8462c039bf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.2", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73751f7a7b63929609eb702f96a90b49f2e68c7f.json b/data/unsuccessful-reproductions/73751f7a7b63929609eb702f96a90b49f2e68c7f.json index c1cb72e79950..f45d735f6477 100644 --- a/data/unsuccessful-reproductions/73751f7a7b63929609eb702f96a90b49f2e68c7f.json +++ b/data/unsuccessful-reproductions/73751f7a7b63929609eb702f96a90b49f2e68c7f.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2", "newVersion" : "4.2.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7379708998f787055bb698c1de9493bb90158461.json b/data/unsuccessful-reproductions/7379708998f787055bb698c1de9493bb90158461.json index 6185580a1799..2ba65a398244 100644 --- a/data/unsuccessful-reproductions/7379708998f787055bb698c1de9493bb90158461.json +++ b/data/unsuccessful-reproductions/7379708998f787055bb698c1de9493bb90158461.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.408", "newVersion" : "1.12.413", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7398df6028d72f71e348f863029d7a2433b14157.json b/data/unsuccessful-reproductions/7398df6028d72f71e348f863029d7a2433b14157.json index 758c12404509..23509adb50bd 100644 --- a/data/unsuccessful-reproductions/7398df6028d72f71e348f863029d7a2433b14157.json +++ b/data/unsuccessful-reproductions/7398df6028d72f71e348f863029d7a2433b14157.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.0", "newVersion" : "3.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73a4b92895800bb983e94dbe1011a6c1ee8c0056.json b/data/unsuccessful-reproductions/73a4b92895800bb983e94dbe1011a6c1ee8c0056.json index f43c81746092..014a08ba71f8 100644 --- a/data/unsuccessful-reproductions/73a4b92895800bb983e94dbe1011a6c1ee8c0056.json +++ b/data/unsuccessful-reproductions/73a4b92895800bb983e94dbe1011a6c1ee8c0056.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.0", "newVersion" : "1.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73b3b8580e7cc4f00059e7feb58c7df5f9da0398.json b/data/unsuccessful-reproductions/73b3b8580e7cc4f00059e7feb58c7df5f9da0398.json index c952e54042c9..d232c1a52ff3 100644 --- a/data/unsuccessful-reproductions/73b3b8580e7cc4f00059e7feb58c7df5f9da0398.json +++ b/data/unsuccessful-reproductions/73b3b8580e7cc4f00059e7feb58c7df5f9da0398.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73be7a98709791a07be41c70d5683c355c2617eb.json b/data/unsuccessful-reproductions/73be7a98709791a07be41c70d5683c355c2617eb.json index 2a9a379365da..e9e502f4c259 100644 --- a/data/unsuccessful-reproductions/73be7a98709791a07be41c70d5683c355c2617eb.json +++ b/data/unsuccessful-reproductions/73be7a98709791a07be41c70d5683c355c2617eb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.3", "newVersion" : "2.4.8", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73c58f789e3338cbc8f934a02d0be13b11827893.json b/data/unsuccessful-reproductions/73c58f789e3338cbc8f934a02d0be13b11827893.json index 7f052e19d610..5d82c3892cc1 100644 --- a/data/unsuccessful-reproductions/73c58f789e3338cbc8f934a02d0be13b11827893.json +++ b/data/unsuccessful-reproductions/73c58f789e3338cbc8f934a02d0be13b11827893.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.3", "newVersion" : "2.0.4", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73cd8cadd56cdd63c85018fde1ece5fedae6793d.json b/data/unsuccessful-reproductions/73cd8cadd56cdd63c85018fde1ece5fedae6793d.json index d12d514da608..f8e21d25ecd0 100644 --- a/data/unsuccessful-reproductions/73cd8cadd56cdd63c85018fde1ece5fedae6793d.json +++ b/data/unsuccessful-reproductions/73cd8cadd56cdd63c85018fde1ece5fedae6793d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.12.Final", "newVersion" : "2.2.24.Final", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73ce13c82a01dac246610559fe9b931af2a0207e.json b/data/unsuccessful-reproductions/73ce13c82a01dac246610559fe9b931af2a0207e.json index 28189f6dd511..73a8a3358506 100644 --- a/data/unsuccessful-reproductions/73ce13c82a01dac246610559fe9b931af2a0207e.json +++ b/data/unsuccessful-reproductions/73ce13c82a01dac246610559fe9b931af2a0207e.json @@ -12,7 +12,10 @@ "previousVersion" : "0.5.1", "newVersion" : "0.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73d20e68adf0692683c84852a066c43cfb68a601.json b/data/unsuccessful-reproductions/73d20e68adf0692683c84852a066c43cfb68a601.json index 310550d70ce2..535ead5d9b6b 100644 --- a/data/unsuccessful-reproductions/73d20e68adf0692683c84852a066c43cfb68a601.json +++ b/data/unsuccessful-reproductions/73d20e68adf0692683c84852a066c43cfb68a601.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73e71992b3ddee128eae54366ff8e9163adc8785.json b/data/unsuccessful-reproductions/73e71992b3ddee128eae54366ff8e9163adc8785.json index 79358a7455ef..133b1d97b8eb 100644 --- a/data/unsuccessful-reproductions/73e71992b3ddee128eae54366ff8e9163adc8785.json +++ b/data/unsuccessful-reproductions/73e71992b3ddee128eae54366ff8e9163adc8785.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.3.RELEASE", "newVersion" : "5.3.18", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/73e9e30fe56010572505935f6c3e6cb0f05d8211.json b/data/unsuccessful-reproductions/73e9e30fe56010572505935f6c3e6cb0f05d8211.json index 79cc721f44c8..89a67e4fd65e 100644 --- a/data/unsuccessful-reproductions/73e9e30fe56010572505935f6c3e6cb0f05d8211.json +++ b/data/unsuccessful-reproductions/73e9e30fe56010572505935f6c3e6cb0f05d8211.json @@ -12,7 +12,10 @@ "previousVersion" : "11.2.1.jre8", "newVersion" : "12.1.0.jre8-preview", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/740c0f3661adaa56b22f3cf935b87cd85d4f9ff1.json b/data/unsuccessful-reproductions/740c0f3661adaa56b22f3cf935b87cd85d4f9ff1.json index 42ebde66158b..f9e526f002a9 100644 --- a/data/unsuccessful-reproductions/740c0f3661adaa56b22f3cf935b87cd85d4f9ff1.json +++ b/data/unsuccessful-reproductions/740c0f3661adaa56b22f3cf935b87cd85d4f9ff1.json @@ -12,7 +12,10 @@ "previousVersion" : "0.26.0", "newVersion" : "0.26.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7412f17dd34dc7f0f9969a148a0ca08e67f468a0.json b/data/unsuccessful-reproductions/7412f17dd34dc7f0f9969a148a0ca08e67f468a0.json index 72d6ca760a54..6cd6322d864a 100644 --- a/data/unsuccessful-reproductions/7412f17dd34dc7f0f9969a148a0ca08e67f468a0.json +++ b/data/unsuccessful-reproductions/7412f17dd34dc7f0f9969a148a0ca08e67f468a0.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.0", "newVersion" : "5.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/74256bff33b3501a70569372d37fe90190af6f26.json b/data/unsuccessful-reproductions/74256bff33b3501a70569372d37fe90190af6f26.json index 08d636f88776..b861297813a3 100644 --- a/data/unsuccessful-reproductions/74256bff33b3501a70569372d37fe90190af6f26.json +++ b/data/unsuccessful-reproductions/74256bff33b3501a70569372d37fe90190af6f26.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.381", "newVersion" : "1.12.393", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7448d7e9154d1e3fb7a2161a845b5b40e6f2de2f.json b/data/unsuccessful-reproductions/7448d7e9154d1e3fb7a2161a845b5b40e6f2de2f.json index 6ce3994c2d60..5cfab65a27c5 100644 --- a/data/unsuccessful-reproductions/7448d7e9154d1e3fb7a2161a845b5b40e6f2de2f.json +++ b/data/unsuccessful-reproductions/7448d7e9154d1e3fb7a2161a845b5b40e6f2de2f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/744f2b846509df29badf8807a6e860f3cec39367.json b/data/unsuccessful-reproductions/744f2b846509df29badf8807a6e860f3cec39367.json index 1f9ea73e555a..c644a70b74d8 100644 --- a/data/unsuccessful-reproductions/744f2b846509df29badf8807a6e860f3cec39367.json +++ b/data/unsuccessful-reproductions/744f2b846509df29badf8807a6e860f3cec39367.json @@ -12,7 +12,10 @@ "previousVersion" : "42.5.0", "newVersion" : "42.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/746d268436700cdf63b9466cb27df808b6a90479.json b/data/unsuccessful-reproductions/746d268436700cdf63b9466cb27df808b6a90479.json index 70c24c4ece38..b301ab6d539c 100644 --- a/data/unsuccessful-reproductions/746d268436700cdf63b9466cb27df808b6a90479.json +++ b/data/unsuccessful-reproductions/746d268436700cdf63b9466cb27df808b6a90479.json @@ -12,7 +12,10 @@ "previousVersion" : "5478.vb_b_cd04943676", "newVersion" : "5497.vca_4a_876045ce", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/746d3304852e17fd2ffe28cd2f6cae1bdcd7d29e.json b/data/unsuccessful-reproductions/746d3304852e17fd2ffe28cd2f6cae1bdcd7d29e.json index 16a3f78791f1..9896d21e8357 100644 --- a/data/unsuccessful-reproductions/746d3304852e17fd2ffe28cd2f6cae1bdcd7d29e.json +++ b/data/unsuccessful-reproductions/746d3304852e17fd2ffe28cd2f6cae1bdcd7d29e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/747466a8a78cccacd2a4fe18d9318ae335b6f8dc.json b/data/unsuccessful-reproductions/747466a8a78cccacd2a4fe18d9318ae335b6f8dc.json index bac7f7143979..a3eb844f9ce0 100644 --- a/data/unsuccessful-reproductions/747466a8a78cccacd2a4fe18d9318ae335b6f8dc.json +++ b/data/unsuccessful-reproductions/747466a8a78cccacd2a4fe18d9318ae335b6f8dc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.36", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/747555cbb611d1eb9f784be5338456a8a349f023.json b/data/unsuccessful-reproductions/747555cbb611d1eb9f784be5338456a8a349f023.json index a3167515dd80..6fa786114f6f 100644 --- a/data/unsuccessful-reproductions/747555cbb611d1eb9f784be5338456a8a349f023.json +++ b/data/unsuccessful-reproductions/747555cbb611d1eb9f784be5338456a8a349f023.json @@ -12,7 +12,10 @@ "previousVersion" : "0.20", "newVersion" : "0.21.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7491f65ba94af2b5c4b2e6c261497c5dc997ad7e.json b/data/unsuccessful-reproductions/7491f65ba94af2b5c4b2e6c261497c5dc997ad7e.json index aab00712613e..7a245b52739b 100644 --- a/data/unsuccessful-reproductions/7491f65ba94af2b5c4b2e6c261497c5dc997ad7e.json +++ b/data/unsuccessful-reproductions/7491f65ba94af2b5c4b2e6c261497c5dc997ad7e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.20", "newVersion" : "1.18.22", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/74acaa60d125991419cf85e7cebe51ca4d7b9b05.json b/data/unsuccessful-reproductions/74acaa60d125991419cf85e7cebe51ca4d7b9b05.json index d415da9a5750..cb0f1204e866 100644 --- a/data/unsuccessful-reproductions/74acaa60d125991419cf85e7cebe51ca4d7b9b05.json +++ b/data/unsuccessful-reproductions/74acaa60d125991419cf85e7cebe51ca4d7b9b05.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.2", "newVersion" : "516.v36293563731d", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/74b1a8be8189be9f5c41a8ed1400755298f587d1.json b/data/unsuccessful-reproductions/74b1a8be8189be9f5c41a8ed1400755298f587d1.json index c281ef719b0d..3f5e938259f6 100644 --- a/data/unsuccessful-reproductions/74b1a8be8189be9f5c41a8ed1400755298f587d1.json +++ b/data/unsuccessful-reproductions/74b1a8be8189be9f5c41a8ed1400755298f587d1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/74cb9084592570a390c686a6ce2bd5365c871be3.json b/data/unsuccessful-reproductions/74cb9084592570a390c686a6ce2bd5365c871be3.json index cf562df8adbf..22a9e457a14c 100644 --- a/data/unsuccessful-reproductions/74cb9084592570a390c686a6ce2bd5365c871be3.json +++ b/data/unsuccessful-reproductions/74cb9084592570a390c686a6ce2bd5365c871be3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.7.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/74d023cd503bf644366e9e9675f281c9e1ce3d2f.json b/data/unsuccessful-reproductions/74d023cd503bf644366e9e9675f281c9e1ce3d2f.json index f7d03c0e0232..d0d890bb23c8 100644 --- a/data/unsuccessful-reproductions/74d023cd503bf644366e9e9675f281c9e1ce3d2f.json +++ b/data/unsuccessful-reproductions/74d023cd503bf644366e9e9675f281c9e1ce3d2f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4", "newVersion" : "2.16.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/74d6243bd9377ecabf5c80d259fbbe583249327b.json b/data/unsuccessful-reproductions/74d6243bd9377ecabf5c80d259fbbe583249327b.json index 0645892153fb..81f0174ece6b 100644 --- a/data/unsuccessful-reproductions/74d6243bd9377ecabf5c80d259fbbe583249327b.json +++ b/data/unsuccessful-reproductions/74d6243bd9377ecabf5c80d259fbbe583249327b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/74de57eb52887c33871f92393936443b7a4d9747.json b/data/unsuccessful-reproductions/74de57eb52887c33871f92393936443b7a4d9747.json index 3788b9a796cc..9cb84105af8f 100644 --- a/data/unsuccessful-reproductions/74de57eb52887c33871f92393936443b7a4d9747.json +++ b/data/unsuccessful-reproductions/74de57eb52887c33871f92393936443b7a4d9747.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.7", "newVersion" : "0.10.8", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/74fb4ec0b5e22f39cfffa155d333ae67c919dfae.json b/data/unsuccessful-reproductions/74fb4ec0b5e22f39cfffa155d333ae67c919dfae.json index baf7a21840e3..f7ce29c67f8d 100644 --- a/data/unsuccessful-reproductions/74fb4ec0b5e22f39cfffa155d333ae67c919dfae.json +++ b/data/unsuccessful-reproductions/74fb4ec0b5e22f39cfffa155d333ae67c919dfae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.218", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/751a83b1796904159f602b1d1213e9dde380d9c3.json b/data/unsuccessful-reproductions/751a83b1796904159f602b1d1213e9dde380d9c3.json index 2c6cc9c2a3fe..22ec1f909eec 100644 --- a/data/unsuccessful-reproductions/751a83b1796904159f602b1d1213e9dde380d9c3.json +++ b/data/unsuccessful-reproductions/751a83b1796904159f602b1d1213e9dde380d9c3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.1", "newVersion" : "1.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7522633b2585004f2a4f43bc6e5ce24992f1aef8.json b/data/unsuccessful-reproductions/7522633b2585004f2a4f43bc6e5ce24992f1aef8.json index d89eb433d467..88cf9338edac 100644 --- a/data/unsuccessful-reproductions/7522633b2585004f2a4f43bc6e5ce24992f1aef8.json +++ b/data/unsuccessful-reproductions/7522633b2585004f2a4f43bc6e5ce24992f1aef8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.11", "newVersion" : "1.6.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75313c21865ab8a1d7e8047f3e3caa4ef29b99e1.json b/data/unsuccessful-reproductions/75313c21865ab8a1d7e8047f3e3caa4ef29b99e1.json index beeefd2a2e27..0a5a98fc7d1c 100644 --- a/data/unsuccessful-reproductions/75313c21865ab8a1d7e8047f3e3caa4ef29b99e1.json +++ b/data/unsuccessful-reproductions/75313c21865ab8a1d7e8047f3e3caa4ef29b99e1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.214", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-2-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7537191dd0ab31c67ba617867eeb7e5b8d6a1a6a.json b/data/unsuccessful-reproductions/7537191dd0ab31c67ba617867eeb7e5b8d6a1a6a.json index 202f5693372b..d163dfb9f7be 100644 --- a/data/unsuccessful-reproductions/7537191dd0ab31c67ba617867eeb7e5b8d6a1a6a.json +++ b/data/unsuccessful-reproductions/7537191dd0ab31c67ba617867eeb7e5b8d6a1a6a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.0", "newVersion" : "1.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/753aa243eb99f2a68a8f044ae212ecfdc1f26d69.json b/data/unsuccessful-reproductions/753aa243eb99f2a68a8f044ae212ecfdc1f26d69.json index 57fbc7642849..f9d614b1270a 100644 --- a/data/unsuccessful-reproductions/753aa243eb99f2a68a8f044ae212ecfdc1f26d69.json +++ b/data/unsuccessful-reproductions/753aa243eb99f2a68a8f044ae212ecfdc1f26d69.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.342", "newVersion" : "1.12.344", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/753fd46d799011d54b3a8d8b77331dc0b850fa04.json b/data/unsuccessful-reproductions/753fd46d799011d54b3a8d8b77331dc0b850fa04.json index 1f74bdb6c009..0953211b86b5 100644 --- a/data/unsuccessful-reproductions/753fd46d799011d54b3a8d8b77331dc0b850fa04.json +++ b/data/unsuccessful-reproductions/753fd46d799011d54b3a8d8b77331dc0b850fa04.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7541dadef4e85dadcf80cba182f1e57eab8a5a0e.json b/data/unsuccessful-reproductions/7541dadef4e85dadcf80cba182f1e57eab8a5a0e.json index 28c03147945f..cdf216f893dc 100644 --- a/data/unsuccessful-reproductions/7541dadef4e85dadcf80cba182f1e57eab8a5a0e.json +++ b/data/unsuccessful-reproductions/7541dadef4e85dadcf80cba182f1e57eab8a5a0e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.8", "newVersion" : "1.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7554a2022d78193676f0159115c030a56fd4b95b.json b/data/unsuccessful-reproductions/7554a2022d78193676f0159115c030a56fd4b95b.json index 55e282c2e493..b91a85b4f0ed 100644 --- a/data/unsuccessful-reproductions/7554a2022d78193676f0159115c030a56fd4b95b.json +++ b/data/unsuccessful-reproductions/7554a2022d78193676f0159115c030a56fd4b95b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.254", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7558ac24c00266952b7f05c93ffbf3f7057ce566.json b/data/unsuccessful-reproductions/7558ac24c00266952b7f05c93ffbf3f7057ce566.json index b7d0af1fe854..4e84b6bcd2a7 100644 --- a/data/unsuccessful-reproductions/7558ac24c00266952b7f05c93ffbf3f7057ce566.json +++ b/data/unsuccessful-reproductions/7558ac24c00266952b7f05c93ffbf3f7057ce566.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.0", "newVersion" : "1.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/756a8c90868d4dbe5f77afe43d2d9787ddd87f2c.json b/data/unsuccessful-reproductions/756a8c90868d4dbe5f77afe43d2d9787ddd87f2c.json index c14004c9562e..92479948bc45 100644 --- a/data/unsuccessful-reproductions/756a8c90868d4dbe5f77afe43d2d9787ddd87f2c.json +++ b/data/unsuccessful-reproductions/756a8c90868d4dbe5f77afe43d2d9787ddd87f2c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.4", "newVersion" : "3.6.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75707cb7e63091419684ba6eb0f574084b06a60b.json b/data/unsuccessful-reproductions/75707cb7e63091419684ba6eb0f574084b06a60b.json index 6b9125dbf3ef..8a6fbdff80b6 100644 --- a/data/unsuccessful-reproductions/75707cb7e63091419684ba6eb0f574084b06a60b.json +++ b/data/unsuccessful-reproductions/75707cb7e63091419684ba6eb0f574084b06a60b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75778caa328e51e9133ade4e32d28489ad6bf049.json b/data/unsuccessful-reproductions/75778caa328e51e9133ade4e32d28489ad6bf049.json index 45110b29b30c..07ad68b575c0 100644 --- a/data/unsuccessful-reproductions/75778caa328e51e9133ade4e32d28489ad6bf049.json +++ b/data/unsuccessful-reproductions/75778caa328e51e9133ade4e32d28489ad6bf049.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.2", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7581a6453399675eb3cf75c772ec3dc91f7eb170.json b/data/unsuccessful-reproductions/7581a6453399675eb3cf75c772ec3dc91f7eb170.json index 14df88fe913d..053e572e9bae 100644 --- a/data/unsuccessful-reproductions/7581a6453399675eb3cf75c772ec3dc91f7eb170.json +++ b/data/unsuccessful-reproductions/7581a6453399675eb3cf75c772ec3dc91f7eb170.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7594c062409e96155e710aaa5201efa6b9e7d357.json b/data/unsuccessful-reproductions/7594c062409e96155e710aaa5201efa6b9e7d357.json index ca83166ec664..b13a7cd5c50f 100644 --- a/data/unsuccessful-reproductions/7594c062409e96155e710aaa5201efa6b9e7d357.json +++ b/data/unsuccessful-reproductions/7594c062409e96155e710aaa5201efa6b9e7d357.json @@ -12,7 +12,10 @@ "previousVersion" : "3.22.0-GA", "newVersion" : "3.28.0-GA", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75961f2d0476f5484671ca717c97db5d6bd45cf8.json b/data/unsuccessful-reproductions/75961f2d0476f5484671ca717c97db5d6bd45cf8.json index 4210d3db2b06..d842dfdfb822 100644 --- a/data/unsuccessful-reproductions/75961f2d0476f5484671ca717c97db5d6bd45cf8.json +++ b/data/unsuccessful-reproductions/75961f2d0476f5484671ca717c97db5d6bd45cf8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.26", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/759bd1b2f25e80f68cf3dd1887dc3b2841b6612f.json b/data/unsuccessful-reproductions/759bd1b2f25e80f68cf3dd1887dc3b2841b6612f.json index 90ee414a99c1..e2650a1e60ff 100644 --- a/data/unsuccessful-reproductions/759bd1b2f25e80f68cf3dd1887dc3b2841b6612f.json +++ b/data/unsuccessful-reproductions/759bd1b2f25e80f68cf3dd1887dc3b2841b6612f.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.4", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/759c7e455002bb6b833011b1e4d3425213816034.json b/data/unsuccessful-reproductions/759c7e455002bb6b833011b1e4d3425213816034.json index 97d5e289e014..4dfde5f30a6c 100644 --- a/data/unsuccessful-reproductions/759c7e455002bb6b833011b1e4d3425213816034.json +++ b/data/unsuccessful-reproductions/759c7e455002bb6b833011b1e4d3425213816034.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.40", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/759f98369dd10f333a12c7bf8048d4b2db55ac88.json b/data/unsuccessful-reproductions/759f98369dd10f333a12c7bf8048d4b2db55ac88.json index 2de0f38a4c0c..a82afb919526 100644 --- a/data/unsuccessful-reproductions/759f98369dd10f333a12c7bf8048d4b2db55ac88.json +++ b/data/unsuccessful-reproductions/759f98369dd10f333a12c7bf8048d4b2db55ac88.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75af10d0af3dcacd7190481551a371a70fa448f7.json b/data/unsuccessful-reproductions/75af10d0af3dcacd7190481551a371a70fa448f7.json index c7b32033537d..3e8added4827 100644 --- a/data/unsuccessful-reproductions/75af10d0af3dcacd7190481551a371a70fa448f7.json +++ b/data/unsuccessful-reproductions/75af10d0af3dcacd7190481551a371a70fa448f7.json @@ -12,7 +12,10 @@ "previousVersion" : "42.5.0", "newVersion" : "42.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75bbb6f5b096c7423f3f9e5665d8e0220693893c.json b/data/unsuccessful-reproductions/75bbb6f5b096c7423f3f9e5665d8e0220693893c.json index 901ddf6eec68..b605b0537e51 100644 --- a/data/unsuccessful-reproductions/75bbb6f5b096c7423f3f9e5665d8e0220693893c.json +++ b/data/unsuccessful-reproductions/75bbb6f5b096c7423f3f9e5665d8e0220693893c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.54", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75bfe1e982b98420d31879d93776eff8089c5074.json b/data/unsuccessful-reproductions/75bfe1e982b98420d31879d93776eff8089c5074.json index 31dd13f79437..e6e34f322851 100644 --- a/data/unsuccessful-reproductions/75bfe1e982b98420d31879d93776eff8089c5074.json +++ b/data/unsuccessful-reproductions/75bfe1e982b98420d31879d93776eff8089c5074.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9.2-Telemetry-SNAPSHOT", "newVersion" : "1.10.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75c1d23f01ebe2817ca3e655a5984c2f737eb499.json b/data/unsuccessful-reproductions/75c1d23f01ebe2817ca3e655a5984c2f737eb499.json index 395d24c3768c..10abb2091102 100644 --- a/data/unsuccessful-reproductions/75c1d23f01ebe2817ca3e655a5984c2f737eb499.json +++ b/data/unsuccessful-reproductions/75c1d23f01ebe2817ca3e655a5984c2f737eb499.json @@ -13,7 +13,10 @@ "newVersion" : "4.11.0", "dependencyScope" : "compile", "versionUpdateType" : "minor", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75dac6256e94cbc8f4443230ed687c8dd4b58336.json b/data/unsuccessful-reproductions/75dac6256e94cbc8f4443230ed687c8dd4b58336.json index 8b540910bc7e..3a01139afce1 100644 --- a/data/unsuccessful-reproductions/75dac6256e94cbc8f4443230ed687c8dd4b58336.json +++ b/data/unsuccessful-reproductions/75dac6256e94cbc8f4443230ed687c8dd4b58336.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.18", "newVersion" : "2.7.19", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75e4d16e808d515be45fddf4b02419e942cdba60.json b/data/unsuccessful-reproductions/75e4d16e808d515be45fddf4b02419e942cdba60.json index 2616c0821c34..152a4178d83e 100644 --- a/data/unsuccessful-reproductions/75e4d16e808d515be45fddf4b02419e942cdba60.json +++ b/data/unsuccessful-reproductions/75e4d16e808d515be45fddf4b02419e942cdba60.json @@ -12,7 +12,10 @@ "previousVersion" : "23.1.0", "newVersion" : "24.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/75fb49ed9ea2f33625b3857b710dcccf2ed9d689.json b/data/unsuccessful-reproductions/75fb49ed9ea2f33625b3857b710dcccf2ed9d689.json index a5f2c283d32c..71b712a42e11 100644 --- a/data/unsuccessful-reproductions/75fb49ed9ea2f33625b3857b710dcccf2ed9d689.json +++ b/data/unsuccessful-reproductions/75fb49ed9ea2f33625b3857b710dcccf2ed9d689.json @@ -12,7 +12,10 @@ "previousVersion" : "2.23.0", "newVersion" : "2.23.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/761be9e4d7fc106079c815550b73b9780168de07.json b/data/unsuccessful-reproductions/761be9e4d7fc106079c815550b73b9780168de07.json index 4d2d4d4ee00f..b009be611cce 100644 --- a/data/unsuccessful-reproductions/761be9e4d7fc106079c815550b73b9780168de07.json +++ b/data/unsuccessful-reproductions/761be9e4d7fc106079c815550b73b9780168de07.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30", "newVersion" : "1.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/762ac132b14feb1bce41f07620dbb9949c45bf11.json b/data/unsuccessful-reproductions/762ac132b14feb1bce41f07620dbb9949c45bf11.json index 1f9381fbb58d..0de3f0985b37 100644 --- a/data/unsuccessful-reproductions/762ac132b14feb1bce41f07620dbb9949c45bf11.json +++ b/data/unsuccessful-reproductions/762ac132b14feb1bce41f07620dbb9949c45bf11.json @@ -12,7 +12,10 @@ "previousVersion" : "7.5", "newVersion" : "7.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/76459ce191038b28030d0fd9ffe649802cd54e2d.json b/data/unsuccessful-reproductions/76459ce191038b28030d0fd9ffe649802cd54e2d.json index a674b2d715ce..d515fb6fc6fd 100644 --- a/data/unsuccessful-reproductions/76459ce191038b28030d0fd9ffe649802cd54e2d.json +++ b/data/unsuccessful-reproductions/76459ce191038b28030d0fd9ffe649802cd54e2d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.0", "newVersion" : "4.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/76490ce619a4fa38ab709c824c47ee0737b50616.json b/data/unsuccessful-reproductions/76490ce619a4fa38ab709c824c47ee0737b50616.json index 4a9fd22bbbdb..55f4701faaa6 100644 --- a/data/unsuccessful-reproductions/76490ce619a4fa38ab709c824c47ee0737b50616.json +++ b/data/unsuccessful-reproductions/76490ce619a4fa38ab709c824c47ee0737b50616.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.4", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7650a16ab3c34fafc313b275c4148188229e60b4.json b/data/unsuccessful-reproductions/7650a16ab3c34fafc313b275c4148188229e60b4.json index 57804e454b3b..f8f6c113115f 100644 --- a/data/unsuccessful-reproductions/7650a16ab3c34fafc313b275c4148188229e60b4.json +++ b/data/unsuccessful-reproductions/7650a16ab3c34fafc313b275c4148188229e60b4.json @@ -12,7 +12,10 @@ "previousVersion" : "1181.v04b_21d4b_0d6c", "newVersion" : "1342.v729ca_3818e88", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7664d604af32aff41e2766f2a9a469c6ee7a282d.json b/data/unsuccessful-reproductions/7664d604af32aff41e2766f2a9a469c6ee7a282d.json index 59c2b41a0d0a..42820e8fe9f0 100644 --- a/data/unsuccessful-reproductions/7664d604af32aff41e2766f2a9a469c6ee7a282d.json +++ b/data/unsuccessful-reproductions/7664d604af32aff41e2766f2a9a469c6ee7a282d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.176", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/76714951c2e1693e9eff03ae1e3c2a63747b9a0b.json b/data/unsuccessful-reproductions/76714951c2e1693e9eff03ae1e3c2a63747b9a0b.json index c8928b11372a..02307f91891b 100644 --- a/data/unsuccessful-reproductions/76714951c2e1693e9eff03ae1e3c2a63747b9a0b.json +++ b/data/unsuccessful-reproductions/76714951c2e1693e9eff03ae1e3c2a63747b9a0b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.241", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/76935ad1fe8198321c95f6c95cd1f2aafc2e656f.json b/data/unsuccessful-reproductions/76935ad1fe8198321c95f6c95cd1f2aafc2e656f.json index dffb03abfcc3..94ddab296d71 100644 --- a/data/unsuccessful-reproductions/76935ad1fe8198321c95f6c95cd1f2aafc2e656f.json +++ b/data/unsuccessful-reproductions/76935ad1fe8198321c95f6c95cd1f2aafc2e656f.json @@ -12,7 +12,10 @@ "previousVersion" : "0.15", "newVersion" : "0.16", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7699e277224c8fd57d5a6001727c5825a9c26686.json b/data/unsuccessful-reproductions/7699e277224c8fd57d5a6001727c5825a9c26686.json index eb6bcb7e2e65..b32a49b51b47 100644 --- a/data/unsuccessful-reproductions/7699e277224c8fd57d5a6001727c5825a9c26686.json +++ b/data/unsuccessful-reproductions/7699e277224c8fd57d5a6001727c5825a9c26686.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/769c80d4d21a662f9ca180834bb13ea5349f2979.json b/data/unsuccessful-reproductions/769c80d4d21a662f9ca180834bb13ea5349f2979.json index 965d8f7d153b..1a32cd724c59 100644 --- a/data/unsuccessful-reproductions/769c80d4d21a662f9ca180834bb13ea5349f2979.json +++ b/data/unsuccessful-reproductions/769c80d4d21a662f9ca180834bb13ea5349f2979.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.9", "newVersion" : "2.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/769f09105d7e439903ab1963837d018715480154.json b/data/unsuccessful-reproductions/769f09105d7e439903ab1963837d018715480154.json index ca10a22914db..19a111aced80 100644 --- a/data/unsuccessful-reproductions/769f09105d7e439903ab1963837d018715480154.json +++ b/data/unsuccessful-reproductions/769f09105d7e439903ab1963837d018715480154.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.9", "newVersion" : "2.1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/mina-sshd" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/76b23c4c2234830809ce3fae6b1eca1e71268c59.json b/data/unsuccessful-reproductions/76b23c4c2234830809ce3fae6b1eca1e71268c59.json index 7b0b8c74240c..085b9b25290d 100644 --- a/data/unsuccessful-reproductions/76b23c4c2234830809ce3fae6b1eca1e71268c59.json +++ b/data/unsuccessful-reproductions/76b23c4c2234830809ce3fae6b1eca1e71268c59.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/76b25d173c2a93213735647d893fc3a78995fda7.json b/data/unsuccessful-reproductions/76b25d173c2a93213735647d893fc3a78995fda7.json index 0332f233fa4e..47cc36f306ed 100644 --- a/data/unsuccessful-reproductions/76b25d173c2a93213735647d893fc3a78995fda7.json +++ b/data/unsuccessful-reproductions/76b25d173c2a93213735647d893fc3a78995fda7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.4", "newVersion" : "3.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/76cdade8ac4259d5da4c37db3c1b545b81207a06.json b/data/unsuccessful-reproductions/76cdade8ac4259d5da4c37db3c1b545b81207a06.json index ad612f675c93..596cbeed08c8 100644 --- a/data/unsuccessful-reproductions/76cdade8ac4259d5da4c37db3c1b545b81207a06.json +++ b/data/unsuccessful-reproductions/76cdade8ac4259d5da4c37db3c1b545b81207a06.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/76d6108a9aa5d1d4f65a7640f8aafeab62f99ec3.json b/data/unsuccessful-reproductions/76d6108a9aa5d1d4f65a7640f8aafeab62f99ec3.json index bf7d8e61a954..0f4d78fbfd3c 100644 --- a/data/unsuccessful-reproductions/76d6108a9aa5d1d4f65a7640f8aafeab62f99ec3.json +++ b/data/unsuccessful-reproductions/76d6108a9aa5d1d4f65a7640f8aafeab62f99ec3.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20211130-1.32.1", "newVersion" : "v1-rev20220325-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/76fc72a655ce3af5a8594cbca6c654a91b1dfa87.json b/data/unsuccessful-reproductions/76fc72a655ce3af5a8594cbca6c654a91b1dfa87.json index 6879b567e700..4886b000f45c 100644 --- a/data/unsuccessful-reproductions/76fc72a655ce3af5a8594cbca6c654a91b1dfa87.json +++ b/data/unsuccessful-reproductions/76fc72a655ce3af5a8594cbca6c654a91b1dfa87.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.0", "newVersion" : "4.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7717604352bb83b80211e72a906a36615f6cd8e8.json b/data/unsuccessful-reproductions/7717604352bb83b80211e72a906a36615f6cd8e8.json index 9e743941094e..9acf5e41ac3d 100644 --- a/data/unsuccessful-reproductions/7717604352bb83b80211e72a906a36615f6cd8e8.json +++ b/data/unsuccessful-reproductions/7717604352bb83b80211e72a906a36615f6cd8e8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "2.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/77274bbcce990b08ff6d11eb6cedf4b4f4a48dbc.json b/data/unsuccessful-reproductions/77274bbcce990b08ff6d11eb6cedf4b4f4a48dbc.json index 3fff01162b21..dedbd45a4dd9 100644 --- a/data/unsuccessful-reproductions/77274bbcce990b08ff6d11eb6cedf4b4f4a48dbc.json +++ b/data/unsuccessful-reproductions/77274bbcce990b08ff6d11eb6cedf4b4f4a48dbc.json @@ -12,7 +12,10 @@ "previousVersion" : "1289.v5c4b_1c43511b_", "newVersion" : "1342.v729ca_3818e88", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7755576d9494dbf50a3acdd6643ee770f2cf883b.json b/data/unsuccessful-reproductions/7755576d9494dbf50a3acdd6643ee770f2cf883b.json index da3292fb3a26..c93768af3916 100644 --- a/data/unsuccessful-reproductions/7755576d9494dbf50a3acdd6643ee770f2cf883b.json +++ b/data/unsuccessful-reproductions/7755576d9494dbf50a3acdd6643ee770f2cf883b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/778be265d8a629ff4cfc7fc6e8f8c073a77a23a1.json b/data/unsuccessful-reproductions/778be265d8a629ff4cfc7fc6e8f8c073a77a23a1.json index 49616730483f..d4ed8c946d68 100644 --- a/data/unsuccessful-reproductions/778be265d8a629ff4cfc7fc6e8f8c073a77a23a1.json +++ b/data/unsuccessful-reproductions/778be265d8a629ff4cfc7fc6e8f8c073a77a23a1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.2", "newVersion" : "2.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/778c2465d331a58b913d24f327b909a7654fa626.json b/data/unsuccessful-reproductions/778c2465d331a58b913d24f327b909a7654fa626.json index 31cb34d966af..9c52fc31647c 100644 --- a/data/unsuccessful-reproductions/778c2465d331a58b913d24f327b909a7654fa626.json +++ b/data/unsuccessful-reproductions/778c2465d331a58b913d24f327b909a7654fa626.json @@ -12,7 +12,10 @@ "previousVersion" : "5.4.3.Final", "newVersion" : "7.0.4.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/778f5d5feea2b324eba092d3a94f59b1b8eacaa8.json b/data/unsuccessful-reproductions/778f5d5feea2b324eba092d3a94f59b1b8eacaa8.json index 760429689761..27cf93507bc0 100644 --- a/data/unsuccessful-reproductions/778f5d5feea2b324eba092d3a94f59b1b8eacaa8.json +++ b/data/unsuccessful-reproductions/778f5d5feea2b324eba092d3a94f59b1b8eacaa8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/77a46fa9faf1caf45f47d2d345d65f1f839b459f.json b/data/unsuccessful-reproductions/77a46fa9faf1caf45f47d2d345d65f1f839b459f.json index d79d1ffc8005..fd787a016951 100644 --- a/data/unsuccessful-reproductions/77a46fa9faf1caf45f47d2d345d65f1f839b459f.json +++ b/data/unsuccessful-reproductions/77a46fa9faf1caf45f47d2d345d65f1f839b459f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/77bedbdde914afe43ac92d748af466fea181f09d.json b/data/unsuccessful-reproductions/77bedbdde914afe43ac92d748af466fea181f09d.json index 741582447caa..d0a1ad61dff4 100644 --- a/data/unsuccessful-reproductions/77bedbdde914afe43ac92d748af466fea181f09d.json +++ b/data/unsuccessful-reproductions/77bedbdde914afe43ac92d748af466fea181f09d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.233", "newVersion" : "2.17.238", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/77cf6e9777dbcab19192eab25b43546156208c23.json b/data/unsuccessful-reproductions/77cf6e9777dbcab19192eab25b43546156208c23.json index bdf6a73db8b5..d706169de754 100644 --- a/data/unsuccessful-reproductions/77cf6e9777dbcab19192eab25b43546156208c23.json +++ b/data/unsuccessful-reproductions/77cf6e9777dbcab19192eab25b43546156208c23.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.34", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/77d8602a7936cd04fa3e4d1780c79c801b53caca.json b/data/unsuccessful-reproductions/77d8602a7936cd04fa3e4d1780c79c801b53caca.json index 08d5803cd4ad..a591c600afea 100644 --- a/data/unsuccessful-reproductions/77d8602a7936cd04fa3e4d1780c79c801b53caca.json +++ b/data/unsuccessful-reproductions/77d8602a7936cd04fa3e4d1780c79c801b53caca.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.7", "newVersion" : "3.21.8", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/77df6eae45c9635f9b92d36936c1fdbf74ff8f93.json b/data/unsuccessful-reproductions/77df6eae45c9635f9b92d36936c1fdbf74ff8f93.json index f185a6974b35..75e8f9d9a939 100644 --- a/data/unsuccessful-reproductions/77df6eae45c9635f9b92d36936c1fdbf74ff8f93.json +++ b/data/unsuccessful-reproductions/77df6eae45c9635f9b92d36936c1fdbf74ff8f93.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.14.1", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/77e6eb71d15057d56a786f514b73460efa3e02bc.json b/data/unsuccessful-reproductions/77e6eb71d15057d56a786f514b73460efa3e02bc.json index 39b61f9fa9c3..7cca71b8ea5e 100644 --- a/data/unsuccessful-reproductions/77e6eb71d15057d56a786f514b73460efa3e02bc.json +++ b/data/unsuccessful-reproductions/77e6eb71d15057d56a786f514b73460efa3e02bc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.45", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/77e7873d244705760eba3b6717bfab0907689222.json b/data/unsuccessful-reproductions/77e7873d244705760eba3b6717bfab0907689222.json index aabb201ba143..39b9382d6085 100644 --- a/data/unsuccessful-reproductions/77e7873d244705760eba3b6717bfab0907689222.json +++ b/data/unsuccessful-reproductions/77e7873d244705760eba3b6717bfab0907689222.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "2.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/77eecb259b2efd455e767a136dff82c3a5e8e358.json b/data/unsuccessful-reproductions/77eecb259b2efd455e767a136dff82c3a5e8e358.json index 1d86394c7ce6..b0c0529ca728 100644 --- a/data/unsuccessful-reproductions/77eecb259b2efd455e767a136dff82c3a5e8e358.json +++ b/data/unsuccessful-reproductions/77eecb259b2efd455e767a136dff82c3a5e8e358.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.0", "newVersion" : "3.16.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/77f28648a791a7bbdb9d7f53ff8d238ad7571937.json b/data/unsuccessful-reproductions/77f28648a791a7bbdb9d7f53ff8d238ad7571937.json index f909f1bec4aa..041455264af6 100644 --- a/data/unsuccessful-reproductions/77f28648a791a7bbdb9d7f53ff8d238ad7571937.json +++ b/data/unsuccessful-reproductions/77f28648a791a7bbdb9d7f53ff8d238ad7571937.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.15.0-334.v317a_165f9b_7c", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/781e582fcf37bca35e2b32bc8d35c555c8b62f87.json b/data/unsuccessful-reproductions/781e582fcf37bca35e2b32bc8d35c555c8b62f87.json index 35d73e7d8400..ca0c44d07623 100644 --- a/data/unsuccessful-reproductions/781e582fcf37bca35e2b32bc8d35c555c8b62f87.json +++ b/data/unsuccessful-reproductions/781e582fcf37bca35e2b32bc8d35c555c8b62f87.json @@ -12,7 +12,10 @@ "previousVersion" : "20220924", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78342d1551f099f5b2292eef474d3b0f57bbc24d.json b/data/unsuccessful-reproductions/78342d1551f099f5b2292eef474d3b0f57bbc24d.json index 6c8c0ca569d7..7b0725892e31 100644 --- a/data/unsuccessful-reproductions/78342d1551f099f5b2292eef474d3b0f57bbc24d.json +++ b/data/unsuccessful-reproductions/78342d1551f099f5b2292eef474d3b0f57bbc24d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/784e6d95c8c0c826f1dcb2478e1a78c27ec5af49.json b/data/unsuccessful-reproductions/784e6d95c8c0c826f1dcb2478e1a78c27ec5af49.json index 17046edf7862..c0a6a2f97b85 100644 --- a/data/unsuccessful-reproductions/784e6d95c8c0c826f1dcb2478e1a78c27ec5af49.json +++ b/data/unsuccessful-reproductions/784e6d95c8c0c826f1dcb2478e1a78c27ec5af49.json @@ -13,7 +13,10 @@ "newVersion" : "2.0.2", "dependencyScope" : "compile", "versionUpdateType" : "patch", - "dependencySection" : "profileBuildPlugins" + "dependencySection" : "profileBuildPlugins", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/785eb9da7c4f0b1763c45050e6903fd37a825835.json b/data/unsuccessful-reproductions/785eb9da7c4f0b1763c45050e6903fd37a825835.json index 75344a24500f..af03a7ae79a1 100644 --- a/data/unsuccessful-reproductions/785eb9da7c4f0b1763c45050e6903fd37a825835.json +++ b/data/unsuccessful-reproductions/785eb9da7c4f0b1763c45050e6903fd37a825835.json @@ -12,7 +12,10 @@ "previousVersion" : "1.118.0", "newVersion" : "1.118.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78705198a0de252782e15d839b11dd43304e9b60.json b/data/unsuccessful-reproductions/78705198a0de252782e15d839b11dd43304e9b60.json index 0b9b7236f7b6..c2f990c97b2d 100644 --- a/data/unsuccessful-reproductions/78705198a0de252782e15d839b11dd43304e9b60.json +++ b/data/unsuccessful-reproductions/78705198a0de252782e15d839b11dd43304e9b60.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7871e99574d847c723eb5de5ce9f18802d114f5e.json b/data/unsuccessful-reproductions/7871e99574d847c723eb5de5ce9f18802d114f5e.json index 57162a01aaf3..1b1e5857f62c 100644 --- a/data/unsuccessful-reproductions/7871e99574d847c723eb5de5ce9f18802d114f5e.json +++ b/data/unsuccessful-reproductions/7871e99574d847c723eb5de5ce9f18802d114f5e.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.2", "newVersion" : "5.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "junit-team/junit5" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78736890dc83dfedc0b37f80c39912f409543b9a.json b/data/unsuccessful-reproductions/78736890dc83dfedc0b37f80c39912f409543b9a.json index 087cf86ffaaf..6b92fe7245df 100644 --- a/data/unsuccessful-reproductions/78736890dc83dfedc0b37f80c39912f409543b9a.json +++ b/data/unsuccessful-reproductions/78736890dc83dfedc0b37f80c39912f409543b9a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.0", "newVersion" : "2.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78952a6dd93f71780cd0d5cc65bfa69755d45852.json b/data/unsuccessful-reproductions/78952a6dd93f71780cd0d5cc65bfa69755d45852.json index 8b94bf3d3e0e..6653135da55f 100644 --- a/data/unsuccessful-reproductions/78952a6dd93f71780cd0d5cc65bfa69755d45852.json +++ b/data/unsuccessful-reproductions/78952a6dd93f71780cd0d5cc65bfa69755d45852.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.0", "newVersion" : "2.24.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7897b82de7c1d420d8c0c1e5d8176632c0852c00.json b/data/unsuccessful-reproductions/7897b82de7c1d420d8c0c1e5d8176632c0852c00.json index 66dd6ddcb018..ba8324d26991 100644 --- a/data/unsuccessful-reproductions/7897b82de7c1d420d8c0c1e5d8176632c0852c00.json +++ b/data/unsuccessful-reproductions/7897b82de7c1d420d8c0c1e5d8176632c0852c00.json @@ -12,7 +12,10 @@ "previousVersion" : "20200518", "newVersion" : "20220320", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7898e7f7eac27a06684208dad0c2fe4e3779c954.json b/data/unsuccessful-reproductions/7898e7f7eac27a06684208dad0c2fe4e3779c954.json index 323e24723024..0aee5bfd8a82 100644 --- a/data/unsuccessful-reproductions/7898e7f7eac27a06684208dad0c2fe4e3779c954.json +++ b/data/unsuccessful-reproductions/7898e7f7eac27a06684208dad0c2fe4e3779c954.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.11", "newVersion" : "3.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78a897b522f4a4df53627f49447a69142307f08d.json b/data/unsuccessful-reproductions/78a897b522f4a4df53627f49447a69142307f08d.json index 1220950fa79e..257683bc7861 100644 --- a/data/unsuccessful-reproductions/78a897b522f4a4df53627f49447a69142307f08d.json +++ b/data/unsuccessful-reproductions/78a897b522f4a4df53627f49447a69142307f08d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.0", "newVersion" : "3.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78b3bed1dad54f827831f8f202739143f711cdb5.json b/data/unsuccessful-reproductions/78b3bed1dad54f827831f8f202739143f711cdb5.json index 24fe6c5d158d..df8b399074fc 100644 --- a/data/unsuccessful-reproductions/78b3bed1dad54f827831f8f202739143f711cdb5.json +++ b/data/unsuccessful-reproductions/78b3bed1dad54f827831f8f202739143f711cdb5.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0-alpha.21", "newVersion" : "5.0.0-alpha.22", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78b4e5695398502f320c68240b8cb8d9fe06e18e.json b/data/unsuccessful-reproductions/78b4e5695398502f320c68240b8cb8d9fe06e18e.json index f78a95186367..549e54dbde7d 100644 --- a/data/unsuccessful-reproductions/78b4e5695398502f320c68240b8cb8d9fe06e18e.json +++ b/data/unsuccessful-reproductions/78b4e5695398502f320c68240b8cb8d9fe06e18e.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78d530dea840449d7b376998202f002719ac3746.json b/data/unsuccessful-reproductions/78d530dea840449d7b376998202f002719ac3746.json index 4cbbda50f437..733592906559 100644 --- a/data/unsuccessful-reproductions/78d530dea840449d7b376998202f002719ac3746.json +++ b/data/unsuccessful-reproductions/78d530dea840449d7b376998202f002719ac3746.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.78", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78d53ce886494cf235b09ebc1c7ee35061d08725.json b/data/unsuccessful-reproductions/78d53ce886494cf235b09ebc1c7ee35061d08725.json index 73c72e71fd28..dcae07a21088 100644 --- a/data/unsuccessful-reproductions/78d53ce886494cf235b09ebc1c7ee35061d08725.json +++ b/data/unsuccessful-reproductions/78d53ce886494cf235b09ebc1c7ee35061d08725.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78d9d7f223d61b132b6b07555699d65cf31502dd.json b/data/unsuccessful-reproductions/78d9d7f223d61b132b6b07555699d65cf31502dd.json index a5bb3ad1a3b5..adcfbe4d8542 100644 --- a/data/unsuccessful-reproductions/78d9d7f223d61b132b6b07555699d65cf31502dd.json +++ b/data/unsuccessful-reproductions/78d9d7f223d61b132b6b07555699d65cf31502dd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78e260b2e80317215b81d2192fea154d8343dcb7.json b/data/unsuccessful-reproductions/78e260b2e80317215b81d2192fea154d8343dcb7.json index 8560dd3ea9c2..d02dcf40c788 100644 --- a/data/unsuccessful-reproductions/78e260b2e80317215b81d2192fea154d8343dcb7.json +++ b/data/unsuccessful-reproductions/78e260b2e80317215b81d2192fea154d8343dcb7.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.17", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/78f7da1c2e5848981be2d0e20556b1164fba7b0e.json b/data/unsuccessful-reproductions/78f7da1c2e5848981be2d0e20556b1164fba7b0e.json index 44d3482910bf..cd21bcaa8ef1 100644 --- a/data/unsuccessful-reproductions/78f7da1c2e5848981be2d0e20556b1164fba7b0e.json +++ b/data/unsuccessful-reproductions/78f7da1c2e5848981be2d0e20556b1164fba7b0e.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20210127-1.32.1", "newVersion" : "v1-rev20230301-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/79123b16215c41b58cb92f8217a403c380f1aabc.json b/data/unsuccessful-reproductions/79123b16215c41b58cb92f8217a403c380f1aabc.json index 40e8a1732ded..39ba34e87b59 100644 --- a/data/unsuccessful-reproductions/79123b16215c41b58cb92f8217a403c380f1aabc.json +++ b/data/unsuccessful-reproductions/79123b16215c41b58cb92f8217a403c380f1aabc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.4.20221013-295.v8e29ea_354141", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/791b990f1a9da916578ae92e2132d64c6db2afb3.json b/data/unsuccessful-reproductions/791b990f1a9da916578ae92e2132d64c6db2afb3.json index 53acd5cc3474..b7cdfd69a9ea 100644 --- a/data/unsuccessful-reproductions/791b990f1a9da916578ae92e2132d64c6db2afb3.json +++ b/data/unsuccessful-reproductions/791b990f1a9da916578ae92e2132d64c6db2afb3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7", "newVersion" : "1.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/792f7030343f7974bc1eef904f223265a256214d.json b/data/unsuccessful-reproductions/792f7030343f7974bc1eef904f223265a256214d.json index 2e0f0ef32a7c..ea291c790785 100644 --- a/data/unsuccessful-reproductions/792f7030343f7974bc1eef904f223265a256214d.json +++ b/data/unsuccessful-reproductions/792f7030343f7974bc1eef904f223265a256214d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.93", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/792fec2a8717f97f5d7c0ddda307b03be1e92049.json b/data/unsuccessful-reproductions/792fec2a8717f97f5d7c0ddda307b03be1e92049.json index a4d2b4068d8f..47ea0eec6958 100644 --- a/data/unsuccessful-reproductions/792fec2a8717f97f5d7c0ddda307b03be1e92049.json +++ b/data/unsuccessful-reproductions/792fec2a8717f97f5d7c0ddda307b03be1e92049.json @@ -12,7 +12,10 @@ "previousVersion" : "1370.vfa_e23fe119c3", "newVersion" : "1466.v85a_616ea_b_87c", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/793c8a6982bb1aa9c8c22c93a2a616db544d568b.json b/data/unsuccessful-reproductions/793c8a6982bb1aa9c8c22c93a2a616db544d568b.json index 029eb9b3bd09..1f997274dee8 100644 --- a/data/unsuccessful-reproductions/793c8a6982bb1aa9c8c22c93a2a616db544d568b.json +++ b/data/unsuccessful-reproductions/793c8a6982bb1aa9c8c22c93a2a616db544d568b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.0", "newVersion" : "1.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/795bf1a560bf37aae49775d9aea893d3738203c9.json b/data/unsuccessful-reproductions/795bf1a560bf37aae49775d9aea893d3738203c9.json index 4b3da81be3a0..ff37dd531b34 100644 --- a/data/unsuccessful-reproductions/795bf1a560bf37aae49775d9aea893d3738203c9.json +++ b/data/unsuccessful-reproductions/795bf1a560bf37aae49775d9aea893d3738203c9.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.27", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/796bdf692b5706c3d9d480e3095ecf913eca9bbe.json b/data/unsuccessful-reproductions/796bdf692b5706c3d9d480e3095ecf913eca9bbe.json index bb1535501b7f..ae09168bf7aa 100644 --- a/data/unsuccessful-reproductions/796bdf692b5706c3d9d480e3095ecf913eca9bbe.json +++ b/data/unsuccessful-reproductions/796bdf692b5706c3d9d480e3095ecf913eca9bbe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.3", "newVersion" : "2.12.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/799a13804af948caf96d5e1cdf3123f84a7f9f76.json b/data/unsuccessful-reproductions/799a13804af948caf96d5e1cdf3123f84a7f9f76.json index 556ef2886792..01803f275e8f 100644 --- a/data/unsuccessful-reproductions/799a13804af948caf96d5e1cdf3123f84a7f9f76.json +++ b/data/unsuccessful-reproductions/799a13804af948caf96d5e1cdf3123f84a7f9f76.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7", "newVersion" : "1.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/79a83b499d96212c387922603098a2f984065444.json b/data/unsuccessful-reproductions/79a83b499d96212c387922603098a2f984065444.json index 91856ea44474..4c563fe26c65 100644 --- a/data/unsuccessful-reproductions/79a83b499d96212c387922603098a2f984065444.json +++ b/data/unsuccessful-reproductions/79a83b499d96212c387922603098a2f984065444.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.58", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/79aebf832cde24227447b82100e0752ff3c1e0d3.json b/data/unsuccessful-reproductions/79aebf832cde24227447b82100e0752ff3c1e0d3.json index bc4f115666e7..2bbb01d2709d 100644 --- a/data/unsuccessful-reproductions/79aebf832cde24227447b82100e0752ff3c1e0d3.json +++ b/data/unsuccessful-reproductions/79aebf832cde24227447b82100e0752ff3c1e0d3.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.1", "newVersion" : "3.8.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/79bf1de760636a40bef1eaa239ce578f596d05bb.json b/data/unsuccessful-reproductions/79bf1de760636a40bef1eaa239ce578f596d05bb.json index 1be8b6c59e51..ac57e3ec3d11 100644 --- a/data/unsuccessful-reproductions/79bf1de760636a40bef1eaa239ce578f596d05bb.json +++ b/data/unsuccessful-reproductions/79bf1de760636a40bef1eaa239ce578f596d05bb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/79e2cb6066daf0d7caac9f5d92e617bffb9b6b80.json b/data/unsuccessful-reproductions/79e2cb6066daf0d7caac9f5d92e617bffb9b6b80.json index ee5ceff3db4d..fc0a54cdf470 100644 --- a/data/unsuccessful-reproductions/79e2cb6066daf0d7caac9f5d92e617bffb9b6b80.json +++ b/data/unsuccessful-reproductions/79e2cb6066daf0d7caac9f5d92e617bffb9b6b80.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0-groovy-3.0", "newVersion" : "2.3-groovy-3.0", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/79e8c8285223f560f42c6eec885293a65ba76117.json b/data/unsuccessful-reproductions/79e8c8285223f560f42c6eec885293a65ba76117.json index 109ce72a9bdc..a934f556dd4a 100644 --- a/data/unsuccessful-reproductions/79e8c8285223f560f42c6eec885293a65ba76117.json +++ b/data/unsuccessful-reproductions/79e8c8285223f560f42c6eec885293a65ba76117.json @@ -12,7 +12,10 @@ "previousVersion" : "1500.ve4d05cd32975", "newVersion" : "1723.vcb_9fee52c9fc", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/79f824c47d45963b1fcece566841dffcc74b3ef3.json b/data/unsuccessful-reproductions/79f824c47d45963b1fcece566841dffcc74b3ef3.json index b449c24f2b8c..b0562846d98b 100644 --- a/data/unsuccessful-reproductions/79f824c47d45963b1fcece566841dffcc74b3ef3.json +++ b/data/unsuccessful-reproductions/79f824c47d45963b1fcece566841dffcc74b3ef3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.43.1", "newVersion" : "1.43.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/79fe6af522ae5b9b73173f36514c95429bd211e4.json b/data/unsuccessful-reproductions/79fe6af522ae5b9b73173f36514c95429bd211e4.json index 06bc645f7755..bd96d1ba9b4b 100644 --- a/data/unsuccessful-reproductions/79fe6af522ae5b9b73173f36514c95429bd211e4.json +++ b/data/unsuccessful-reproductions/79fe6af522ae5b9b73173f36514c95429bd211e4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.10", "newVersion" : "1.2.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a0162be546a9ecf068365607f2e5d2f00a3f7c3.json b/data/unsuccessful-reproductions/7a0162be546a9ecf068365607f2e5d2f00a3f7c3.json index d218bb91e7b6..0fd2c2046862 100644 --- a/data/unsuccessful-reproductions/7a0162be546a9ecf068365607f2e5d2f00a3f7c3.json +++ b/data/unsuccessful-reproductions/7a0162be546a9ecf068365607f2e5d2f00a3f7c3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.3", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a08f62a03aa53b7295218680e5d7b27b06c3def.json b/data/unsuccessful-reproductions/7a08f62a03aa53b7295218680e5d7b27b06c3def.json index 83ec28004adf..d73c7e7df5e3 100644 --- a/data/unsuccessful-reproductions/7a08f62a03aa53b7295218680e5d7b27b06c3def.json +++ b/data/unsuccessful-reproductions/7a08f62a03aa53b7295218680e5d7b27b06c3def.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.6.1", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "ECL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a0ddcfdd74d108c31d9c520017244a0fe58f826.json b/data/unsuccessful-reproductions/7a0ddcfdd74d108c31d9c520017244a0fe58f826.json index c260cd003a83..37ac6647c0c4 100644 --- a/data/unsuccessful-reproductions/7a0ddcfdd74d108c31d9c520017244a0fe58f826.json +++ b/data/unsuccessful-reproductions/7a0ddcfdd74d108c31d9c520017244a0fe58f826.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a0f7eb0ae143b4cdfd8668f8c3865044eb97cba.json b/data/unsuccessful-reproductions/7a0f7eb0ae143b4cdfd8668f8c3865044eb97cba.json index 570ad22bc721..275316beb584 100644 --- a/data/unsuccessful-reproductions/7a0f7eb0ae143b4cdfd8668f8c3865044eb97cba.json +++ b/data/unsuccessful-reproductions/7a0f7eb0ae143b4cdfd8668f8c3865044eb97cba.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.3", "newVersion" : "2.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a2b60eff1795e7165c10cdd850ab6ec1f030e8e.json b/data/unsuccessful-reproductions/7a2b60eff1795e7165c10cdd850ab6ec1f030e8e.json index f4e337f6aa84..713c49d3cd40 100644 --- a/data/unsuccessful-reproductions/7a2b60eff1795e7165c10cdd850ab6ec1f030e8e.json +++ b/data/unsuccessful-reproductions/7a2b60eff1795e7165c10cdd850ab6ec1f030e8e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.122", "newVersion" : "2.17.139", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a39ba818cd2766698d1622a2697b6352623d2cc.json b/data/unsuccessful-reproductions/7a39ba818cd2766698d1622a2697b6352623d2cc.json index 3529102e5c8c..a1f609ec91de 100644 --- a/data/unsuccessful-reproductions/7a39ba818cd2766698d1622a2697b6352623d2cc.json +++ b/data/unsuccessful-reproductions/7a39ba818cd2766698d1622a2697b6352623d2cc.json @@ -12,7 +12,10 @@ "previousVersion" : "70.1", "newVersion" : "71.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a557ecdcbe0e13f030fbffbe3149f857df18ddc.json b/data/unsuccessful-reproductions/7a557ecdcbe0e13f030fbffbe3149f857df18ddc.json index 0255c8ecbc58..ff3ba94ff2b4 100644 --- a/data/unsuccessful-reproductions/7a557ecdcbe0e13f030fbffbe3149f857df18ddc.json +++ b/data/unsuccessful-reproductions/7a557ecdcbe0e13f030fbffbe3149f857df18ddc.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a562701dbb364b616a64341c81d2f13346f562f.json b/data/unsuccessful-reproductions/7a562701dbb364b616a64341c81d2f13346f562f.json index e74cdedd4bae..8acff95d2430 100644 --- a/data/unsuccessful-reproductions/7a562701dbb364b616a64341c81d2f13346f562f.json +++ b/data/unsuccessful-reproductions/7a562701dbb364b616a64341c81d2f13346f562f.json @@ -12,7 +12,10 @@ "previousVersion" : "24.1.1-jre", "newVersion" : "29.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a56af9652c44deadcb23148dd20891f452b55c4.json b/data/unsuccessful-reproductions/7a56af9652c44deadcb23148dd20891f452b55c4.json index 17ac3221dcb0..c7d9a4ff082e 100644 --- a/data/unsuccessful-reproductions/7a56af9652c44deadcb23148dd20891f452b55c4.json +++ b/data/unsuccessful-reproductions/7a56af9652c44deadcb23148dd20891f452b55c4.json @@ -12,7 +12,10 @@ "previousVersion" : "28.1-jre", "newVersion" : "31.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a5b2a187b5d0e7724ccf30c8c92ed8cc812c8c4.json b/data/unsuccessful-reproductions/7a5b2a187b5d0e7724ccf30c8c92ed8cc812c8c4.json index b932b1c8ab64..d0d24ab5a838 100644 --- a/data/unsuccessful-reproductions/7a5b2a187b5d0e7724ccf30c8c92ed8cc812c8c4.json +++ b/data/unsuccessful-reproductions/7a5b2a187b5d0e7724ccf30c8c92ed8cc812c8c4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.20", "newVersion" : "1.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a68672be8d33a85fbbb2f3f34a09cf16a8ad064.json b/data/unsuccessful-reproductions/7a68672be8d33a85fbbb2f3f34a09cf16a8ad064.json index dbb47201ad2d..cc1d718f464f 100644 --- a/data/unsuccessful-reproductions/7a68672be8d33a85fbbb2f3f34a09cf16a8ad064.json +++ b/data/unsuccessful-reproductions/7a68672be8d33a85fbbb2f3f34a09cf16a8ad064.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.17.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a8b26b7a4a022a38c03fcafaa36a7c4d1c31d9f.json b/data/unsuccessful-reproductions/7a8b26b7a4a022a38c03fcafaa36a7c4d1c31d9f.json index bfcaff753af4..bcd2911580b6 100644 --- a/data/unsuccessful-reproductions/7a8b26b7a4a022a38c03fcafaa36a7c4d1c31d9f.json +++ b/data/unsuccessful-reproductions/7a8b26b7a4a022a38c03fcafaa36a7c4d1c31d9f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "2.3.7", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a93c70efee096ba721c2eb5e86ad00b046b2dd1.json b/data/unsuccessful-reproductions/7a93c70efee096ba721c2eb5e86ad00b046b2dd1.json index de939e68a2dc..d24ee9f4cee5 100644 --- a/data/unsuccessful-reproductions/7a93c70efee096ba721c2eb5e86ad00b046b2dd1.json +++ b/data/unsuccessful-reproductions/7a93c70efee096ba721c2eb5e86ad00b046b2dd1.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.2", "newVersion" : "5.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7a9b2c8775fa83289f50aff26374bc39c99e5a9f.json b/data/unsuccessful-reproductions/7a9b2c8775fa83289f50aff26374bc39c99e5a9f.json index 8eadfbd89306..fd85e1ee1aad 100644 --- a/data/unsuccessful-reproductions/7a9b2c8775fa83289f50aff26374bc39c99e5a9f.json +++ b/data/unsuccessful-reproductions/7a9b2c8775fa83289f50aff26374bc39c99e5a9f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0", "newVersion" : "2.3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7acb480ae453f55505f557384770cb757870e5e9.json b/data/unsuccessful-reproductions/7acb480ae453f55505f557384770cb757870e5e9.json index 08fbf081d6f8..723849c2fddb 100644 --- a/data/unsuccessful-reproductions/7acb480ae453f55505f557384770cb757870e5e9.json +++ b/data/unsuccessful-reproductions/7acb480ae453f55505f557384770cb757870e5e9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "4.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ad0cd4cd74dff3f6ae6aab4e811ec3830d0e490.json b/data/unsuccessful-reproductions/7ad0cd4cd74dff3f6ae6aab4e811ec3830d0e490.json index 37201926054b..a66c4fd12b42 100644 --- a/data/unsuccessful-reproductions/7ad0cd4cd74dff3f6ae6aab4e811ec3830d0e490.json +++ b/data/unsuccessful-reproductions/7ad0cd4cd74dff3f6ae6aab4e811ec3830d0e490.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.76", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7af59227459853910f3f9eee42a7b9c776109dff.json b/data/unsuccessful-reproductions/7af59227459853910f3f9eee42a7b9c776109dff.json index 88520280e6c8..b297adbc2960 100644 --- a/data/unsuccessful-reproductions/7af59227459853910f3f9eee42a7b9c776109dff.json +++ b/data/unsuccessful-reproductions/7af59227459853910f3f9eee42a7b9c776109dff.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b040f1431bbe39f858fe07cc1e76782a91da461.json b/data/unsuccessful-reproductions/7b040f1431bbe39f858fe07cc1e76782a91da461.json index 0c83bee718a1..bc714dc46348 100644 --- a/data/unsuccessful-reproductions/7b040f1431bbe39f858fe07cc1e76782a91da461.json +++ b/data/unsuccessful-reproductions/7b040f1431bbe39f858fe07cc1e76782a91da461.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b0dac8ff3c4a63af025f39f68b33cb408f2598f.json b/data/unsuccessful-reproductions/7b0dac8ff3c4a63af025f39f68b33cb408f2598f.json index 8c33c3014699..c6333786faa1 100644 --- a/data/unsuccessful-reproductions/7b0dac8ff3c4a63af025f39f68b33cb408f2598f.json +++ b/data/unsuccessful-reproductions/7b0dac8ff3c4a63af025f39f68b33cb408f2598f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b3e2514f8a36b763785b7ae0f385c9f80b97450.json b/data/unsuccessful-reproductions/7b3e2514f8a36b763785b7ae0f385c9f80b97450.json index 164b0670474d..622e299b706e 100644 --- a/data/unsuccessful-reproductions/7b3e2514f8a36b763785b7ae0f385c9f80b97450.json +++ b/data/unsuccessful-reproductions/7b3e2514f8a36b763785b7ae0f385c9f80b97450.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.2", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b3f9ddafc43f44868d58cb64ebdd3f98e098780.json b/data/unsuccessful-reproductions/7b3f9ddafc43f44868d58cb64ebdd3f98e098780.json index 0a7058832e13..75df2dcfc62a 100644 --- a/data/unsuccessful-reproductions/7b3f9ddafc43f44868d58cb64ebdd3f98e098780.json +++ b/data/unsuccessful-reproductions/7b3f9ddafc43f44868d58cb64ebdd3f98e098780.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.618", "newVersion" : "1.12.261", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b4bb6a61402b9785ec9c6c485d17eddd23be28b.json b/data/unsuccessful-reproductions/7b4bb6a61402b9785ec9c6c485d17eddd23be28b.json index 83f8493172e9..fbc5579c087e 100644 --- a/data/unsuccessful-reproductions/7b4bb6a61402b9785ec9c6c485d17eddd23be28b.json +++ b/data/unsuccessful-reproductions/7b4bb6a61402b9785ec9c6c485d17eddd23be28b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.4", "newVersion" : "2.9.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b568e2124bd11ed57558c61079811a0df34ab95.json b/data/unsuccessful-reproductions/7b568e2124bd11ed57558c61079811a0df34ab95.json index acb132bf129e..c9f68133110d 100644 --- a/data/unsuccessful-reproductions/7b568e2124bd11ed57558c61079811a0df34ab95.json +++ b/data/unsuccessful-reproductions/7b568e2124bd11ed57558c61079811a0df34ab95.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b5a2019bd24a3e8647f421b485e830d6bfd39d7.json b/data/unsuccessful-reproductions/7b5a2019bd24a3e8647f421b485e830d6bfd39d7.json index de8cf20729f6..4265c704eec4 100644 --- a/data/unsuccessful-reproductions/7b5a2019bd24a3e8647f421b485e830d6bfd39d7.json +++ b/data/unsuccessful-reproductions/7b5a2019bd24a3e8647f421b485e830d6bfd39d7.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10", "newVersion" : "4.11", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b5da540377e673ea88ff85018b598331c74891b.json b/data/unsuccessful-reproductions/7b5da540377e673ea88ff85018b598331c74891b.json index 6f5766a46ffe..20e4f9e65e7a 100644 --- a/data/unsuccessful-reproductions/7b5da540377e673ea88ff85018b598331c74891b.json +++ b/data/unsuccessful-reproductions/7b5da540377e673ea88ff85018b598331c74891b.json @@ -12,7 +12,10 @@ "previousVersion" : "10.8.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b5ebb3f1771d09f1bc4edf89a17d75ca7686bed.json b/data/unsuccessful-reproductions/7b5ebb3f1771d09f1bc4edf89a17d75ca7686bed.json index d8184c7fc175..e2271c88cd67 100644 --- a/data/unsuccessful-reproductions/7b5ebb3f1771d09f1bc4edf89a17d75ca7686bed.json +++ b/data/unsuccessful-reproductions/7b5ebb3f1771d09f1bc4edf89a17d75ca7686bed.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.0", "newVersion" : "2.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b644f4efded26f877a52933325427c66ff8bb70.json b/data/unsuccessful-reproductions/7b644f4efded26f877a52933325427c66ff8bb70.json index 1e7e74133ddd..87f16e0c1fa0 100644 --- a/data/unsuccessful-reproductions/7b644f4efded26f877a52933325427c66ff8bb70.json +++ b/data/unsuccessful-reproductions/7b644f4efded26f877a52933325427c66ff8bb70.json @@ -12,7 +12,10 @@ "previousVersion" : "20200518", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b6f7e55058093a83001a831f0838428f2ded99a.json b/data/unsuccessful-reproductions/7b6f7e55058093a83001a831f0838428f2ded99a.json index f93edd22bb92..976e030b2b90 100644 --- a/data/unsuccessful-reproductions/7b6f7e55058093a83001a831f0838428f2ded99a.json +++ b/data/unsuccessful-reproductions/7b6f7e55058093a83001a831f0838428f2ded99a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.2", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b7cea4d8f158300a6672d89d27c7f7467a57fac.json b/data/unsuccessful-reproductions/7b7cea4d8f158300a6672d89d27c7f7467a57fac.json index c859b75ca463..ee72af4ece7e 100644 --- a/data/unsuccessful-reproductions/7b7cea4d8f158300a6672d89d27c7f7467a57fac.json +++ b/data/unsuccessful-reproductions/7b7cea4d8f158300a6672d89d27c7f7467a57fac.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b8d978b5b3603e6ea381448b3960031a1aa7773.json b/data/unsuccessful-reproductions/7b8d978b5b3603e6ea381448b3960031a1aa7773.json index d5317423cbca..3c10738f976d 100644 --- a/data/unsuccessful-reproductions/7b8d978b5b3603e6ea381448b3960031a1aa7773.json +++ b/data/unsuccessful-reproductions/7b8d978b5b3603e6ea381448b3960031a1aa7773.json @@ -12,7 +12,10 @@ "previousVersion" : "1.34.0", "newVersion" : "1.35.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7b8fed3003e45a7bbce365bbc60323142474ec1f.json b/data/unsuccessful-reproductions/7b8fed3003e45a7bbce365bbc60323142474ec1f.json index b0827ef0085f..ade59f520b0c 100644 --- a/data/unsuccessful-reproductions/7b8fed3003e45a7bbce365bbc60323142474ec1f.json +++ b/data/unsuccessful-reproductions/7b8fed3003e45a7bbce365bbc60323142474ec1f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.8", "newVersion" : "2.7.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7bab55a1dc5f06e28b6b75ccb5c7dc44bb8c81a0.json b/data/unsuccessful-reproductions/7bab55a1dc5f06e28b6b75ccb5c7dc44bb8c81a0.json index 89d9e4ca71ce..3aeb81ab4624 100644 --- a/data/unsuccessful-reproductions/7bab55a1dc5f06e28b6b75ccb5c7dc44bb8c81a0.json +++ b/data/unsuccessful-reproductions/7bab55a1dc5f06e28b6b75ccb5c7dc44bb8c81a0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.0", "newVersion" : "3.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7baf3011de90825e3b51f11aef55bf022de3d3e2.json b/data/unsuccessful-reproductions/7baf3011de90825e3b51f11aef55bf022de3d3e2.json index eb6b03e6c8ef..c7c77ccc2ff5 100644 --- a/data/unsuccessful-reproductions/7baf3011de90825e3b51f11aef55bf022de3d3e2.json +++ b/data/unsuccessful-reproductions/7baf3011de90825e3b51f11aef55bf022de3d3e2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.94", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7bc195bdb569c9916a7be1119c98ad990adbbbc4.json b/data/unsuccessful-reproductions/7bc195bdb569c9916a7be1119c98ad990adbbbc4.json index 73672c2f6f8c..641915589ce0 100644 --- a/data/unsuccessful-reproductions/7bc195bdb569c9916a7be1119c98ad990adbbbc4.json +++ b/data/unsuccessful-reproductions/7bc195bdb569c9916a7be1119c98ad990adbbbc4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7bcbf1038c25ce773966ce3a81bfa079eca99925.json b/data/unsuccessful-reproductions/7bcbf1038c25ce773966ce3a81bfa079eca99925.json index cb29659f443a..f5befb16a28c 100644 --- a/data/unsuccessful-reproductions/7bcbf1038c25ce773966ce3a81bfa079eca99925.json +++ b/data/unsuccessful-reproductions/7bcbf1038c25ce773966ce3a81bfa079eca99925.json @@ -12,7 +12,10 @@ "previousVersion" : "0.123.27", "newVersion" : "0.123.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7be5ddd05470ff3ed9ff138984665346e7a9944b.json b/data/unsuccessful-reproductions/7be5ddd05470ff3ed9ff138984665346e7a9944b.json index 0b5ee0fd1970..4012733ac5a7 100644 --- a/data/unsuccessful-reproductions/7be5ddd05470ff3ed9ff138984665346e7a9944b.json +++ b/data/unsuccessful-reproductions/7be5ddd05470ff3ed9ff138984665346e7a9944b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.190", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7be7e36f028f24926f1482fedcd2328301922cdb.json b/data/unsuccessful-reproductions/7be7e36f028f24926f1482fedcd2328301922cdb.json index fc500daf9f39..f7d7888d7de5 100644 --- a/data/unsuccessful-reproductions/7be7e36f028f24926f1482fedcd2328301922cdb.json +++ b/data/unsuccessful-reproductions/7be7e36f028f24926f1482fedcd2328301922cdb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.8", "newVersion" : "1.10.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7bf25ff1524a14071339ec3b6b6c929008fca614.json b/data/unsuccessful-reproductions/7bf25ff1524a14071339ec3b6b6c929008fca614.json index 4cea48d9c896..a258b385a2d1 100644 --- a/data/unsuccessful-reproductions/7bf25ff1524a14071339ec3b6b6c929008fca614.json +++ b/data/unsuccessful-reproductions/7bf25ff1524a14071339ec3b6b6c929008fca614.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7bf8674e127cc7e37de0da4e3b9a9be43e9cebbb.json b/data/unsuccessful-reproductions/7bf8674e127cc7e37de0da4e3b9a9be43e9cebbb.json index a0b4c730830c..0c5538955365 100644 --- a/data/unsuccessful-reproductions/7bf8674e127cc7e37de0da4e3b9a9be43e9cebbb.json +++ b/data/unsuccessful-reproductions/7bf8674e127cc7e37de0da4e3b9a9be43e9cebbb.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7bfbbc7d45c8372c18df56eebf055c77356820cb.json b/data/unsuccessful-reproductions/7bfbbc7d45c8372c18df56eebf055c77356820cb.json index 2d6218b9d831..f3c5fa19fdc5 100644 --- a/data/unsuccessful-reproductions/7bfbbc7d45c8372c18df56eebf055c77356820cb.json +++ b/data/unsuccessful-reproductions/7bfbbc7d45c8372c18df56eebf055c77356820cb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.3", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7bfcf381ccf39419a5525816ef7d386acd783223.json b/data/unsuccessful-reproductions/7bfcf381ccf39419a5525816ef7d386acd783223.json index 9b2dfa0b7b7c..1f2c711afb04 100644 --- a/data/unsuccessful-reproductions/7bfcf381ccf39419a5525816ef7d386acd783223.json +++ b/data/unsuccessful-reproductions/7bfcf381ccf39419a5525816ef7d386acd783223.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7c0f48fc04ee51fbfd749709a936b8d6ae1d0320.json b/data/unsuccessful-reproductions/7c0f48fc04ee51fbfd749709a936b8d6ae1d0320.json index 9950b974dcb7..14eefdeb103b 100644 --- a/data/unsuccessful-reproductions/7c0f48fc04ee51fbfd749709a936b8d6ae1d0320.json +++ b/data/unsuccessful-reproductions/7c0f48fc04ee51fbfd749709a936b8d6ae1d0320.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.20", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7c527e380fc21bda4955150083739c0d91f3ec92.json b/data/unsuccessful-reproductions/7c527e380fc21bda4955150083739c0d91f3ec92.json index 3307870f7ce5..41ff2baeac4b 100644 --- a/data/unsuccessful-reproductions/7c527e380fc21bda4955150083739c0d91f3ec92.json +++ b/data/unsuccessful-reproductions/7c527e380fc21bda4955150083739c0d91f3ec92.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.100", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7c7d7098a2ab28e193c18251d819ebd070ee893a.json b/data/unsuccessful-reproductions/7c7d7098a2ab28e193c18251d819ebd070ee893a.json index b5bd6c5f9cc4..259366c6b89b 100644 --- a/data/unsuccessful-reproductions/7c7d7098a2ab28e193c18251d819ebd070ee893a.json +++ b/data/unsuccessful-reproductions/7c7d7098a2ab28e193c18251d819ebd070ee893a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7", "newVersion" : "1.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7c9a43d5d818a511fe607086c8e25e92da6a556e.json b/data/unsuccessful-reproductions/7c9a43d5d818a511fe607086c8e25e92da6a556e.json index a1851325e9f7..c8fff1a01b72 100644 --- a/data/unsuccessful-reproductions/7c9a43d5d818a511fe607086c8e25e92da6a556e.json +++ b/data/unsuccessful-reproductions/7c9a43d5d818a511fe607086c8e25e92da6a556e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.110", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ca74a8be3742de2e0c6f1447c64af490507f3c3.json b/data/unsuccessful-reproductions/7ca74a8be3742de2e0c6f1447c64af490507f3c3.json index c6fb6ab6022a..82acd8f5cd6d 100644 --- a/data/unsuccessful-reproductions/7ca74a8be3742de2e0c6f1447c64af490507f3c3.json +++ b/data/unsuccessful-reproductions/7ca74a8be3742de2e0c6f1447c64af490507f3c3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7cb646dcfa8b962fec7f3c377947de2caf5d1abb.json b/data/unsuccessful-reproductions/7cb646dcfa8b962fec7f3c377947de2caf5d1abb.json index c0f31e81d7b0..f7ac1c14fefa 100644 --- a/data/unsuccessful-reproductions/7cb646dcfa8b962fec7f3c377947de2caf5d1abb.json +++ b/data/unsuccessful-reproductions/7cb646dcfa8b962fec7f3c377947de2caf5d1abb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.9", "newVersion" : "2.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7cc026f0992cb5b4cb9ca591e0423d4d860f6093.json b/data/unsuccessful-reproductions/7cc026f0992cb5b4cb9ca591e0423d4d860f6093.json index 15ee4f3f5861..957983e8a671 100644 --- a/data/unsuccessful-reproductions/7cc026f0992cb5b4cb9ca591e0423d4d860f6093.json +++ b/data/unsuccessful-reproductions/7cc026f0992cb5b4cb9ca591e0423d4d860f6093.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.20", "newVersion" : "1.12.21", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ccf6177ea1fb23869d20a0b2f2ecbbc41e09c5e.json b/data/unsuccessful-reproductions/7ccf6177ea1fb23869d20a0b2f2ecbbc41e09c5e.json index 4444826312d0..1de65ce84cfb 100644 --- a/data/unsuccessful-reproductions/7ccf6177ea1fb23869d20a0b2f2ecbbc41e09c5e.json +++ b/data/unsuccessful-reproductions/7ccf6177ea1fb23869d20a0b2f2ecbbc41e09c5e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.0", "newVersion" : "2.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ce49a18617777beb0011e8cbb1c5dd07debe4a9.json b/data/unsuccessful-reproductions/7ce49a18617777beb0011e8cbb1c5dd07debe4a9.json index a1102d09ada7..f598b6dad762 100644 --- a/data/unsuccessful-reproductions/7ce49a18617777beb0011e8cbb1c5dd07debe4a9.json +++ b/data/unsuccessful-reproductions/7ce49a18617777beb0011e8cbb1c5dd07debe4a9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.4", "newVersion" : "2.2.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7d286040e2924cdb33de72c802ab33a87997b8fe.json b/data/unsuccessful-reproductions/7d286040e2924cdb33de72c802ab33a87997b8fe.json index fdd033a42a31..08d8f4dec471 100644 --- a/data/unsuccessful-reproductions/7d286040e2924cdb33de72c802ab33a87997b8fe.json +++ b/data/unsuccessful-reproductions/7d286040e2924cdb33de72c802ab33a87997b8fe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7d3486b214b6f03efe67115fe46e769c9ef532ec.json b/data/unsuccessful-reproductions/7d3486b214b6f03efe67115fe46e769c9ef532ec.json index 938dbce707a3..4e126d0eddea 100644 --- a/data/unsuccessful-reproductions/7d3486b214b6f03efe67115fe46e769c9ef532ec.json +++ b/data/unsuccessful-reproductions/7d3486b214b6f03efe67115fe46e769c9ef532ec.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.225", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7d38061b71b193262057676d2a698a10786291ef.json b/data/unsuccessful-reproductions/7d38061b71b193262057676d2a698a10786291ef.json index 0a3db8e4acab..09a2dfb348b8 100644 --- a/data/unsuccessful-reproductions/7d38061b71b193262057676d2a698a10786291ef.json +++ b/data/unsuccessful-reproductions/7d38061b71b193262057676d2a698a10786291ef.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.21", "newVersion" : "2.8.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7d6b7450785057233bc8c67797f6b1aa1f6a6045.json b/data/unsuccessful-reproductions/7d6b7450785057233bc8c67797f6b1aa1f6a6045.json index cdb83f06886f..067bddfacf7b 100644 --- a/data/unsuccessful-reproductions/7d6b7450785057233bc8c67797f6b1aa1f6a6045.json +++ b/data/unsuccessful-reproductions/7d6b7450785057233bc8c67797f6b1aa1f6a6045.json @@ -12,7 +12,10 @@ "previousVersion" : "2.28.1", "newVersion" : "2.31.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7d6eea76dd701ace2ffc319d03e2ca4da1d47ded.json b/data/unsuccessful-reproductions/7d6eea76dd701ace2ffc319d03e2ca4da1d47ded.json index b9804e17728f..65ac0fc405b2 100644 --- a/data/unsuccessful-reproductions/7d6eea76dd701ace2ffc319d03e2ca4da1d47ded.json +++ b/data/unsuccessful-reproductions/7d6eea76dd701ace2ffc319d03e2ca4da1d47ded.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.5", "newVersion" : "1.19.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7d75171a01098b3cf11828bc6bdd8421bc93d3a0.json b/data/unsuccessful-reproductions/7d75171a01098b3cf11828bc6bdd8421bc93d3a0.json index fa9005d3cc4b..4a2c1dbe1b6e 100644 --- a/data/unsuccessful-reproductions/7d75171a01098b3cf11828bc6bdd8421bc93d3a0.json +++ b/data/unsuccessful-reproductions/7d75171a01098b3cf11828bc6bdd8421bc93d3a0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7d820c11bff9e7c191869439d518f572addffef4.json b/data/unsuccessful-reproductions/7d820c11bff9e7c191869439d518f572addffef4.json index e848bf17bcfd..2a1d13a9a509 100644 --- a/data/unsuccessful-reproductions/7d820c11bff9e7c191869439d518f572addffef4.json +++ b/data/unsuccessful-reproductions/7d820c11bff9e7c191869439d518f572addffef4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.19", "newVersion" : "2.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7da78d9420c9f67b19acc660bf033ed69af83d1b.json b/data/unsuccessful-reproductions/7da78d9420c9f67b19acc660bf033ed69af83d1b.json index b74c21117366..ee75f5fcfafa 100644 --- a/data/unsuccessful-reproductions/7da78d9420c9f67b19acc660bf033ed69af83d1b.json +++ b/data/unsuccessful-reproductions/7da78d9420c9f67b19acc660bf033ed69af83d1b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.43.2", "newVersion" : "1.44.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7dae35f5034cbf5e8e4a976f9a5a59509068f92c.json b/data/unsuccessful-reproductions/7dae35f5034cbf5e8e4a976f9a5a59509068f92c.json index 3a31ed45f87d..9efafd17182b 100644 --- a/data/unsuccessful-reproductions/7dae35f5034cbf5e8e4a976f9a5a59509068f92c.json +++ b/data/unsuccessful-reproductions/7dae35f5034cbf5e8e4a976f9a5a59509068f92c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "2.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ddcc39c971e0d0c6414a4244ec4c9cd18bb89c0.json b/data/unsuccessful-reproductions/7ddcc39c971e0d0c6414a4244ec4c9cd18bb89c0.json index b3b7631dfd5f..cee4618831f8 100644 --- a/data/unsuccessful-reproductions/7ddcc39c971e0d0c6414a4244ec4c9cd18bb89c0.json +++ b/data/unsuccessful-reproductions/7ddcc39c971e0d0c6414a4244ec4c9cd18bb89c0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.450", "newVersion" : "1.12.451", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7df7c38bd784135e98d3d256d730a5b81816887d.json b/data/unsuccessful-reproductions/7df7c38bd784135e98d3d256d730a5b81816887d.json index 3b70f49f8c40..7ce9361cf978 100644 --- a/data/unsuccessful-reproductions/7df7c38bd784135e98d3d256d730a5b81816887d.json +++ b/data/unsuccessful-reproductions/7df7c38bd784135e98d3d256d730a5b81816887d.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.5", "newVersion" : "0.11.5", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7e099beca379d7318292cf252c368a44dff1c48d.json b/data/unsuccessful-reproductions/7e099beca379d7318292cf252c368a44dff1c48d.json index 1e775c9cca86..9188cbd4b623 100644 --- a/data/unsuccessful-reproductions/7e099beca379d7318292cf252c368a44dff1c48d.json +++ b/data/unsuccessful-reproductions/7e099beca379d7318292cf252c368a44dff1c48d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32.1", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-2-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7e0f03c9ddc67af9d2bbfce83283ccb9543b3212.json b/data/unsuccessful-reproductions/7e0f03c9ddc67af9d2bbfce83283ccb9543b3212.json index 83d987615e3b..12a1907b7dd8 100644 --- a/data/unsuccessful-reproductions/7e0f03c9ddc67af9d2bbfce83283ccb9543b3212.json +++ b/data/unsuccessful-reproductions/7e0f03c9ddc67af9d2bbfce83283ccb9543b3212.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.19", "newVersion" : "2.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7e184b179d0eba8e616441384c746a2303566369.json b/data/unsuccessful-reproductions/7e184b179d0eba8e616441384c746a2303566369.json index 1efc3c70f3fd..637f062455af 100644 --- a/data/unsuccessful-reproductions/7e184b179d0eba8e616441384c746a2303566369.json +++ b/data/unsuccessful-reproductions/7e184b179d0eba8e616441384c746a2303566369.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.238", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7e31bcde11a4a45d2115db2ea8264d88ee1743df.json b/data/unsuccessful-reproductions/7e31bcde11a4a45d2115db2ea8264d88ee1743df.json index 349cbae454cb..f67c4ab7fb1e 100644 --- a/data/unsuccessful-reproductions/7e31bcde11a4a45d2115db2ea8264d88ee1743df.json +++ b/data/unsuccessful-reproductions/7e31bcde11a4a45d2115db2ea8264d88ee1743df.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.12.RELEASE", "newVersion" : "5.2.20.RELEASE", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7e3c9ae04a91d57ea2cde0038662b67cfccd1afd.json b/data/unsuccessful-reproductions/7e3c9ae04a91d57ea2cde0038662b67cfccd1afd.json index 06e8d4675320..a0908cf34735 100644 --- a/data/unsuccessful-reproductions/7e3c9ae04a91d57ea2cde0038662b67cfccd1afd.json +++ b/data/unsuccessful-reproductions/7e3c9ae04a91d57ea2cde0038662b67cfccd1afd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.33", "newVersion" : "1.7.34", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7e49ab812b446a171c389b02f791fda96fb4baca.json b/data/unsuccessful-reproductions/7e49ab812b446a171c389b02f791fda96fb4baca.json index 318bb07ed602..458c06d22cb6 100644 --- a/data/unsuccessful-reproductions/7e49ab812b446a171c389b02f791fda96fb4baca.json +++ b/data/unsuccessful-reproductions/7e49ab812b446a171c389b02f791fda96fb4baca.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5545.v924953404220", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7e665336a6075fc3f434d052e03310184046dc3a.json b/data/unsuccessful-reproductions/7e665336a6075fc3f434d052e03310184046dc3a.json index b988346ad8fd..94343a8aa5ec 100644 --- a/data/unsuccessful-reproductions/7e665336a6075fc3f434d052e03310184046dc3a.json +++ b/data/unsuccessful-reproductions/7e665336a6075fc3f434d052e03310184046dc3a.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.15", "newVersion" : "4.4.16", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7e68b80dedba8b2c3d46a09fdea75f2c8525d8d6.json b/data/unsuccessful-reproductions/7e68b80dedba8b2c3d46a09fdea75f2c8525d8d6.json index 8ab5b6901343..efa8023d361a 100644 --- a/data/unsuccessful-reproductions/7e68b80dedba8b2c3d46a09fdea75f2c8525d8d6.json +++ b/data/unsuccessful-reproductions/7e68b80dedba8b2c3d46a09fdea75f2c8525d8d6.json @@ -12,7 +12,10 @@ "previousVersion" : "8.25", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7e946b010dc36bbb1691b25835c2cbb39829bdf7.json b/data/unsuccessful-reproductions/7e946b010dc36bbb1691b25835c2cbb39829bdf7.json index 5dbef192aa6f..f07148a03b53 100644 --- a/data/unsuccessful-reproductions/7e946b010dc36bbb1691b25835c2cbb39829bdf7.json +++ b/data/unsuccessful-reproductions/7e946b010dc36bbb1691b25835c2cbb39829bdf7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.76", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7e9e4595eb6603891568d3e4ead85c9b4a33d8d8.json b/data/unsuccessful-reproductions/7e9e4595eb6603891568d3e4ead85c9b4a33d8d8.json index 87f73f27ad5c..7ac7716d8317 100644 --- a/data/unsuccessful-reproductions/7e9e4595eb6603891568d3e4ead85c9b4a33d8d8.json +++ b/data/unsuccessful-reproductions/7e9e4595eb6603891568d3e4ead85c9b4a33d8d8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ea770e90e1a65b0d03233b4142d847080a96319.json b/data/unsuccessful-reproductions/7ea770e90e1a65b0d03233b4142d847080a96319.json index 7ee77d04f0c1..8053bfa3af2b 100644 --- a/data/unsuccessful-reproductions/7ea770e90e1a65b0d03233b4142d847080a96319.json +++ b/data/unsuccessful-reproductions/7ea770e90e1a65b0d03233b4142d847080a96319.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7eaba3ca029c141ced4d1c55a6c4bd1eeeb54809.json b/data/unsuccessful-reproductions/7eaba3ca029c141ced4d1c55a6c4bd1eeeb54809.json index 89bad995d821..74fa5dce50ac 100644 --- a/data/unsuccessful-reproductions/7eaba3ca029c141ced4d1c55a6c4bd1eeeb54809.json +++ b/data/unsuccessful-reproductions/7eaba3ca029c141ced4d1c55a6c4bd1eeeb54809.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "3.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7eae87f234fb82a0765bf22c79dfae117f3d42c0.json b/data/unsuccessful-reproductions/7eae87f234fb82a0765bf22c79dfae117f3d42c0.json index 9a639d212958..cdc2633a1907 100644 --- a/data/unsuccessful-reproductions/7eae87f234fb82a0765bf22c79dfae117f3d42c0.json +++ b/data/unsuccessful-reproductions/7eae87f234fb82a0765bf22c79dfae117f3d42c0.json @@ -12,7 +12,10 @@ "previousVersion" : "20180813", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7eb0a18bd3d95c4ececf9cdaa2f641eafd25f05d.json b/data/unsuccessful-reproductions/7eb0a18bd3d95c4ececf9cdaa2f641eafd25f05d.json index 296b05de3be6..49c973b815ed 100644 --- a/data/unsuccessful-reproductions/7eb0a18bd3d95c4ececf9cdaa2f641eafd25f05d.json +++ b/data/unsuccessful-reproductions/7eb0a18bd3d95c4ececf9cdaa2f641eafd25f05d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.1", "newVersion" : "2.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ec0981beefaaf85b914ab8853d492441c207a00.json b/data/unsuccessful-reproductions/7ec0981beefaaf85b914ab8853d492441c207a00.json index ccbf3ad829ed..aa663f3da810 100644 --- a/data/unsuccessful-reproductions/7ec0981beefaaf85b914ab8853d492441c207a00.json +++ b/data/unsuccessful-reproductions/7ec0981beefaaf85b914ab8853d492441c207a00.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.33", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7edf77a94460feb93918b179f8063dfd4a452213.json b/data/unsuccessful-reproductions/7edf77a94460feb93918b179f8063dfd4a452213.json index ecfee9437782..3fe02c2e2444 100644 --- a/data/unsuccessful-reproductions/7edf77a94460feb93918b179f8063dfd4a452213.json +++ b/data/unsuccessful-reproductions/7edf77a94460feb93918b179f8063dfd4a452213.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.10.1", "newVersion" : "1.1.10.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ee23da1264442a0eaf3aa0f03bb0c2beba9cab7.json b/data/unsuccessful-reproductions/7ee23da1264442a0eaf3aa0f03bb0c2beba9cab7.json index ec21e8bca521..97b5ba6e20df 100644 --- a/data/unsuccessful-reproductions/7ee23da1264442a0eaf3aa0f03bb0c2beba9cab7.json +++ b/data/unsuccessful-reproductions/7ee23da1264442a0eaf3aa0f03bb0c2beba9cab7.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.15", "newVersion" : "5.3.16", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ee5b90fd83601df9951d04485ad7677d22c046a.json b/data/unsuccessful-reproductions/7ee5b90fd83601df9951d04485ad7677d22c046a.json index 8db173f100fa..5001bd93f370 100644 --- a/data/unsuccessful-reproductions/7ee5b90fd83601df9951d04485ad7677d22c046a.json +++ b/data/unsuccessful-reproductions/7ee5b90fd83601df9951d04485ad7677d22c046a.json @@ -12,7 +12,10 @@ "previousVersion" : "6.1.26", "newVersion" : "7.0.0pre4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ee9c439dd0a6b3c3c452e920c2f07ae8e76943c.json b/data/unsuccessful-reproductions/7ee9c439dd0a6b3c3c452e920c2f07ae8e76943c.json index daba9ae5bcf4..ab1131b91d7f 100644 --- a/data/unsuccessful-reproductions/7ee9c439dd0a6b3c3c452e920c2f07ae8e76943c.json +++ b/data/unsuccessful-reproductions/7ee9c439dd0a6b3c3c452e920c2f07ae8e76943c.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ef229dc70aae583da65778c98b8c756bd3860ee.json b/data/unsuccessful-reproductions/7ef229dc70aae583da65778c98b8c756bd3860ee.json index c5ff94b4a802..44341f544f16 100644 --- a/data/unsuccessful-reproductions/7ef229dc70aae583da65778c98b8c756bd3860ee.json +++ b/data/unsuccessful-reproductions/7ef229dc70aae583da65778c98b8c756bd3860ee.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.2.7", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7efa75fed9e038b8153635f755308e9ac320d517.json b/data/unsuccessful-reproductions/7efa75fed9e038b8153635f755308e9ac320d517.json index 2762c9a7c045..f054e7ebb86c 100644 --- a/data/unsuccessful-reproductions/7efa75fed9e038b8153635f755308e9ac320d517.json +++ b/data/unsuccessful-reproductions/7efa75fed9e038b8153635f755308e9ac320d517.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f01ef62fcf5c9e83f0d6235f722f8ad363729e2.json b/data/unsuccessful-reproductions/7f01ef62fcf5c9e83f0d6235f722f8ad363729e2.json index 3112ecdc3bcf..423fed9596c5 100644 --- a/data/unsuccessful-reproductions/7f01ef62fcf5c9e83f0d6235f722f8ad363729e2.json +++ b/data/unsuccessful-reproductions/7f01ef62fcf5c9e83f0d6235f722f8ad363729e2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f08b387d7d9dd08186bb3cbf03be83b2dfcd4db.json b/data/unsuccessful-reproductions/7f08b387d7d9dd08186bb3cbf03be83b2dfcd4db.json index 8472e97dd1dc..92f0a2e28587 100644 --- a/data/unsuccessful-reproductions/7f08b387d7d9dd08186bb3cbf03be83b2dfcd4db.json +++ b/data/unsuccessful-reproductions/7f08b387d7d9dd08186bb3cbf03be83b2dfcd4db.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.1", "newVersion" : "3.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f09c4cd50453620aa456673bda14ef74cc28b22.json b/data/unsuccessful-reproductions/7f09c4cd50453620aa456673bda14ef74cc28b22.json index acce3060ba56..783cda3cd2ab 100644 --- a/data/unsuccessful-reproductions/7f09c4cd50453620aa456673bda14ef74cc28b22.json +++ b/data/unsuccessful-reproductions/7f09c4cd50453620aa456673bda14ef74cc28b22.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.7", "newVersion" : "2.4.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f0b7266a8cd0be8bf9fbd473458ae77b986856e.json b/data/unsuccessful-reproductions/7f0b7266a8cd0be8bf9fbd473458ae77b986856e.json index 35fc98e959e8..f12c6b9df86f 100644 --- a/data/unsuccessful-reproductions/7f0b7266a8cd0be8bf9fbd473458ae77b986856e.json +++ b/data/unsuccessful-reproductions/7f0b7266a8cd0be8bf9fbd473458ae77b986856e.json @@ -12,7 +12,10 @@ "previousVersion" : "26.0.0", "newVersion" : "26.1.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f0ca4306ee12bdd12a60863f0f548f0547d8a33.json b/data/unsuccessful-reproductions/7f0ca4306ee12bdd12a60863f0f548f0547d8a33.json index f4fc268bf7b1..7b16c97ed7c4 100644 --- a/data/unsuccessful-reproductions/7f0ca4306ee12bdd12a60863f0f548f0547d8a33.json +++ b/data/unsuccessful-reproductions/7f0ca4306ee12bdd12a60863f0f548f0547d8a33.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.5", "newVersion" : "2.9.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f0eee4a4ab62b9b2596dfe022d99bf7fa061679.json b/data/unsuccessful-reproductions/7f0eee4a4ab62b9b2596dfe022d99bf7fa061679.json index de66bde70580..6197183a845f 100644 --- a/data/unsuccessful-reproductions/7f0eee4a4ab62b9b2596dfe022d99bf7fa061679.json +++ b/data/unsuccessful-reproductions/7f0eee4a4ab62b9b2596dfe022d99bf7fa061679.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.243", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f1a35f306c231889ed8ca8a0e7ad43fd7bbddd6.json b/data/unsuccessful-reproductions/7f1a35f306c231889ed8ca8a0e7ad43fd7bbddd6.json index 4f055aeb2978..c455c36b5046 100644 --- a/data/unsuccessful-reproductions/7f1a35f306c231889ed8ca8a0e7ad43fd7bbddd6.json +++ b/data/unsuccessful-reproductions/7f1a35f306c231889ed8ca8a0e7ad43fd7bbddd6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.2.20220328-281.v9ecc7a_5e834f", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f39d2ebedf854234e0d2d12600347761178e90c.json b/data/unsuccessful-reproductions/7f39d2ebedf854234e0d2d12600347761178e90c.json index 9f616bb25143..256b246fbc9a 100644 --- a/data/unsuccessful-reproductions/7f39d2ebedf854234e0d2d12600347761178e90c.json +++ b/data/unsuccessful-reproductions/7f39d2ebedf854234e0d2d12600347761178e90c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.78", "newVersion" : "1.81", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f3afab6f1e88b7fc0db13af326f1adee284e0ac.json b/data/unsuccessful-reproductions/7f3afab6f1e88b7fc0db13af326f1adee284e0ac.json index 7171ca60fddc..03da20b6fda2 100644 --- a/data/unsuccessful-reproductions/7f3afab6f1e88b7fc0db13af326f1adee284e0ac.json +++ b/data/unsuccessful-reproductions/7f3afab6f1e88b7fc0db13af326f1adee284e0ac.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.2", "newVersion" : "3.21.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f4447e7966bec80de0b2353c80a6213b3d2ff6d.json b/data/unsuccessful-reproductions/7f4447e7966bec80de0b2353c80a6213b3d2ff6d.json index 0518cf047ae9..d5aff47f37fa 100644 --- a/data/unsuccessful-reproductions/7f4447e7966bec80de0b2353c80a6213b3d2ff6d.json +++ b/data/unsuccessful-reproductions/7f4447e7966bec80de0b2353c80a6213b3d2ff6d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.4", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f4919cffddc16651d05f2e59ec55dc4d7e4225d.json b/data/unsuccessful-reproductions/7f4919cffddc16651d05f2e59ec55dc4d7e4225d.json index 0cbd3ffb6640..696660ba90c1 100644 --- a/data/unsuccessful-reproductions/7f4919cffddc16651d05f2e59ec55dc4d7e4225d.json +++ b/data/unsuccessful-reproductions/7f4919cffddc16651d05f2e59ec55dc4d7e4225d.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f5bd035b62d9591063b4ae34d6ba7709324f15e.json b/data/unsuccessful-reproductions/7f5bd035b62d9591063b4ae34d6ba7709324f15e.json index 1b03baa66411..f389c6a01fcc 100644 --- a/data/unsuccessful-reproductions/7f5bd035b62d9591063b4ae34d6ba7709324f15e.json +++ b/data/unsuccessful-reproductions/7f5bd035b62d9591063b4ae34d6ba7709324f15e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.17.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f60ace9340221c54aa88fa7fc3cf5c6dcf8deee.json b/data/unsuccessful-reproductions/7f60ace9340221c54aa88fa7fc3cf5c6dcf8deee.json index 77db918d259b..a1a3370ddb75 100644 --- a/data/unsuccessful-reproductions/7f60ace9340221c54aa88fa7fc3cf5c6dcf8deee.json +++ b/data/unsuccessful-reproductions/7f60ace9340221c54aa88fa7fc3cf5c6dcf8deee.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.1", "newVersion" : "3.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f6d77fecee3e4ce11d4481834d54834fec25dd6.json b/data/unsuccessful-reproductions/7f6d77fecee3e4ce11d4481834d54834fec25dd6.json index 05e53c586786..741c07c3d417 100644 --- a/data/unsuccessful-reproductions/7f6d77fecee3e4ce11d4481834d54834fec25dd6.json +++ b/data/unsuccessful-reproductions/7f6d77fecee3e4ce11d4481834d54834fec25dd6.json @@ -12,7 +12,10 @@ "previousVersion" : "5.13.0.202109080827-r", "newVersion" : "6.1.0.202203080745-r", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7f7091250af28f37aa36d9787076ed5062b31261.json b/data/unsuccessful-reproductions/7f7091250af28f37aa36d9787076ed5062b31261.json index 26593f847bb4..7714be9f81b4 100644 --- a/data/unsuccessful-reproductions/7f7091250af28f37aa36d9787076ed5062b31261.json +++ b/data/unsuccessful-reproductions/7f7091250af28f37aa36d9787076ed5062b31261.json @@ -12,7 +12,10 @@ "previousVersion" : "10.8.1", "newVersion" : "10.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7fb24cbd248e185168e93c3a8b4f87223e857128.json b/data/unsuccessful-reproductions/7fb24cbd248e185168e93c3a8b4f87223e857128.json index 80b8e1d1452d..0dd7387ee8b9 100644 --- a/data/unsuccessful-reproductions/7fb24cbd248e185168e93c3a8b4f87223e857128.json +++ b/data/unsuccessful-reproductions/7fb24cbd248e185168e93c3a8b4f87223e857128.json @@ -12,7 +12,10 @@ "previousVersion" : "2.37.1", "newVersion" : "2.37.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7fc93f2bace04827b32fcb46057e38fb556593f2.json b/data/unsuccessful-reproductions/7fc93f2bace04827b32fcb46057e38fb556593f2.json index 2c56400b6ece..294b93dc29f3 100644 --- a/data/unsuccessful-reproductions/7fc93f2bace04827b32fcb46057e38fb556593f2.json +++ b/data/unsuccessful-reproductions/7fc93f2bace04827b32fcb46057e38fb556593f2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.46", "newVersion" : "1.2.83", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7fcfedf0e4504733f56487830ede5eaeb2e3dc7e.json b/data/unsuccessful-reproductions/7fcfedf0e4504733f56487830ede5eaeb2e3dc7e.json index e0d49f25bf8b..91e08b41d758 100644 --- a/data/unsuccessful-reproductions/7fcfedf0e4504733f56487830ede5eaeb2e3dc7e.json +++ b/data/unsuccessful-reproductions/7fcfedf0e4504733f56487830ede5eaeb2e3dc7e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "1.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7fd436654fa3b812e0dcf841f22e763dced604ab.json b/data/unsuccessful-reproductions/7fd436654fa3b812e0dcf841f22e763dced604ab.json index 9076003d98e6..ebd5afa08db7 100644 --- a/data/unsuccessful-reproductions/7fd436654fa3b812e0dcf841f22e763dced604ab.json +++ b/data/unsuccessful-reproductions/7fd436654fa3b812e0dcf841f22e763dced604ab.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.11.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7fd9c023801c4c58aa6e469e08e2a2de412ba98c.json b/data/unsuccessful-reproductions/7fd9c023801c4c58aa6e469e08e2a2de412ba98c.json index 57ad9d05e97c..c4b10f900d55 100644 --- a/data/unsuccessful-reproductions/7fd9c023801c4c58aa6e469e08e2a2de412ba98c.json +++ b/data/unsuccessful-reproductions/7fd9c023801c4c58aa6e469e08e2a2de412ba98c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7fdbd9f47711f2aaaddc1e2dbf477902f576b65e.json b/data/unsuccessful-reproductions/7fdbd9f47711f2aaaddc1e2dbf477902f576b65e.json index 7bd0bc42f06c..4b94c21db0e6 100644 --- a/data/unsuccessful-reproductions/7fdbd9f47711f2aaaddc1e2dbf477902f576b65e.json +++ b/data/unsuccessful-reproductions/7fdbd9f47711f2aaaddc1e2dbf477902f576b65e.json @@ -12,7 +12,10 @@ "previousVersion" : "10.4", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/7ff4aedf9888878ac63ec89af747925157d906dd.json b/data/unsuccessful-reproductions/7ff4aedf9888878ac63ec89af747925157d906dd.json index c4e952114757..0ee47b701924 100644 --- a/data/unsuccessful-reproductions/7ff4aedf9888878ac63ec89af747925157d906dd.json +++ b/data/unsuccessful-reproductions/7ff4aedf9888878ac63ec89af747925157d906dd.json @@ -12,7 +12,10 @@ "previousVersion" : "0.97.3.2", "newVersion" : "0.97.5.1", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "CC-BY-SA-4.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/801ab41e16ac9f8e73ff9d9761daf063ae4b2ad8.json b/data/unsuccessful-reproductions/801ab41e16ac9f8e73ff9d9761daf063ae4b2ad8.json index 5b8e71f51538..3c2c71531a73 100644 --- a/data/unsuccessful-reproductions/801ab41e16ac9f8e73ff9d9761daf063ae4b2ad8.json +++ b/data/unsuccessful-reproductions/801ab41e16ac9f8e73ff9d9761daf063ae4b2ad8.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8020f0bf400f3a65e1743d7a210ad49c436fe64b.json b/data/unsuccessful-reproductions/8020f0bf400f3a65e1743d7a210ad49c436fe64b.json index d7cba4a56b20..775cb697891a 100644 --- a/data/unsuccessful-reproductions/8020f0bf400f3a65e1743d7a210ad49c436fe64b.json +++ b/data/unsuccessful-reproductions/8020f0bf400f3a65e1743d7a210ad49c436fe64b.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.20", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/802140fc9b5654a0bf1c39718c06d9b107d0ca63.json b/data/unsuccessful-reproductions/802140fc9b5654a0bf1c39718c06d9b107d0ca63.json index 441bda2f6b72..83597e938ab3 100644 --- a/data/unsuccessful-reproductions/802140fc9b5654a0bf1c39718c06d9b107d0ca63.json +++ b/data/unsuccessful-reproductions/802140fc9b5654a0bf1c39718c06d9b107d0ca63.json @@ -12,7 +12,10 @@ "previousVersion" : "1382.v7d694476f340", "newVersion" : "1723.vcb_9fee52c9fc", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/802e8be7be30f632c4df4144d64247c4927f8af5.json b/data/unsuccessful-reproductions/802e8be7be30f632c4df4144d64247c4927f8af5.json index 7884d2af55fe..3164a0ce22ec 100644 --- a/data/unsuccessful-reproductions/802e8be7be30f632c4df4144d64247c4927f8af5.json +++ b/data/unsuccessful-reproductions/802e8be7be30f632c4df4144d64247c4927f8af5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.19.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8033b6b7c1dab244e3024979666e1c074de4da34.json b/data/unsuccessful-reproductions/8033b6b7c1dab244e3024979666e1c074de4da34.json index 9c8e94094cbd..8b60dae1641e 100644 --- a/data/unsuccessful-reproductions/8033b6b7c1dab244e3024979666e1c074de4da34.json +++ b/data/unsuccessful-reproductions/8033b6b7c1dab244e3024979666e1c074de4da34.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4", "newVersion" : "2.16", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8047ef3be17ddc5586ca1cdc703c6609654c4800.json b/data/unsuccessful-reproductions/8047ef3be17ddc5586ca1cdc703c6609654c4800.json index 42d299de5a0f..777ae82ce18e 100644 --- a/data/unsuccessful-reproductions/8047ef3be17ddc5586ca1cdc703c6609654c4800.json +++ b/data/unsuccessful-reproductions/8047ef3be17ddc5586ca1cdc703c6609654c4800.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.12", "newVersion" : "4.0.5", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "ECL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/804cf571cb8d2b74e3250ddac0fb73daaff9f7a5.json b/data/unsuccessful-reproductions/804cf571cb8d2b74e3250ddac0fb73daaff9f7a5.json index 256057866c22..0e7a7829b5ff 100644 --- a/data/unsuccessful-reproductions/804cf571cb8d2b74e3250ddac0fb73daaff9f7a5.json +++ b/data/unsuccessful-reproductions/804cf571cb8d2b74e3250ddac0fb73daaff9f7a5.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80576352fb0a6c6e852dc719ed9181e5602767db.json b/data/unsuccessful-reproductions/80576352fb0a6c6e852dc719ed9181e5602767db.json index feea79789bd3..02008bf81c5f 100644 --- a/data/unsuccessful-reproductions/80576352fb0a6c6e852dc719ed9181e5602767db.json +++ b/data/unsuccessful-reproductions/80576352fb0a6c6e852dc719ed9181e5602767db.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.37", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8069b6ca5d359ec9832c1661a5c3ebc2b6090b4d.json b/data/unsuccessful-reproductions/8069b6ca5d359ec9832c1661a5c3ebc2b6090b4d.json index 041b1f01f9a8..ddb6e418a70b 100644 --- a/data/unsuccessful-reproductions/8069b6ca5d359ec9832c1661a5c3ebc2b6090b4d.json +++ b/data/unsuccessful-reproductions/8069b6ca5d359ec9832c1661a5c3ebc2b6090b4d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80794a1c8192a2483ef03cbc24eba83f6be6f445.json b/data/unsuccessful-reproductions/80794a1c8192a2483ef03cbc24eba83f6be6f445.json index 4a42f9475807..78a063d23abc 100644 --- a/data/unsuccessful-reproductions/80794a1c8192a2483ef03cbc24eba83f6be6f445.json +++ b/data/unsuccessful-reproductions/80794a1c8192a2483ef03cbc24eba83f6be6f445.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.20221013", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80935227df6f4d8c37954e0adb4e39a500315338.json b/data/unsuccessful-reproductions/80935227df6f4d8c37954e0adb4e39a500315338.json index a1bbcb879c52..4289d110e6dd 100644 --- a/data/unsuccessful-reproductions/80935227df6f4d8c37954e0adb4e39a500315338.json +++ b/data/unsuccessful-reproductions/80935227df6f4d8c37954e0adb4e39a500315338.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.431", "newVersion" : "1.12.449", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80a6681cd3036e5cc9aec6ae0e4f8809802f2963.json b/data/unsuccessful-reproductions/80a6681cd3036e5cc9aec6ae0e4f8809802f2963.json index 486f76763a6c..62abce5d3de1 100644 --- a/data/unsuccessful-reproductions/80a6681cd3036e5cc9aec6ae0e4f8809802f2963.json +++ b/data/unsuccessful-reproductions/80a6681cd3036e5cc9aec6ae0e4f8809802f2963.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.0", "newVersion" : "4.7.3", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80b7dfa66b6fd97ecdd51ecbeaeb6507f6401f6d.json b/data/unsuccessful-reproductions/80b7dfa66b6fd97ecdd51ecbeaeb6507f6401f6d.json index a7adf9b3188e..3fbf36a1f8fd 100644 --- a/data/unsuccessful-reproductions/80b7dfa66b6fd97ecdd51ecbeaeb6507f6401f6d.json +++ b/data/unsuccessful-reproductions/80b7dfa66b6fd97ecdd51ecbeaeb6507f6401f6d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.4", "newVersion" : "2.8.9", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80c04cc6d6007b117fdebfa38c12e64eb89f0611.json b/data/unsuccessful-reproductions/80c04cc6d6007b117fdebfa38c12e64eb89f0611.json index be1b05bdd835..d8a1a98221dc 100644 --- a/data/unsuccessful-reproductions/80c04cc6d6007b117fdebfa38c12e64eb89f0611.json +++ b/data/unsuccessful-reproductions/80c04cc6d6007b117fdebfa38c12e64eb89f0611.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80cbae636344c3ae10753868d183d7197d15c53a.json b/data/unsuccessful-reproductions/80cbae636344c3ae10753868d183d7197d15c53a.json index 12935cf084e3..cd35c548f593 100644 --- a/data/unsuccessful-reproductions/80cbae636344c3ae10753868d183d7197d15c53a.json +++ b/data/unsuccessful-reproductions/80cbae636344c3ae10753868d183d7197d15c53a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.4", "newVersion" : "1.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80eaa10cadfb98e5c3cec87cdf235b7827836504.json b/data/unsuccessful-reproductions/80eaa10cadfb98e5c3cec87cdf235b7827836504.json index 711951b40fd4..68663a99a898 100644 --- a/data/unsuccessful-reproductions/80eaa10cadfb98e5c3cec87cdf235b7827836504.json +++ b/data/unsuccessful-reproductions/80eaa10cadfb98e5c3cec87cdf235b7827836504.json @@ -12,7 +12,10 @@ "previousVersion" : "26.14.0", "newVersion" : "26.18.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80f656be52763202a1614d4d282689eb15d44b91.json b/data/unsuccessful-reproductions/80f656be52763202a1614d4d282689eb15d44b91.json index f9ffcaf697fc..962abb90c749 100644 --- a/data/unsuccessful-reproductions/80f656be52763202a1614d4d282689eb15d44b91.json +++ b/data/unsuccessful-reproductions/80f656be52763202a1614d4d282689eb15d44b91.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80f9d897e4d7300fdbcbdd1a35bd0c1fdad208b7.json b/data/unsuccessful-reproductions/80f9d897e4d7300fdbcbdd1a35bd0c1fdad208b7.json index b9abfba2ccda..8d21b8bfd3e2 100644 --- a/data/unsuccessful-reproductions/80f9d897e4d7300fdbcbdd1a35bd0c1fdad208b7.json +++ b/data/unsuccessful-reproductions/80f9d897e4d7300fdbcbdd1a35bd0c1fdad208b7.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5563.vc0824a_59da_2c", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80fd54315d3c1f1ac67b5c43e98289a088d959b9.json b/data/unsuccessful-reproductions/80fd54315d3c1f1ac67b5c43e98289a088d959b9.json index 24027782b1f6..50d169cc128b 100644 --- a/data/unsuccessful-reproductions/80fd54315d3c1f1ac67b5c43e98289a088d959b9.json +++ b/data/unsuccessful-reproductions/80fd54315d3c1f1ac67b5c43e98289a088d959b9.json @@ -12,7 +12,10 @@ "previousVersion" : "6.5.3", "newVersion" : "6.7-jdk8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80fe8444f47f99b8d55fca40738baf0162228a62.json b/data/unsuccessful-reproductions/80fe8444f47f99b8d55fca40738baf0162228a62.json index 893efd15d4b0..7a3bfa5c68d4 100644 --- a/data/unsuccessful-reproductions/80fe8444f47f99b8d55fca40738baf0162228a62.json +++ b/data/unsuccessful-reproductions/80fe8444f47f99b8d55fca40738baf0162228a62.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.34", "newVersion" : "1.7.35", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/80ff34dcb4d911a3d179f90868528f8d483aafdf.json b/data/unsuccessful-reproductions/80ff34dcb4d911a3d179f90868528f8d483aafdf.json index 97a249a0c141..c7367576d09c 100644 --- a/data/unsuccessful-reproductions/80ff34dcb4d911a3d179f90868528f8d483aafdf.json +++ b/data/unsuccessful-reproductions/80ff34dcb4d911a3d179f90868528f8d483aafdf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8116c96f3c171fb7ff5d1f330242e2faa568acb0.json b/data/unsuccessful-reproductions/8116c96f3c171fb7ff5d1f330242e2faa568acb0.json index b93733a2e272..fa8ac3e58318 100644 --- a/data/unsuccessful-reproductions/8116c96f3c171fb7ff5d1f330242e2faa568acb0.json +++ b/data/unsuccessful-reproductions/8116c96f3c171fb7ff5d1f330242e2faa568acb0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.9.Final", "newVersion" : "5.4.24.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8120d55d85f2b8103a4931d4552dace6540a9ccf.json b/data/unsuccessful-reproductions/8120d55d85f2b8103a4931d4552dace6540a9ccf.json index b8646e5bbc81..ee2c08c08759 100644 --- a/data/unsuccessful-reproductions/8120d55d85f2b8103a4931d4552dace6540a9ccf.json +++ b/data/unsuccessful-reproductions/8120d55d85f2b8103a4931d4552dace6540a9ccf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.34.0", "newVersion" : "1.34.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/812f99fd5b7274bb2dbc0e731bf41ffc13d5120a.json b/data/unsuccessful-reproductions/812f99fd5b7274bb2dbc0e731bf41ffc13d5120a.json index dd616aea19cb..a3201a340ac6 100644 --- a/data/unsuccessful-reproductions/812f99fd5b7274bb2dbc0e731bf41ffc13d5120a.json +++ b/data/unsuccessful-reproductions/812f99fd5b7274bb2dbc0e731bf41ffc13d5120a.json @@ -12,7 +12,10 @@ "previousVersion" : "1008.vb9e22885c9cf", "newVersion" : "1090.v0a_33df40457a_", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/814812802f658d3c285a37885c3e57f674788a3b.json b/data/unsuccessful-reproductions/814812802f658d3c285a37885c3e57f674788a3b.json index 170932b9a416..782130f5a607 100644 --- a/data/unsuccessful-reproductions/814812802f658d3c285a37885c3e57f674788a3b.json +++ b/data/unsuccessful-reproductions/814812802f658d3c285a37885c3e57f674788a3b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.38", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/81536330050a830f48e68fdb4d3c150e80277fa9.json b/data/unsuccessful-reproductions/81536330050a830f48e68fdb4d3c150e80277fa9.json index 19f45f034abc..0c11e250bfed 100644 --- a/data/unsuccessful-reproductions/81536330050a830f48e68fdb4d3c150e80277fa9.json +++ b/data/unsuccessful-reproductions/81536330050a830f48e68fdb4d3c150e80277fa9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8158162d0ffdd78c58ebeed8ab3b2d12d582dc1a.json b/data/unsuccessful-reproductions/8158162d0ffdd78c58ebeed8ab3b2d12d582dc1a.json index 5c9befdad8a1..09596abc6387 100644 --- a/data/unsuccessful-reproductions/8158162d0ffdd78c58ebeed8ab3b2d12d582dc1a.json +++ b/data/unsuccessful-reproductions/8158162d0ffdd78c58ebeed8ab3b2d12d582dc1a.json @@ -12,7 +12,10 @@ "previousVersion" : "0.26.0", "newVersion" : "0.27.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8173ad76048f2ec0848f969dc176ef840897770e.json b/data/unsuccessful-reproductions/8173ad76048f2ec0848f969dc176ef840897770e.json index df9192e43afa..8474b90d022c 100644 --- a/data/unsuccessful-reproductions/8173ad76048f2ec0848f969dc176ef840897770e.json +++ b/data/unsuccessful-reproductions/8173ad76048f2ec0848f969dc176ef840897770e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.3.1", "newVersion" : "3.8.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8184bcbbccca7d30a1d6cb17e1b62eb3534bffe4.json b/data/unsuccessful-reproductions/8184bcbbccca7d30a1d6cb17e1b62eb3534bffe4.json index 74d4684cfa08..83ce70320240 100644 --- a/data/unsuccessful-reproductions/8184bcbbccca7d30a1d6cb17e1b62eb3534bffe4.json +++ b/data/unsuccessful-reproductions/8184bcbbccca7d30a1d6cb17e1b62eb3534bffe4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/81addb47cfe96e168846c126b0d8834c3b7ca76a.json b/data/unsuccessful-reproductions/81addb47cfe96e168846c126b0d8834c3b7ca76a.json index f871d42f6a8e..e6a0184f9740 100644 --- a/data/unsuccessful-reproductions/81addb47cfe96e168846c126b0d8834c3b7ca76a.json +++ b/data/unsuccessful-reproductions/81addb47cfe96e168846c126b0d8834c3b7ca76a.json @@ -12,7 +12,10 @@ "previousVersion" : "6.16.0", "newVersion" : "6.17.2", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/81b47f9d8bf62378c629a50047a4eecbe823b49f.json b/data/unsuccessful-reproductions/81b47f9d8bf62378c629a50047a4eecbe823b49f.json index 29c8de3c599f..7c47e071185a 100644 --- a/data/unsuccessful-reproductions/81b47f9d8bf62378c629a50047a4eecbe823b49f.json +++ b/data/unsuccessful-reproductions/81b47f9d8bf62378c629a50047a4eecbe823b49f.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.13", "newVersion" : "4.5.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/81bb8260be231f36104e859e8ec1fa9e5fb2f6e9.json b/data/unsuccessful-reproductions/81bb8260be231f36104e859e8ec1fa9e5fb2f6e9.json index 6baf0812b01c..c74100655be8 100644 --- a/data/unsuccessful-reproductions/81bb8260be231f36104e859e8ec1fa9e5fb2f6e9.json +++ b/data/unsuccessful-reproductions/81bb8260be231f36104e859e8ec1fa9e5fb2f6e9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.33", "newVersion" : "3.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/81be13babd38ec19ddb497371a06e81935dfc2ba.json b/data/unsuccessful-reproductions/81be13babd38ec19ddb497371a06e81935dfc2ba.json index 95a08cf84324..f5cdd896ef86 100644 --- a/data/unsuccessful-reproductions/81be13babd38ec19ddb497371a06e81935dfc2ba.json +++ b/data/unsuccessful-reproductions/81be13babd38ec19ddb497371a06e81935dfc2ba.json @@ -12,7 +12,10 @@ "previousVersion" : "1.23", "newVersion" : "1.26", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/81cbec86117ea931f8be13e43445d51af323b8cd.json b/data/unsuccessful-reproductions/81cbec86117ea931f8be13e43445d51af323b8cd.json index dd39440b9fd2..458484d71e68 100644 --- a/data/unsuccessful-reproductions/81cbec86117ea931f8be13e43445d51af323b8cd.json +++ b/data/unsuccessful-reproductions/81cbec86117ea931f8be13e43445d51af323b8cd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "3.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/81d2011a7f409e430ae05d1070ad0bacd50fc1db.json b/data/unsuccessful-reproductions/81d2011a7f409e430ae05d1070ad0bacd50fc1db.json index 364bbf314f41..7a57a61b24be 100644 --- a/data/unsuccessful-reproductions/81d2011a7f409e430ae05d1070ad0bacd50fc1db.json +++ b/data/unsuccessful-reproductions/81d2011a7f409e430ae05d1070ad0bacd50fc1db.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.6", "newVersion" : "1.6.0.1-PNX", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/81ecb7a92fe9431fa2d0ece31be3986c29d0a552.json b/data/unsuccessful-reproductions/81ecb7a92fe9431fa2d0ece31be3986c29d0a552.json index b96ebd7a9086..9e776195e899 100644 --- a/data/unsuccessful-reproductions/81ecb7a92fe9431fa2d0ece31be3986c29d0a552.json +++ b/data/unsuccessful-reproductions/81ecb7a92fe9431fa2d0ece31be3986c29d0a552.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.7", "newVersion" : "1.6.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/820695576ab084feeee9c076e3a0319cc18c0553.json b/data/unsuccessful-reproductions/820695576ab084feeee9c076e3a0319cc18c0553.json index 11e6bfeb695b..56eb25bc78ce 100644 --- a/data/unsuccessful-reproductions/820695576ab084feeee9c076e3a0319cc18c0553.json +++ b/data/unsuccessful-reproductions/820695576ab084feeee9c076e3a0319cc18c0553.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82101590dd17390a3cb8694386984e8f656e9327.json b/data/unsuccessful-reproductions/82101590dd17390a3cb8694386984e8f656e9327.json index e45538fbe070..3ba14d8fe2b4 100644 --- a/data/unsuccessful-reproductions/82101590dd17390a3cb8694386984e8f656e9327.json +++ b/data/unsuccessful-reproductions/82101590dd17390a3cb8694386984e8f656e9327.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.9", "newVersion" : "2.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8217db0eb2606ccd489d53351c2866e637233346.json b/data/unsuccessful-reproductions/8217db0eb2606ccd489d53351c2866e637233346.json index c6c3f66fe145..28439eeca96f 100644 --- a/data/unsuccessful-reproductions/8217db0eb2606ccd489d53351c2866e637233346.json +++ b/data/unsuccessful-reproductions/8217db0eb2606ccd489d53351c2866e637233346.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/821b4139ef5930c7453a37a26b49824b9b1d124c.json b/data/unsuccessful-reproductions/821b4139ef5930c7453a37a26b49824b9b1d124c.json index 2793e5a477ce..55ed9f1b4202 100644 --- a/data/unsuccessful-reproductions/821b4139ef5930c7453a37a26b49824b9b1d124c.json +++ b/data/unsuccessful-reproductions/821b4139ef5930c7453a37a26b49824b9b1d124c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.92", "newVersion" : "2.20.96", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82380f0574403a5651db860d6e589ddceab07a9a.json b/data/unsuccessful-reproductions/82380f0574403a5651db860d6e589ddceab07a9a.json index 5270ab7107b7..47d7efb3e007 100644 --- a/data/unsuccessful-reproductions/82380f0574403a5651db860d6e589ddceab07a9a.json +++ b/data/unsuccessful-reproductions/82380f0574403a5651db860d6e589ddceab07a9a.json @@ -12,7 +12,10 @@ "previousVersion" : "1370.vfa_e23fe119c3", "newVersion" : "1461.vb_3c6de28f2b_a_", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/823f0b15e5deecce7a2cc77b16bb209a5764d00c.json b/data/unsuccessful-reproductions/823f0b15e5deecce7a2cc77b16bb209a5764d00c.json index 6151aab4db0f..dd94c8db270e 100644 --- a/data/unsuccessful-reproductions/823f0b15e5deecce7a2cc77b16bb209a5764d00c.json +++ b/data/unsuccessful-reproductions/823f0b15e5deecce7a2cc77b16bb209a5764d00c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.16.0", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8240df71040493da7bf70ca15c156f425948af77.json b/data/unsuccessful-reproductions/8240df71040493da7bf70ca15c156f425948af77.json index 46396063e3ad..74398f90a44f 100644 --- a/data/unsuccessful-reproductions/8240df71040493da7bf70ca15c156f425948af77.json +++ b/data/unsuccessful-reproductions/8240df71040493da7bf70ca15c156f425948af77.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.5", "newVersion" : "2.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82432e63155899279d16874a4f1d335565ee3d4c.json b/data/unsuccessful-reproductions/82432e63155899279d16874a4f1d335565ee3d4c.json index 2a81aaeb211c..3ba480497029 100644 --- a/data/unsuccessful-reproductions/82432e63155899279d16874a4f1d335565ee3d4c.json +++ b/data/unsuccessful-reproductions/82432e63155899279d16874a4f1d335565ee3d4c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82435883051ebf125c0afd4b725de72c9a4073dd.json b/data/unsuccessful-reproductions/82435883051ebf125c0afd4b725de72c9a4073dd.json index 8037adfbed05..9043e3354de9 100644 --- a/data/unsuccessful-reproductions/82435883051ebf125c0afd4b725de72c9a4073dd.json +++ b/data/unsuccessful-reproductions/82435883051ebf125c0afd4b725de72c9a4073dd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.19.0", "newVersion" : "2.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/824babfae2f40eb968b342682f21cfbece8ee2eb.json b/data/unsuccessful-reproductions/824babfae2f40eb968b342682f21cfbece8ee2eb.json index 8ca576f070d2..9926afdc6f10 100644 --- a/data/unsuccessful-reproductions/824babfae2f40eb968b342682f21cfbece8ee2eb.json +++ b/data/unsuccessful-reproductions/824babfae2f40eb968b342682f21cfbece8ee2eb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.229", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/825f9423db3fb42899e5b7101354bf015c580e60.json b/data/unsuccessful-reproductions/825f9423db3fb42899e5b7101354bf015c580e60.json index 3724ec670358..03a7fec0b0b0 100644 --- a/data/unsuccessful-reproductions/825f9423db3fb42899e5b7101354bf015c580e60.json +++ b/data/unsuccessful-reproductions/825f9423db3fb42899e5b7101354bf015c580e60.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.35", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/829c73eb65a569b32afcb94e352d98a4f51f5696.json b/data/unsuccessful-reproductions/829c73eb65a569b32afcb94e352d98a4f51f5696.json index f7ee808f4243..57e1f23b15e5 100644 --- a/data/unsuccessful-reproductions/829c73eb65a569b32afcb94e352d98a4f51f5696.json +++ b/data/unsuccessful-reproductions/829c73eb65a569b32afcb94e352d98a4f51f5696.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "2.3.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82bca1c0c5f658ee651b11209118ce6e9031fd19.json b/data/unsuccessful-reproductions/82bca1c0c5f658ee651b11209118ce6e9031fd19.json index cc5770c87182..20edc2db753c 100644 --- a/data/unsuccessful-reproductions/82bca1c0c5f658ee651b11209118ce6e9031fd19.json +++ b/data/unsuccessful-reproductions/82bca1c0c5f658ee651b11209118ce6e9031fd19.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.56", "newVersion" : "8.13.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82c8a8cd1ce843ce042dc14cb54c95f73bf15930.json b/data/unsuccessful-reproductions/82c8a8cd1ce843ce042dc14cb54c95f73bf15930.json index dabd3fc1f52e..bb507e5e5c48 100644 --- a/data/unsuccessful-reproductions/82c8a8cd1ce843ce042dc14cb54c95f73bf15930.json +++ b/data/unsuccessful-reproductions/82c8a8cd1ce843ce042dc14cb54c95f73bf15930.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.422", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82cdaf904f364473bc09541e065a2f39c22c659e.json b/data/unsuccessful-reproductions/82cdaf904f364473bc09541e065a2f39c22c659e.json index 76c7ab6fa026..517b839ea147 100644 --- a/data/unsuccessful-reproductions/82cdaf904f364473bc09541e065a2f39c22c659e.json +++ b/data/unsuccessful-reproductions/82cdaf904f364473bc09541e065a2f39c22c659e.json @@ -12,7 +12,10 @@ "previousVersion" : "24.2.0", "newVersion" : "24.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82d169fb88a5ea616f02da58d97dfbb1f3b2985e.json b/data/unsuccessful-reproductions/82d169fb88a5ea616f02da58d97dfbb1f3b2985e.json index 6acd2f2d6e6b..b28e806d5601 100644 --- a/data/unsuccessful-reproductions/82d169fb88a5ea616f02da58d97dfbb1f3b2985e.json +++ b/data/unsuccessful-reproductions/82d169fb88a5ea616f02da58d97dfbb1f3b2985e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.4", "newVersion" : "1.14.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82daf8db125e6933224d15dfb89d666cc97af58b.json b/data/unsuccessful-reproductions/82daf8db125e6933224d15dfb89d666cc97af58b.json index ee445fc402b3..b47b7e7a0f17 100644 --- a/data/unsuccessful-reproductions/82daf8db125e6933224d15dfb89d666cc97af58b.json +++ b/data/unsuccessful-reproductions/82daf8db125e6933224d15dfb89d666cc97af58b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82dc30a2c6f88c01ae8c915e4931be3c275674a1.json b/data/unsuccessful-reproductions/82dc30a2c6f88c01ae8c915e4931be3c275674a1.json index 2a0016ab6817..59ca9e8d5ad2 100644 --- a/data/unsuccessful-reproductions/82dc30a2c6f88c01ae8c915e4931be3c275674a1.json +++ b/data/unsuccessful-reproductions/82dc30a2c6f88c01ae8c915e4931be3c275674a1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.36", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "WTFPL" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/82df406b8ac9a3f781e51ba17f0eee00dc3fb497.json b/data/unsuccessful-reproductions/82df406b8ac9a3f781e51ba17f0eee00dc3fb497.json index 8788df6f751c..34a0825b177e 100644 --- a/data/unsuccessful-reproductions/82df406b8ac9a3f781e51ba17f0eee00dc3fb497.json +++ b/data/unsuccessful-reproductions/82df406b8ac9a3f781e51ba17f0eee00dc3fb497.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.47", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83461d6097cc4e3bc839aee729bfa00540dbd47e.json b/data/unsuccessful-reproductions/83461d6097cc4e3bc839aee729bfa00540dbd47e.json index b95fa390ce5f..99f2f9222098 100644 --- a/data/unsuccessful-reproductions/83461d6097cc4e3bc839aee729bfa00540dbd47e.json +++ b/data/unsuccessful-reproductions/83461d6097cc4e3bc839aee729bfa00540dbd47e.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/834937fd0170bc570bcefed44224537a762bc7b1.json b/data/unsuccessful-reproductions/834937fd0170bc570bcefed44224537a762bc7b1.json index 4e1f4101d46c..f997aa0a333e 100644 --- a/data/unsuccessful-reproductions/834937fd0170bc570bcefed44224537a762bc7b1.json +++ b/data/unsuccessful-reproductions/834937fd0170bc570bcefed44224537a762bc7b1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83516fcb41729b2547f3fd71ea49bddec2afa6de.json b/data/unsuccessful-reproductions/83516fcb41729b2547f3fd71ea49bddec2afa6de.json index da10c06b88d0..2e81e47316fd 100644 --- a/data/unsuccessful-reproductions/83516fcb41729b2547f3fd71ea49bddec2afa6de.json +++ b/data/unsuccessful-reproductions/83516fcb41729b2547f3fd71ea49bddec2afa6de.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8355b1d06fa42b9cb97736acd33fe2c95c4337f3.json b/data/unsuccessful-reproductions/8355b1d06fa42b9cb97736acd33fe2c95c4337f3.json index e3a49b983bb1..c51913167194 100644 --- a/data/unsuccessful-reproductions/8355b1d06fa42b9cb97736acd33fe2c95c4337f3.json +++ b/data/unsuccessful-reproductions/8355b1d06fa42b9cb97736acd33fe2c95c4337f3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "4.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83575ab2faa2bdb7235d8932072811024cc7bc13.json b/data/unsuccessful-reproductions/83575ab2faa2bdb7235d8932072811024cc7bc13.json index 54bc1961f2e6..c17a1f96d1bc 100644 --- a/data/unsuccessful-reproductions/83575ab2faa2bdb7235d8932072811024cc7bc13.json +++ b/data/unsuccessful-reproductions/83575ab2faa2bdb7235d8932072811024cc7bc13.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83589bde4a0803d4936691c0e73a4a743c3832ef.json b/data/unsuccessful-reproductions/83589bde4a0803d4936691c0e73a4a743c3832ef.json index 52920309cccd..58ed8dd6cbd9 100644 --- a/data/unsuccessful-reproductions/83589bde4a0803d4936691c0e73a4a743c3832ef.json +++ b/data/unsuccessful-reproductions/83589bde4a0803d4936691c0e73a4a743c3832ef.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.1", "newVersion" : "2.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83615eac0da25fa1bddb017d450fc5a240eed0cd.json b/data/unsuccessful-reproductions/83615eac0da25fa1bddb017d450fc5a240eed0cd.json index 2309bfe3a2a2..e06925d2d16f 100644 --- a/data/unsuccessful-reproductions/83615eac0da25fa1bddb017d450fc5a240eed0cd.json +++ b/data/unsuccessful-reproductions/83615eac0da25fa1bddb017d450fc5a240eed0cd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83634bfe755010b4106dd27a82b853eb232e5549.json b/data/unsuccessful-reproductions/83634bfe755010b4106dd27a82b853eb232e5549.json index dc9eea08d74b..c2603a3ceda1 100644 --- a/data/unsuccessful-reproductions/83634bfe755010b4106dd27a82b853eb232e5549.json +++ b/data/unsuccessful-reproductions/83634bfe755010b4106dd27a82b853eb232e5549.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.67", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8363a4289902ebd2af8fd3b17e2aeb3b8d53c1d0.json b/data/unsuccessful-reproductions/8363a4289902ebd2af8fd3b17e2aeb3b8d53c1d0.json index 776123a7fe8b..547198787d0e 100644 --- a/data/unsuccessful-reproductions/8363a4289902ebd2af8fd3b17e2aeb3b8d53c1d0.json +++ b/data/unsuccessful-reproductions/8363a4289902ebd2af8fd3b17e2aeb3b8d53c1d0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.3", "newVersion" : "3.8.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/836568953ce22bea0cf891cdbc4393e4245ccfab.json b/data/unsuccessful-reproductions/836568953ce22bea0cf891cdbc4393e4245ccfab.json index 4e6d8d920a73..3ec037051463 100644 --- a/data/unsuccessful-reproductions/836568953ce22bea0cf891cdbc4393e4245ccfab.json +++ b/data/unsuccessful-reproductions/836568953ce22bea0cf891cdbc4393e4245ccfab.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.15", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8379664abb11c82d8040290e0cee122191420ba3.json b/data/unsuccessful-reproductions/8379664abb11c82d8040290e0cee122191420ba3.json index c6c3de3abd73..0f09d955ee4d 100644 --- a/data/unsuccessful-reproductions/8379664abb11c82d8040290e0cee122191420ba3.json +++ b/data/unsuccessful-reproductions/8379664abb11c82d8040290e0cee122191420ba3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.1", "newVersion" : "2.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83982b25e748a2f6a409132eb522ac5bc5b6cf90.json b/data/unsuccessful-reproductions/83982b25e748a2f6a409132eb522ac5bc5b6cf90.json index aa365c9831ca..2253615141c4 100644 --- a/data/unsuccessful-reproductions/83982b25e748a2f6a409132eb522ac5bc5b6cf90.json +++ b/data/unsuccessful-reproductions/83982b25e748a2f6a409132eb522ac5bc5b6cf90.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0.9", "newVersion" : "11.0.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83bda18305fa87e0a9c59c0cd8279c3b2b60e9ef.json b/data/unsuccessful-reproductions/83bda18305fa87e0a9c59c0cd8279c3b2b60e9ef.json index 393120cf9c1c..0d314cc8fb19 100644 --- a/data/unsuccessful-reproductions/83bda18305fa87e0a9c59c0cd8279c3b2b60e9ef.json +++ b/data/unsuccessful-reproductions/83bda18305fa87e0a9c59c0cd8279c3b2b60e9ef.json @@ -12,7 +12,10 @@ "previousVersion" : "1.34.2", "newVersion" : "448.v5b_97805e3767", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83d5ef9493b899f3d9920024ce3c9f2a92784a18.json b/data/unsuccessful-reproductions/83d5ef9493b899f3d9920024ce3c9f2a92784a18.json index 64cc730bd913..9323462fb27e 100644 --- a/data/unsuccessful-reproductions/83d5ef9493b899f3d9920024ce3c9f2a92784a18.json +++ b/data/unsuccessful-reproductions/83d5ef9493b899f3d9920024ce3c9f2a92784a18.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83dd6527204d4747bdf4e52312d15b996fa59022.json b/data/unsuccessful-reproductions/83dd6527204d4747bdf4e52312d15b996fa59022.json index a03189c429df..df167eb1b96d 100644 --- a/data/unsuccessful-reproductions/83dd6527204d4747bdf4e52312d15b996fa59022.json +++ b/data/unsuccessful-reproductions/83dd6527204d4747bdf4e52312d15b996fa59022.json @@ -12,7 +12,10 @@ "previousVersion" : "6.10.0", "newVersion" : "6.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/83f254e4c24104e7ef879532c1816689aa0ab821.json b/data/unsuccessful-reproductions/83f254e4c24104e7ef879532c1816689aa0ab821.json index 3e707071b7ef..40e3e42af114 100644 --- a/data/unsuccessful-reproductions/83f254e4c24104e7ef879532c1816689aa0ab821.json +++ b/data/unsuccessful-reproductions/83f254e4c24104e7ef879532c1816689aa0ab821.json @@ -12,7 +12,10 @@ "previousVersion" : "24.3.0", "newVersion" : "24.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84010439bc6238c8d484448f32825d5008794e89.json b/data/unsuccessful-reproductions/84010439bc6238c8d484448f32825d5008794e89.json index 3b5e8fc0c9e9..c70f942499ea 100644 --- a/data/unsuccessful-reproductions/84010439bc6238c8d484448f32825d5008794e89.json +++ b/data/unsuccessful-reproductions/84010439bc6238c8d484448f32825d5008794e89.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84048a0b43da2a64a9ba5b99b6f78ba7f0fb0789.json b/data/unsuccessful-reproductions/84048a0b43da2a64a9ba5b99b6f78ba7f0fb0789.json index 3ed2b489924b..92d44417e096 100644 --- a/data/unsuccessful-reproductions/84048a0b43da2a64a9ba5b99b6f78ba7f0fb0789.json +++ b/data/unsuccessful-reproductions/84048a0b43da2a64a9ba5b99b6f78ba7f0fb0789.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.105", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/840a1eb2e7453e1e99205cec5a4f5989dc4a45fe.json b/data/unsuccessful-reproductions/840a1eb2e7453e1e99205cec5a4f5989dc4a45fe.json index d6fb91e1c2f7..ea2111ff381f 100644 --- a/data/unsuccessful-reproductions/840a1eb2e7453e1e99205cec5a4f5989dc4a45fe.json +++ b/data/unsuccessful-reproductions/840a1eb2e7453e1e99205cec5a4f5989dc4a45fe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0", "newVersion" : "2.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/840b3cdd0e47cb699e99c586f88834166c207eb7.json b/data/unsuccessful-reproductions/840b3cdd0e47cb699e99c586f88834166c207eb7.json index 043a994675e4..8dd4ac06a5d9 100644 --- a/data/unsuccessful-reproductions/840b3cdd0e47cb699e99c586f88834166c207eb7.json +++ b/data/unsuccessful-reproductions/840b3cdd0e47cb699e99c586f88834166c207eb7.json @@ -12,7 +12,10 @@ "previousVersion" : "0.1.0", "newVersion" : "1.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8412a557a1bd882c7161d0804fcad748f3ce2318.json b/data/unsuccessful-reproductions/8412a557a1bd882c7161d0804fcad748f3ce2318.json index 75ad0e330cfc..fbc64d878c86 100644 --- a/data/unsuccessful-reproductions/8412a557a1bd882c7161d0804fcad748f3ce2318.json +++ b/data/unsuccessful-reproductions/8412a557a1bd882c7161d0804fcad748f3ce2318.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.0", "newVersion" : "2.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84265fef8370aaedbf4bceff6ade4df02d7babab.json b/data/unsuccessful-reproductions/84265fef8370aaedbf4bceff6ade4df02d7babab.json index 3421418aed90..a542ea78b4a2 100644 --- a/data/unsuccessful-reproductions/84265fef8370aaedbf4bceff6ade4df02d7babab.json +++ b/data/unsuccessful-reproductions/84265fef8370aaedbf4bceff6ade4df02d7babab.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0", "newVersion" : "2.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84301539e2d0f5092028b0b59bee3462e5c8ab1a.json b/data/unsuccessful-reproductions/84301539e2d0f5092028b0b59bee3462e5c8ab1a.json index 5bc92210e495..a7598f9eb34b 100644 --- a/data/unsuccessful-reproductions/84301539e2d0f5092028b0b59bee3462e5c8ab1a.json +++ b/data/unsuccessful-reproductions/84301539e2d0f5092028b0b59bee3462e5c8ab1a.json @@ -12,7 +12,10 @@ "previousVersion" : "26.19.0", "newVersion" : "26.20.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84320a59141d2ab1aec2b0812e672e436414375e.json b/data/unsuccessful-reproductions/84320a59141d2ab1aec2b0812e672e436414375e.json index fb3695232f39..6c125fc2e821 100644 --- a/data/unsuccessful-reproductions/84320a59141d2ab1aec2b0812e672e436414375e.json +++ b/data/unsuccessful-reproductions/84320a59141d2ab1aec2b0812e672e436414375e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.1", "newVersion" : "1.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8432d570386fcae8e5bc51efdaa1b40fa661446e.json b/data/unsuccessful-reproductions/8432d570386fcae8e5bc51efdaa1b40fa661446e.json index 1e92c078faec..803303cd5efa 100644 --- a/data/unsuccessful-reproductions/8432d570386fcae8e5bc51efdaa1b40fa661446e.json +++ b/data/unsuccessful-reproductions/8432d570386fcae8e5bc51efdaa1b40fa661446e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84331d7335255fbb89243730f631426f94da16ba.json b/data/unsuccessful-reproductions/84331d7335255fbb89243730f631426f94da16ba.json index d6da9a73ee56..332490c159a6 100644 --- a/data/unsuccessful-reproductions/84331d7335255fbb89243730f631426f94da16ba.json +++ b/data/unsuccessful-reproductions/84331d7335255fbb89243730f631426f94da16ba.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "24.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Unlicense" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/843747afb01ebf51acc25cdf93005c82749140d5.json b/data/unsuccessful-reproductions/843747afb01ebf51acc25cdf93005c82749140d5.json index a19d8b336fd9..fb35408f8be0 100644 --- a/data/unsuccessful-reproductions/843747afb01ebf51acc25cdf93005c82749140d5.json +++ b/data/unsuccessful-reproductions/843747afb01ebf51acc25cdf93005c82749140d5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.57", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/844eaf3b8fa8b19ec1fbd0b6e006c8df234da1aa.json b/data/unsuccessful-reproductions/844eaf3b8fa8b19ec1fbd0b6e006c8df234da1aa.json index db7f7afb1b1f..68da75459263 100644 --- a/data/unsuccessful-reproductions/844eaf3b8fa8b19ec1fbd0b6e006c8df234da1aa.json +++ b/data/unsuccessful-reproductions/844eaf3b8fa8b19ec1fbd0b6e006c8df234da1aa.json @@ -12,7 +12,10 @@ "previousVersion" : "1.69", "newVersion" : "1.70", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "MIT", + "githubRepoSlug" : "bcgit/bc-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84584dd72b1aa1ef813a8548e10997e6ed086a02.json b/data/unsuccessful-reproductions/84584dd72b1aa1ef813a8548e10997e6ed086a02.json index e54f6226e167..0d3c8c54046a 100644 --- a/data/unsuccessful-reproductions/84584dd72b1aa1ef813a8548e10997e6ed086a02.json +++ b/data/unsuccessful-reproductions/84584dd72b1aa1ef813a8548e10997e6ed086a02.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.3.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/845895e8e91f0b1be839b7a60e79b9be84224636.json b/data/unsuccessful-reproductions/845895e8e91f0b1be839b7a60e79b9be84224636.json index a309edfbcbfe..e0199df3cb23 100644 --- a/data/unsuccessful-reproductions/845895e8e91f0b1be839b7a60e79b9be84224636.json +++ b/data/unsuccessful-reproductions/845895e8e91f0b1be839b7a60e79b9be84224636.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84640991f4fc5829a860ef321c3e4af3868131e0.json b/data/unsuccessful-reproductions/84640991f4fc5829a860ef321c3e4af3868131e0.json index 3cbbeb2feeae..894582e0be28 100644 --- a/data/unsuccessful-reproductions/84640991f4fc5829a860ef321c3e4af3868131e0.json +++ b/data/unsuccessful-reproductions/84640991f4fc5829a860ef321c3e4af3868131e0.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.68", "newVersion" : "5.6.106", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8490698860f6b8991875af20d71b55c5e865eec4.json b/data/unsuccessful-reproductions/8490698860f6b8991875af20d71b55c5e865eec4.json index 5a379434bf12..ac6840e0dfc9 100644 --- a/data/unsuccessful-reproductions/8490698860f6b8991875af20d71b55c5e865eec4.json +++ b/data/unsuccessful-reproductions/8490698860f6b8991875af20d71b55c5e865eec4.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.1.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84974bbc258fdc5302f9fa1bd0abbd81c7e81ae6.json b/data/unsuccessful-reproductions/84974bbc258fdc5302f9fa1bd0abbd81c7e81ae6.json index 9ea092d65a2b..af257ac6e858 100644 --- a/data/unsuccessful-reproductions/84974bbc258fdc5302f9fa1bd0abbd81c7e81ae6.json +++ b/data/unsuccessful-reproductions/84974bbc258fdc5302f9fa1bd0abbd81c7e81ae6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.109", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/849c78e9b19ff41453a3ce7741facf5c2afddfc1.json b/data/unsuccessful-reproductions/849c78e9b19ff41453a3ce7741facf5c2afddfc1.json index 042db24d7807..e19c27ec8ee5 100644 --- a/data/unsuccessful-reproductions/849c78e9b19ff41453a3ce7741facf5c2afddfc1.json +++ b/data/unsuccessful-reproductions/849c78e9b19ff41453a3ce7741facf5c2afddfc1.json @@ -12,7 +12,10 @@ "previousVersion" : "24.1.1-jre", "newVersion" : "29.0-jre", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84a362eaef72dbd79deee8dc51f5b9209383dbee.json b/data/unsuccessful-reproductions/84a362eaef72dbd79deee8dc51f5b9209383dbee.json index 6e4558700f2f..d39e62be44bb 100644 --- a/data/unsuccessful-reproductions/84a362eaef72dbd79deee8dc51f5b9209383dbee.json +++ b/data/unsuccessful-reproductions/84a362eaef72dbd79deee8dc51f5b9209383dbee.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.0", "newVersion" : "2.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84a71101eb9e35db4d15c2f50e4f8ddccb1938b4.json b/data/unsuccessful-reproductions/84a71101eb9e35db4d15c2f50e4f8ddccb1938b4.json index 7836d27c7387..8c277e5abab2 100644 --- a/data/unsuccessful-reproductions/84a71101eb9e35db4d15c2f50e4f8ddccb1938b4.json +++ b/data/unsuccessful-reproductions/84a71101eb9e35db4d15c2f50e4f8ddccb1938b4.json @@ -12,7 +12,10 @@ "previousVersion" : "8.43", "newVersion" : "10.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84b1603326bdf97ddb88b3d4366198a0ce260840.json b/data/unsuccessful-reproductions/84b1603326bdf97ddb88b3d4366198a0ce260840.json index 53fe8b611d57..fd4a10e4405c 100644 --- a/data/unsuccessful-reproductions/84b1603326bdf97ddb88b3d4366198a0ce260840.json +++ b/data/unsuccessful-reproductions/84b1603326bdf97ddb88b3d4366198a0ce260840.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10", "newVersion" : "2.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84b49877aa5956174265d94f8182b31310cdb662.json b/data/unsuccessful-reproductions/84b49877aa5956174265d94f8182b31310cdb662.json index 1c5ae0fad3d0..56896d09000b 100644 --- a/data/unsuccessful-reproductions/84b49877aa5956174265d94f8182b31310cdb662.json +++ b/data/unsuccessful-reproductions/84b49877aa5956174265d94f8182b31310cdb662.json @@ -12,7 +12,10 @@ "previousVersion" : "20211205", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84b8613c4d3f4d67a0d3866338067416577bb0b0.json b/data/unsuccessful-reproductions/84b8613c4d3f4d67a0d3866338067416577bb0b0.json index 8fb08c740600..3fcedab37c48 100644 --- a/data/unsuccessful-reproductions/84b8613c4d3f4d67a0d3866338067416577bb0b0.json +++ b/data/unsuccessful-reproductions/84b8613c4d3f4d67a0d3866338067416577bb0b0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84cf7d339e29834e6a8f81da0b9e001b455e5f1d.json b/data/unsuccessful-reproductions/84cf7d339e29834e6a8f81da0b9e001b455e5f1d.json index a84a05193f5b..af01b6852dbf 100644 --- a/data/unsuccessful-reproductions/84cf7d339e29834e6a8f81da0b9e001b455e5f1d.json +++ b/data/unsuccessful-reproductions/84cf7d339e29834e6a8f81da0b9e001b455e5f1d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.1", "newVersion" : "1.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/84e807ad212adb6ea81a7a93045bebd4f63e986f.json b/data/unsuccessful-reproductions/84e807ad212adb6ea81a7a93045bebd4f63e986f.json index 5d334e68e861..c6c5fa0743e1 100644 --- a/data/unsuccessful-reproductions/84e807ad212adb6ea81a7a93045bebd4f63e986f.json +++ b/data/unsuccessful-reproductions/84e807ad212adb6ea81a7a93045bebd4f63e986f.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20210127-1.32.1", "newVersion" : "v1-rev20220608-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/85058da58ed480ec6804d9dc5a7dd37beae05912.json b/data/unsuccessful-reproductions/85058da58ed480ec6804d9dc5a7dd37beae05912.json index 443e48f63755..92dc257d8d56 100644 --- a/data/unsuccessful-reproductions/85058da58ed480ec6804d9dc5a7dd37beae05912.json +++ b/data/unsuccessful-reproductions/85058da58ed480ec6804d9dc5a7dd37beae05912.json @@ -12,7 +12,10 @@ "previousVersion" : "0.27.1", "newVersion" : "0.27.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/850649c9d14eb1e032e8cbe125a06e6791516031.json b/data/unsuccessful-reproductions/850649c9d14eb1e032e8cbe125a06e6791516031.json index f8cc77fcffc7..c59dcc67ec52 100644 --- a/data/unsuccessful-reproductions/850649c9d14eb1e032e8cbe125a06e6791516031.json +++ b/data/unsuccessful-reproductions/850649c9d14eb1e032e8cbe125a06e6791516031.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/852ccce234522466a0a28f595f96166e3133aef5.json b/data/unsuccessful-reproductions/852ccce234522466a0a28f595f96166e3133aef5.json index edbc0dcb1ad9..70bbeb8f5963 100644 --- a/data/unsuccessful-reproductions/852ccce234522466a0a28f595f96166e3133aef5.json +++ b/data/unsuccessful-reproductions/852ccce234522466a0a28f595f96166e3133aef5.json @@ -12,7 +12,10 @@ "previousVersion" : "3.36.0.3", "newVersion" : "3.39.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8531ce75fb5ec37360081f5d6039f4e3f9dc2e01.json b/data/unsuccessful-reproductions/8531ce75fb5ec37360081f5d6039f4e3f9dc2e01.json index c2330a9dd051..71894edf5c31 100644 --- a/data/unsuccessful-reproductions/8531ce75fb5ec37360081f5d6039f4e3f9dc2e01.json +++ b/data/unsuccessful-reproductions/8531ce75fb5ec37360081f5d6039f4e3f9dc2e01.json @@ -12,7 +12,10 @@ "previousVersion" : "24.3.0", "newVersion" : "24.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/853767920167d218c76a256404855a1af69d3a45.json b/data/unsuccessful-reproductions/853767920167d218c76a256404855a1af69d3a45.json index ef090bfb1dcd..dd8020841073 100644 --- a/data/unsuccessful-reproductions/853767920167d218c76a256404855a1af69d3a45.json +++ b/data/unsuccessful-reproductions/853767920167d218c76a256404855a1af69d3a45.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.2", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/853aff52c8f4c7fc8961803ac8dd8d291dfdcced.json b/data/unsuccessful-reproductions/853aff52c8f4c7fc8961803ac8dd8d291dfdcced.json index 42d44aaa5a49..babdfa32d8e1 100644 --- a/data/unsuccessful-reproductions/853aff52c8f4c7fc8961803ac8dd8d291dfdcced.json +++ b/data/unsuccessful-reproductions/853aff52c8f4c7fc8961803ac8dd8d291dfdcced.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.0", "newVersion" : "1.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/853eda2b0418e9c65fb49aa88d226f7ad99bc9b4.json b/data/unsuccessful-reproductions/853eda2b0418e9c65fb49aa88d226f7ad99bc9b4.json index ec4eb1d14ed2..11090573db77 100644 --- a/data/unsuccessful-reproductions/853eda2b0418e9c65fb49aa88d226f7ad99bc9b4.json +++ b/data/unsuccessful-reproductions/853eda2b0418e9c65fb49aa88d226f7ad99bc9b4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.8", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/85786a7c0222a3e2318079c56976d534d2856d27.json b/data/unsuccessful-reproductions/85786a7c0222a3e2318079c56976d534d2856d27.json index cb15bc98d76e..802df234bf6a 100644 --- a/data/unsuccessful-reproductions/85786a7c0222a3e2318079c56976d534d2856d27.json +++ b/data/unsuccessful-reproductions/85786a7c0222a3e2318079c56976d534d2856d27.json @@ -12,7 +12,10 @@ "previousVersion" : "5.8.0", "newVersion" : "5.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8583412295dfc70281349acf81b568c81117094f.json b/data/unsuccessful-reproductions/8583412295dfc70281349acf81b568c81117094f.json index 846e9251f808..a8e0f5a7c141 100644 --- a/data/unsuccessful-reproductions/8583412295dfc70281349acf81b568c81117094f.json +++ b/data/unsuccessful-reproductions/8583412295dfc70281349acf81b568c81117094f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.2", "newVersion" : "3.2.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/85936dea0901fcfd774cb2425937079f34fcca3c.json b/data/unsuccessful-reproductions/85936dea0901fcfd774cb2425937079f34fcca3c.json index 92bcf4af1932..fcc56bbc48f5 100644 --- a/data/unsuccessful-reproductions/85936dea0901fcfd774cb2425937079f34fcca3c.json +++ b/data/unsuccessful-reproductions/85936dea0901fcfd774cb2425937079f34fcca3c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.78", "newVersion" : "1.81", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8598d4f80b736d2b0a3312a9a284118e37ea4a0d.json b/data/unsuccessful-reproductions/8598d4f80b736d2b0a3312a9a284118e37ea4a0d.json index 32c1f9781251..74eae8046872 100644 --- a/data/unsuccessful-reproductions/8598d4f80b736d2b0a3312a9a284118e37ea4a0d.json +++ b/data/unsuccessful-reproductions/8598d4f80b736d2b0a3312a9a284118e37ea4a0d.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.33", "newVersion" : "8.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/859b73143c7d458988ca0ec36e908dde2054521e.json b/data/unsuccessful-reproductions/859b73143c7d458988ca0ec36e908dde2054521e.json index e74269c01763..a6ec682ace92 100644 --- a/data/unsuccessful-reproductions/859b73143c7d458988ca0ec36e908dde2054521e.json +++ b/data/unsuccessful-reproductions/859b73143c7d458988ca0ec36e908dde2054521e.json @@ -12,7 +12,10 @@ "previousVersion" : "1500.ve4d05cd32975", "newVersion" : "1763.v092b_8980a_f5e", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/85a77627fd600d951349472b3aa63a48173a7d25.json b/data/unsuccessful-reproductions/85a77627fd600d951349472b3aa63a48173a7d25.json index ae8cca1f4066..11d6781f4448 100644 --- a/data/unsuccessful-reproductions/85a77627fd600d951349472b3aa63a48173a7d25.json +++ b/data/unsuccessful-reproductions/85a77627fd600d951349472b3aa63a48173a7d25.json @@ -12,7 +12,10 @@ "previousVersion" : "20211205", "newVersion" : "20220320", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/85ab7d4344a57044fa969499a7526491dc29f24a.json b/data/unsuccessful-reproductions/85ab7d4344a57044fa969499a7526491dc29f24a.json index 8fc008106e28..911da54c2d5e 100644 --- a/data/unsuccessful-reproductions/85ab7d4344a57044fa969499a7526491dc29f24a.json +++ b/data/unsuccessful-reproductions/85ab7d4344a57044fa969499a7526491dc29f24a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.2", "newVersion" : "1.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/85b28b68d6bdcd94daf1c764947d36241236388c.json b/data/unsuccessful-reproductions/85b28b68d6bdcd94daf1c764947d36241236388c.json index 0633e839f0c9..ef57762e8616 100644 --- a/data/unsuccessful-reproductions/85b28b68d6bdcd94daf1c764947d36241236388c.json +++ b/data/unsuccessful-reproductions/85b28b68d6bdcd94daf1c764947d36241236388c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/85ebc686df8774fca55d31cba4fe2b979ae0d3fa.json b/data/unsuccessful-reproductions/85ebc686df8774fca55d31cba4fe2b979ae0d3fa.json index ecf095bf7a14..22538a93732c 100644 --- a/data/unsuccessful-reproductions/85ebc686df8774fca55d31cba4fe2b979ae0d3fa.json +++ b/data/unsuccessful-reproductions/85ebc686df8774fca55d31cba4fe2b979ae0d3fa.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4", "newVersion" : "2.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/85edf208d37f7a3f267a51d7020c0cb7f6217ee3.json b/data/unsuccessful-reproductions/85edf208d37f7a3f267a51d7020c0cb7f6217ee3.json index b33f3dd7a86b..76387d50e13d 100644 --- a/data/unsuccessful-reproductions/85edf208d37f7a3f267a51d7020c0cb7f6217ee3.json +++ b/data/unsuccessful-reproductions/85edf208d37f7a3f267a51d7020c0cb7f6217ee3.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.2", "newVersion" : "3.21.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/85f035955f467116a77099f09c2e2efbd645c2ae.json b/data/unsuccessful-reproductions/85f035955f467116a77099f09c2e2efbd645c2ae.json index 0975c614cc24..61876dd1c824 100644 --- a/data/unsuccessful-reproductions/85f035955f467116a77099f09c2e2efbd645c2ae.json +++ b/data/unsuccessful-reproductions/85f035955f467116a77099f09c2e2efbd645c2ae.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/85f3f02c4b9bb28cd968aaad41e946b9dfb79650.json b/data/unsuccessful-reproductions/85f3f02c4b9bb28cd968aaad41e946b9dfb79650.json index d3bbbeccdb17..624085833923 100644 --- a/data/unsuccessful-reproductions/85f3f02c4b9bb28cd968aaad41e946b9dfb79650.json +++ b/data/unsuccessful-reproductions/85f3f02c4b9bb28cd968aaad41e946b9dfb79650.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.1", "newVersion" : "2.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/862d8a0f6111297ebe9e647e352c76fff58d65e8.json b/data/unsuccessful-reproductions/862d8a0f6111297ebe9e647e352c76fff58d65e8.json index 282165120685..3378487ac11f 100644 --- a/data/unsuccessful-reproductions/862d8a0f6111297ebe9e647e352c76fff58d65e8.json +++ b/data/unsuccessful-reproductions/862d8a0f6111297ebe9e647e352c76fff58d65e8.json @@ -12,7 +12,10 @@ "previousVersion" : "42.0.0", "newVersion" : "42.2.25", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8637fac94bd228750be058ed992a627356da1bd5.json b/data/unsuccessful-reproductions/8637fac94bd228750be058ed992a627356da1bd5.json index f506fb5d38dc..755edaf57352 100644 --- a/data/unsuccessful-reproductions/8637fac94bd228750be058ed992a627356da1bd5.json +++ b/data/unsuccessful-reproductions/8637fac94bd228750be058ed992a627356da1bd5.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.4", "newVersion" : "3.21.5", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8648148b502f3354fd9b03d1bef30430c16f0811.json b/data/unsuccessful-reproductions/8648148b502f3354fd9b03d1bef30430c16f0811.json index 99a77ef01808..6d6f4fc54e38 100644 --- a/data/unsuccessful-reproductions/8648148b502f3354fd9b03d1bef30430c16f0811.json +++ b/data/unsuccessful-reproductions/8648148b502f3354fd9b03d1bef30430c16f0811.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.41", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/86571477336399f83ac6fd9b953eb90bc794e3d0.json b/data/unsuccessful-reproductions/86571477336399f83ac6fd9b953eb90bc794e3d0.json index a27ba571682f..c52ae6c5e667 100644 --- a/data/unsuccessful-reproductions/86571477336399f83ac6fd9b953eb90bc794e3d0.json +++ b/data/unsuccessful-reproductions/86571477336399f83ac6fd9b953eb90bc794e3d0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.2-5", "newVersion" : "1.5.5-2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/865eb8bfed14d4299a0e539bdfc16b52a2b4faa1.json b/data/unsuccessful-reproductions/865eb8bfed14d4299a0e539bdfc16b52a2b4faa1.json index 4abe6e840f95..4d8788a25516 100644 --- a/data/unsuccessful-reproductions/865eb8bfed14d4299a0e539bdfc16b52a2b4faa1.json +++ b/data/unsuccessful-reproductions/865eb8bfed14d4299a0e539bdfc16b52a2b4faa1.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/865fdddbaddad82e55c62e1532457f105ee29ce0.json b/data/unsuccessful-reproductions/865fdddbaddad82e55c62e1532457f105ee29ce0.json index 4d3585caebee..2fadf3319381 100644 --- a/data/unsuccessful-reproductions/865fdddbaddad82e55c62e1532457f105ee29ce0.json +++ b/data/unsuccessful-reproductions/865fdddbaddad82e55c62e1532457f105ee29ce0.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.13.0", "newVersion" : "v1.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "MIT", + "githubRepoSlug" : "artipie/asto" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/86739f9b55680ea00214fbcc6504bc8e99dcc50f.json b/data/unsuccessful-reproductions/86739f9b55680ea00214fbcc6504bc8e99dcc50f.json index da010b1670fb..05e2b408cb8d 100644 --- a/data/unsuccessful-reproductions/86739f9b55680ea00214fbcc6504bc8e99dcc50f.json +++ b/data/unsuccessful-reproductions/86739f9b55680ea00214fbcc6504bc8e99dcc50f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.25", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/867475da7a7b9f95b0e896f11c73c0d4614a87b1.json b/data/unsuccessful-reproductions/867475da7a7b9f95b0e896f11c73c0d4614a87b1.json index e479bab85dd4..1733f0d12f8d 100644 --- a/data/unsuccessful-reproductions/867475da7a7b9f95b0e896f11c73c0d4614a87b1.json +++ b/data/unsuccessful-reproductions/867475da7a7b9f95b0e896f11c73c0d4614a87b1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.249", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/867e9b2139caf601402947f76d13916c9b78a210.json b/data/unsuccessful-reproductions/867e9b2139caf601402947f76d13916c9b78a210.json index 70c892c9be78..8020932f6b93 100644 --- a/data/unsuccessful-reproductions/867e9b2139caf601402947f76d13916c9b78a210.json +++ b/data/unsuccessful-reproductions/867e9b2139caf601402947f76d13916c9b78a210.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.2", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8680a1feede6b3bfa4d5bc31fd3c5b65cebd0254.json b/data/unsuccessful-reproductions/8680a1feede6b3bfa4d5bc31fd3c5b65cebd0254.json index 655f627b8039..c84d44affb8b 100644 --- a/data/unsuccessful-reproductions/8680a1feede6b3bfa4d5bc31fd3c5b65cebd0254.json +++ b/data/unsuccessful-reproductions/8680a1feede6b3bfa4d5bc31fd3c5b65cebd0254.json @@ -12,7 +12,10 @@ "previousVersion" : "0.7.0", "newVersion" : "0.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/868958e552ae8d7d19e5b384056b1f3c618a99fd.json b/data/unsuccessful-reproductions/868958e552ae8d7d19e5b384056b1f3c618a99fd.json index 7a60ec6f650b..0b3a85d2f087 100644 --- a/data/unsuccessful-reproductions/868958e552ae8d7d19e5b384056b1f3c618a99fd.json +++ b/data/unsuccessful-reproductions/868958e552ae8d7d19e5b384056b1f3c618a99fd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.2", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/868d5f724bc43d2da728f1821b31524bdb64b95c.json b/data/unsuccessful-reproductions/868d5f724bc43d2da728f1821b31524bdb64b95c.json index 2d4fa48f6529..45270175e6e9 100644 --- a/data/unsuccessful-reproductions/868d5f724bc43d2da728f1821b31524bdb64b95c.json +++ b/data/unsuccessful-reproductions/868d5f724bc43d2da728f1821b31524bdb64b95c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.17", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/86aa95c29864cbe27922027f33901e5eb3f248cf.json b/data/unsuccessful-reproductions/86aa95c29864cbe27922027f33901e5eb3f248cf.json index 9bd57d10e887..04a5698ccdcb 100644 --- a/data/unsuccessful-reproductions/86aa95c29864cbe27922027f33901e5eb3f248cf.json +++ b/data/unsuccessful-reproductions/86aa95c29864cbe27922027f33901e5eb3f248cf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0-rc7", "newVersion" : "1.1.1", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/86bf15ca25333dc01dd71662ff0348af6d9a27e7.json b/data/unsuccessful-reproductions/86bf15ca25333dc01dd71662ff0348af6d9a27e7.json index 719f5e7da02c..fe0994d5589f 100644 --- a/data/unsuccessful-reproductions/86bf15ca25333dc01dd71662ff0348af6d9a27e7.json +++ b/data/unsuccessful-reproductions/86bf15ca25333dc01dd71662ff0348af6d9a27e7.json @@ -12,7 +12,10 @@ "previousVersion" : "4.7.3", "newVersion" : "4.7.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/86c2187f37205886e8924d7af067a9073b60e00f.json b/data/unsuccessful-reproductions/86c2187f37205886e8924d7af067a9073b60e00f.json index b99adcd43c7f..2b58901a9fe1 100644 --- a/data/unsuccessful-reproductions/86c2187f37205886e8924d7af067a9073b60e00f.json +++ b/data/unsuccessful-reproductions/86c2187f37205886e8924d7af067a9073b60e00f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.3", "newVersion" : "2.7.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/86c55043194f223104ee93352274fa411d4adcb3.json b/data/unsuccessful-reproductions/86c55043194f223104ee93352274fa411d4adcb3.json index 1c30bfcffb89..3a56608588a8 100644 --- a/data/unsuccessful-reproductions/86c55043194f223104ee93352274fa411d4adcb3.json +++ b/data/unsuccessful-reproductions/86c55043194f223104ee93352274fa411d4adcb3.json @@ -13,7 +13,10 @@ "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", "versionUpdateType" : "other", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/86d7f66135c5e7fa1756433edf8db147dab9b433.json b/data/unsuccessful-reproductions/86d7f66135c5e7fa1756433edf8db147dab9b433.json index 724bcecf0bd9..12328f13f34b 100644 --- a/data/unsuccessful-reproductions/86d7f66135c5e7fa1756433edf8db147dab9b433.json +++ b/data/unsuccessful-reproductions/86d7f66135c5e7fa1756433edf8db147dab9b433.json @@ -12,7 +12,10 @@ "previousVersion" : "30.0-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/86ebdabf59f689bf91e6b1823e4c7aaad957bb3e.json b/data/unsuccessful-reproductions/86ebdabf59f689bf91e6b1823e4c7aaad957bb3e.json index 144c4207aa9c..eb052dd85987 100644 --- a/data/unsuccessful-reproductions/86ebdabf59f689bf91e6b1823e4c7aaad957bb3e.json +++ b/data/unsuccessful-reproductions/86ebdabf59f689bf91e6b1823e4c7aaad957bb3e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.12", "newVersion" : "3.13.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/86f9b7d5cf36952596657f486d5785c60058c5b8.json b/data/unsuccessful-reproductions/86f9b7d5cf36952596657f486d5785c60058c5b8.json index 6961e91f37d4..40a035d9c54b 100644 --- a/data/unsuccessful-reproductions/86f9b7d5cf36952596657f486d5785c60058c5b8.json +++ b/data/unsuccessful-reproductions/86f9b7d5cf36952596657f486d5785c60058c5b8.json @@ -12,7 +12,10 @@ "previousVersion" : "887.vae9c8ac09ff7", "newVersion" : "924.vda78166e6655", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87150fe3c5a3c11a9bdae7d3ef3e02ed3cebe576.json b/data/unsuccessful-reproductions/87150fe3c5a3c11a9bdae7d3ef3e02ed3cebe576.json index 599118a00e76..812c15e2f085 100644 --- a/data/unsuccessful-reproductions/87150fe3c5a3c11a9bdae7d3ef3e02ed3cebe576.json +++ b/data/unsuccessful-reproductions/87150fe3c5a3c11a9bdae7d3ef3e02ed3cebe576.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.0-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/872d828cc1c2d9c4a417adc7cf1429faac4b0f98.json b/data/unsuccessful-reproductions/872d828cc1c2d9c4a417adc7cf1429faac4b0f98.json index 2ed120dc6677..b7a0953fa7b9 100644 --- a/data/unsuccessful-reproductions/872d828cc1c2d9c4a417adc7cf1429faac4b0f98.json +++ b/data/unsuccessful-reproductions/872d828cc1c2d9c4a417adc7cf1429faac4b0f98.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8733a414a53d9eb5f1f67c85f31006012bb2ebfe.json b/data/unsuccessful-reproductions/8733a414a53d9eb5f1f67c85f31006012bb2ebfe.json index b4739ddbbfdb..f536d18a6b92 100644 --- a/data/unsuccessful-reproductions/8733a414a53d9eb5f1f67c85f31006012bb2ebfe.json +++ b/data/unsuccessful-reproductions/8733a414a53d9eb5f1f67c85f31006012bb2ebfe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.63", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8737153294b9ab849eb5e09b47d54ec08350543b.json b/data/unsuccessful-reproductions/8737153294b9ab849eb5e09b47d54ec08350543b.json index 69d97af93a2f..dcaebaf99056 100644 --- a/data/unsuccessful-reproductions/8737153294b9ab849eb5e09b47d54ec08350543b.json +++ b/data/unsuccessful-reproductions/8737153294b9ab849eb5e09b47d54ec08350543b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/873a3e1ee0773aac8c57b121b2c8f2e37329d374.json b/data/unsuccessful-reproductions/873a3e1ee0773aac8c57b121b2c8f2e37329d374.json index e6d51fbf9b28..ec46109d12d9 100644 --- a/data/unsuccessful-reproductions/873a3e1ee0773aac8c57b121b2c8f2e37329d374.json +++ b/data/unsuccessful-reproductions/873a3e1ee0773aac8c57b121b2c8f2e37329d374.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "3.0.16", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/874e9ffe043345c7e7cb0b211ee681bed0f6487e.json b/data/unsuccessful-reproductions/874e9ffe043345c7e7cb0b211ee681bed0f6487e.json index 53c16dbd39d8..6cee9a867509 100644 --- a/data/unsuccessful-reproductions/874e9ffe043345c7e7cb0b211ee681bed0f6487e.json +++ b/data/unsuccessful-reproductions/874e9ffe043345c7e7cb0b211ee681bed0f6487e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.0", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/875ee6b4f4c9c6497a64b2e2e1943e5c9df1bed3.json b/data/unsuccessful-reproductions/875ee6b4f4c9c6497a64b2e2e1943e5c9df1bed3.json index 30e592c6400e..94289cde2eed 100644 --- a/data/unsuccessful-reproductions/875ee6b4f4c9c6497a64b2e2e1943e5c9df1bed3.json +++ b/data/unsuccessful-reproductions/875ee6b4f4c9c6497a64b2e2e1943e5c9df1bed3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6", "newVersion" : "2.12.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87707e00c0364c046a6ddca88c1020ec61719a40.json b/data/unsuccessful-reproductions/87707e00c0364c046a6ddca88c1020ec61719a40.json index 6af7b322fe24..cc96c086756c 100644 --- a/data/unsuccessful-reproductions/87707e00c0364c046a6ddca88c1020ec61719a40.json +++ b/data/unsuccessful-reproductions/87707e00c0364c046a6ddca88c1020ec61719a40.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.11", "newVersion" : "1.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8772bc9752bd78e615389517e7882e9b67393897.json b/data/unsuccessful-reproductions/8772bc9752bd78e615389517e7882e9b67393897.json index c3296402a95a..9346dbb22807 100644 --- a/data/unsuccessful-reproductions/8772bc9752bd78e615389517e7882e9b67393897.json +++ b/data/unsuccessful-reproductions/8772bc9752bd78e615389517e7882e9b67393897.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.2-3", "newVersion" : "1.5.2-4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8779db8ea2e3513d85a05023ca608fb668613687.json b/data/unsuccessful-reproductions/8779db8ea2e3513d85a05023ca608fb668613687.json index ae080f24771e..a89b0efc61d4 100644 --- a/data/unsuccessful-reproductions/8779db8ea2e3513d85a05023ca608fb668613687.json +++ b/data/unsuccessful-reproductions/8779db8ea2e3513d85a05023ca608fb668613687.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.48", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/878bbff09faa6685725f0902fe77d0759f0092be.json b/data/unsuccessful-reproductions/878bbff09faa6685725f0902fe77d0759f0092be.json index 737928e4ece2..d42dd5c5e6a7 100644 --- a/data/unsuccessful-reproductions/878bbff09faa6685725f0902fe77d0759f0092be.json +++ b/data/unsuccessful-reproductions/878bbff09faa6685725f0902fe77d0759f0092be.json @@ -12,7 +12,10 @@ "previousVersion" : "9.0.43", "newVersion" : "9.0.48", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/879d1252dc6d562c43dabfe37d84b80a70e3b94d.json b/data/unsuccessful-reproductions/879d1252dc6d562c43dabfe37d84b80a70e3b94d.json index 79d98eeac9a5..b99b2131d9f4 100644 --- a/data/unsuccessful-reproductions/879d1252dc6d562c43dabfe37d84b80a70e3b94d.json +++ b/data/unsuccessful-reproductions/879d1252dc6d562c43dabfe37d84b80a70e3b94d.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.30", "newVersion" : "8.0.31", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87adb171bc4c0fd53f5b260d46c311afd8e10c4f.json b/data/unsuccessful-reproductions/87adb171bc4c0fd53f5b260d46c311afd8e10c4f.json index c30e933e4984..d8f2e326669f 100644 --- a/data/unsuccessful-reproductions/87adb171bc4c0fd53f5b260d46c311afd8e10c4f.json +++ b/data/unsuccessful-reproductions/87adb171bc4c0fd53f5b260d46c311afd8e10c4f.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.2.17", "newVersion" : "v1.2.18", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87b719bf829fa287cd0631013b98b860cd9b5b6c.json b/data/unsuccessful-reproductions/87b719bf829fa287cd0631013b98b860cd9b5b6c.json index 26eca7e18cfb..371d3cffcca8 100644 --- a/data/unsuccessful-reproductions/87b719bf829fa287cd0631013b98b860cd9b5b6c.json +++ b/data/unsuccessful-reproductions/87b719bf829fa287cd0631013b98b860cd9b5b6c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.18.40", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87c18fa92124a2ee41f5b28c96b27cf22ebc9cac.json b/data/unsuccessful-reproductions/87c18fa92124a2ee41f5b28c96b27cf22ebc9cac.json index 73b9c8536218..81a50da4e1cf 100644 --- a/data/unsuccessful-reproductions/87c18fa92124a2ee41f5b28c96b27cf22ebc9cac.json +++ b/data/unsuccessful-reproductions/87c18fa92124a2ee41f5b28c96b27cf22ebc9cac.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.3", "newVersion" : "1.17.4", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87c3403287ed9976df9d1052f19a7518fb78e106.json b/data/unsuccessful-reproductions/87c3403287ed9976df9d1052f19a7518fb78e106.json index cebbf39745b7..6056fff75bb6 100644 --- a/data/unsuccessful-reproductions/87c3403287ed9976df9d1052f19a7518fb78e106.json +++ b/data/unsuccessful-reproductions/87c3403287ed9976df9d1052f19a7518fb78e106.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.4", "newVersion" : "1.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87cba026b62029b5a82b4b048641378ffdfd3a8b.json b/data/unsuccessful-reproductions/87cba026b62029b5a82b4b048641378ffdfd3a8b.json index c11a6f3262fd..c56a05833c01 100644 --- a/data/unsuccessful-reproductions/87cba026b62029b5a82b4b048641378ffdfd3a8b.json +++ b/data/unsuccessful-reproductions/87cba026b62029b5a82b4b048641378ffdfd3a8b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "2.3.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87d22ef9bdd25382d8529800a4a33ef1b2971c94.json b/data/unsuccessful-reproductions/87d22ef9bdd25382d8529800a4a33ef1b2971c94.json index 4a16ddb310e3..be7e942209ea 100644 --- a/data/unsuccessful-reproductions/87d22ef9bdd25382d8529800a4a33ef1b2971c94.json +++ b/data/unsuccessful-reproductions/87d22ef9bdd25382d8529800a4a33ef1b2971c94.json @@ -12,7 +12,10 @@ "previousVersion" : "0.16.0", "newVersion" : "0.24.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87d9f8cbfbbbebdb624082cd07cdf41103e80042.json b/data/unsuccessful-reproductions/87d9f8cbfbbbebdb624082cd07cdf41103e80042.json index 98a992401d0b..a3e4f201f59e 100644 --- a/data/unsuccessful-reproductions/87d9f8cbfbbbebdb624082cd07cdf41103e80042.json +++ b/data/unsuccessful-reproductions/87d9f8cbfbbbebdb624082cd07cdf41103e80042.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.44.v20210927", "newVersion" : "11.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87e18578e779c3ffef073693b2f703611011f472.json b/data/unsuccessful-reproductions/87e18578e779c3ffef073693b2f703611011f472.json index 465d4af6ee56..453d55d03c85 100644 --- a/data/unsuccessful-reproductions/87e18578e779c3ffef073693b2f703611011f472.json +++ b/data/unsuccessful-reproductions/87e18578e779c3ffef073693b2f703611011f472.json @@ -12,7 +12,10 @@ "previousVersion" : "7.2.1", "newVersion" : "7.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/87f32ca4874c40e1186eb658abb31264b638adb5.json b/data/unsuccessful-reproductions/87f32ca4874c40e1186eb658abb31264b638adb5.json index 710a5d369abd..df51524d816f 100644 --- a/data/unsuccessful-reproductions/87f32ca4874c40e1186eb658abb31264b638adb5.json +++ b/data/unsuccessful-reproductions/87f32ca4874c40e1186eb658abb31264b638adb5.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.56", "newVersion" : "8.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8818dc0bea39aad2fff08ce7adcfcbcae1db1c2c.json b/data/unsuccessful-reproductions/8818dc0bea39aad2fff08ce7adcfcbcae1db1c2c.json index b495201674de..bdee62ccbe47 100644 --- a/data/unsuccessful-reproductions/8818dc0bea39aad2fff08ce7adcfcbcae1db1c2c.json +++ b/data/unsuccessful-reproductions/8818dc0bea39aad2fff08ce7adcfcbcae1db1c2c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.20", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/881af5b5cefb760d5cc68a369bdcb8e5522c77cf.json b/data/unsuccessful-reproductions/881af5b5cefb760d5cc68a369bdcb8e5522c77cf.json index 8d8a82de8eb8..51dbc7de48db 100644 --- a/data/unsuccessful-reproductions/881af5b5cefb760d5cc68a369bdcb8e5522c77cf.json +++ b/data/unsuccessful-reproductions/881af5b5cefb760d5cc68a369bdcb8e5522c77cf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "WTFPL" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/881bdc95958dbaec5915ee38691a8f900c7245ac.json b/data/unsuccessful-reproductions/881bdc95958dbaec5915ee38691a8f900c7245ac.json index 74dad5318642..cf05c3b96c95 100644 --- a/data/unsuccessful-reproductions/881bdc95958dbaec5915ee38691a8f900c7245ac.json +++ b/data/unsuccessful-reproductions/881bdc95958dbaec5915ee38691a8f900c7245ac.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8825869d33fc28838f2dd1f5fc5cca7ac7293112.json b/data/unsuccessful-reproductions/8825869d33fc28838f2dd1f5fc5cca7ac7293112.json index 77ed3ca7e970..aada36991d13 100644 --- a/data/unsuccessful-reproductions/8825869d33fc28838f2dd1f5fc5cca7ac7293112.json +++ b/data/unsuccessful-reproductions/8825869d33fc28838f2dd1f5fc5cca7ac7293112.json @@ -12,7 +12,10 @@ "previousVersion" : "10.12.0", "newVersion" : "10.12.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8826af1aa83b4ce8edd304e0c3524af185e75cf7.json b/data/unsuccessful-reproductions/8826af1aa83b4ce8edd304e0c3524af185e75cf7.json index 1f69506f31e9..0625a9ceda84 100644 --- a/data/unsuccessful-reproductions/8826af1aa83b4ce8edd304e0c3524af185e75cf7.json +++ b/data/unsuccessful-reproductions/8826af1aa83b4ce8edd304e0c3524af185e75cf7.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.1.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/88327d075bdff07f316ad47cf5a365367d88fc40.json b/data/unsuccessful-reproductions/88327d075bdff07f316ad47cf5a365367d88fc40.json index 1add30b015eb..03f625e9c4c9 100644 --- a/data/unsuccessful-reproductions/88327d075bdff07f316ad47cf5a365367d88fc40.json +++ b/data/unsuccessful-reproductions/88327d075bdff07f316ad47cf5a365367d88fc40.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32", "newVersion" : "1.33", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/883ce4db6d168e86c431f0116d5d6be1f38725a2.json b/data/unsuccessful-reproductions/883ce4db6d168e86c431f0116d5d6be1f38725a2.json index a240a6aed52a..a4c342a9415a 100644 --- a/data/unsuccessful-reproductions/883ce4db6d168e86c431f0116d5d6be1f38725a2.json +++ b/data/unsuccessful-reproductions/883ce4db6d168e86c431f0116d5d6be1f38725a2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.22", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8866e0d883f89eb2b5ad2c02ffc4ff2b464f10b0.json b/data/unsuccessful-reproductions/8866e0d883f89eb2b5ad2c02ffc4ff2b464f10b0.json index 31f54e7b4deb..1060d3f16625 100644 --- a/data/unsuccessful-reproductions/8866e0d883f89eb2b5ad2c02ffc4ff2b464f10b0.json +++ b/data/unsuccessful-reproductions/8866e0d883f89eb2b5ad2c02ffc4ff2b464f10b0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.37", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/88671d37ef0679f9d9314e4cd0d66ac79928d85e.json b/data/unsuccessful-reproductions/88671d37ef0679f9d9314e4cd0d66ac79928d85e.json index 726a21f68717..5eec519275ca 100644 --- a/data/unsuccessful-reproductions/88671d37ef0679f9d9314e4cd0d66ac79928d85e.json +++ b/data/unsuccessful-reproductions/88671d37ef0679f9d9314e4cd0d66ac79928d85e.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.90.Final", "newVersion" : "4.1.94.Final", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/886e8bf4b784bf3579164751de449b527e393505.json b/data/unsuccessful-reproductions/886e8bf4b784bf3579164751de449b527e393505.json index 42c2aa8fd036..8de9226907dc 100644 --- a/data/unsuccessful-reproductions/886e8bf4b784bf3579164751de449b527e393505.json +++ b/data/unsuccessful-reproductions/886e8bf4b784bf3579164751de449b527e393505.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.1", "newVersion" : "4.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/887bd1baabd5dc7776b8486d8b8cf2e564ddde4b.json b/data/unsuccessful-reproductions/887bd1baabd5dc7776b8486d8b8cf2e564ddde4b.json index 094685757c4d..9791c151fe79 100644 --- a/data/unsuccessful-reproductions/887bd1baabd5dc7776b8486d8b8cf2e564ddde4b.json +++ b/data/unsuccessful-reproductions/887bd1baabd5dc7776b8486d8b8cf2e564ddde4b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/889c5be53132cf269969dc8aeec595edd8d6ca99.json b/data/unsuccessful-reproductions/889c5be53132cf269969dc8aeec595edd8d6ca99.json index 1c2929e9bd31..73588cc4b3fa 100644 --- a/data/unsuccessful-reproductions/889c5be53132cf269969dc8aeec595edd8d6ca99.json +++ b/data/unsuccessful-reproductions/889c5be53132cf269969dc8aeec595edd8d6ca99.json @@ -12,7 +12,10 @@ "previousVersion" : "6.3.1", "newVersion" : "6.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "FasterXML/woodstox" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/88a23aa91725b53e5fadad3793f8e278f97a4b65.json b/data/unsuccessful-reproductions/88a23aa91725b53e5fadad3793f8e278f97a4b65.json index 8212880a76db..7545946574ce 100644 --- a/data/unsuccessful-reproductions/88a23aa91725b53e5fadad3793f8e278f97a4b65.json +++ b/data/unsuccessful-reproductions/88a23aa91725b53e5fadad3793f8e278f97a4b65.json @@ -12,7 +12,10 @@ "previousVersion" : "3.22.0", "newVersion" : "3.22.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/88b79c902bca08a6fc0322d536c433efaf33417a.json b/data/unsuccessful-reproductions/88b79c902bca08a6fc0322d536c433efaf33417a.json index e8c7fdbba8c0..e9d27df7625f 100644 --- a/data/unsuccessful-reproductions/88b79c902bca08a6fc0322d536c433efaf33417a.json +++ b/data/unsuccessful-reproductions/88b79c902bca08a6fc0322d536c433efaf33417a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "20030203.000550", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/88c07572feabdc539a18cfcaa268e87c2e845935.json b/data/unsuccessful-reproductions/88c07572feabdc539a18cfcaa268e87c2e845935.json index 4595004d7347..b9fe5f37ca3e 100644 --- a/data/unsuccessful-reproductions/88c07572feabdc539a18cfcaa268e87c2e845935.json +++ b/data/unsuccessful-reproductions/88c07572feabdc539a18cfcaa268e87c2e845935.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/88d63f05918e053df4ee5968217195f1ba6f47b8.json b/data/unsuccessful-reproductions/88d63f05918e053df4ee5968217195f1ba6f47b8.json index ac9eb47ad271..fc970423a1e2 100644 --- a/data/unsuccessful-reproductions/88d63f05918e053df4ee5968217195f1ba6f47b8.json +++ b/data/unsuccessful-reproductions/88d63f05918e053df4ee5968217195f1ba6f47b8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.0", "newVersion" : "1.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/88ded34e2948daf073b2fdf3d7844ee381512ec4.json b/data/unsuccessful-reproductions/88ded34e2948daf073b2fdf3d7844ee381512ec4.json index 0c2637972689..085e5cb87643 100644 --- a/data/unsuccessful-reproductions/88ded34e2948daf073b2fdf3d7844ee381512ec4.json +++ b/data/unsuccessful-reproductions/88ded34e2948daf073b2fdf3d7844ee381512ec4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.6", "newVersion" : "1.2.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89128df32e69b2cccbcccda146e2bed7e520bc05.json b/data/unsuccessful-reproductions/89128df32e69b2cccbcccda146e2bed7e520bc05.json index b4a24ba31231..7179739d5953 100644 --- a/data/unsuccessful-reproductions/89128df32e69b2cccbcccda146e2bed7e520bc05.json +++ b/data/unsuccessful-reproductions/89128df32e69b2cccbcccda146e2bed7e520bc05.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.2", "newVersion" : "1.5.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/892bf6668377f390e89126aa6002d5d731dcb1ee.json b/data/unsuccessful-reproductions/892bf6668377f390e89126aa6002d5d731dcb1ee.json index ff309068c081..1244252556da 100644 --- a/data/unsuccessful-reproductions/892bf6668377f390e89126aa6002d5d731dcb1ee.json +++ b/data/unsuccessful-reproductions/892bf6668377f390e89126aa6002d5d731dcb1ee.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/892de66c5fbcd63c88ae483561fa6a7b40c20393.json b/data/unsuccessful-reproductions/892de66c5fbcd63c88ae483561fa6a7b40c20393.json index 6a37679327ee..23b86db9232f 100644 --- a/data/unsuccessful-reproductions/892de66c5fbcd63c88ae483561fa6a7b40c20393.json +++ b/data/unsuccessful-reproductions/892de66c5fbcd63c88ae483561fa6a7b40c20393.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8939bb677c960b5db92a15c91adde14b3764565d.json b/data/unsuccessful-reproductions/8939bb677c960b5db92a15c91adde14b3764565d.json index 09ef18655eb2..5ab7f08916cf 100644 --- a/data/unsuccessful-reproductions/8939bb677c960b5db92a15c91adde14b3764565d.json +++ b/data/unsuccessful-reproductions/8939bb677c960b5db92a15c91adde14b3764565d.json @@ -12,7 +12,10 @@ "previousVersion" : "1370.vfa_e23fe119c3", "newVersion" : "1500.ve4d05cd32975", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/893a3fcb3baeff9cc9b39657d2ee0fea27ecb717.json b/data/unsuccessful-reproductions/893a3fcb3baeff9cc9b39657d2ee0fea27ecb717.json index c06b37f40567..0bf62fa20b4a 100644 --- a/data/unsuccessful-reproductions/893a3fcb3baeff9cc9b39657d2ee0fea27ecb717.json +++ b/data/unsuccessful-reproductions/893a3fcb3baeff9cc9b39657d2ee0fea27ecb717.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8940d384383aac6996d6e144537025c94702c8b5.json b/data/unsuccessful-reproductions/8940d384383aac6996d6e144537025c94702c8b5.json index 5a00a307fd25..ecccf4f4fb1b 100644 --- a/data/unsuccessful-reproductions/8940d384383aac6996d6e144537025c94702c8b5.json +++ b/data/unsuccessful-reproductions/8940d384383aac6996d6e144537025c94702c8b5.json @@ -12,7 +12,10 @@ "previousVersion" : "24.1.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/894d8ac451135f724742364bf2753a7c4c828c92.json b/data/unsuccessful-reproductions/894d8ac451135f724742364bf2753a7c4c828c92.json index 5ff8c6820142..fddd0d3012e0 100644 --- a/data/unsuccessful-reproductions/894d8ac451135f724742364bf2753a7c4c828c92.json +++ b/data/unsuccessful-reproductions/894d8ac451135f724742364bf2753a7c4c828c92.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.20221013", "newVersion" : "2.14.0", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/895041387048dad9f9d56d600431d4b19719d4c6.json b/data/unsuccessful-reproductions/895041387048dad9f9d56d600431d4b19719d4c6.json index b5e580bb4f41..940293364a6f 100644 --- a/data/unsuccessful-reproductions/895041387048dad9f9d56d600431d4b19719d4c6.json +++ b/data/unsuccessful-reproductions/895041387048dad9f9d56d600431d4b19719d4c6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "142.v04572ca_5b_265", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8959314e68441349ac7b0c18066b5587b1cde816.json b/data/unsuccessful-reproductions/8959314e68441349ac7b0c18066b5587b1cde816.json index 50f273b2a1ba..f08ae2772a0d 100644 --- a/data/unsuccessful-reproductions/8959314e68441349ac7b0c18066b5587b1cde816.json +++ b/data/unsuccessful-reproductions/8959314e68441349ac7b0c18066b5587b1cde816.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/895e850bdf35ddc79f8c4cf664bc421fdb08d0c3.json b/data/unsuccessful-reproductions/895e850bdf35ddc79f8c4cf664bc421fdb08d0c3.json index af5c2ba7fd31..5b4d50abe4d6 100644 --- a/data/unsuccessful-reproductions/895e850bdf35ddc79f8c4cf664bc421fdb08d0c3.json +++ b/data/unsuccessful-reproductions/895e850bdf35ddc79f8c4cf664bc421fdb08d0c3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/896cf91ef10da57070675debd95b4547624a8301.json b/data/unsuccessful-reproductions/896cf91ef10da57070675debd95b4547624a8301.json index 751fd6f7e34d..80e9d36f4e09 100644 --- a/data/unsuccessful-reproductions/896cf91ef10da57070675debd95b4547624a8301.json +++ b/data/unsuccessful-reproductions/896cf91ef10da57070675debd95b4547624a8301.json @@ -12,7 +12,10 @@ "previousVersion" : "2.28.1", "newVersion" : "2.29.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/896d1eec5e3b21121d7eefe0a4b16a08628fe2d8.json b/data/unsuccessful-reproductions/896d1eec5e3b21121d7eefe0a4b16a08628fe2d8.json index 89f98b00dee6..ea0daec4e529 100644 --- a/data/unsuccessful-reproductions/896d1eec5e3b21121d7eefe0a4b16a08628fe2d8.json +++ b/data/unsuccessful-reproductions/896d1eec5e3b21121d7eefe0a4b16a08628fe2d8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.33", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8972c067a3cc29c8101640f8824407684951d98d.json b/data/unsuccessful-reproductions/8972c067a3cc29c8101640f8824407684951d98d.json index 1d4b64754665..ba214f58097d 100644 --- a/data/unsuccessful-reproductions/8972c067a3cc29c8101640f8824407684951d98d.json +++ b/data/unsuccessful-reproductions/8972c067a3cc29c8101640f8824407684951d98d.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.0", "newVersion" : "5.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8975839d96739845ac70df4512368d06ada4fadf.json b/data/unsuccessful-reproductions/8975839d96739845ac70df4512368d06ada4fadf.json index a55c83aaf2c4..28071e3b9378 100644 --- a/data/unsuccessful-reproductions/8975839d96739845ac70df4512368d06ada4fadf.json +++ b/data/unsuccessful-reproductions/8975839d96739845ac70df4512368d06ada4fadf.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89830fddb2283f0b88f0774847ef291b103ae332.json b/data/unsuccessful-reproductions/89830fddb2283f0b88f0774847ef291b103ae332.json index 20e9036c6b9f..6f9a02a74c99 100644 --- a/data/unsuccessful-reproductions/89830fddb2283f0b88f0774847ef291b103ae332.json +++ b/data/unsuccessful-reproductions/89830fddb2283f0b88f0774847ef291b103ae332.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.4", "newVersion" : "3.8.1", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/898abe6af82b8e1f666baaa70d65b042231a30b8.json b/data/unsuccessful-reproductions/898abe6af82b8e1f666baaa70d65b042231a30b8.json index f48cce96ffe0..eb9061c92a59 100644 --- a/data/unsuccessful-reproductions/898abe6af82b8e1f666baaa70d65b042231a30b8.json +++ b/data/unsuccessful-reproductions/898abe6af82b8e1f666baaa70d65b042231a30b8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.19.31", "newVersion" : "2.20.37", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/898f8ffde2dd0a3ca277518425aa11b47c7e4c6d.json b/data/unsuccessful-reproductions/898f8ffde2dd0a3ca277518425aa11b47c7e4c6d.json index 07b6c83237af..87cf23087480 100644 --- a/data/unsuccessful-reproductions/898f8ffde2dd0a3ca277518425aa11b47c7e4c6d.json +++ b/data/unsuccessful-reproductions/898f8ffde2dd0a3ca277518425aa11b47c7e4c6d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.0", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/899268cac9900d3e5c6e313c2c08b646c68809bb.json b/data/unsuccessful-reproductions/899268cac9900d3e5c6e313c2c08b646c68809bb.json index f5a14765cb92..55e4a0a2dcf9 100644 --- a/data/unsuccessful-reproductions/899268cac9900d3e5c6e313c2c08b646c68809bb.json +++ b/data/unsuccessful-reproductions/899268cac9900d3e5c6e313c2c08b646c68809bb.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.10", "newVersion" : "3.13.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89b1fde818ba211e142084fedf40d547f90be2c1.json b/data/unsuccessful-reproductions/89b1fde818ba211e142084fedf40d547f90be2c1.json index 82c7a97ae46a..e65d24265315 100644 --- a/data/unsuccessful-reproductions/89b1fde818ba211e142084fedf40d547f90be2c1.json +++ b/data/unsuccessful-reproductions/89b1fde818ba211e142084fedf40d547f90be2c1.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.2", "newVersion" : "5.9.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89b565249d93891b64fd7945f0250e3180ea5624.json b/data/unsuccessful-reproductions/89b565249d93891b64fd7945f0250e3180ea5624.json index 49254570c732..23e1f18fc1b9 100644 --- a/data/unsuccessful-reproductions/89b565249d93891b64fd7945f0250e3180ea5624.json +++ b/data/unsuccessful-reproductions/89b565249d93891b64fd7945f0250e3180ea5624.json @@ -12,7 +12,10 @@ "previousVersion" : "df23533048", "newVersion" : "1.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89bfc7c6a59ae3b0f59a0d8b26f1559fcf097cd9.json b/data/unsuccessful-reproductions/89bfc7c6a59ae3b0f59a0d8b26f1559fcf097cd9.json index aec2ba13b71d..a8a747c1218b 100644 --- a/data/unsuccessful-reproductions/89bfc7c6a59ae3b0f59a0d8b26f1559fcf097cd9.json +++ b/data/unsuccessful-reproductions/89bfc7c6a59ae3b0f59a0d8b26f1559fcf097cd9.json @@ -12,7 +12,10 @@ "previousVersion" : "6.11", "newVersion" : "7.0.0-beta4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89c9113d92fcebff5e4d19c3adc12fe2f4010377.json b/data/unsuccessful-reproductions/89c9113d92fcebff5e4d19c3adc12fe2f4010377.json index 3b7b86cb3743..3d34c59a836f 100644 --- a/data/unsuccessful-reproductions/89c9113d92fcebff5e4d19c3adc12fe2f4010377.json +++ b/data/unsuccessful-reproductions/89c9113d92fcebff5e4d19c3adc12fe2f4010377.json @@ -12,7 +12,10 @@ "previousVersion" : "3.22.1", "newVersion" : "3.22.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89c91bfb520c93fe3b7a77cbf604cb6bca0b86de.json b/data/unsuccessful-reproductions/89c91bfb520c93fe3b7a77cbf604cb6bca0b86de.json index ef3935fc2aa8..2120022c9568 100644 --- a/data/unsuccessful-reproductions/89c91bfb520c93fe3b7a77cbf604cb6bca0b86de.json +++ b/data/unsuccessful-reproductions/89c91bfb520c93fe3b7a77cbf604cb6bca0b86de.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.2", "newVersion" : "2.12.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "JodaOrg/joda-time" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89ca623c1ee57f80ff4cdf43f84d105030edf003.json b/data/unsuccessful-reproductions/89ca623c1ee57f80ff4cdf43f84d105030edf003.json index 3bb41a40c2f0..69c5cb5d1db9 100644 --- a/data/unsuccessful-reproductions/89ca623c1ee57f80ff4cdf43f84d105030edf003.json +++ b/data/unsuccessful-reproductions/89ca623c1ee57f80ff4cdf43f84d105030edf003.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.18", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89d7e4470b741a28a1da9d816f97381f428f1a0f.json b/data/unsuccessful-reproductions/89d7e4470b741a28a1da9d816f97381f428f1a0f.json index e740b6a05366..d0211d11eb3e 100644 --- a/data/unsuccessful-reproductions/89d7e4470b741a28a1da9d816f97381f428f1a0f.json +++ b/data/unsuccessful-reproductions/89d7e4470b741a28a1da9d816f97381f428f1a0f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89ebd36c8de4c3e5c66f7953c17af0108da581d8.json b/data/unsuccessful-reproductions/89ebd36c8de4c3e5c66f7953c17af0108da581d8.json index 6c78f20cadb9..405fcafdf19a 100644 --- a/data/unsuccessful-reproductions/89ebd36c8de4c3e5c66f7953c17af0108da581d8.json +++ b/data/unsuccessful-reproductions/89ebd36c8de4c3e5c66f7953c17af0108da581d8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.2", "newVersion" : "3.0.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89f0dbef6661bd34e31c4b150e484762bb7e518e.json b/data/unsuccessful-reproductions/89f0dbef6661bd34e31c4b150e484762bb7e518e.json index 2d1a4106c6b7..719ef11438f7 100644 --- a/data/unsuccessful-reproductions/89f0dbef6661bd34e31c4b150e484762bb7e518e.json +++ b/data/unsuccessful-reproductions/89f0dbef6661bd34e31c4b150e484762bb7e518e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0", "newVersion" : "1.6.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/89fb816618647c5eec4239cb850b24044d19a192.json b/data/unsuccessful-reproductions/89fb816618647c5eec4239cb850b24044d19a192.json index 9ca38f59e63b..b6df1f1d85fb 100644 --- a/data/unsuccessful-reproductions/89fb816618647c5eec4239cb850b24044d19a192.json +++ b/data/unsuccessful-reproductions/89fb816618647c5eec4239cb850b24044d19a192.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.175.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8a0206b1489424d5d753dadae1c6d7dde1cbc50a.json b/data/unsuccessful-reproductions/8a0206b1489424d5d753dadae1c6d7dde1cbc50a.json index ff040a21cf6e..2dce6f9f1d5b 100644 --- a/data/unsuccessful-reproductions/8a0206b1489424d5d753dadae1c6d7dde1cbc50a.json +++ b/data/unsuccessful-reproductions/8a0206b1489424d5d753dadae1c6d7dde1cbc50a.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.2-3", "newVersion" : "5.1.2-11", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8a2da078b1daa9ad15dc022edfe4a758ac6bd4f8.json b/data/unsuccessful-reproductions/8a2da078b1daa9ad15dc022edfe4a758ac6bd4f8.json index 8d887d9caed4..dfb3b1f2fa71 100644 --- a/data/unsuccessful-reproductions/8a2da078b1daa9ad15dc022edfe4a758ac6bd4f8.json +++ b/data/unsuccessful-reproductions/8a2da078b1daa9ad15dc022edfe4a758ac6bd4f8.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.2", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8a4b7dc84de70e8a4f7506523527bf5d6ab7e068.json b/data/unsuccessful-reproductions/8a4b7dc84de70e8a4f7506523527bf5d6ab7e068.json index 382cfa59daf7..b2f7a0213d1a 100644 --- a/data/unsuccessful-reproductions/8a4b7dc84de70e8a4f7506523527bf5d6ab7e068.json +++ b/data/unsuccessful-reproductions/8a4b7dc84de70e8a4f7506523527bf5d6ab7e068.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.6", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8a4d381fabd262aa8fb8488787a1f247f91224af.json b/data/unsuccessful-reproductions/8a4d381fabd262aa8fb8488787a1f247f91224af.json index 7893e6297070..4abf4306835d 100644 --- a/data/unsuccessful-reproductions/8a4d381fabd262aa8fb8488787a1f247f91224af.json +++ b/data/unsuccessful-reproductions/8a4d381fabd262aa8fb8488787a1f247f91224af.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8a65e1723ac806195ae995dbe5e6100f9a22d797.json b/data/unsuccessful-reproductions/8a65e1723ac806195ae995dbe5e6100f9a22d797.json index 35bd80d3b92d..c6b46c509f68 100644 --- a/data/unsuccessful-reproductions/8a65e1723ac806195ae995dbe5e6100f9a22d797.json +++ b/data/unsuccessful-reproductions/8a65e1723ac806195ae995dbe5e6100f9a22d797.json @@ -13,7 +13,10 @@ "newVersion" : "2.3.7.Final", "dependencyScope" : "compile", "versionUpdateType" : "other", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8a6ad69b35c11ba9d2c6841a2c24cf1108c61d09.json b/data/unsuccessful-reproductions/8a6ad69b35c11ba9d2c6841a2c24cf1108c61d09.json index 0b680bf4ece6..e534806e32f6 100644 --- a/data/unsuccessful-reproductions/8a6ad69b35c11ba9d2c6841a2c24cf1108c61d09.json +++ b/data/unsuccessful-reproductions/8a6ad69b35c11ba9d2c6841a2c24cf1108c61d09.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.113", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8a829c4e97c2e2d9aaef21e6cfa9e73c3a202863.json b/data/unsuccessful-reproductions/8a829c4e97c2e2d9aaef21e6cfa9e73c3a202863.json index 064bee1aed62..93ad6419db17 100644 --- a/data/unsuccessful-reproductions/8a829c4e97c2e2d9aaef21e6cfa9e73c3a202863.json +++ b/data/unsuccessful-reproductions/8a829c4e97c2e2d9aaef21e6cfa9e73c3a202863.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.116", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8a9804185fcbe3a925ecd252976d0a816a6031a6.json b/data/unsuccessful-reproductions/8a9804185fcbe3a925ecd252976d0a816a6031a6.json index 997a99043c6b..6e2c9429c1b4 100644 --- a/data/unsuccessful-reproductions/8a9804185fcbe3a925ecd252976d0a816a6031a6.json +++ b/data/unsuccessful-reproductions/8a9804185fcbe3a925ecd252976d0a816a6031a6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.239", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8aaa0568a4b06ff553afd41690ba21d28f22925f.json b/data/unsuccessful-reproductions/8aaa0568a4b06ff553afd41690ba21d28f22925f.json index 4b404ffe5b4b..10e4148db0ff 100644 --- a/data/unsuccessful-reproductions/8aaa0568a4b06ff553afd41690ba21d28f22925f.json +++ b/data/unsuccessful-reproductions/8aaa0568a4b06ff553afd41690ba21d28f22925f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.227", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8abdc48c34e47822c8571c7805b2434fddf77e6e.json b/data/unsuccessful-reproductions/8abdc48c34e47822c8571c7805b2434fddf77e6e.json index 03cc4c8c326f..d274acd9ebb7 100644 --- a/data/unsuccessful-reproductions/8abdc48c34e47822c8571c7805b2434fddf77e6e.json +++ b/data/unsuccessful-reproductions/8abdc48c34e47822c8571c7805b2434fddf77e6e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.306", "newVersion" : "1.12.172", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8ac692362cd594b19be6df2228587983b08a21f1.json b/data/unsuccessful-reproductions/8ac692362cd594b19be6df2228587983b08a21f1.json index fd3013900d01..d041c18ad31d 100644 --- a/data/unsuccessful-reproductions/8ac692362cd594b19be6df2228587983b08a21f1.json +++ b/data/unsuccessful-reproductions/8ac692362cd594b19be6df2228587983b08a21f1.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.1", "newVersion" : "3.8.2", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8ae05466266b8d41018b642f1412fae4e9a0911b.json b/data/unsuccessful-reproductions/8ae05466266b8d41018b642f1412fae4e9a0911b.json index 67ce432ea938..ea5cda04fe2e 100644 --- a/data/unsuccessful-reproductions/8ae05466266b8d41018b642f1412fae4e9a0911b.json +++ b/data/unsuccessful-reproductions/8ae05466266b8d41018b642f1412fae4e9a0911b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.1", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8aea95aca508b18b43f8a699a904ab11c120fc11.json b/data/unsuccessful-reproductions/8aea95aca508b18b43f8a699a904ab11c120fc11.json index 705e2733fee0..4213cd54d80b 100644 --- a/data/unsuccessful-reproductions/8aea95aca508b18b43f8a699a904ab11c120fc11.json +++ b/data/unsuccessful-reproductions/8aea95aca508b18b43f8a699a904ab11c120fc11.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.2", "newVersion" : "2.5.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8af9a7901c2477d411f1007f44bbb68291baddca.json b/data/unsuccessful-reproductions/8af9a7901c2477d411f1007f44bbb68291baddca.json index 50fa6034ecdb..31afec06e82b 100644 --- a/data/unsuccessful-reproductions/8af9a7901c2477d411f1007f44bbb68291baddca.json +++ b/data/unsuccessful-reproductions/8af9a7901c2477d411f1007f44bbb68291baddca.json @@ -12,7 +12,10 @@ "previousVersion" : "2021.0.1", "newVersion" : "2021.0.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8afb7f796fc7957776631ce9a6be3aebccf0d795.json b/data/unsuccessful-reproductions/8afb7f796fc7957776631ce9a6be3aebccf0d795.json index dd426f82e99b..220a7a1c19f2 100644 --- a/data/unsuccessful-reproductions/8afb7f796fc7957776631ce9a6be3aebccf0d795.json +++ b/data/unsuccessful-reproductions/8afb7f796fc7957776631ce9a6be3aebccf0d795.json @@ -12,7 +12,10 @@ "previousVersion" : "1.31", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b0b11eb941f5e2e34b5a6960677d7f998051442.json b/data/unsuccessful-reproductions/8b0b11eb941f5e2e34b5a6960677d7f998051442.json index 8c2c11715f8e..5d14c27b7e72 100644 --- a/data/unsuccessful-reproductions/8b0b11eb941f5e2e34b5a6960677d7f998051442.json +++ b/data/unsuccessful-reproductions/8b0b11eb941f5e2e34b5a6960677d7f998051442.json @@ -12,7 +12,10 @@ "previousVersion" : "20220924", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b2e8706ea499cf7b7fb0a2c756d17f2d9bdba6c.json b/data/unsuccessful-reproductions/8b2e8706ea499cf7b7fb0a2c756d17f2d9bdba6c.json index b5d45c86bc75..2dd9b22f96e2 100644 --- a/data/unsuccessful-reproductions/8b2e8706ea499cf7b7fb0a2c756d17f2d9bdba6c.json +++ b/data/unsuccessful-reproductions/8b2e8706ea499cf7b7fb0a2c756d17f2d9bdba6c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.1", "newVersion" : "4.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b34dcbf046e8784104a53e45d05d81879917582.json b/data/unsuccessful-reproductions/8b34dcbf046e8784104a53e45d05d81879917582.json index e66264704635..e47628355014 100644 --- a/data/unsuccessful-reproductions/8b34dcbf046e8784104a53e45d05d81879917582.json +++ b/data/unsuccessful-reproductions/8b34dcbf046e8784104a53e45d05d81879917582.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.6", "newVersion" : "2.13.11", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b358698318380d9b9b15c510a8e8cbe89a4c648.json b/data/unsuccessful-reproductions/8b358698318380d9b9b15c510a8e8cbe89a4c648.json index de9e319c2bb4..758ae8f68b28 100644 --- a/data/unsuccessful-reproductions/8b358698318380d9b9b15c510a8e8cbe89a4c648.json +++ b/data/unsuccessful-reproductions/8b358698318380d9b9b15c510a8e8cbe89a4c648.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.0-jre", "newVersion" : "32.1.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b577f0c40fb9ce787eb497517dd28bc1fd2c1cb.json b/data/unsuccessful-reproductions/8b577f0c40fb9ce787eb497517dd28bc1fd2c1cb.json index 5dcdc5f3b088..030f3714f1a0 100644 --- a/data/unsuccessful-reproductions/8b577f0c40fb9ce787eb497517dd28bc1fd2c1cb.json +++ b/data/unsuccessful-reproductions/8b577f0c40fb9ce787eb497517dd28bc1fd2c1cb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.122", "newVersion" : "2.17.159", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b5ab73010cbff126367ba56db61a18b09625fea.json b/data/unsuccessful-reproductions/8b5ab73010cbff126367ba56db61a18b09625fea.json index 86a8aa6074db..bbaca7035fa6 100644 --- a/data/unsuccessful-reproductions/8b5ab73010cbff126367ba56db61a18b09625fea.json +++ b/data/unsuccessful-reproductions/8b5ab73010cbff126367ba56db61a18b09625fea.json @@ -12,7 +12,10 @@ "previousVersion" : "1.117", "newVersion" : "1.118", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b6663b969345845320a8253c0400fb007fa0f95.json b/data/unsuccessful-reproductions/8b6663b969345845320a8253c0400fb007fa0f95.json index d72bd530781d..6dbdfa055247 100644 --- a/data/unsuccessful-reproductions/8b6663b969345845320a8253c0400fb007fa0f95.json +++ b/data/unsuccessful-reproductions/8b6663b969345845320a8253c0400fb007fa0f95.json @@ -12,7 +12,10 @@ "previousVersion" : "3.27.0", "newVersion" : "3.28.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b6b2b9fdd7a63c64e6e8f78accfac6c92ce4a5f.json b/data/unsuccessful-reproductions/8b6b2b9fdd7a63c64e6e8f78accfac6c92ce4a5f.json index 875173bb9e1a..f73760495d85 100644 --- a/data/unsuccessful-reproductions/8b6b2b9fdd7a63c64e6e8f78accfac6c92ce4a5f.json +++ b/data/unsuccessful-reproductions/8b6b2b9fdd7a63c64e6e8f78accfac6c92ce4a5f.json @@ -12,7 +12,10 @@ "previousVersion" : "7.5", "newVersion" : "7.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b80337cfacea8ff4c89702323839bfb0b82fbc2.json b/data/unsuccessful-reproductions/8b80337cfacea8ff4c89702323839bfb0b82fbc2.json index 570e0a8f9ebf..7b20172b3c76 100644 --- a/data/unsuccessful-reproductions/8b80337cfacea8ff4c89702323839bfb0b82fbc2.json +++ b/data/unsuccessful-reproductions/8b80337cfacea8ff4c89702323839bfb0b82fbc2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.3", "newVersion" : "3.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b8ef09d760acbf3e6d97072dcdcd553598549a1.json b/data/unsuccessful-reproductions/8b8ef09d760acbf3e6d97072dcdcd553598549a1.json index d8157c71d442..28f28c7d87ff 100644 --- a/data/unsuccessful-reproductions/8b8ef09d760acbf3e6d97072dcdcd553598549a1.json +++ b/data/unsuccessful-reproductions/8b8ef09d760acbf3e6d97072dcdcd553598549a1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.41.8-SNAPSHOT", "newVersion" : "1.41.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b967ee0721c9f524f7bc264a9dbb6ef500f90f5.json b/data/unsuccessful-reproductions/8b967ee0721c9f524f7bc264a9dbb6ef500f90f5.json index 5e0131b21a7b..532ce07b849f 100644 --- a/data/unsuccessful-reproductions/8b967ee0721c9f524f7bc264a9dbb6ef500f90f5.json +++ b/data/unsuccessful-reproductions/8b967ee0721c9f524f7bc264a9dbb6ef500f90f5.json @@ -12,7 +12,10 @@ "previousVersion" : "21.0.2", "newVersion" : "21.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8b9b9a3a7589f4bf56cc17b26d1b41d409f32a63.json b/data/unsuccessful-reproductions/8b9b9a3a7589f4bf56cc17b26d1b41d409f32a63.json index 401a464a194c..60116080d67e 100644 --- a/data/unsuccessful-reproductions/8b9b9a3a7589f4bf56cc17b26d1b41d409f32a63.json +++ b/data/unsuccessful-reproductions/8b9b9a3a7589f4bf56cc17b26d1b41d409f32a63.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.3-WINDOWS-SNAPSHOT", "newVersion" : "1.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8bada08bf9a271c59370e8d943985573556fc0d8.json b/data/unsuccessful-reproductions/8bada08bf9a271c59370e8d943985573556fc0d8.json index 346d286ec36b..5f3728b5f74b 100644 --- a/data/unsuccessful-reproductions/8bada08bf9a271c59370e8d943985573556fc0d8.json +++ b/data/unsuccessful-reproductions/8bada08bf9a271c59370e8d943985573556fc0d8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.199", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8bb2502336fe5147b8c2a4fa87e18fbc56eefaad.json b/data/unsuccessful-reproductions/8bb2502336fe5147b8c2a4fa87e18fbc56eefaad.json index 7208b7a76f1d..820ebee9f00f 100644 --- a/data/unsuccessful-reproductions/8bb2502336fe5147b8c2a4fa87e18fbc56eefaad.json +++ b/data/unsuccessful-reproductions/8bb2502336fe5147b8c2a4fa87e18fbc56eefaad.json @@ -12,7 +12,10 @@ "previousVersion" : "0.25.3", "newVersion" : "0.25.4", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8bba12efc3b3a804a98e91bb09ee52019a32fee4.json b/data/unsuccessful-reproductions/8bba12efc3b3a804a98e91bb09ee52019a32fee4.json index aff55302dee7..86b6e5092775 100644 --- a/data/unsuccessful-reproductions/8bba12efc3b3a804a98e91bb09ee52019a32fee4.json +++ b/data/unsuccessful-reproductions/8bba12efc3b3a804a98e91bb09ee52019a32fee4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.54.1", "newVersion" : "1.56.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8bbde797f021dc722a7c8c54f4580804895d0f19.json b/data/unsuccessful-reproductions/8bbde797f021dc722a7c8c54f4580804895d0f19.json index 090d15348873..d019be5923dd 100644 --- a/data/unsuccessful-reproductions/8bbde797f021dc722a7c8c54f4580804895d0f19.json +++ b/data/unsuccessful-reproductions/8bbde797f021dc722a7c8c54f4580804895d0f19.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8bc822996cb09cc31c96b892deaff9f27cdd933f.json b/data/unsuccessful-reproductions/8bc822996cb09cc31c96b892deaff9f27cdd933f.json index 88eb3122aeb6..4f7effdc3a7e 100644 --- a/data/unsuccessful-reproductions/8bc822996cb09cc31c96b892deaff9f27cdd933f.json +++ b/data/unsuccessful-reproductions/8bc822996cb09cc31c96b892deaff9f27cdd933f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8bc8b2be413b07b2876a1b9a313765a4252ce3db.json b/data/unsuccessful-reproductions/8bc8b2be413b07b2876a1b9a313765a4252ce3db.json index 1307aa6969a6..8bdacd02f19e 100644 --- a/data/unsuccessful-reproductions/8bc8b2be413b07b2876a1b9a313765a4252ce3db.json +++ b/data/unsuccessful-reproductions/8bc8b2be413b07b2876a1b9a313765a4252ce3db.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.1", "newVersion" : "2.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8be1b1422ea9f1c50a4a3b1d07dd83b417f6c76e.json b/data/unsuccessful-reproductions/8be1b1422ea9f1c50a4a3b1d07dd83b417f6c76e.json index c73d648a5125..b5625e9afd09 100644 --- a/data/unsuccessful-reproductions/8be1b1422ea9f1c50a4a3b1d07dd83b417f6c76e.json +++ b/data/unsuccessful-reproductions/8be1b1422ea9f1c50a4a3b1d07dd83b417f6c76e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4", "newVersion" : "2.7", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8be2459dc924b262c8528358214311215c06538b.json b/data/unsuccessful-reproductions/8be2459dc924b262c8528358214311215c06538b.json index 551075a2ce0e..e8570bcd632b 100644 --- a/data/unsuccessful-reproductions/8be2459dc924b262c8528358214311215c06538b.json +++ b/data/unsuccessful-reproductions/8be2459dc924b262c8528358214311215c06538b.json @@ -12,7 +12,10 @@ "previousVersion" : "5.8.1", "newVersion" : "5.8.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8be45245e47c64d36f9b30c396d8e2c92f8c24ac.json b/data/unsuccessful-reproductions/8be45245e47c64d36f9b30c396d8e2c92f8c24ac.json index d9b029a0b349..38adf5628da1 100644 --- a/data/unsuccessful-reproductions/8be45245e47c64d36f9b30c396d8e2c92f8c24ac.json +++ b/data/unsuccessful-reproductions/8be45245e47c64d36f9b30c396d8e2c92f8c24ac.json @@ -12,7 +12,10 @@ "previousVersion" : "10.7.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8bfad36f12f419ac7c7b6f1cf185e15e3630d7d6.json b/data/unsuccessful-reproductions/8bfad36f12f419ac7c7b6f1cf185e15e3630d7d6.json index ba8ebcf4bb18..15861fb5717b 100644 --- a/data/unsuccessful-reproductions/8bfad36f12f419ac7c7b6f1cf185e15e3630d7d6.json +++ b/data/unsuccessful-reproductions/8bfad36f12f419ac7c7b6f1cf185e15e3630d7d6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.119", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c00d1f9c1c40c6c69345e9a126c810000ac2a6d.json b/data/unsuccessful-reproductions/8c00d1f9c1c40c6c69345e9a126c810000ac2a6d.json index 5137a2efb76a..23446f00fc3e 100644 --- a/data/unsuccessful-reproductions/8c00d1f9c1c40c6c69345e9a126c810000ac2a6d.json +++ b/data/unsuccessful-reproductions/8c00d1f9c1c40c6c69345e9a126c810000ac2a6d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.6", "newVersion" : "1.6.4.0-PNX", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c1f5eeacc17d1414efcdafc2db8993ccbc4e94e.json b/data/unsuccessful-reproductions/8c1f5eeacc17d1414efcdafc2db8993ccbc4e94e.json index 1ab7aa157d13..887cfacf46ca 100644 --- a/data/unsuccessful-reproductions/8c1f5eeacc17d1414efcdafc2db8993ccbc4e94e.json +++ b/data/unsuccessful-reproductions/8c1f5eeacc17d1414efcdafc2db8993ccbc4e94e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.6", "newVersion" : "2.7.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/eclipselink" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c24c4ecbda515cdc712db97b4d5b1869c5e1000.json b/data/unsuccessful-reproductions/8c24c4ecbda515cdc712db97b4d5b1869c5e1000.json index 3ba45a24a7b0..15f18fa414ce 100644 --- a/data/unsuccessful-reproductions/8c24c4ecbda515cdc712db97b4d5b1869c5e1000.json +++ b/data/unsuccessful-reproductions/8c24c4ecbda515cdc712db97b4d5b1869c5e1000.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10", "newVersion" : "2.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c277d14fd28133b693eb96245d94b921d9088d3.json b/data/unsuccessful-reproductions/8c277d14fd28133b693eb96245d94b921d9088d3.json index 761652280516..1ee7a83d5e18 100644 --- a/data/unsuccessful-reproductions/8c277d14fd28133b693eb96245d94b921d9088d3.json +++ b/data/unsuccessful-reproductions/8c277d14fd28133b693eb96245d94b921d9088d3.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.4", "newVersion" : "3.22.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c2f6c5aea6de206628ad83a9a36fa36f055c534.json b/data/unsuccessful-reproductions/8c2f6c5aea6de206628ad83a9a36fa36f055c534.json index ed9bdbbfec6a..c52c55fabd0c 100644 --- a/data/unsuccessful-reproductions/8c2f6c5aea6de206628ad83a9a36fa36f055c534.json +++ b/data/unsuccessful-reproductions/8c2f6c5aea6de206628ad83a9a36fa36f055c534.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c316715003b2e3044287f90e5946a121d300921.json b/data/unsuccessful-reproductions/8c316715003b2e3044287f90e5946a121d300921.json index ead4f29eaf71..84c35242e731 100644 --- a/data/unsuccessful-reproductions/8c316715003b2e3044287f90e5946a121d300921.json +++ b/data/unsuccessful-reproductions/8c316715003b2e3044287f90e5946a121d300921.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.85.Final", "newVersion" : "4.1.86.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c42b670153b385f055474d4a1224c09fa8c68cc.json b/data/unsuccessful-reproductions/8c42b670153b385f055474d4a1224c09fa8c68cc.json index 6bbe8b1f07a6..ab9195479341 100644 --- a/data/unsuccessful-reproductions/8c42b670153b385f055474d4a1224c09fa8c68cc.json +++ b/data/unsuccessful-reproductions/8c42b670153b385f055474d4a1224c09fa8c68cc.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0", "newVersion" : "6.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c4f49cbffe3936106810b1d4409733c49137d6a.json b/data/unsuccessful-reproductions/8c4f49cbffe3936106810b1d4409733c49137d6a.json index d63bb070f4f4..71cb67e6ee16 100644 --- a/data/unsuccessful-reproductions/8c4f49cbffe3936106810b1d4409733c49137d6a.json +++ b/data/unsuccessful-reproductions/8c4f49cbffe3936106810b1d4409733c49137d6a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.20", "newVersion" : "2.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c5a3c85d0dd9e54d560fa24b7baaea5b8e891b8.json b/data/unsuccessful-reproductions/8c5a3c85d0dd9e54d560fa24b7baaea5b8e891b8.json index 3902a6b1e0de..ffb4927a8f45 100644 --- a/data/unsuccessful-reproductions/8c5a3c85d0dd9e54d560fa24b7baaea5b8e891b8.json +++ b/data/unsuccessful-reproductions/8c5a3c85d0dd9e54d560fa24b7baaea5b8e891b8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.2", "newVersion" : "3.19.6", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c67338bbc2913ee2f93f6bc1dd327e3e401f8d8.json b/data/unsuccessful-reproductions/8c67338bbc2913ee2f93f6bc1dd327e3e401f8d8.json index 4c46f44eda42..da060ef733a7 100644 --- a/data/unsuccessful-reproductions/8c67338bbc2913ee2f93f6bc1dd327e3e401f8d8.json +++ b/data/unsuccessful-reproductions/8c67338bbc2913ee2f93f6bc1dd327e3e401f8d8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.3", "dependencyScope" : "runtime", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c7b25db213bec6541b08f73561aa04db5c9091b.json b/data/unsuccessful-reproductions/8c7b25db213bec6541b08f73561aa04db5c9091b.json index 2e1fd21be12f..8570be84183e 100644 --- a/data/unsuccessful-reproductions/8c7b25db213bec6541b08f73561aa04db5c9091b.json +++ b/data/unsuccessful-reproductions/8c7b25db213bec6541b08f73561aa04db5c9091b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.11.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c7fe8b0832430e39cec41ea3a7afc1ee14c529d.json b/data/unsuccessful-reproductions/8c7fe8b0832430e39cec41ea3a7afc1ee14c529d.json index 48a9e41d0465..3ec391b73fd8 100644 --- a/data/unsuccessful-reproductions/8c7fe8b0832430e39cec41ea3a7afc1ee14c529d.json +++ b/data/unsuccessful-reproductions/8c7fe8b0832430e39cec41ea3a7afc1ee14c529d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "6.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8c960f585c28ae0604eaeab74ab9f61089ba8b15.json b/data/unsuccessful-reproductions/8c960f585c28ae0604eaeab74ab9f61089ba8b15.json index 61dc147d654f..923d8bc8f68f 100644 --- a/data/unsuccessful-reproductions/8c960f585c28ae0604eaeab74ab9f61089ba8b15.json +++ b/data/unsuccessful-reproductions/8c960f585c28ae0604eaeab74ab9f61089ba8b15.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8ca21159b6d5fb1fcfd746be1cadb6e64f5cacb4.json b/data/unsuccessful-reproductions/8ca21159b6d5fb1fcfd746be1cadb6e64f5cacb4.json index b431c86d5621..9173940ad848 100644 --- a/data/unsuccessful-reproductions/8ca21159b6d5fb1fcfd746be1cadb6e64f5cacb4.json +++ b/data/unsuccessful-reproductions/8ca21159b6d5fb1fcfd746be1cadb6e64f5cacb4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.455", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8cb4189dcd4186cd1e02eb409fd6c926dbf6e617.json b/data/unsuccessful-reproductions/8cb4189dcd4186cd1e02eb409fd6c926dbf6e617.json index 4f7089ba5105..47ebfe3a3507 100644 --- a/data/unsuccessful-reproductions/8cb4189dcd4186cd1e02eb409fd6c926dbf6e617.json +++ b/data/unsuccessful-reproductions/8cb4189dcd4186cd1e02eb409fd6c926dbf6e617.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8cc35101c4158e8c98c002dd91f60fa37367c6e9.json b/data/unsuccessful-reproductions/8cc35101c4158e8c98c002dd91f60fa37367c6e9.json index e7449440b69d..2c34bdb5e33a 100644 --- a/data/unsuccessful-reproductions/8cc35101c4158e8c98c002dd91f60fa37367c6e9.json +++ b/data/unsuccessful-reproductions/8cc35101c4158e8c98c002dd91f60fa37367c6e9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.8.RELEASE", "newVersion" : "3.3.5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8cd024d4e5f2cc5a05f3769ff09bcde956c2ad6d.json b/data/unsuccessful-reproductions/8cd024d4e5f2cc5a05f3769ff09bcde956c2ad6d.json index 8da37578d4df..f7599cd1b466 100644 --- a/data/unsuccessful-reproductions/8cd024d4e5f2cc5a05f3769ff09bcde956c2ad6d.json +++ b/data/unsuccessful-reproductions/8cd024d4e5f2cc5a05f3769ff09bcde956c2ad6d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.58", "newVersion" : "1.2.83", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8cdfc2ccb9ded67181229c23339e65c598ad9e2a.json b/data/unsuccessful-reproductions/8cdfc2ccb9ded67181229c23339e65c598ad9e2a.json index 7e6fb9019fc8..1805e6b27908 100644 --- a/data/unsuccessful-reproductions/8cdfc2ccb9ded67181229c23339e65c598ad9e2a.json +++ b/data/unsuccessful-reproductions/8cdfc2ccb9ded67181229c23339e65c598ad9e2a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4", "newVersion" : "2.7", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8cfd4f36e5a3fd1f8e553e4653dcb9c37992b572.json b/data/unsuccessful-reproductions/8cfd4f36e5a3fd1f8e553e4653dcb9c37992b572.json index f81d395a0a31..404d91e9ea8a 100644 --- a/data/unsuccessful-reproductions/8cfd4f36e5a3fd1f8e553e4653dcb9c37992b572.json +++ b/data/unsuccessful-reproductions/8cfd4f36e5a3fd1f8e553e4653dcb9c37992b572.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.11", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d018de0b4985a2ab6e9302e6230d56bcf9b5134.json b/data/unsuccessful-reproductions/8d018de0b4985a2ab6e9302e6230d56bcf9b5134.json index 502824449f80..37a3bb61840b 100644 --- a/data/unsuccessful-reproductions/8d018de0b4985a2ab6e9302e6230d56bcf9b5134.json +++ b/data/unsuccessful-reproductions/8d018de0b4985a2ab6e9302e6230d56bcf9b5134.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.1", "newVersion" : "1.6.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d1d80c720271889497bd2cc2904516e2090818f.json b/data/unsuccessful-reproductions/8d1d80c720271889497bd2cc2904516e2090818f.json index 29a25ddff8de..ed631363b9c5 100644 --- a/data/unsuccessful-reproductions/8d1d80c720271889497bd2cc2904516e2090818f.json +++ b/data/unsuccessful-reproductions/8d1d80c720271889497bd2cc2904516e2090818f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.29.0", "newVersion" : "2.30.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d1fda0135f355e6757ce96dc110fd4a7fbe5c61.json b/data/unsuccessful-reproductions/8d1fda0135f355e6757ce96dc110fd4a7fbe5c61.json index bcaf29af5da5..647865d95a90 100644 --- a/data/unsuccessful-reproductions/8d1fda0135f355e6757ce96dc110fd4a7fbe5c61.json +++ b/data/unsuccessful-reproductions/8d1fda0135f355e6757ce96dc110fd4a7fbe5c61.json @@ -12,7 +12,10 @@ "previousVersion" : "5.4.0-4", "newVersion" : "5.4.0-5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d44a64ce99250ad94b3aef8c9974953e1ddd940.json b/data/unsuccessful-reproductions/8d44a64ce99250ad94b3aef8c9974953e1ddd940.json index b9e35996ecf3..ba47066d5b7c 100644 --- a/data/unsuccessful-reproductions/8d44a64ce99250ad94b3aef8c9974953e1ddd940.json +++ b/data/unsuccessful-reproductions/8d44a64ce99250ad94b3aef8c9974953e1ddd940.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d4eadc09740d836fc1b03c08921f1b2b5af0a56.json b/data/unsuccessful-reproductions/8d4eadc09740d836fc1b03c08921f1b2b5af0a56.json index 7ef171227712..407be8785c22 100644 --- a/data/unsuccessful-reproductions/8d4eadc09740d836fc1b03c08921f1b2b5af0a56.json +++ b/data/unsuccessful-reproductions/8d4eadc09740d836fc1b03c08921f1b2b5af0a56.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.1", "newVersion" : "2.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d5efebc9ed53a40eb7fec03126a4d404c81b722.json b/data/unsuccessful-reproductions/8d5efebc9ed53a40eb7fec03126a4d404c81b722.json index e7b79d9440d1..fedb2147c0e6 100644 --- a/data/unsuccessful-reproductions/8d5efebc9ed53a40eb7fec03126a4d404c81b722.json +++ b/data/unsuccessful-reproductions/8d5efebc9ed53a40eb7fec03126a4d404c81b722.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.4", "newVersion" : "2.9.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d60f6348ca51f49f7740b8a7824145971780fb7.json b/data/unsuccessful-reproductions/8d60f6348ca51f49f7740b8a7824145971780fb7.json index 749c8b458c3e..aa32d50e0453 100644 --- a/data/unsuccessful-reproductions/8d60f6348ca51f49f7740b8a7824145971780fb7.json +++ b/data/unsuccessful-reproductions/8d60f6348ca51f49f7740b8a7824145971780fb7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.1", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d667c5b1768419c0a4fe093f2220f5ccd7ac9f5.json b/data/unsuccessful-reproductions/8d667c5b1768419c0a4fe093f2220f5ccd7ac9f5.json index 29a8d7b6a115..e468459d4e93 100644 --- a/data/unsuccessful-reproductions/8d667c5b1768419c0a4fe093f2220f5ccd7ac9f5.json +++ b/data/unsuccessful-reproductions/8d667c5b1768419c0a4fe093f2220f5ccd7ac9f5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.7", "newVersion" : "1.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d66e708392e0a4e0970b732552c902d0e253690.json b/data/unsuccessful-reproductions/8d66e708392e0a4e0970b732552c902d0e253690.json index 89a680eb506b..d182fb9a8161 100644 --- a/data/unsuccessful-reproductions/8d66e708392e0a4e0970b732552c902d0e253690.json +++ b/data/unsuccessful-reproductions/8d66e708392e0a4e0970b732552c902d0e253690.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d7dcb490a8c4436889b4a9284006171118f696c.json b/data/unsuccessful-reproductions/8d7dcb490a8c4436889b4a9284006171118f696c.json index a375168d1d78..e77363369873 100644 --- a/data/unsuccessful-reproductions/8d7dcb490a8c4436889b4a9284006171118f696c.json +++ b/data/unsuccessful-reproductions/8d7dcb490a8c4436889b4a9284006171118f696c.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.24", "newVersion" : "6.0.4", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d827a72f758da1cffe4bbc1b2831a94bacb64d0.json b/data/unsuccessful-reproductions/8d827a72f758da1cffe4bbc1b2831a94bacb64d0.json index 60c0c725e385..24a15ec5f76f 100644 --- a/data/unsuccessful-reproductions/8d827a72f758da1cffe4bbc1b2831a94bacb64d0.json +++ b/data/unsuccessful-reproductions/8d827a72f758da1cffe4bbc1b2831a94bacb64d0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.18.2", "newVersion" : "3.18.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d84bbe7cb986c4c7d1678c898b4b5d35c1518cc.json b/data/unsuccessful-reproductions/8d84bbe7cb986c4c7d1678c898b4b5d35c1518cc.json index fc8ae796f127..65c15e77c408 100644 --- a/data/unsuccessful-reproductions/8d84bbe7cb986c4c7d1678c898b4b5d35c1518cc.json +++ b/data/unsuccessful-reproductions/8d84bbe7cb986c4c7d1678c898b4b5d35c1518cc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.4", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8d88a4c547ed5b48dc2a74cbe0f528c820f5feca.json b/data/unsuccessful-reproductions/8d88a4c547ed5b48dc2a74cbe0f528c820f5feca.json index 344408a88f04..1a69384abe43 100644 --- a/data/unsuccessful-reproductions/8d88a4c547ed5b48dc2a74cbe0f528c820f5feca.json +++ b/data/unsuccessful-reproductions/8d88a4c547ed5b48dc2a74cbe0f528c820f5feca.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.99", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8dc5ff6bd0dd76cdd26ce4d3b45ba6da39578c39.json b/data/unsuccessful-reproductions/8dc5ff6bd0dd76cdd26ce4d3b45ba6da39578c39.json index 4714289f0c41..c5f84906d935 100644 --- a/data/unsuccessful-reproductions/8dc5ff6bd0dd76cdd26ce4d3b45ba6da39578c39.json +++ b/data/unsuccessful-reproductions/8dc5ff6bd0dd76cdd26ce4d3b45ba6da39578c39.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.6.RELEASE", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8dcbee75e9c6f28af5c538f7271b13fcd46bf77d.json b/data/unsuccessful-reproductions/8dcbee75e9c6f28af5c538f7271b13fcd46bf77d.json index ac9639103567..47793e904837 100644 --- a/data/unsuccessful-reproductions/8dcbee75e9c6f28af5c538f7271b13fcd46bf77d.json +++ b/data/unsuccessful-reproductions/8dcbee75e9c6f28af5c538f7271b13fcd46bf77d.json @@ -12,7 +12,10 @@ "previousVersion" : "5.29.0", "newVersion" : "5.29.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8dd05d5e9e985256bcfaacc324de7e55c257d19d.json b/data/unsuccessful-reproductions/8dd05d5e9e985256bcfaacc324de7e55c257d19d.json index acfcc01743e8..7c53426eb29e 100644 --- a/data/unsuccessful-reproductions/8dd05d5e9e985256bcfaacc324de7e55c257d19d.json +++ b/data/unsuccessful-reproductions/8dd05d5e9e985256bcfaacc324de7e55c257d19d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.196", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8e0bfbf334a050a4f11e65a6dbe41790eaabc11a.json b/data/unsuccessful-reproductions/8e0bfbf334a050a4f11e65a6dbe41790eaabc11a.json index 926f81108ab7..8838829af62a 100644 --- a/data/unsuccessful-reproductions/8e0bfbf334a050a4f11e65a6dbe41790eaabc11a.json +++ b/data/unsuccessful-reproductions/8e0bfbf334a050a4f11e65a6dbe41790eaabc11a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.2", "newVersion" : "4.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8e18c3efca7fcd96b73bc78dc919505adae9a8ae.json b/data/unsuccessful-reproductions/8e18c3efca7fcd96b73bc78dc919505adae9a8ae.json index c1e422bac676..887e3ab483da 100644 --- a/data/unsuccessful-reproductions/8e18c3efca7fcd96b73bc78dc919505adae9a8ae.json +++ b/data/unsuccessful-reproductions/8e18c3efca7fcd96b73bc78dc919505adae9a8ae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.3", "newVersion" : "2.9.10.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8e27e1be329c09d1fe4eaea25ce7ec4aef79b695.json b/data/unsuccessful-reproductions/8e27e1be329c09d1fe4eaea25ce7ec4aef79b695.json index ee6b0e4901e2..79fecec09090 100644 --- a/data/unsuccessful-reproductions/8e27e1be329c09d1fe4eaea25ce7ec4aef79b695.json +++ b/data/unsuccessful-reproductions/8e27e1be329c09d1fe4eaea25ce7ec4aef79b695.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.16.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8e2871719de3b4932e5f68baa1e889ec75efdb16.json b/data/unsuccessful-reproductions/8e2871719de3b4932e5f68baa1e889ec75efdb16.json index b0d99c64ba23..e52e037e4136 100644 --- a/data/unsuccessful-reproductions/8e2871719de3b4932e5f68baa1e889ec75efdb16.json +++ b/data/unsuccessful-reproductions/8e2871719de3b4932e5f68baa1e889ec75efdb16.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.59", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8e295ecb82876867d84469624ea30b06078730f2.json b/data/unsuccessful-reproductions/8e295ecb82876867d84469624ea30b06078730f2.json index 47cb155eb7e1..e0ff15d213f2 100644 --- a/data/unsuccessful-reproductions/8e295ecb82876867d84469624ea30b06078730f2.json +++ b/data/unsuccessful-reproductions/8e295ecb82876867d84469624ea30b06078730f2.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.25", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8e36f5ef9a9738939770451de02f0c0ad394310c.json b/data/unsuccessful-reproductions/8e36f5ef9a9738939770451de02f0c0ad394310c.json index 5c22ffc46ac6..a0ae2f26c751 100644 --- a/data/unsuccessful-reproductions/8e36f5ef9a9738939770451de02f0c0ad394310c.json +++ b/data/unsuccessful-reproductions/8e36f5ef9a9738939770451de02f0c0ad394310c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8e51f0f7cafe14e4070ea83223f81cef76fbb73d.json b/data/unsuccessful-reproductions/8e51f0f7cafe14e4070ea83223f81cef76fbb73d.json index f1f5ade4f14f..c741b305d876 100644 --- a/data/unsuccessful-reproductions/8e51f0f7cafe14e4070ea83223f81cef76fbb73d.json +++ b/data/unsuccessful-reproductions/8e51f0f7cafe14e4070ea83223f81cef76fbb73d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "4.0.1", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8e63bdf239ea7724e8e80b84bb32185c9c7fae5e.json b/data/unsuccessful-reproductions/8e63bdf239ea7724e8e80b84bb32185c9c7fae5e.json index c287201ba96a..7121a0ec0e9a 100644 --- a/data/unsuccessful-reproductions/8e63bdf239ea7724e8e80b84bb32185c9c7fae5e.json +++ b/data/unsuccessful-reproductions/8e63bdf239ea7724e8e80b84bb32185c9c7fae5e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.6", "newVersion" : "1.4.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8e94789f0464789c790b5634866e2737ef93dad5.json b/data/unsuccessful-reproductions/8e94789f0464789c790b5634866e2737ef93dad5.json index 39441f4721c0..d8de0811bf2d 100644 --- a/data/unsuccessful-reproductions/8e94789f0464789c790b5634866e2737ef93dad5.json +++ b/data/unsuccessful-reproductions/8e94789f0464789c790b5634866e2737ef93dad5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.98", "newVersion" : "1.100", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8e9e2a9daa20217189d41b0d941c7ed09d15c633.json b/data/unsuccessful-reproductions/8e9e2a9daa20217189d41b0d941c7ed09d15c633.json index 395636e75d08..e30c49cd6988 100644 --- a/data/unsuccessful-reproductions/8e9e2a9daa20217189d41b0d941c7ed09d15c633.json +++ b/data/unsuccessful-reproductions/8e9e2a9daa20217189d41b0d941c7ed09d15c633.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.9", "newVersion" : "4.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8ea69432f5cbfc5e19a3ab4b3b7a9f1d334ad0cf.json b/data/unsuccessful-reproductions/8ea69432f5cbfc5e19a3ab4b3b7a9f1d334ad0cf.json index 9674625525b6..ab4ff0424481 100644 --- a/data/unsuccessful-reproductions/8ea69432f5cbfc5e19a3ab4b3b7a9f1d334ad0cf.json +++ b/data/unsuccessful-reproductions/8ea69432f5cbfc5e19a3ab4b3b7a9f1d334ad0cf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8ebed88813138f45818e1576c849347eff42ae61.json b/data/unsuccessful-reproductions/8ebed88813138f45818e1576c849347eff42ae61.json index e7c4886c36da..26a7588fe2fa 100644 --- a/data/unsuccessful-reproductions/8ebed88813138f45818e1576c849347eff42ae61.json +++ b/data/unsuccessful-reproductions/8ebed88813138f45818e1576c849347eff42ae61.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.5", "newVersion" : "2.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8ed02dbfc14e9c955423ba739df45db6a4bf2866.json b/data/unsuccessful-reproductions/8ed02dbfc14e9c955423ba739df45db6a4bf2866.json index 9cd287ad91a1..85935ddd851a 100644 --- a/data/unsuccessful-reproductions/8ed02dbfc14e9c955423ba739df45db6a4bf2866.json +++ b/data/unsuccessful-reproductions/8ed02dbfc14e9c955423ba739df45db6a4bf2866.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.4", "newVersion" : "1.16.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8ed774893599b838e860115aebcc6aeabdfdf8d3.json b/data/unsuccessful-reproductions/8ed774893599b838e860115aebcc6aeabdfdf8d3.json index 6f61360ac037..cb01a564a3ea 100644 --- a/data/unsuccessful-reproductions/8ed774893599b838e860115aebcc6aeabdfdf8d3.json +++ b/data/unsuccessful-reproductions/8ed774893599b838e860115aebcc6aeabdfdf8d3.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.1-jre", "newVersion" : "32.1.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8ee133beac6fcd72005ec81c68f3cafef5981a67.json b/data/unsuccessful-reproductions/8ee133beac6fcd72005ec81c68f3cafef5981a67.json index 534cb0e4e8f3..d64a2ec56c59 100644 --- a/data/unsuccessful-reproductions/8ee133beac6fcd72005ec81c68f3cafef5981a67.json +++ b/data/unsuccessful-reproductions/8ee133beac6fcd72005ec81c68f3cafef5981a67.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8ee2907aaa7f176b467ba273bd439fac1137969d.json b/data/unsuccessful-reproductions/8ee2907aaa7f176b467ba273bd439fac1137969d.json index 2e8d61587812..4302021d3ac0 100644 --- a/data/unsuccessful-reproductions/8ee2907aaa7f176b467ba273bd439fac1137969d.json +++ b/data/unsuccessful-reproductions/8ee2907aaa7f176b467ba273bd439fac1137969d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8ee9a5f2704c639e66b2007a64a101a93f34567c.json b/data/unsuccessful-reproductions/8ee9a5f2704c639e66b2007a64a101a93f34567c.json index 540c53933103..35abe7934802 100644 --- a/data/unsuccessful-reproductions/8ee9a5f2704c639e66b2007a64a101a93f34567c.json +++ b/data/unsuccessful-reproductions/8ee9a5f2704c639e66b2007a64a101a93f34567c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.3", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f0b3c764a58f83ac7a7fb6326499470aefd7c97.json b/data/unsuccessful-reproductions/8f0b3c764a58f83ac7a7fb6326499470aefd7c97.json index d79eefe6c9d0..c3bb0cae93ba 100644 --- a/data/unsuccessful-reproductions/8f0b3c764a58f83ac7a7fb6326499470aefd7c97.json +++ b/data/unsuccessful-reproductions/8f0b3c764a58f83ac7a7fb6326499470aefd7c97.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.1", "newVersion" : "2.6.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f206f33e00e13056ced17799f3d339de63f977d.json b/data/unsuccessful-reproductions/8f206f33e00e13056ced17799f3d339de63f977d.json index baf2d334ad21..836950003ea8 100644 --- a/data/unsuccessful-reproductions/8f206f33e00e13056ced17799f3d339de63f977d.json +++ b/data/unsuccessful-reproductions/8f206f33e00e13056ced17799f3d339de63f977d.json @@ -12,7 +12,10 @@ "previousVersion" : "25.2.0", "newVersion" : "25.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f27c46f8677d79a708790551a9288f135236db7.json b/data/unsuccessful-reproductions/8f27c46f8677d79a708790551a9288f135236db7.json index 9d4da5157c33..9664e6c5295e 100644 --- a/data/unsuccessful-reproductions/8f27c46f8677d79a708790551a9288f135236db7.json +++ b/data/unsuccessful-reproductions/8f27c46f8677d79a708790551a9288f135236db7.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.15", "newVersion" : "4.4.16", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f28b0442514e311e9d881e55676633dd0435ff3.json b/data/unsuccessful-reproductions/8f28b0442514e311e9d881e55676633dd0435ff3.json index 6a50272393e5..386078095f28 100644 --- a/data/unsuccessful-reproductions/8f28b0442514e311e9d881e55676633dd0435ff3.json +++ b/data/unsuccessful-reproductions/8f28b0442514e311e9d881e55676633dd0435ff3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.1", "newVersion" : "1.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f49466cc85dfe52ea01e85e0b2f5c9a7244caa0.json b/data/unsuccessful-reproductions/8f49466cc85dfe52ea01e85e0b2f5c9a7244caa0.json index 143b2ad95975..85c04ce7dd73 100644 --- a/data/unsuccessful-reproductions/8f49466cc85dfe52ea01e85e0b2f5c9a7244caa0.json +++ b/data/unsuccessful-reproductions/8f49466cc85dfe52ea01e85e0b2f5c9a7244caa0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f53622dd9f8de217000c031864ec159f1c80956.json b/data/unsuccessful-reproductions/8f53622dd9f8de217000c031864ec159f1c80956.json index 0f478deec488..7781f1a454e4 100644 --- a/data/unsuccessful-reproductions/8f53622dd9f8de217000c031864ec159f1c80956.json +++ b/data/unsuccessful-reproductions/8f53622dd9f8de217000c031864ec159f1c80956.json @@ -12,7 +12,10 @@ "previousVersion" : "26.8.0", "newVersion" : "26.9.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f6086246ac0bc79f3a5ae1f5fb7463a47db7ebb.json b/data/unsuccessful-reproductions/8f6086246ac0bc79f3a5ae1f5fb7463a47db7ebb.json index 731cd96dcb0f..88a04a9b8c86 100644 --- a/data/unsuccessful-reproductions/8f6086246ac0bc79f3a5ae1f5fb7463a47db7ebb.json +++ b/data/unsuccessful-reproductions/8f6086246ac0bc79f3a5ae1f5fb7463a47db7ebb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.7", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f66323cea0318577b3df75a95c2ca9e497a5a9e.json b/data/unsuccessful-reproductions/8f66323cea0318577b3df75a95c2ca9e497a5a9e.json index dc35eda372d1..75dc76256a6c 100644 --- a/data/unsuccessful-reproductions/8f66323cea0318577b3df75a95c2ca9e497a5a9e.json +++ b/data/unsuccessful-reproductions/8f66323cea0318577b3df75a95c2ca9e497a5a9e.json @@ -12,7 +12,10 @@ "previousVersion" : "v3-rev20220711-1.32.1", "newVersion" : "v3-rev20220713-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f6ec14551729d61b30aaf58e42184407d434eab.json b/data/unsuccessful-reproductions/8f6ec14551729d61b30aaf58e42184407d434eab.json index ab048280a3e7..f11600e26b7d 100644 --- a/data/unsuccessful-reproductions/8f6ec14551729d61b30aaf58e42184407d434eab.json +++ b/data/unsuccessful-reproductions/8f6ec14551729d61b30aaf58e42184407d434eab.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.1", "newVersion" : "3.16.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f70dbf1090452379bf68af7cb2e1b0183a03c70.json b/data/unsuccessful-reproductions/8f70dbf1090452379bf68af7cb2e1b0183a03c70.json index 42715fe60338..5615312faeae 100644 --- a/data/unsuccessful-reproductions/8f70dbf1090452379bf68af7cb2e1b0183a03c70.json +++ b/data/unsuccessful-reproductions/8f70dbf1090452379bf68af7cb2e1b0183a03c70.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.7.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f7d5eab41a58e93ebc54395c82a220b8d4a4022.json b/data/unsuccessful-reproductions/8f7d5eab41a58e93ebc54395c82a220b8d4a4022.json index e202287a3cc2..80f31968d03b 100644 --- a/data/unsuccessful-reproductions/8f7d5eab41a58e93ebc54395c82a220b8d4a4022.json +++ b/data/unsuccessful-reproductions/8f7d5eab41a58e93ebc54395c82a220b8d4a4022.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.0", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f8bd959dc239e7ee98ff7430324d919b6669150.json b/data/unsuccessful-reproductions/8f8bd959dc239e7ee98ff7430324d919b6669150.json index 114df97349ff..fbad1ac3eb74 100644 --- a/data/unsuccessful-reproductions/8f8bd959dc239e7ee98ff7430324d919b6669150.json +++ b/data/unsuccessful-reproductions/8f8bd959dc239e7ee98ff7430324d919b6669150.json @@ -12,7 +12,10 @@ "previousVersion" : "0.16.1", "newVersion" : "v0.19", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8f9d9e9f83c0e70ee0cf9512fe9a7f6a5f894ba0.json b/data/unsuccessful-reproductions/8f9d9e9f83c0e70ee0cf9512fe9a7f6a5f894ba0.json index 039e446d848c..bbd83edaa33f 100644 --- a/data/unsuccessful-reproductions/8f9d9e9f83c0e70ee0cf9512fe9a7f6a5f894ba0.json +++ b/data/unsuccessful-reproductions/8f9d9e9f83c0e70ee0cf9512fe9a7f6a5f894ba0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8fa397c94beff62bd1a2caede384bed810db842e.json b/data/unsuccessful-reproductions/8fa397c94beff62bd1a2caede384bed810db842e.json index eb7cb5d5b291..5c69b2b0297e 100644 --- a/data/unsuccessful-reproductions/8fa397c94beff62bd1a2caede384bed810db842e.json +++ b/data/unsuccessful-reproductions/8fa397c94beff62bd1a2caede384bed810db842e.json @@ -12,7 +12,10 @@ "previousVersion" : "10.1", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8fa8a7a7189f0207e5010c8a2606383dde28ea04.json b/data/unsuccessful-reproductions/8fa8a7a7189f0207e5010c8a2606383dde28ea04.json index cba59333af6d..b626fefc647a 100644 --- a/data/unsuccessful-reproductions/8fa8a7a7189f0207e5010c8a2606383dde28ea04.json +++ b/data/unsuccessful-reproductions/8fa8a7a7189f0207e5010c8a2606383dde28ea04.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.1", "newVersion" : "3.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8fb0b60e2941fdb5eb8c65738716470f4deefb75.json b/data/unsuccessful-reproductions/8fb0b60e2941fdb5eb8c65738716470f4deefb75.json index 305770af5df2..13352cfd69ce 100644 --- a/data/unsuccessful-reproductions/8fb0b60e2941fdb5eb8c65738716470f4deefb75.json +++ b/data/unsuccessful-reproductions/8fb0b60e2941fdb5eb8c65738716470f4deefb75.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "2.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8fbebc8b2a6dca9900d3fc539da31e861bda9710.json b/data/unsuccessful-reproductions/8fbebc8b2a6dca9900d3fc539da31e861bda9710.json index 8d195ca1350d..2bd71734cd9c 100644 --- a/data/unsuccessful-reproductions/8fbebc8b2a6dca9900d3fc539da31e861bda9710.json +++ b/data/unsuccessful-reproductions/8fbebc8b2a6dca9900d3fc539da31e861bda9710.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.7", "newVersion" : "3.13.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8fcc7ac8bb46145e6e447dc9bf4a3698c0cf9c12.json b/data/unsuccessful-reproductions/8fcc7ac8bb46145e6e447dc9bf4a3698c0cf9c12.json index cda2b1d9a8ee..aa88d4379abf 100644 --- a/data/unsuccessful-reproductions/8fcc7ac8bb46145e6e447dc9bf4a3698c0cf9c12.json +++ b/data/unsuccessful-reproductions/8fcc7ac8bb46145e6e447dc9bf4a3698c0cf9c12.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1.1-jre", "newVersion" : "31.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8fd48e7a46129c0f95af35aa5ea4a5ef0ca8ec76.json b/data/unsuccessful-reproductions/8fd48e7a46129c0f95af35aa5ea4a5ef0ca8ec76.json index 53462e4b6648..0283a9992b1b 100644 --- a/data/unsuccessful-reproductions/8fd48e7a46129c0f95af35aa5ea4a5ef0ca8ec76.json +++ b/data/unsuccessful-reproductions/8fd48e7a46129c0f95af35aa5ea4a5ef0ca8ec76.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.2", "newVersion" : "1.20.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8fd6caf09be0838b7a5fe207ca9747d7095cde3e.json b/data/unsuccessful-reproductions/8fd6caf09be0838b7a5fe207ca9747d7095cde3e.json index 19ccdc1aa831..3b5c8a56d54d 100644 --- a/data/unsuccessful-reproductions/8fd6caf09be0838b7a5fe207ca9747d7095cde3e.json +++ b/data/unsuccessful-reproductions/8fd6caf09be0838b7a5fe207ca9747d7095cde3e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.3", "newVersion" : "1.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/8feec5eba010bf6bc0f9598142b199e776c4edbd.json b/data/unsuccessful-reproductions/8feec5eba010bf6bc0f9598142b199e776c4edbd.json index 8679a6d7dda0..13e1ac85e604 100644 --- a/data/unsuccessful-reproductions/8feec5eba010bf6bc0f9598142b199e776c4edbd.json +++ b/data/unsuccessful-reproductions/8feec5eba010bf6bc0f9598142b199e776c4edbd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.7", "newVersion" : "2.9.10.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/90123504d1cb1d616c55d5706c763f9a4c816419.json b/data/unsuccessful-reproductions/90123504d1cb1d616c55d5706c763f9a4c816419.json index 5ed0827bab50..d96ee0dd79ac 100644 --- a/data/unsuccessful-reproductions/90123504d1cb1d616c55d5706c763f9a4c816419.json +++ b/data/unsuccessful-reproductions/90123504d1cb1d616c55d5706c763f9a4c816419.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.0", "newVersion" : "3.10.1", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/901b1a11ee82677578c5cc96b0448bfc1658ad9e.json b/data/unsuccessful-reproductions/901b1a11ee82677578c5cc96b0448bfc1658ad9e.json index c59d5ecd452d..2301892d3693 100644 --- a/data/unsuccessful-reproductions/901b1a11ee82677578c5cc96b0448bfc1658ad9e.json +++ b/data/unsuccessful-reproductions/901b1a11ee82677578c5cc96b0448bfc1658ad9e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.2", "newVersion" : "3.5.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9030b813fb6035b1d4ad22634bae014bc7c5125e.json b/data/unsuccessful-reproductions/9030b813fb6035b1d4ad22634bae014bc7c5125e.json index cc1aaa2129f4..7c2c4a59824b 100644 --- a/data/unsuccessful-reproductions/9030b813fb6035b1d4ad22634bae014bc7c5125e.json +++ b/data/unsuccessful-reproductions/9030b813fb6035b1d4ad22634bae014bc7c5125e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.6", "newVersion" : "3.8.7", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9040f47fbc684a10d0dcd0957fe2c45947de01c9.json b/data/unsuccessful-reproductions/9040f47fbc684a10d0dcd0957fe2c45947de01c9.json index d1aab58b328a..f2c68f302593 100644 --- a/data/unsuccessful-reproductions/9040f47fbc684a10d0dcd0957fe2c45947de01c9.json +++ b/data/unsuccessful-reproductions/9040f47fbc684a10d0dcd0957fe2c45947de01c9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.2", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9042841404ae9516b04ab6a98cdfc828fe2a2b98.json b/data/unsuccessful-reproductions/9042841404ae9516b04ab6a98cdfc828fe2a2b98.json index 45a09ea50d82..baae2e1f2769 100644 --- a/data/unsuccessful-reproductions/9042841404ae9516b04ab6a98cdfc828fe2a2b98.json +++ b/data/unsuccessful-reproductions/9042841404ae9516b04ab6a98cdfc828fe2a2b98.json @@ -12,7 +12,10 @@ "previousVersion" : "876.vc43b4c6423b6", "newVersion" : "966.v3857b7c82032", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/905670541311f648e2b598301ff5b6aad48fd54e.json b/data/unsuccessful-reproductions/905670541311f648e2b598301ff5b6aad48fd54e.json index 3bc2428c431c..e12fa967e190 100644 --- a/data/unsuccessful-reproductions/905670541311f648e2b598301ff5b6aad48fd54e.json +++ b/data/unsuccessful-reproductions/905670541311f648e2b598301ff5b6aad48fd54e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.8.RELEASE", "newVersion" : "3.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9063675965d5c5fa67375d76447487e8f7fbd235.json b/data/unsuccessful-reproductions/9063675965d5c5fa67375d76447487e8f7fbd235.json index 75c052e99d92..a7b4c6ab827b 100644 --- a/data/unsuccessful-reproductions/9063675965d5c5fa67375d76447487e8f7fbd235.json +++ b/data/unsuccessful-reproductions/9063675965d5c5fa67375d76447487e8f7fbd235.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.73", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/907046100412eca8d9d691dde1795e321fd22de5.json b/data/unsuccessful-reproductions/907046100412eca8d9d691dde1795e321fd22de5.json index 6f592bb639ef..2e5c4cce1d51 100644 --- a/data/unsuccessful-reproductions/907046100412eca8d9d691dde1795e321fd22de5.json +++ b/data/unsuccessful-reproductions/907046100412eca8d9d691dde1795e321fd22de5.json @@ -13,7 +13,10 @@ "newVersion" : "1.12.485", "dependencyScope" : "compile", "versionUpdateType" : "patch", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9074f4890c1df20dd2bc41c0d9e2b2b7a9acba03.json b/data/unsuccessful-reproductions/9074f4890c1df20dd2bc41c0d9e2b2b7a9acba03.json index 5171885150df..f79f3b6bf1d4 100644 --- a/data/unsuccessful-reproductions/9074f4890c1df20dd2bc41c0d9e2b2b7a9acba03.json +++ b/data/unsuccessful-reproductions/9074f4890c1df20dd2bc41c0d9e2b2b7a9acba03.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.5", "newVersion" : "2.4.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9087c641c04ae9d7705cfb93a21d645d6d6d6569.json b/data/unsuccessful-reproductions/9087c641c04ae9d7705cfb93a21d645d6d6d6569.json index 74ed18ba0755..5050cd785701 100644 --- a/data/unsuccessful-reproductions/9087c641c04ae9d7705cfb93a21d645d6d6d6569.json +++ b/data/unsuccessful-reproductions/9087c641c04ae9d7705cfb93a21d645d6d6d6569.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.119", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/909051eaffaf09f6082fd39132cd5e78d3b2586e.json b/data/unsuccessful-reproductions/909051eaffaf09f6082fd39132cd5e78d3b2586e.json index d042d11c016a..9a2ec0a9d2e0 100644 --- a/data/unsuccessful-reproductions/909051eaffaf09f6082fd39132cd5e78d3b2586e.json +++ b/data/unsuccessful-reproductions/909051eaffaf09f6082fd39132cd5e78d3b2586e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9092eba9d8c60e837c8a4e5a6102f83db5e4bc3d.json b/data/unsuccessful-reproductions/9092eba9d8c60e837c8a4e5a6102f83db5e4bc3d.json index 15db270367f9..c9528162d7f9 100644 --- a/data/unsuccessful-reproductions/9092eba9d8c60e837c8a4e5a6102f83db5e4bc3d.json +++ b/data/unsuccessful-reproductions/9092eba9d8c60e837c8a4e5a6102f83db5e4bc3d.json @@ -12,7 +12,10 @@ "previousVersion" : "6.29.5", "newVersion" : "7.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/90936376fad4dfca3a750542a0bcf0a8b4463296.json b/data/unsuccessful-reproductions/90936376fad4dfca3a750542a0bcf0a8b4463296.json index 7b14661459ca..1808cfc1b0a1 100644 --- a/data/unsuccessful-reproductions/90936376fad4dfca3a750542a0bcf0a8b4463296.json +++ b/data/unsuccessful-reproductions/90936376fad4dfca3a750542a0bcf0a8b4463296.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.0", "newVersion" : "2.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/90b4213c46899d693f96f08bbcd7e784dae30f18.json b/data/unsuccessful-reproductions/90b4213c46899d693f96f08bbcd7e784dae30f18.json index 2295e80b8186..adf606780cfb 100644 --- a/data/unsuccessful-reproductions/90b4213c46899d693f96f08bbcd7e784dae30f18.json +++ b/data/unsuccessful-reproductions/90b4213c46899d693f96f08bbcd7e784dae30f18.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.51", "newVersion" : "8.12.52", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/90bba37209d3e9c747a1c2b1e92aa1462f9b2804.json b/data/unsuccessful-reproductions/90bba37209d3e9c747a1c2b1e92aa1462f9b2804.json index fb67f508d583..17ad4668f32a 100644 --- a/data/unsuccessful-reproductions/90bba37209d3e9c747a1c2b1e92aa1462f9b2804.json +++ b/data/unsuccessful-reproductions/90bba37209d3e9c747a1c2b1e92aa1462f9b2804.json @@ -12,7 +12,10 @@ "previousVersion" : "3.11.10", "newVersion" : "3.11.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/90bf1c2bed6e7c4d4bf6febb996385aed3b991a4.json b/data/unsuccessful-reproductions/90bf1c2bed6e7c4d4bf6febb996385aed3b991a4.json index 6d7be7b5920e..297ea83462fd 100644 --- a/data/unsuccessful-reproductions/90bf1c2bed6e7c4d4bf6febb996385aed3b991a4.json +++ b/data/unsuccessful-reproductions/90bf1c2bed6e7c4d4bf6febb996385aed3b991a4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/90c92ce14fae53f15c92213160ab55def53688e1.json b/data/unsuccessful-reproductions/90c92ce14fae53f15c92213160ab55def53688e1.json index 3794b8c8b442..b2c0e7279e31 100644 --- a/data/unsuccessful-reproductions/90c92ce14fae53f15c92213160ab55def53688e1.json +++ b/data/unsuccessful-reproductions/90c92ce14fae53f15c92213160ab55def53688e1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/90e0a5e95fa85005dd1dcc4973fcfd1e42584cbd.json b/data/unsuccessful-reproductions/90e0a5e95fa85005dd1dcc4973fcfd1e42584cbd.json index 50a56cdb59cb..70d9a639a162 100644 --- a/data/unsuccessful-reproductions/90e0a5e95fa85005dd1dcc4973fcfd1e42584cbd.json +++ b/data/unsuccessful-reproductions/90e0a5e95fa85005dd1dcc4973fcfd1e42584cbd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.31", "newVersion" : "1.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/90e751d41504ee171a7fd3674ec26777de2ce696.json b/data/unsuccessful-reproductions/90e751d41504ee171a7fd3674ec26777de2ce696.json index 98ca1c81490f..55ac51cac199 100644 --- a/data/unsuccessful-reproductions/90e751d41504ee171a7fd3674ec26777de2ce696.json +++ b/data/unsuccessful-reproductions/90e751d41504ee171a7fd3674ec26777de2ce696.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.0", "newVersion" : "4.7.3", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/90e8de8f322e2104e50be5cee1ec30d6163036d0.json b/data/unsuccessful-reproductions/90e8de8f322e2104e50be5cee1ec30d6163036d0.json index 252a3366ea3a..28d3ec96b53e 100644 --- a/data/unsuccessful-reproductions/90e8de8f322e2104e50be5cee1ec30d6163036d0.json +++ b/data/unsuccessful-reproductions/90e8de8f322e2104e50be5cee1ec30d6163036d0.json @@ -12,7 +12,10 @@ "previousVersion" : "22.2.0", "newVersion" : "22.2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/90ee6bcbc03a915ef9d3b11cec9250f99a64a170.json b/data/unsuccessful-reproductions/90ee6bcbc03a915ef9d3b11cec9250f99a64a170.json index 868c4e6ee28a..3f2d882b881f 100644 --- a/data/unsuccessful-reproductions/90ee6bcbc03a915ef9d3b11cec9250f99a64a170.json +++ b/data/unsuccessful-reproductions/90ee6bcbc03a915ef9d3b11cec9250f99a64a170.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9100ffb941198e0939854b7f8f4d6391e735bb70.json b/data/unsuccessful-reproductions/9100ffb941198e0939854b7f8f4d6391e735bb70.json index cc9a0efa4645..e1ead203746a 100644 --- a/data/unsuccessful-reproductions/9100ffb941198e0939854b7f8f4d6391e735bb70.json +++ b/data/unsuccessful-reproductions/9100ffb941198e0939854b7f8f4d6391e735bb70.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/910b5b27b74fd927d2e7ae0487ead22cbc99641a.json b/data/unsuccessful-reproductions/910b5b27b74fd927d2e7ae0487ead22cbc99641a.json index aa436189fcd4..ec7ebcdb147c 100644 --- a/data/unsuccessful-reproductions/910b5b27b74fd927d2e7ae0487ead22cbc99641a.json +++ b/data/unsuccessful-reproductions/910b5b27b74fd927d2e7ae0487ead22cbc99641a.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.0", "newVersion" : "10.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9118cd9556ce32f8d4e635560c24879a439e1c58.json b/data/unsuccessful-reproductions/9118cd9556ce32f8d4e635560c24879a439e1c58.json index 5df7f819400e..5910252d7e6c 100644 --- a/data/unsuccessful-reproductions/9118cd9556ce32f8d4e635560c24879a439e1c58.json +++ b/data/unsuccessful-reproductions/9118cd9556ce32f8d4e635560c24879a439e1c58.json @@ -12,7 +12,10 @@ "previousVersion" : "20.0", "newVersion" : "20.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/912b3be29484b1b8ef3bb8b9dffe9707d24d0d9e.json b/data/unsuccessful-reproductions/912b3be29484b1b8ef3bb8b9dffe9707d24d0d9e.json index c2f07b106ad1..be623ae76949 100644 --- a/data/unsuccessful-reproductions/912b3be29484b1b8ef3bb8b9dffe9707d24d0d9e.json +++ b/data/unsuccessful-reproductions/912b3be29484b1b8ef3bb8b9dffe9707d24d0d9e.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/912d9a161b064506d3ebe9ec0f5fcc8729dc99a7.json b/data/unsuccessful-reproductions/912d9a161b064506d3ebe9ec0f5fcc8729dc99a7.json index 20c7ea64d48d..856ee188a039 100644 --- a/data/unsuccessful-reproductions/912d9a161b064506d3ebe9ec0f5fcc8729dc99a7.json +++ b/data/unsuccessful-reproductions/912d9a161b064506d3ebe9ec0f5fcc8729dc99a7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.31", "newVersion" : "2.3.32", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9139c379e0ad1ea49f7df5fdcf2b81dca2cb9aa9.json b/data/unsuccessful-reproductions/9139c379e0ad1ea49f7df5fdcf2b81dca2cb9aa9.json index 47f438b3e1ee..7ec18db0c0fd 100644 --- a/data/unsuccessful-reproductions/9139c379e0ad1ea49f7df5fdcf2b81dca2cb9aa9.json +++ b/data/unsuccessful-reproductions/9139c379e0ad1ea49f7df5fdcf2b81dca2cb9aa9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6", "newVersion" : "3.6.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9142749d49e182fe5f24de6222a86b0e9b8a8cec.json b/data/unsuccessful-reproductions/9142749d49e182fe5f24de6222a86b0e9b8a8cec.json index f0cdca675941..364fcb311851 100644 --- a/data/unsuccessful-reproductions/9142749d49e182fe5f24de6222a86b0e9b8a8cec.json +++ b/data/unsuccessful-reproductions/9142749d49e182fe5f24de6222a86b0e9b8a8cec.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "3.1.10", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9142fe1a857e79c5d010de5a460158d8f26a4d52.json b/data/unsuccessful-reproductions/9142fe1a857e79c5d010de5a460158d8f26a4d52.json index 882cc4cce5a3..7260ff7442fa 100644 --- a/data/unsuccessful-reproductions/9142fe1a857e79c5d010de5a460158d8f26a4d52.json +++ b/data/unsuccessful-reproductions/9142fe1a857e79c5d010de5a460158d8f26a4d52.json @@ -12,7 +12,10 @@ "previousVersion" : "1370.vfa_e23fe119c3", "newVersion" : "1478.v81d3dc4f9a_43", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/914a3f837b826237c2256f8cb160d3b6bf8b9a17.json b/data/unsuccessful-reproductions/914a3f837b826237c2256f8cb160d3b6bf8b9a17.json index cb32893fede1..3a63a323c83a 100644 --- a/data/unsuccessful-reproductions/914a3f837b826237c2256f8cb160d3b6bf8b9a17.json +++ b/data/unsuccessful-reproductions/914a3f837b826237c2256f8cb160d3b6bf8b9a17.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "23.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9152c925879b18266d1b466c4632927df9a95356.json b/data/unsuccessful-reproductions/9152c925879b18266d1b466c4632927df9a95356.json index 5354cf742ae1..7e4c3c454b45 100644 --- a/data/unsuccessful-reproductions/9152c925879b18266d1b466c4632927df9a95356.json +++ b/data/unsuccessful-reproductions/9152c925879b18266d1b466c4632927df9a95356.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.4", "newVersion" : "1.9.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9159e2a1a9501c38a51762f196567a7d90459866.json b/data/unsuccessful-reproductions/9159e2a1a9501c38a51762f196567a7d90459866.json index afa6362a78e4..578f98ba3940 100644 --- a/data/unsuccessful-reproductions/9159e2a1a9501c38a51762f196567a7d90459866.json +++ b/data/unsuccessful-reproductions/9159e2a1a9501c38a51762f196567a7d90459866.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.242", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/916275524e892edb54f5c4c9760b69467aba5b01.json b/data/unsuccessful-reproductions/916275524e892edb54f5c4c9760b69467aba5b01.json index 0aba7c7f271a..ffd7d6071694 100644 --- a/data/unsuccessful-reproductions/916275524e892edb54f5c4c9760b69467aba5b01.json +++ b/data/unsuccessful-reproductions/916275524e892edb54f5c4c9760b69467aba5b01.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.1-2", "newVersion" : "5.2.1-3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/916c93e80af89a074bfaaa623b290554c47198c3.json b/data/unsuccessful-reproductions/916c93e80af89a074bfaaa623b290554c47198c3.json index d26329180b13..349a0bf6aa19 100644 --- a/data/unsuccessful-reproductions/916c93e80af89a074bfaaa623b290554c47198c3.json +++ b/data/unsuccessful-reproductions/916c93e80af89a074bfaaa623b290554c47198c3.json @@ -12,7 +12,10 @@ "previousVersion" : "6.12.2", "newVersion" : "6.12.5", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/916d7b1425c2bf7cfa431cc1b3b2b2feb352d27a.json b/data/unsuccessful-reproductions/916d7b1425c2bf7cfa431cc1b3b2b2feb352d27a.json index e1ad17d24df1..21b2e902e9ef 100644 --- a/data/unsuccessful-reproductions/916d7b1425c2bf7cfa431cc1b3b2b2feb352d27a.json +++ b/data/unsuccessful-reproductions/916d7b1425c2bf7cfa431cc1b3b2b2feb352d27a.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/917a53451280ea4e55162fdbd8d4bf70a7a72c5c.json b/data/unsuccessful-reproductions/917a53451280ea4e55162fdbd8d4bf70a7a72c5c.json index 7c7459788f22..affc8bf5f73d 100644 --- a/data/unsuccessful-reproductions/917a53451280ea4e55162fdbd8d4bf70a7a72c5c.json +++ b/data/unsuccessful-reproductions/917a53451280ea4e55162fdbd8d4bf70a7a72c5c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/91a7de4cb2ce61f55ab0ec77783fc818b84cb9ad.json b/data/unsuccessful-reproductions/91a7de4cb2ce61f55ab0ec77783fc818b84cb9ad.json index 921d135a65c5..12a6042284e7 100644 --- a/data/unsuccessful-reproductions/91a7de4cb2ce61f55ab0ec77783fc818b84cb9ad.json +++ b/data/unsuccessful-reproductions/91a7de4cb2ce61f55ab0ec77783fc818b84cb9ad.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.4", "newVersion" : "3.19.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/91a9e9f30e2487bfd12f7c146e0981bd34711f57.json b/data/unsuccessful-reproductions/91a9e9f30e2487bfd12f7c146e0981bd34711f57.json index 38f353516f37..2b2a267edd0f 100644 --- a/data/unsuccessful-reproductions/91a9e9f30e2487bfd12f7c146e0981bd34711f57.json +++ b/data/unsuccessful-reproductions/91a9e9f30e2487bfd12f7c146e0981bd34711f57.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/91c65203a1c0a0a6ea0b74b0af316730e83b41a3.json b/data/unsuccessful-reproductions/91c65203a1c0a0a6ea0b74b0af316730e83b41a3.json index ff357bfb4209..56f60825d853 100644 --- a/data/unsuccessful-reproductions/91c65203a1c0a0a6ea0b74b0af316730e83b41a3.json +++ b/data/unsuccessful-reproductions/91c65203a1c0a0a6ea0b74b0af316730e83b41a3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/91c85c6fe35bbaf7fe52b7526e73cc1732df57f6.json b/data/unsuccessful-reproductions/91c85c6fe35bbaf7fe52b7526e73cc1732df57f6.json index 28de88f6a2f6..97180ba86258 100644 --- a/data/unsuccessful-reproductions/91c85c6fe35bbaf7fe52b7526e73cc1732df57f6.json +++ b/data/unsuccessful-reproductions/91c85c6fe35bbaf7fe52b7526e73cc1732df57f6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.1", "newVersion" : "2.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/91c993f13bacbcccfabd07835ab255a0c48e7bd6.json b/data/unsuccessful-reproductions/91c993f13bacbcccfabd07835ab255a0c48e7bd6.json index 1cb685aaa8e5..37d609b05d0e 100644 --- a/data/unsuccessful-reproductions/91c993f13bacbcccfabd07835ab255a0c48e7bd6.json +++ b/data/unsuccessful-reproductions/91c993f13bacbcccfabd07835ab255a0c48e7bd6.json @@ -12,7 +12,10 @@ "previousVersion" : "v4-rev20220221-1.32.1", "newVersion" : "v4-rev20220308-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/91cdb2f390cd715b466b5979d1e4ee185d0e0116.json b/data/unsuccessful-reproductions/91cdb2f390cd715b466b5979d1e4ee185d0e0116.json index 60de88f7376c..adc9d86173de 100644 --- a/data/unsuccessful-reproductions/91cdb2f390cd715b466b5979d1e4ee185d0e0116.json +++ b/data/unsuccessful-reproductions/91cdb2f390cd715b466b5979d1e4ee185d0e0116.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/91dbc58e41c3f9aceb7d226fe3e39cd190b7ab24.json b/data/unsuccessful-reproductions/91dbc58e41c3f9aceb7d226fe3e39cd190b7ab24.json index d2abcf5b8479..1b2612237d89 100644 --- a/data/unsuccessful-reproductions/91dbc58e41c3f9aceb7d226fe3e39cd190b7ab24.json +++ b/data/unsuccessful-reproductions/91dbc58e41c3f9aceb7d226fe3e39cd190b7ab24.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.87", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/91e598d3e2c919dbc507db452a3d98f8d2acdef5.json b/data/unsuccessful-reproductions/91e598d3e2c919dbc507db452a3d98f8d2acdef5.json index 0bb2a3e7a40c..82093ca5c064 100644 --- a/data/unsuccessful-reproductions/91e598d3e2c919dbc507db452a3d98f8d2acdef5.json +++ b/data/unsuccessful-reproductions/91e598d3e2c919dbc507db452a3d98f8d2acdef5.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.7", "newVersion" : "3.21.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/91fe0b18b8454124c267e7f9fedda11429a1c9ce.json b/data/unsuccessful-reproductions/91fe0b18b8454124c267e7f9fedda11429a1c9ce.json index 6bb32e314662..4ff9bfb0b8cf 100644 --- a/data/unsuccessful-reproductions/91fe0b18b8454124c267e7f9fedda11429a1c9ce.json +++ b/data/unsuccessful-reproductions/91fe0b18b8454124c267e7f9fedda11429a1c9ce.json @@ -12,7 +12,10 @@ "previousVersion" : "2025.v816d28f1e04f", "newVersion" : "2062.v154408a_24d20", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/920009728b71becd3944d0797c9ac518ffd305b5.json b/data/unsuccessful-reproductions/920009728b71becd3944d0797c9ac518ffd305b5.json index b772cc77c929..4acd29511477 100644 --- a/data/unsuccessful-reproductions/920009728b71becd3944d0797c9ac518ffd305b5.json +++ b/data/unsuccessful-reproductions/920009728b71becd3944d0797c9ac518ffd305b5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8", "newVersion" : "143.v1b_df8b_d3b_e48", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92040080ea3ceb1c6ccfd6a07b079f2eb219d738.json b/data/unsuccessful-reproductions/92040080ea3ceb1c6ccfd6a07b079f2eb219d738.json index c92baee13ed3..d7249947e435 100644 --- a/data/unsuccessful-reproductions/92040080ea3ceb1c6ccfd6a07b079f2eb219d738.json +++ b/data/unsuccessful-reproductions/92040080ea3ceb1c6ccfd6a07b079f2eb219d738.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.67", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/920b9dd19a18068dffaa1371a3b2e6201d7dcdb8.json b/data/unsuccessful-reproductions/920b9dd19a18068dffaa1371a3b2e6201d7dcdb8.json index 261333e07685..204230d8093b 100644 --- a/data/unsuccessful-reproductions/920b9dd19a18068dffaa1371a3b2e6201d7dcdb8.json +++ b/data/unsuccessful-reproductions/920b9dd19a18068dffaa1371a3b2e6201d7dcdb8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.6", "newVersion" : "3.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92149b738f98a28e34a30f20e69e3aae53f370c3.json b/data/unsuccessful-reproductions/92149b738f98a28e34a30f20e69e3aae53f370c3.json index 3a90f35fbd1b..69b2e1159264 100644 --- a/data/unsuccessful-reproductions/92149b738f98a28e34a30f20e69e3aae53f370c3.json +++ b/data/unsuccessful-reproductions/92149b738f98a28e34a30f20e69e3aae53f370c3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.26", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/922f001da9511244880a6d7c2f3e2726d97be9d6.json b/data/unsuccessful-reproductions/922f001da9511244880a6d7c2f3e2726d97be9d6.json index 44be9ccb0058..ea2715d2dc1a 100644 --- a/data/unsuccessful-reproductions/922f001da9511244880a6d7c2f3e2726d97be9d6.json +++ b/data/unsuccessful-reproductions/922f001da9511244880a6d7c2f3e2726d97be9d6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.2", "newVersion" : "1.14.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92347afed6fcb6f26d83c4748317d7fe6a25cb09.json b/data/unsuccessful-reproductions/92347afed6fcb6f26d83c4748317d7fe6a25cb09.json index cf8c453847b1..d66e0336c15a 100644 --- a/data/unsuccessful-reproductions/92347afed6fcb6f26d83c4748317d7fe6a25cb09.json +++ b/data/unsuccessful-reproductions/92347afed6fcb6f26d83c4748317d7fe6a25cb09.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.18", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/924b5e6ffc68547b7bc52aaafd6c5f6965d3ad5e.json b/data/unsuccessful-reproductions/924b5e6ffc68547b7bc52aaafd6c5f6965d3ad5e.json index 95e16234e2b1..20a657759a2e 100644 --- a/data/unsuccessful-reproductions/924b5e6ffc68547b7bc52aaafd6c5f6965d3ad5e.json +++ b/data/unsuccessful-reproductions/924b5e6ffc68547b7bc52aaafd6c5f6965d3ad5e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.216", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92559812586318533158f9cfbfd29f39df1e099c.json b/data/unsuccessful-reproductions/92559812586318533158f9cfbfd29f39df1e099c.json index 3f39e054cd9a..550afc6eca94 100644 --- a/data/unsuccessful-reproductions/92559812586318533158f9cfbfd29f39df1e099c.json +++ b/data/unsuccessful-reproductions/92559812586318533158f9cfbfd29f39df1e099c.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.193.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/926031fc72669f1dff8244ea309c5eba84d7e9ee.json b/data/unsuccessful-reproductions/926031fc72669f1dff8244ea309c5eba84d7e9ee.json index c19258ea0cc8..a46d677b9fab 100644 --- a/data/unsuccessful-reproductions/926031fc72669f1dff8244ea309c5eba84d7e9ee.json +++ b/data/unsuccessful-reproductions/926031fc72669f1dff8244ea309c5eba84d7e9ee.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.0", "newVersion" : "3.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92661447d9403cec5c7459e0fc3eb8f588c1961a.json b/data/unsuccessful-reproductions/92661447d9403cec5c7459e0fc3eb8f588c1961a.json index f8fda97d318d..0db7f5f41c93 100644 --- a/data/unsuccessful-reproductions/92661447d9403cec5c7459e0fc3eb8f588c1961a.json +++ b/data/unsuccessful-reproductions/92661447d9403cec5c7459e0fc3eb8f588c1961a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.52", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/926907b06c6232492b6e2dee730350dd23079a36.json b/data/unsuccessful-reproductions/926907b06c6232492b6e2dee730350dd23079a36.json index 26bfc2774d19..e677af37897a 100644 --- a/data/unsuccessful-reproductions/926907b06c6232492b6e2dee730350dd23079a36.json +++ b/data/unsuccessful-reproductions/926907b06c6232492b6e2dee730350dd23079a36.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.3", "newVersion" : "3.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92771cd3dab0f336407b0e6a9ae328880e8cddcd.json b/data/unsuccessful-reproductions/92771cd3dab0f336407b0e6a9ae328880e8cddcd.json index dd91cfa6982d..1b1a57953eaf 100644 --- a/data/unsuccessful-reproductions/92771cd3dab0f336407b0e6a9ae328880e8cddcd.json +++ b/data/unsuccessful-reproductions/92771cd3dab0f336407b0e6a9ae328880e8cddcd.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.17.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92847780c37544a5ca523ae80a06b3ca7d06fca3.json b/data/unsuccessful-reproductions/92847780c37544a5ca523ae80a06b3ca7d06fca3.json index 7056996d3557..1ffcf3a77511 100644 --- a/data/unsuccessful-reproductions/92847780c37544a5ca523ae80a06b3ca7d06fca3.json +++ b/data/unsuccessful-reproductions/92847780c37544a5ca523ae80a06b3ca7d06fca3.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20211130-1.32.1", "newVersion" : "v1-rev20220122-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/929620c368a38cc51496f4f2114b920357029084.json b/data/unsuccessful-reproductions/929620c368a38cc51496f4f2114b920357029084.json index 764d1943a8ac..7e53bf6af193 100644 --- a/data/unsuccessful-reproductions/929620c368a38cc51496f4f2114b920357029084.json +++ b/data/unsuccessful-reproductions/929620c368a38cc51496f4f2114b920357029084.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.176.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9296e32e0341de49ed6135fb54d629040fc2c869.json b/data/unsuccessful-reproductions/9296e32e0341de49ed6135fb54d629040fc2c869.json index cc37dbeb2018..f7fbd42a257a 100644 --- a/data/unsuccessful-reproductions/9296e32e0341de49ed6135fb54d629040fc2c869.json +++ b/data/unsuccessful-reproductions/9296e32e0341de49ed6135fb54d629040fc2c869.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.46.v20220331", "newVersion" : "11.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92ba21db567ddb5ab972570ec6e55f9e6160d18f.json b/data/unsuccessful-reproductions/92ba21db567ddb5ab972570ec6e55f9e6160d18f.json index 9f7400ae5a24..06818df6e087 100644 --- a/data/unsuccessful-reproductions/92ba21db567ddb5ab972570ec6e55f9e6160d18f.json +++ b/data/unsuccessful-reproductions/92ba21db567ddb5ab972570ec6e55f9e6160d18f.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92c99c5fe08b7dbdc12a56ab0d25a645498787e8.json b/data/unsuccessful-reproductions/92c99c5fe08b7dbdc12a56ab0d25a645498787e8.json index 6fe15c0f979b..c509e04574c9 100644 --- a/data/unsuccessful-reproductions/92c99c5fe08b7dbdc12a56ab0d25a645498787e8.json +++ b/data/unsuccessful-reproductions/92c99c5fe08b7dbdc12a56ab0d25a645498787e8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.480", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92d7d97b1e745913337a24d8e395cd4f5b3aa002.json b/data/unsuccessful-reproductions/92d7d97b1e745913337a24d8e395cd4f5b3aa002.json index dcce0a358c94..d881373a91f9 100644 --- a/data/unsuccessful-reproductions/92d7d97b1e745913337a24d8e395cd4f5b3aa002.json +++ b/data/unsuccessful-reproductions/92d7d97b1e745913337a24d8e395cd4f5b3aa002.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.10.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92db3bd6a2acb5a7b8ae54c39bd35606a1ab75c5.json b/data/unsuccessful-reproductions/92db3bd6a2acb5a7b8ae54c39bd35606a1ab75c5.json index 6c52737f8718..6290dbbdf9f2 100644 --- a/data/unsuccessful-reproductions/92db3bd6a2acb5a7b8ae54c39bd35606a1ab75c5.json +++ b/data/unsuccessful-reproductions/92db3bd6a2acb5a7b8ae54c39bd35606a1ab75c5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92e5f95a0888e02aba2dde0cdb0bb9e3f997ffb7.json b/data/unsuccessful-reproductions/92e5f95a0888e02aba2dde0cdb0bb9e3f997ffb7.json index dc1df7bcfbe7..83658ad95a20 100644 --- a/data/unsuccessful-reproductions/92e5f95a0888e02aba2dde0cdb0bb9e3f997ffb7.json +++ b/data/unsuccessful-reproductions/92e5f95a0888e02aba2dde0cdb0bb9e3f997ffb7.json @@ -12,7 +12,10 @@ "previousVersion" : "v20230411", "newVersion" : "v20230502", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92e78086e89dd4cc74aad336a2cc6b1da676caf9.json b/data/unsuccessful-reproductions/92e78086e89dd4cc74aad336a2cc6b1da676caf9.json index 0d02d5744bf4..df036519d382 100644 --- a/data/unsuccessful-reproductions/92e78086e89dd4cc74aad336a2cc6b1da676caf9.json +++ b/data/unsuccessful-reproductions/92e78086e89dd4cc74aad336a2cc6b1da676caf9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.48", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92e94931e51f5bb530e170976007c31d01bd24de.json b/data/unsuccessful-reproductions/92e94931e51f5bb530e170976007c31d01bd24de.json index 1686b5534748..7bc8f3cd0e4e 100644 --- a/data/unsuccessful-reproductions/92e94931e51f5bb530e170976007c31d01bd24de.json +++ b/data/unsuccessful-reproductions/92e94931e51f5bb530e170976007c31d01bd24de.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.0", "newVersion" : "5.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92fb9676ae65d603d213a366952984bcf697a779.json b/data/unsuccessful-reproductions/92fb9676ae65d603d213a366952984bcf697a779.json index 9ab199d564f7..2865c5c2cce9 100644 --- a/data/unsuccessful-reproductions/92fb9676ae65d603d213a366952984bcf697a779.json +++ b/data/unsuccessful-reproductions/92fb9676ae65d603d213a366952984bcf697a779.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/92fc643a57027f227d2c4c79f5da33bc7479fe58.json b/data/unsuccessful-reproductions/92fc643a57027f227d2c4c79f5da33bc7479fe58.json index 1491fdf7e68b..450283f8505a 100644 --- a/data/unsuccessful-reproductions/92fc643a57027f227d2c4c79f5da33bc7479fe58.json +++ b/data/unsuccessful-reproductions/92fc643a57027f227d2c4c79f5da33bc7479fe58.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.5", "newVersion" : "3.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/930798a5fc43720a93cfbf5103d651f4004fc82a.json b/data/unsuccessful-reproductions/930798a5fc43720a93cfbf5103d651f4004fc82a.json index 95d0e47de31e..1c9b681ebc72 100644 --- a/data/unsuccessful-reproductions/930798a5fc43720a93cfbf5103d651f4004fc82a.json +++ b/data/unsuccessful-reproductions/930798a5fc43720a93cfbf5103d651f4004fc82a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.23", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/930a66a22d6dfa1b8bc61cc55ac3b255d42411a2.json b/data/unsuccessful-reproductions/930a66a22d6dfa1b8bc61cc55ac3b255d42411a2.json index d78b4e311e8a..1688a2d2cfaf 100644 --- a/data/unsuccessful-reproductions/930a66a22d6dfa1b8bc61cc55ac3b255d42411a2.json +++ b/data/unsuccessful-reproductions/930a66a22d6dfa1b8bc61cc55ac3b255d42411a2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.229", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9315246f06fe9c5dc20bb5f370f6df6beeb3871f.json b/data/unsuccessful-reproductions/9315246f06fe9c5dc20bb5f370f6df6beeb3871f.json index 99b94b89ea5c..4d669cae4c1e 100644 --- a/data/unsuccessful-reproductions/9315246f06fe9c5dc20bb5f370f6df6beeb3871f.json +++ b/data/unsuccessful-reproductions/9315246f06fe9c5dc20bb5f370f6df6beeb3871f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.2", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/931933af5f5a402b8da32fbfee0d5ac8a9f04501.json b/data/unsuccessful-reproductions/931933af5f5a402b8da32fbfee0d5ac8a9f04501.json index 1591be15e29d..a47403bbf2ed 100644 --- a/data/unsuccessful-reproductions/931933af5f5a402b8da32fbfee0d5ac8a9f04501.json +++ b/data/unsuccessful-reproductions/931933af5f5a402b8da32fbfee0d5ac8a9f04501.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.7", "newVersion" : "3.9.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9321cc1e68d60b204a0715a0d84a0b36afbe99c0.json b/data/unsuccessful-reproductions/9321cc1e68d60b204a0715a0d84a0b36afbe99c0.json index ff71904900f0..8abd9bf90bd9 100644 --- a/data/unsuccessful-reproductions/9321cc1e68d60b204a0715a0d84a0b36afbe99c0.json +++ b/data/unsuccessful-reproductions/9321cc1e68d60b204a0715a0d84a0b36afbe99c0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.18", "newVersion" : "2.7.21", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/93330b7fe47510f4fc15d090c5bbb373449ad59f.json b/data/unsuccessful-reproductions/93330b7fe47510f4fc15d090c5bbb373449ad59f.json index b66454901e77..7925b57f4827 100644 --- a/data/unsuccessful-reproductions/93330b7fe47510f4fc15d090c5bbb373449ad59f.json +++ b/data/unsuccessful-reproductions/93330b7fe47510f4fc15d090c5bbb373449ad59f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.86", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9346287f2987c933b11bf95c1f251037c8d919f4.json b/data/unsuccessful-reproductions/9346287f2987c933b11bf95c1f251037c8d919f4.json index 83d6b66f879b..61290fe6ea98 100644 --- a/data/unsuccessful-reproductions/9346287f2987c933b11bf95c1f251037c8d919f4.json +++ b/data/unsuccessful-reproductions/9346287f2987c933b11bf95c1f251037c8d919f4.json @@ -12,7 +12,10 @@ "previousVersion" : "8.3.2", "newVersion" : "11.4.8", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/934fc7129e850d1afccf91563c809351e91f5dd1.json b/data/unsuccessful-reproductions/934fc7129e850d1afccf91563c809351e91f5dd1.json index 004da7007753..fb7711f4179f 100644 --- a/data/unsuccessful-reproductions/934fc7129e850d1afccf91563c809351e91f5dd1.json +++ b/data/unsuccessful-reproductions/934fc7129e850d1afccf91563c809351e91f5dd1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/935c10e5f42a325361ebce8be66939b88f6f2138.json b/data/unsuccessful-reproductions/935c10e5f42a325361ebce8be66939b88f6f2138.json index dcb62828b2a0..738d9cca1101 100644 --- a/data/unsuccessful-reproductions/935c10e5f42a325361ebce8be66939b88f6f2138.json +++ b/data/unsuccessful-reproductions/935c10e5f42a325361ebce8be66939b88f6f2138.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.1", "newVersion" : "2.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9364a268594748e607229c6fda0eb643b99132ea.json b/data/unsuccessful-reproductions/9364a268594748e607229c6fda0eb643b99132ea.json index b657a769a104..ff3f0f101aef 100644 --- a/data/unsuccessful-reproductions/9364a268594748e607229c6fda0eb643b99132ea.json +++ b/data/unsuccessful-reproductions/9364a268594748e607229c6fda0eb643b99132ea.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/936f001eb7f797bff248db47446037ed430267ac.json b/data/unsuccessful-reproductions/936f001eb7f797bff248db47446037ed430267ac.json index bcb6822e191e..44774abdb539 100644 --- a/data/unsuccessful-reproductions/936f001eb7f797bff248db47446037ed430267ac.json +++ b/data/unsuccessful-reproductions/936f001eb7f797bff248db47446037ed430267ac.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.5", "newVersion" : "2.12.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/938b189132239e3641dfe28ad3f68b86509bdf94.json b/data/unsuccessful-reproductions/938b189132239e3641dfe28ad3f68b86509bdf94.json index b943febc6636..f9dc14a66935 100644 --- a/data/unsuccessful-reproductions/938b189132239e3641dfe28ad3f68b86509bdf94.json +++ b/data/unsuccessful-reproductions/938b189132239e3641dfe28ad3f68b86509bdf94.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.11", "newVersion" : "3.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/93b5e2ed33a5fcdabdcccc6966f04f03856ee11f.json b/data/unsuccessful-reproductions/93b5e2ed33a5fcdabdcccc6966f04f03856ee11f.json index de3db5da35eb..769104429b61 100644 --- a/data/unsuccessful-reproductions/93b5e2ed33a5fcdabdcccc6966f04f03856ee11f.json +++ b/data/unsuccessful-reproductions/93b5e2ed33a5fcdabdcccc6966f04f03856ee11f.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.0-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/93b74e236eb058cd05285879a06a5a60fee9a6ab.json b/data/unsuccessful-reproductions/93b74e236eb058cd05285879a06a5a60fee9a6ab.json index 0bf1e79ce449..7ef9ab123c8b 100644 --- a/data/unsuccessful-reproductions/93b74e236eb058cd05285879a06a5a60fee9a6ab.json +++ b/data/unsuccessful-reproductions/93b74e236eb058cd05285879a06a5a60fee9a6ab.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/93c6aa83a4963bad97dd5e66fb7ce3e09f01c3df.json b/data/unsuccessful-reproductions/93c6aa83a4963bad97dd5e66fb7ce3e09f01c3df.json index df957991d133..c3c40e7ace39 100644 --- a/data/unsuccessful-reproductions/93c6aa83a4963bad97dd5e66fb7ce3e09f01c3df.json +++ b/data/unsuccessful-reproductions/93c6aa83a4963bad97dd5e66fb7ce3e09f01c3df.json @@ -12,7 +12,10 @@ "previousVersion" : "26.3.0", "newVersion" : "26.6.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/93cc577d152f74c5391ae62a94bea9c255bea6bb.json b/data/unsuccessful-reproductions/93cc577d152f74c5391ae62a94bea9c255bea6bb.json index 56c39acecf49..cfaf4bcc0609 100644 --- a/data/unsuccessful-reproductions/93cc577d152f74c5391ae62a94bea9c255bea6bb.json +++ b/data/unsuccessful-reproductions/93cc577d152f74c5391ae62a94bea9c255bea6bb.json @@ -12,7 +12,10 @@ "previousVersion" : "0.3.4", "newVersion" : "0.3.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/93eb65789f8611c53e0a0214696200ad0d440142.json b/data/unsuccessful-reproductions/93eb65789f8611c53e0a0214696200ad0d440142.json index 340fa6378178..3d57243e24c1 100644 --- a/data/unsuccessful-reproductions/93eb65789f8611c53e0a0214696200ad0d440142.json +++ b/data/unsuccessful-reproductions/93eb65789f8611c53e0a0214696200ad0d440142.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.72", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/93f1ce74d808497f8f71a3d73001ae389e4148e0.json b/data/unsuccessful-reproductions/93f1ce74d808497f8f71a3d73001ae389e4148e0.json index b3e46c35ff31..fa192d9c81d7 100644 --- a/data/unsuccessful-reproductions/93f1ce74d808497f8f71a3d73001ae389e4148e0.json +++ b/data/unsuccessful-reproductions/93f1ce74d808497f8f71a3d73001ae389e4148e0.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.3.0", "newVersion" : "5.27.2", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94009e7b584362002f25f304a9edc328c42b2e32.json b/data/unsuccessful-reproductions/94009e7b584362002f25f304a9edc328c42b2e32.json index e574a1f4732c..887390500a2c 100644 --- a/data/unsuccessful-reproductions/94009e7b584362002f25f304a9edc328c42b2e32.json +++ b/data/unsuccessful-reproductions/94009e7b584362002f25f304a9edc328c42b2e32.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/940bb6ae0f2aaa5eb9f3d59943efe8b13de94538.json b/data/unsuccessful-reproductions/940bb6ae0f2aaa5eb9f3d59943efe8b13de94538.json index f0eabbe33fd0..d1187e68f84e 100644 --- a/data/unsuccessful-reproductions/940bb6ae0f2aaa5eb9f3d59943efe8b13de94538.json +++ b/data/unsuccessful-reproductions/940bb6ae0f2aaa5eb9f3d59943efe8b13de94538.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/940e2039f4fed086a620f5e4540af03f74a8326b.json b/data/unsuccessful-reproductions/940e2039f4fed086a620f5e4540af03f74a8326b.json index 412edad4f8ee..40955f0bc128 100644 --- a/data/unsuccessful-reproductions/940e2039f4fed086a620f5e4540af03f74a8326b.json +++ b/data/unsuccessful-reproductions/940e2039f4fed086a620f5e4540af03f74a8326b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.3", "newVersion" : "2.7.5", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/942d1ce4cba4558a7831f973154a42f9415528a3.json b/data/unsuccessful-reproductions/942d1ce4cba4558a7831f973154a42f9415528a3.json index 27eea9a48d60..8eaaeecf1972 100644 --- a/data/unsuccessful-reproductions/942d1ce4cba4558a7831f973154a42f9415528a3.json +++ b/data/unsuccessful-reproductions/942d1ce4cba4558a7831f973154a42f9415528a3.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9434a803770071c895f167556067788c253113c3.json b/data/unsuccessful-reproductions/9434a803770071c895f167556067788c253113c3.json index c7c0c588a90a..6022a233a168 100644 --- a/data/unsuccessful-reproductions/9434a803770071c895f167556067788c253113c3.json +++ b/data/unsuccessful-reproductions/9434a803770071c895f167556067788c253113c3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.9", "newVersion" : "2.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/944ce942a413fad843bd74b08d45b34b9d5af4cc.json b/data/unsuccessful-reproductions/944ce942a413fad843bd74b08d45b34b9d5af4cc.json index 68d127631604..47696e6278e9 100644 --- a/data/unsuccessful-reproductions/944ce942a413fad843bd74b08d45b34b9d5af4cc.json +++ b/data/unsuccessful-reproductions/944ce942a413fad843bd74b08d45b34b9d5af4cc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94523f125a66eb49119104e627c1fafec4adf686.json b/data/unsuccessful-reproductions/94523f125a66eb49119104e627c1fafec4adf686.json index ae52dc5d9a87..4a3484bb7ca3 100644 --- a/data/unsuccessful-reproductions/94523f125a66eb49119104e627c1fafec4adf686.json +++ b/data/unsuccessful-reproductions/94523f125a66eb49119104e627c1fafec4adf686.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9462f8efaf203a073f46c1986938df29ef8dc281.json b/data/unsuccessful-reproductions/9462f8efaf203a073f46c1986938df29ef8dc281.json index 797426612da4..1ec14acc0f1a 100644 --- a/data/unsuccessful-reproductions/9462f8efaf203a073f46c1986938df29ef8dc281.json +++ b/data/unsuccessful-reproductions/9462f8efaf203a073f46c1986938df29ef8dc281.json @@ -12,7 +12,10 @@ "previousVersion" : "7.0.5.Final", "newVersion" : "8.0.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94851706ec02d1c19b6ba71060859b4a80ae725f.json b/data/unsuccessful-reproductions/94851706ec02d1c19b6ba71060859b4a80ae725f.json index 8852424dbfea..2875985a818a 100644 --- a/data/unsuccessful-reproductions/94851706ec02d1c19b6ba71060859b4a80ae725f.json +++ b/data/unsuccessful-reproductions/94851706ec02d1c19b6ba71060859b4a80ae725f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9485f2082282db826221f1b2fa823d549917593a.json b/data/unsuccessful-reproductions/9485f2082282db826221f1b2fa823d549917593a.json index f72c46aa1323..3ce99c951535 100644 --- a/data/unsuccessful-reproductions/9485f2082282db826221f1b2fa823d549917593a.json +++ b/data/unsuccessful-reproductions/9485f2082282db826221f1b2fa823d549917593a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.180", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/948b5abc05f90a73ba60ff23de4491c99e1962a6.json b/data/unsuccessful-reproductions/948b5abc05f90a73ba60ff23de4491c99e1962a6.json index 0a5ceda1a005..959674a2fab8 100644 --- a/data/unsuccessful-reproductions/948b5abc05f90a73ba60ff23de4491c99e1962a6.json +++ b/data/unsuccessful-reproductions/948b5abc05f90a73ba60ff23de4491c99e1962a6.json @@ -12,7 +12,10 @@ "previousVersion" : "21.0.2", "newVersion" : "22.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9490d2dce9e3fbd2c0c0029f33e829c0f245da73.json b/data/unsuccessful-reproductions/9490d2dce9e3fbd2c0c0029f33e829c0f245da73.json index 79701b2397db..c9e5d0b3ed89 100644 --- a/data/unsuccessful-reproductions/9490d2dce9e3fbd2c0c0029f33e829c0f245da73.json +++ b/data/unsuccessful-reproductions/9490d2dce9e3fbd2c0c0029f33e829c0f245da73.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4", "newVersion" : "2.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94972ff0e796981da46dbb9b63626584ca1443f2.json b/data/unsuccessful-reproductions/94972ff0e796981da46dbb9b63626584ca1443f2.json index f3b0de0ef6d3..4bffa90f9138 100644 --- a/data/unsuccessful-reproductions/94972ff0e796981da46dbb9b63626584ca1443f2.json +++ b/data/unsuccessful-reproductions/94972ff0e796981da46dbb9b63626584ca1443f2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/949a7c621b5555eee8106ebebaa7dece22ca51e9.json b/data/unsuccessful-reproductions/949a7c621b5555eee8106ebebaa7dece22ca51e9.json index 0630e17dc7a6..f119ed68d902 100644 --- a/data/unsuccessful-reproductions/949a7c621b5555eee8106ebebaa7dece22ca51e9.json +++ b/data/unsuccessful-reproductions/949a7c621b5555eee8106ebebaa7dece22ca51e9.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.47", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/949b9fa4260b2188b933f7eccd0f9d40ac3083f8.json b/data/unsuccessful-reproductions/949b9fa4260b2188b933f7eccd0f9d40ac3083f8.json index fd9a1f3fe132..5bdc78b01105 100644 --- a/data/unsuccessful-reproductions/949b9fa4260b2188b933f7eccd0f9d40ac3083f8.json +++ b/data/unsuccessful-reproductions/949b9fa4260b2188b933f7eccd0f9d40ac3083f8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94a5df9ac284d73f5a78334c168d16b2cd496198.json b/data/unsuccessful-reproductions/94a5df9ac284d73f5a78334c168d16b2cd496198.json index cc23747b747b..12e709126c76 100644 --- a/data/unsuccessful-reproductions/94a5df9ac284d73f5a78334c168d16b2cd496198.json +++ b/data/unsuccessful-reproductions/94a5df9ac284d73f5a78334c168d16b2cd496198.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.26", "newVersion" : "1.18.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94b3c4d0aebac99f894a2d41c75117bb04305cff.json b/data/unsuccessful-reproductions/94b3c4d0aebac99f894a2d41c75117bb04305cff.json index ede647a60c52..a52fcb476342 100644 --- a/data/unsuccessful-reproductions/94b3c4d0aebac99f894a2d41c75117bb04305cff.json +++ b/data/unsuccessful-reproductions/94b3c4d0aebac99f894a2d41c75117bb04305cff.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.9", "newVersion" : "2.7.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94bc40d65712a16938a726923b68e7260306b853.json b/data/unsuccessful-reproductions/94bc40d65712a16938a726923b68e7260306b853.json index 69c18205119e..669f1a826d75 100644 --- a/data/unsuccessful-reproductions/94bc40d65712a16938a726923b68e7260306b853.json +++ b/data/unsuccessful-reproductions/94bc40d65712a16938a726923b68e7260306b853.json @@ -12,7 +12,10 @@ "previousVersion" : "9.0.71", "newVersion" : "9.0.72", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94d2bdb59d5258e77cbc86345b96941e63a07026.json b/data/unsuccessful-reproductions/94d2bdb59d5258e77cbc86345b96941e63a07026.json index 547cf50d6985..105cb38e7b63 100644 --- a/data/unsuccessful-reproductions/94d2bdb59d5258e77cbc86345b96941e63a07026.json +++ b/data/unsuccessful-reproductions/94d2bdb59d5258e77cbc86345b96941e63a07026.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.2", "newVersion" : "1.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94edb56c2797bbb67673dca611a328c53c1322ef.json b/data/unsuccessful-reproductions/94edb56c2797bbb67673dca611a328c53c1322ef.json index 772262571986..b34d3988bd59 100644 --- a/data/unsuccessful-reproductions/94edb56c2797bbb67673dca611a328c53c1322ef.json +++ b/data/unsuccessful-reproductions/94edb56c2797bbb67673dca611a328c53c1322ef.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.0", "newVersion" : "4.7.3", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94f317fc19c5460a4a29b9c9bf2203c05fbcd657.json b/data/unsuccessful-reproductions/94f317fc19c5460a4a29b9c9bf2203c05fbcd657.json index 701a11207efb..8b351bee0d85 100644 --- a/data/unsuccessful-reproductions/94f317fc19c5460a4a29b9c9bf2203c05fbcd657.json +++ b/data/unsuccessful-reproductions/94f317fc19c5460a4a29b9c9bf2203c05fbcd657.json @@ -12,7 +12,10 @@ "previousVersion" : "9.9.1-8", "newVersion" : "11.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/94f3a4a168d6bd86c1a3f2886a71295cba9f258f.json b/data/unsuccessful-reproductions/94f3a4a168d6bd86c1a3f2886a71295cba9f258f.json index 6f187faf0def..7652f2c73839 100644 --- a/data/unsuccessful-reproductions/94f3a4a168d6bd86c1a3f2886a71295cba9f258f.json +++ b/data/unsuccessful-reproductions/94f3a4a168d6bd86c1a3f2886a71295cba9f258f.json @@ -12,7 +12,10 @@ "previousVersion" : "v20230206", "newVersion" : "v20230228", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/951731ae232e89e24d533e1dd663db1ed44d7730.json b/data/unsuccessful-reproductions/951731ae232e89e24d533e1dd663db1ed44d7730.json index 6fd0f889b76b..8f71150ddb15 100644 --- a/data/unsuccessful-reproductions/951731ae232e89e24d533e1dd663db1ed44d7730.json +++ b/data/unsuccessful-reproductions/951731ae232e89e24d533e1dd663db1ed44d7730.json @@ -12,7 +12,10 @@ "previousVersion" : "2.30.1", "newVersion" : "2.31.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/952abf6998ed1f56b34355b63e42232d6a940934.json b/data/unsuccessful-reproductions/952abf6998ed1f56b34355b63e42232d6a940934.json index 3070a3508a23..dce5ef07dc01 100644 --- a/data/unsuccessful-reproductions/952abf6998ed1f56b34355b63e42232d6a940934.json +++ b/data/unsuccessful-reproductions/952abf6998ed1f56b34355b63e42232d6a940934.json @@ -12,7 +12,10 @@ "previousVersion" : "8.25", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/953a941dfc7258d42224ea0eb5ad63212a7549a2.json b/data/unsuccessful-reproductions/953a941dfc7258d42224ea0eb5ad63212a7549a2.json index 80072d6e2a3d..988b758e6ed8 100644 --- a/data/unsuccessful-reproductions/953a941dfc7258d42224ea0eb5ad63212a7549a2.json +++ b/data/unsuccessful-reproductions/953a941dfc7258d42224ea0eb5ad63212a7549a2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/953c1f5022c919d95f8d0d71b853f1c0a26fc214.json b/data/unsuccessful-reproductions/953c1f5022c919d95f8d0d71b853f1c0a26fc214.json index c13f5c80d929..d4e4b098a691 100644 --- a/data/unsuccessful-reproductions/953c1f5022c919d95f8d0d71b853f1c0a26fc214.json +++ b/data/unsuccessful-reproductions/953c1f5022c919d95f8d0d71b853f1c0a26fc214.json @@ -12,7 +12,10 @@ "previousVersion" : "10.2.0.jre11", "newVersion" : "11.2.1.jre17", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/953fc40f9c90f8d3b38de39cb2037cd74d4cf690.json b/data/unsuccessful-reproductions/953fc40f9c90f8d3b38de39cb2037cd74d4cf690.json index a33a57eedaad..e3775c433d84 100644 --- a/data/unsuccessful-reproductions/953fc40f9c90f8d3b38de39cb2037cd74d4cf690.json +++ b/data/unsuccessful-reproductions/953fc40f9c90f8d3b38de39cb2037cd74d4cf690.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.1", "newVersion" : "2.22.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/95487804d8f20366a3d589f4399b0a1acb33454d.json b/data/unsuccessful-reproductions/95487804d8f20366a3d589f4399b0a1acb33454d.json index 0b74f861db34..55f45b58d011 100644 --- a/data/unsuccessful-reproductions/95487804d8f20366a3d589f4399b0a1acb33454d.json +++ b/data/unsuccessful-reproductions/95487804d8f20366a3d589f4399b0a1acb33454d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.191", "newVersion" : "2.17.196", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9558176ba279a16848afbebaecd54ad502808858.json b/data/unsuccessful-reproductions/9558176ba279a16848afbebaecd54ad502808858.json index ef14b54e92b2..d9c526069233 100644 --- a/data/unsuccessful-reproductions/9558176ba279a16848afbebaecd54ad502808858.json +++ b/data/unsuccessful-reproductions/9558176ba279a16848afbebaecd54ad502808858.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.20", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/956a2630b4f00b6948b33f7ed8b93adea9d52912.json b/data/unsuccessful-reproductions/956a2630b4f00b6948b33f7ed8b93adea9d52912.json index da8efd08d473..d38715d7d624 100644 --- a/data/unsuccessful-reproductions/956a2630b4f00b6948b33f7ed8b93adea9d52912.json +++ b/data/unsuccessful-reproductions/956a2630b4f00b6948b33f7ed8b93adea9d52912.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/956af960f13dd60096d2243eba12778014cd1bae.json b/data/unsuccessful-reproductions/956af960f13dd60096d2243eba12778014cd1bae.json index 1fb18d61a48b..531a302f74cf 100644 --- a/data/unsuccessful-reproductions/956af960f13dd60096d2243eba12778014cd1bae.json +++ b/data/unsuccessful-reproductions/956af960f13dd60096d2243eba12778014cd1bae.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/956b225e1b77f2ccba796ff36711f2b9cfc01dcf.json b/data/unsuccessful-reproductions/956b225e1b77f2ccba796ff36711f2b9cfc01dcf.json index a8d49c3a5aee..00aa3d26eec0 100644 --- a/data/unsuccessful-reproductions/956b225e1b77f2ccba796ff36711f2b9cfc01dcf.json +++ b/data/unsuccessful-reproductions/956b225e1b77f2ccba796ff36711f2b9cfc01dcf.json @@ -12,7 +12,10 @@ "previousVersion" : "0.7.0", "newVersion" : "0.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9573502306085332cd45fdd8bd71532bca99055e.json b/data/unsuccessful-reproductions/9573502306085332cd45fdd8bd71532bca99055e.json index f6551eac69db..d761500f502e 100644 --- a/data/unsuccessful-reproductions/9573502306085332cd45fdd8bd71532bca99055e.json +++ b/data/unsuccessful-reproductions/9573502306085332cd45fdd8bd71532bca99055e.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.2", "newVersion" : "5.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/95771a4de65e0499c85e423cc7248dd71500ed5c.json b/data/unsuccessful-reproductions/95771a4de65e0499c85e423cc7248dd71500ed5c.json index 64cca5a4da29..925436cbf41f 100644 --- a/data/unsuccessful-reproductions/95771a4de65e0499c85e423cc7248dd71500ed5c.json +++ b/data/unsuccessful-reproductions/95771a4de65e0499c85e423cc7248dd71500ed5c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.36", "newVersion" : "3.0.8", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/957a7936cb0995e4adf9a173fb5f987aa1211bc3.json b/data/unsuccessful-reproductions/957a7936cb0995e4adf9a173fb5f987aa1211bc3.json index f90a73e26424..2d11f372d7f8 100644 --- a/data/unsuccessful-reproductions/957a7936cb0995e4adf9a173fb5f987aa1211bc3.json +++ b/data/unsuccessful-reproductions/957a7936cb0995e4adf9a173fb5f987aa1211bc3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.507", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/958397d658254698c92c3784fd43058bb21a5bd3.json b/data/unsuccessful-reproductions/958397d658254698c92c3784fd43058bb21a5bd3.json index 5c7c6cbec352..9086f3b5ac22 100644 --- a/data/unsuccessful-reproductions/958397d658254698c92c3784fd43058bb21a5bd3.json +++ b/data/unsuccessful-reproductions/958397d658254698c92c3784fd43058bb21a5bd3.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "4.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/958e933891c202e2c37ebcb344fc9f88e8eef94c.json b/data/unsuccessful-reproductions/958e933891c202e2c37ebcb344fc9f88e8eef94c.json index 1185e9bf0945..4a21f3d31f10 100644 --- a/data/unsuccessful-reproductions/958e933891c202e2c37ebcb344fc9f88e8eef94c.json +++ b/data/unsuccessful-reproductions/958e933891c202e2c37ebcb344fc9f88e8eef94c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.7.0", "newVersion" : "4.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/95928a0275779321e791f0f7c8da22130043466f.json b/data/unsuccessful-reproductions/95928a0275779321e791f0f7c8da22130043466f.json index d95d26ac990e..dd6a52b45d1a 100644 --- a/data/unsuccessful-reproductions/95928a0275779321e791f0f7c8da22130043466f.json +++ b/data/unsuccessful-reproductions/95928a0275779321e791f0f7c8da22130043466f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.350", "newVersion" : "1.12.357", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/95988a739b9c09a016d00bf9a751cdbd2b504400.json b/data/unsuccessful-reproductions/95988a739b9c09a016d00bf9a751cdbd2b504400.json index 3e3b56346351..5e382a0c83b9 100644 --- a/data/unsuccessful-reproductions/95988a739b9c09a016d00bf9a751cdbd2b504400.json +++ b/data/unsuccessful-reproductions/95988a739b9c09a016d00bf9a751cdbd2b504400.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.1", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/95b05320df69082625e35266397e3fcdc4f2181a.json b/data/unsuccessful-reproductions/95b05320df69082625e35266397e3fcdc4f2181a.json index cee53095e5eb..e11025e5b5d2 100644 --- a/data/unsuccessful-reproductions/95b05320df69082625e35266397e3fcdc4f2181a.json +++ b/data/unsuccessful-reproductions/95b05320df69082625e35266397e3fcdc4f2181a.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "24.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Unlicense" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/95d0e81ad09b117922b7303ca8a1e18ffa5ac280.json b/data/unsuccessful-reproductions/95d0e81ad09b117922b7303ca8a1e18ffa5ac280.json index dc5152345bcd..e92fe8cb1196 100644 --- a/data/unsuccessful-reproductions/95d0e81ad09b117922b7303ca8a1e18ffa5ac280.json +++ b/data/unsuccessful-reproductions/95d0e81ad09b117922b7303ca8a1e18ffa5ac280.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "5.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/95d427e87d208a073c867169be0e32a928b5dda8.json b/data/unsuccessful-reproductions/95d427e87d208a073c867169be0e32a928b5dda8.json index 0025cfbdad01..28302d221f5d 100644 --- a/data/unsuccessful-reproductions/95d427e87d208a073c867169be0e32a928b5dda8.json +++ b/data/unsuccessful-reproductions/95d427e87d208a073c867169be0e32a928b5dda8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.27", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/95df801b5dcb51865ff9ff7c5b0c44de8c9ffd88.json b/data/unsuccessful-reproductions/95df801b5dcb51865ff9ff7c5b0c44de8c9ffd88.json index 6090c921b028..0a9a58bbe911 100644 --- a/data/unsuccessful-reproductions/95df801b5dcb51865ff9ff7c5b0c44de8c9ffd88.json +++ b/data/unsuccessful-reproductions/95df801b5dcb51865ff9ff7c5b0c44de8c9ffd88.json @@ -12,7 +12,10 @@ "previousVersion" : "5.4.3.Final", "newVersion" : "8.0.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/95eda1703d704f88de78598ae50dba21747e97b6.json b/data/unsuccessful-reproductions/95eda1703d704f88de78598ae50dba21747e97b6.json index df025cae889c..0a7ff155c582 100644 --- a/data/unsuccessful-reproductions/95eda1703d704f88de78598ae50dba21747e97b6.json +++ b/data/unsuccessful-reproductions/95eda1703d704f88de78598ae50dba21747e97b6.json @@ -12,7 +12,10 @@ "previousVersion" : "20180130", "newVersion" : "20220320", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/95f4b58572a34401a22a39293d81c9a6f6243f8b.json b/data/unsuccessful-reproductions/95f4b58572a34401a22a39293d81c9a6f6243f8b.json index 87020d2b2564..7cad7bde3b7e 100644 --- a/data/unsuccessful-reproductions/95f4b58572a34401a22a39293d81c9a6f6243f8b.json +++ b/data/unsuccessful-reproductions/95f4b58572a34401a22a39293d81c9a6f6243f8b.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96043ad366305b1a20a97a9fdf118af8b9c01760.json b/data/unsuccessful-reproductions/96043ad366305b1a20a97a9fdf118af8b9c01760.json index c18fa62b4bfe..6f607bae90e5 100644 --- a/data/unsuccessful-reproductions/96043ad366305b1a20a97a9fdf118af8b9c01760.json +++ b/data/unsuccessful-reproductions/96043ad366305b1a20a97a9fdf118af8b9c01760.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.449", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9610e11d916a5aee324ce7340bc2b2d88df44396.json b/data/unsuccessful-reproductions/9610e11d916a5aee324ce7340bc2b2d88df44396.json index cdb4768618e3..50b62049dcfe 100644 --- a/data/unsuccessful-reproductions/9610e11d916a5aee324ce7340bc2b2d88df44396.json +++ b/data/unsuccessful-reproductions/9610e11d916a5aee324ce7340bc2b2d88df44396.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/961399ed7c71203450eff564d1cabdc91dca8b76.json b/data/unsuccessful-reproductions/961399ed7c71203450eff564d1cabdc91dca8b76.json index 2a9c88d74c17..d7124a3f9a9f 100644 --- a/data/unsuccessful-reproductions/961399ed7c71203450eff564d1cabdc91dca8b76.json +++ b/data/unsuccessful-reproductions/961399ed7c71203450eff564d1cabdc91dca8b76.json @@ -12,7 +12,10 @@ "previousVersion" : "20.6.0", "newVersion" : "20.7.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96144840f67be357606d0f42f29a7aed7fdb738a.json b/data/unsuccessful-reproductions/96144840f67be357606d0f42f29a7aed7fdb738a.json index 57650d2ce931..60a1969b7beb 100644 --- a/data/unsuccessful-reproductions/96144840f67be357606d0f42f29a7aed7fdb738a.json +++ b/data/unsuccessful-reproductions/96144840f67be357606d0f42f29a7aed7fdb738a.json @@ -12,7 +12,10 @@ "previousVersion" : "20230227", "newVersion" : "20230618", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/961d65b7a87dcd4db191fca637a9f7eb7c0d08f9.json b/data/unsuccessful-reproductions/961d65b7a87dcd4db191fca637a9f7eb7c0d08f9.json index 1589a1866483..26742be907dc 100644 --- a/data/unsuccessful-reproductions/961d65b7a87dcd4db191fca637a9f7eb7c0d08f9.json +++ b/data/unsuccessful-reproductions/961d65b7a87dcd4db191fca637a9f7eb7c0d08f9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/961d8cf6fad23e531e131a23207a02f753ad3cdf.json b/data/unsuccessful-reproductions/961d8cf6fad23e531e131a23207a02f753ad3cdf.json index a2ff65f44130..c4a015dd7930 100644 --- a/data/unsuccessful-reproductions/961d8cf6fad23e531e131a23207a02f753ad3cdf.json +++ b/data/unsuccessful-reproductions/961d8cf6fad23e531e131a23207a02f753ad3cdf.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.20", "newVersion" : "8.5.63", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96239d903c332f3c15a65d1eb3f539cc66760ceb.json b/data/unsuccessful-reproductions/96239d903c332f3c15a65d1eb3f539cc66760ceb.json index 28db2d3dd6f5..76833940ee73 100644 --- a/data/unsuccessful-reproductions/96239d903c332f3c15a65d1eb3f539cc66760ceb.json +++ b/data/unsuccessful-reproductions/96239d903c332f3c15a65d1eb3f539cc66760ceb.json @@ -12,7 +12,10 @@ "previousVersion" : "0.9.2", "newVersion" : "0.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9624877c56aa7243f0cf69220c09ab6da0af6791.json b/data/unsuccessful-reproductions/9624877c56aa7243f0cf69220c09ab6da0af6791.json index 25b23bda4054..5d380e984c5c 100644 --- a/data/unsuccessful-reproductions/9624877c56aa7243f0cf69220c09ab6da0af6791.json +++ b/data/unsuccessful-reproductions/9624877c56aa7243f0cf69220c09ab6da0af6791.json @@ -12,7 +12,10 @@ "previousVersion" : "2.36.1", "newVersion" : "2.38.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96336407d8e40cf3577e613c3a94b6f2e5f8817c.json b/data/unsuccessful-reproductions/96336407d8e40cf3577e613c3a94b6f2e5f8817c.json index 1c13b17d0760..c3f8d1db380f 100644 --- a/data/unsuccessful-reproductions/96336407d8e40cf3577e613c3a94b6f2e5f8817c.json +++ b/data/unsuccessful-reproductions/96336407d8e40cf3577e613c3a94b6f2e5f8817c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.1", "newVersion" : "2.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9636714e292bd253ff7ab879944cd949060d9c90.json b/data/unsuccessful-reproductions/9636714e292bd253ff7ab879944cd949060d9c90.json index 89ea3262fca3..356c7d893291 100644 --- a/data/unsuccessful-reproductions/9636714e292bd253ff7ab879944cd949060d9c90.json +++ b/data/unsuccessful-reproductions/9636714e292bd253ff7ab879944cd949060d9c90.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.5.1", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/963ef8fae9ffec3fec572174b51079d861ee7c38.json b/data/unsuccessful-reproductions/963ef8fae9ffec3fec572174b51079d861ee7c38.json index e6a6a6e2be32..b5e5d1e8ce78 100644 --- a/data/unsuccessful-reproductions/963ef8fae9ffec3fec572174b51079d861ee7c38.json +++ b/data/unsuccessful-reproductions/963ef8fae9ffec3fec572174b51079d861ee7c38.json @@ -12,7 +12,10 @@ "previousVersion" : "0.4.8", "newVersion" : "0.4.16", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9648df846ccc2e2deaa3d0be1c0d162711ddb89f.json b/data/unsuccessful-reproductions/9648df846ccc2e2deaa3d0be1c0d162711ddb89f.json index 35e3a5a8981e..bb3b60197d5d 100644 --- a/data/unsuccessful-reproductions/9648df846ccc2e2deaa3d0be1c0d162711ddb89f.json +++ b/data/unsuccessful-reproductions/9648df846ccc2e2deaa3d0be1c0d162711ddb89f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.1", "newVersion" : "3.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96606c767a2a86dc5a11e95f0c52046635efbe00.json b/data/unsuccessful-reproductions/96606c767a2a86dc5a11e95f0c52046635efbe00.json index 42702762db3e..c2ba81d079a7 100644 --- a/data/unsuccessful-reproductions/96606c767a2a86dc5a11e95f0c52046635efbe00.json +++ b/data/unsuccessful-reproductions/96606c767a2a86dc5a11e95f0c52046635efbe00.json @@ -12,7 +12,10 @@ "previousVersion" : "1b00250427", "newVersion" : "1.4.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9682572a8f8746ddb9dec1d4a730bba9020a926b.json b/data/unsuccessful-reproductions/9682572a8f8746ddb9dec1d4a730bba9020a926b.json index 3b20630b5dfc..38f94eb2836f 100644 --- a/data/unsuccessful-reproductions/9682572a8f8746ddb9dec1d4a730bba9020a926b.json +++ b/data/unsuccessful-reproductions/9682572a8f8746ddb9dec1d4a730bba9020a926b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9694c7cde0cd3a62063d944af37a605010b026b2.json b/data/unsuccessful-reproductions/9694c7cde0cd3a62063d944af37a605010b026b2.json index fe02b52d050c..e425c744e76e 100644 --- a/data/unsuccessful-reproductions/9694c7cde0cd3a62063d944af37a605010b026b2.json +++ b/data/unsuccessful-reproductions/9694c7cde0cd3a62063d944af37a605010b026b2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.108", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9699d1b29aea7e1645e479d4a314021b23387cda.json b/data/unsuccessful-reproductions/9699d1b29aea7e1645e479d4a314021b23387cda.json index a018c0a99203..f9f82bef6515 100644 --- a/data/unsuccessful-reproductions/9699d1b29aea7e1645e479d4a314021b23387cda.json +++ b/data/unsuccessful-reproductions/9699d1b29aea7e1645e479d4a314021b23387cda.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.8", "newVersion" : "1.4.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96ad363329e6243366363909ecacda4e739853ae.json b/data/unsuccessful-reproductions/96ad363329e6243366363909ecacda4e739853ae.json index edd0d2a42f43..453138187983 100644 --- a/data/unsuccessful-reproductions/96ad363329e6243366363909ecacda4e739853ae.json +++ b/data/unsuccessful-reproductions/96ad363329e6243366363909ecacda4e739853ae.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96b117e6695510e7dd4627aaae3e88b7ad19b7ef.json b/data/unsuccessful-reproductions/96b117e6695510e7dd4627aaae3e88b7ad19b7ef.json index 624486bb4d8a..17911bea5533 100644 --- a/data/unsuccessful-reproductions/96b117e6695510e7dd4627aaae3e88b7ad19b7ef.json +++ b/data/unsuccessful-reproductions/96b117e6695510e7dd4627aaae3e88b7ad19b7ef.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96d0ed5e2a0e2606df6443da462dd7b5b1a65b2f.json b/data/unsuccessful-reproductions/96d0ed5e2a0e2606df6443da462dd7b5b1a65b2f.json index ce81f03461cb..98b79d83a2dc 100644 --- a/data/unsuccessful-reproductions/96d0ed5e2a0e2606df6443da462dd7b5b1a65b2f.json +++ b/data/unsuccessful-reproductions/96d0ed5e2a0e2606df6443da462dd7b5b1a65b2f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.0", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96da98a94f9ed50f6c619523a3177c85653a98c8.json b/data/unsuccessful-reproductions/96da98a94f9ed50f6c619523a3177c85653a98c8.json index 190b3cbdae2a..0f0781f5dbfb 100644 --- a/data/unsuccessful-reproductions/96da98a94f9ed50f6c619523a3177c85653a98c8.json +++ b/data/unsuccessful-reproductions/96da98a94f9ed50f6c619523a3177c85653a98c8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.22.1", "newVersion" : "1.22.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96e6992d5c9278566b8cba672716b6c983f0b19b.json b/data/unsuccessful-reproductions/96e6992d5c9278566b8cba672716b6c983f0b19b.json index fe8595d37838..63aa1485699a 100644 --- a/data/unsuccessful-reproductions/96e6992d5c9278566b8cba672716b6c983f0b19b.json +++ b/data/unsuccessful-reproductions/96e6992d5c9278566b8cba672716b6c983f0b19b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.36.0.3", "newVersion" : "3.39.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96f21574dd763e7a506ba8af3381255b44f45829.json b/data/unsuccessful-reproductions/96f21574dd763e7a506ba8af3381255b44f45829.json index 5677e6bc15e3..52d01208dbbd 100644 --- a/data/unsuccessful-reproductions/96f21574dd763e7a506ba8af3381255b44f45829.json +++ b/data/unsuccessful-reproductions/96f21574dd763e7a506ba8af3381255b44f45829.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.0", "newVersion" : "1.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96faade9178cf578cd5c67ff19c8223b0d39c4ad.json b/data/unsuccessful-reproductions/96faade9178cf578cd5c67ff19c8223b0d39c4ad.json index b2521a5602d6..c32011bedb12 100644 --- a/data/unsuccessful-reproductions/96faade9178cf578cd5c67ff19c8223b0d39c4ad.json +++ b/data/unsuccessful-reproductions/96faade9178cf578cd5c67ff19c8223b0d39c4ad.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "24.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Unlicense" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/96fdb06a09eb54acf458157f835e49219c8b00de.json b/data/unsuccessful-reproductions/96fdb06a09eb54acf458157f835e49219c8b00de.json index ab4c704d6cdb..0083c020005f 100644 --- a/data/unsuccessful-reproductions/96fdb06a09eb54acf458157f835e49219c8b00de.json +++ b/data/unsuccessful-reproductions/96fdb06a09eb54acf458157f835e49219c8b00de.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.187.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/970709a9a7bc8444ce12a88363f80befffd50c71.json b/data/unsuccessful-reproductions/970709a9a7bc8444ce12a88363f80befffd50c71.json index 530b284f70e8..19b39e09d19f 100644 --- a/data/unsuccessful-reproductions/970709a9a7bc8444ce12a88363f80befffd50c71.json +++ b/data/unsuccessful-reproductions/970709a9a7bc8444ce12a88363f80befffd50c71.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/maven-surefire" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/970e1a3790cf80623ac3d5a89d1a2fcb0fbac7d2.json b/data/unsuccessful-reproductions/970e1a3790cf80623ac3d5a89d1a2fcb0fbac7d2.json index 26356e338ca6..2c7c557b6b1a 100644 --- a/data/unsuccessful-reproductions/970e1a3790cf80623ac3d5a89d1a2fcb0fbac7d2.json +++ b/data/unsuccessful-reproductions/970e1a3790cf80623ac3d5a89d1a2fcb0fbac7d2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.177", "newVersion" : "1.12.179", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9716713291d42b5e578f252c987a5bc5b6c9d900.json b/data/unsuccessful-reproductions/9716713291d42b5e578f252c987a5bc5b6c9d900.json index 89a8e81e9643..70a4d20e59bc 100644 --- a/data/unsuccessful-reproductions/9716713291d42b5e578f252c987a5bc5b6c9d900.json +++ b/data/unsuccessful-reproductions/9716713291d42b5e578f252c987a5bc5b6c9d900.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.55", "newVersion" : "8.12.56", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/971ea4f4cc674fc5f32b15bed35c2483d79ca9d5.json b/data/unsuccessful-reproductions/971ea4f4cc674fc5f32b15bed35c2483d79ca9d5.json index 6c731ce851de..bb07460a450e 100644 --- a/data/unsuccessful-reproductions/971ea4f4cc674fc5f32b15bed35c2483d79ca9d5.json +++ b/data/unsuccessful-reproductions/971ea4f4cc674fc5f32b15bed35c2483d79ca9d5.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/97309132df571edacc69dda4b9b614385d2122d3.json b/data/unsuccessful-reproductions/97309132df571edacc69dda4b9b614385d2122d3.json index b23e179a692f..8ca083a6b71d 100644 --- a/data/unsuccessful-reproductions/97309132df571edacc69dda4b9b614385d2122d3.json +++ b/data/unsuccessful-reproductions/97309132df571edacc69dda4b9b614385d2122d3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.7", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/974bfe1993500bac9e5445302929e73d87e3bd12.json b/data/unsuccessful-reproductions/974bfe1993500bac9e5445302929e73d87e3bd12.json index 8ac7df468f3a..79a1257b0adc 100644 --- a/data/unsuccessful-reproductions/974bfe1993500bac9e5445302929e73d87e3bd12.json +++ b/data/unsuccessful-reproductions/974bfe1993500bac9e5445302929e73d87e3bd12.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.70", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/975731e9224f41a7d441a8310c6f7b5de7e8924f.json b/data/unsuccessful-reproductions/975731e9224f41a7d441a8310c6f7b5de7e8924f.json index 255b99d42797..710bff3618b3 100644 --- a/data/unsuccessful-reproductions/975731e9224f41a7d441a8310c6f7b5de7e8924f.json +++ b/data/unsuccessful-reproductions/975731e9224f41a7d441a8310c6f7b5de7e8924f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.4", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9761556c620d436c016a189f32a7c0300802d66d.json b/data/unsuccessful-reproductions/9761556c620d436c016a189f32a7c0300802d66d.json index e9db333317bc..dc969c6259f8 100644 --- a/data/unsuccessful-reproductions/9761556c620d436c016a189f32a7c0300802d66d.json +++ b/data/unsuccessful-reproductions/9761556c620d436c016a189f32a7c0300802d66d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9761cc1d8aba5abda6f3b2d04e75a1d21901c485.json b/data/unsuccessful-reproductions/9761cc1d8aba5abda6f3b2d04e75a1d21901c485.json index 1d9e9b7e4be4..de2f2b9466d8 100644 --- a/data/unsuccessful-reproductions/9761cc1d8aba5abda6f3b2d04e75a1d21901c485.json +++ b/data/unsuccessful-reproductions/9761cc1d8aba5abda6f3b2d04e75a1d21901c485.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/976b1f62d3cf858544dfacff2cf66941adeba78b.json b/data/unsuccessful-reproductions/976b1f62d3cf858544dfacff2cf66941adeba78b.json index 5bd9be70683a..3333778fdf89 100644 --- a/data/unsuccessful-reproductions/976b1f62d3cf858544dfacff2cf66941adeba78b.json +++ b/data/unsuccessful-reproductions/976b1f62d3cf858544dfacff2cf66941adeba78b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.19.0", "newVersion" : "2.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/97758e892845e983fc10e120073fbddf6d7d63cd.json b/data/unsuccessful-reproductions/97758e892845e983fc10e120073fbddf6d7d63cd.json index 568b99677a8b..39a34e7263f9 100644 --- a/data/unsuccessful-reproductions/97758e892845e983fc10e120073fbddf6d7d63cd.json +++ b/data/unsuccessful-reproductions/97758e892845e983fc10e120073fbddf6d7d63cd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.396", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9789e9898febc277a2a28a99abe4cf1b1d3d3c4b.json b/data/unsuccessful-reproductions/9789e9898febc277a2a28a99abe4cf1b1d3d3c4b.json index 2ae769f14b4c..238ea0d1e6ce 100644 --- a/data/unsuccessful-reproductions/9789e9898febc277a2a28a99abe4cf1b1d3d3c4b.json +++ b/data/unsuccessful-reproductions/9789e9898febc277a2a28a99abe4cf1b1d3d3c4b.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.1.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "UPL-1.0", + "githubRepoSlug" : "oracle/graaljs" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/978f1d31dcbe51409bfb769199ca01d9c7a968a6.json b/data/unsuccessful-reproductions/978f1d31dcbe51409bfb769199ca01d9c7a968a6.json index 6bed8cac00b5..76ce78f103cf 100644 --- a/data/unsuccessful-reproductions/978f1d31dcbe51409bfb769199ca01d9c7a968a6.json +++ b/data/unsuccessful-reproductions/978f1d31dcbe51409bfb769199ca01d9c7a968a6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.59", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/97b674815455d4bf1ed62ec4ed1035595e65be49.json b/data/unsuccessful-reproductions/97b674815455d4bf1ed62ec4ed1035595e65be49.json index 4451fbadd766..f2eccc9bb272 100644 --- a/data/unsuccessful-reproductions/97b674815455d4bf1ed62ec4ed1035595e65be49.json +++ b/data/unsuccessful-reproductions/97b674815455d4bf1ed62ec4ed1035595e65be49.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.4", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/97c6c7d3f6a1fff0feea9ea544272b6d33bbec00.json b/data/unsuccessful-reproductions/97c6c7d3f6a1fff0feea9ea544272b6d33bbec00.json index a0a5cc8411d0..8ea1fce538cf 100644 --- a/data/unsuccessful-reproductions/97c6c7d3f6a1fff0feea9ea544272b6d33bbec00.json +++ b/data/unsuccessful-reproductions/97c6c7d3f6a1fff0feea9ea544272b6d33bbec00.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.10", "newVersion" : "1.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "JetBrains/kotlin" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/97c7ce4fa8393e08dc2a8b208062638749ce6274.json b/data/unsuccessful-reproductions/97c7ce4fa8393e08dc2a8b208062638749ce6274.json index 40bba78b2263..dff12f03a835 100644 --- a/data/unsuccessful-reproductions/97c7ce4fa8393e08dc2a8b208062638749ce6274.json +++ b/data/unsuccessful-reproductions/97c7ce4fa8393e08dc2a8b208062638749ce6274.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.1", "newVersion" : "2.22.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/97dba4e5502d3c976dd3ced98820003e7d650056.json b/data/unsuccessful-reproductions/97dba4e5502d3c976dd3ced98820003e7d650056.json index 11ae6a5b4e4b..aea4bc08af59 100644 --- a/data/unsuccessful-reproductions/97dba4e5502d3c976dd3ced98820003e7d650056.json +++ b/data/unsuccessful-reproductions/97dba4e5502d3c976dd3ced98820003e7d650056.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.1", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/97df8d6d227bf7f3c3ba14e4d21a01b67ab9e281.json b/data/unsuccessful-reproductions/97df8d6d227bf7f3c3ba14e4d21a01b67ab9e281.json index 8bfba2a053a8..db3ec7f56355 100644 --- a/data/unsuccessful-reproductions/97df8d6d227bf7f3c3ba14e4d21a01b67ab9e281.json +++ b/data/unsuccessful-reproductions/97df8d6d227bf7f3c3ba14e4d21a01b67ab9e281.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.14.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/97ed3de681be1b4aea95ece0cce08409d0c10e1d.json b/data/unsuccessful-reproductions/97ed3de681be1b4aea95ece0cce08409d0c10e1d.json index e5cabfcd7420..7c975cebe628 100644 --- a/data/unsuccessful-reproductions/97ed3de681be1b4aea95ece0cce08409d0c10e1d.json +++ b/data/unsuccessful-reproductions/97ed3de681be1b4aea95ece0cce08409d0c10e1d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.7", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/97f191737f3c2bc5b841283e3af6195bbed2b08a.json b/data/unsuccessful-reproductions/97f191737f3c2bc5b841283e3af6195bbed2b08a.json index a6c9fc32fda5..e050e7bf7420 100644 --- a/data/unsuccessful-reproductions/97f191737f3c2bc5b841283e3af6195bbed2b08a.json +++ b/data/unsuccessful-reproductions/97f191737f3c2bc5b841283e3af6195bbed2b08a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/97fbe20b20f849d7afd3b3ac46413144daabc357.json b/data/unsuccessful-reproductions/97fbe20b20f849d7afd3b3ac46413144daabc357.json index 6d5ab2461b9c..f96e7746f8ef 100644 --- a/data/unsuccessful-reproductions/97fbe20b20f849d7afd3b3ac46413144daabc357.json +++ b/data/unsuccessful-reproductions/97fbe20b20f849d7afd3b3ac46413144daabc357.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "3.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9806d480cb387c969c2f359bf3a16bc54abae586.json b/data/unsuccessful-reproductions/9806d480cb387c969c2f359bf3a16bc54abae586.json index 56a8748d4fa8..9dea2717e7ee 100644 --- a/data/unsuccessful-reproductions/9806d480cb387c969c2f359bf3a16bc54abae586.json +++ b/data/unsuccessful-reproductions/9806d480cb387c969c2f359bf3a16bc54abae586.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/98095ae334d187b16ce372397487052802af8a54.json b/data/unsuccessful-reproductions/98095ae334d187b16ce372397487052802af8a54.json index d3df30f4886e..f90fa5bab91e 100644 --- a/data/unsuccessful-reproductions/98095ae334d187b16ce372397487052802af8a54.json +++ b/data/unsuccessful-reproductions/98095ae334d187b16ce372397487052802af8a54.json @@ -12,7 +12,10 @@ "previousVersion" : "30.0-jre", "newVersion" : "32.1.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/981ab39b6ab99bda3f7ae79d275e5e7503b0fd6d.json b/data/unsuccessful-reproductions/981ab39b6ab99bda3f7ae79d275e5e7503b0fd6d.json index 89de2b78eabe..8446245f9b0b 100644 --- a/data/unsuccessful-reproductions/981ab39b6ab99bda3f7ae79d275e5e7503b0fd6d.json +++ b/data/unsuccessful-reproductions/981ab39b6ab99bda3f7ae79d275e5e7503b0fd6d.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20210127-1.32.1", "newVersion" : "v1-rev20220509-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/982fdcffd2d0d53bdcd303c1296dbb631840d77e.json b/data/unsuccessful-reproductions/982fdcffd2d0d53bdcd303c1296dbb631840d77e.json index a4de1c73fd74..6a22edb8943f 100644 --- a/data/unsuccessful-reproductions/982fdcffd2d0d53bdcd303c1296dbb631840d77e.json +++ b/data/unsuccessful-reproductions/982fdcffd2d0d53bdcd303c1296dbb631840d77e.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.6.v20170531", "newVersion" : "9.4.41.v20210516", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/984507ce9a5ec480761d56737066f2b0e136d06f.json b/data/unsuccessful-reproductions/984507ce9a5ec480761d56737066f2b0e136d06f.json index a9ad103ff347..2d32d60330dd 100644 --- a/data/unsuccessful-reproductions/984507ce9a5ec480761d56737066f2b0e136d06f.json +++ b/data/unsuccessful-reproductions/984507ce9a5ec480761d56737066f2b0e136d06f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.0", "newVersion" : "3.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/985df40759f1f7fce6fbef15d2cf58c95f6c4525.json b/data/unsuccessful-reproductions/985df40759f1f7fce6fbef15d2cf58c95f6c4525.json index 61155f038c76..9c31c6dd5f6a 100644 --- a/data/unsuccessful-reproductions/985df40759f1f7fce6fbef15d2cf58c95f6c4525.json +++ b/data/unsuccessful-reproductions/985df40759f1f7fce6fbef15d2cf58c95f6c4525.json @@ -12,7 +12,10 @@ "previousVersion" : "3.18.1", "newVersion" : "3.18.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9864e87393ab4750b36fa162d201797d91bda38a.json b/data/unsuccessful-reproductions/9864e87393ab4750b36fa162d201797d91bda38a.json index 3eed33abcb54..54a8026a3b5c 100644 --- a/data/unsuccessful-reproductions/9864e87393ab4750b36fa162d201797d91bda38a.json +++ b/data/unsuccessful-reproductions/9864e87393ab4750b36fa162d201797d91bda38a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.2", "newVersion" : "3.14.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9871dbadfb38c4a159913c683e403838fad069ef.json b/data/unsuccessful-reproductions/9871dbadfb38c4a159913c683e403838fad069ef.json index 3e6e36600dcb..730156e2f52b 100644 --- a/data/unsuccessful-reproductions/9871dbadfb38c4a159913c683e403838fad069ef.json +++ b/data/unsuccessful-reproductions/9871dbadfb38c4a159913c683e403838fad069ef.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.0", "newVersion" : "1.6.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9875a788f047e1f5cfe29ef55986f1397fa1bd3f.json b/data/unsuccessful-reproductions/9875a788f047e1f5cfe29ef55986f1397fa1bd3f.json index b64d37b6e04a..37815251ab0b 100644 --- a/data/unsuccessful-reproductions/9875a788f047e1f5cfe29ef55986f1397fa1bd3f.json +++ b/data/unsuccessful-reproductions/9875a788f047e1f5cfe29ef55986f1397fa1bd3f.json @@ -12,7 +12,10 @@ "previousVersion" : "999-SNAPSHOT", "newVersion" : "${project.version}", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/98859a656cbc14d37bd42fde02613637f39a47dd.json b/data/unsuccessful-reproductions/98859a656cbc14d37bd42fde02613637f39a47dd.json index 00f38ce191f8..ff6d74654dc2 100644 --- a/data/unsuccessful-reproductions/98859a656cbc14d37bd42fde02613637f39a47dd.json +++ b/data/unsuccessful-reproductions/98859a656cbc14d37bd42fde02613637f39a47dd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.3", "newVersion" : "1.2.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/988e3057cb37d5c11beaf72169733db67d5bf28c.json b/data/unsuccessful-reproductions/988e3057cb37d5c11beaf72169733db67d5bf28c.json index e7d8c9bbec4a..64bcbe3ef4de 100644 --- a/data/unsuccessful-reproductions/988e3057cb37d5c11beaf72169733db67d5bf28c.json +++ b/data/unsuccessful-reproductions/988e3057cb37d5c11beaf72169733db67d5bf28c.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0.9", "newVersion" : "11.0.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/98a509acf637959cd84167aea4aaaa31ab884156.json b/data/unsuccessful-reproductions/98a509acf637959cd84167aea4aaaa31ab884156.json index e4bdf10dae28..b3e285ab07b8 100644 --- a/data/unsuccessful-reproductions/98a509acf637959cd84167aea4aaaa31ab884156.json +++ b/data/unsuccessful-reproductions/98a509acf637959cd84167aea4aaaa31ab884156.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.8", "newVersion" : "1.6.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/98af09c0572f4c473a9fe9673e7a012b4d4cadd2.json b/data/unsuccessful-reproductions/98af09c0572f4c473a9fe9673e7a012b4d4cadd2.json index c1bceb7d10c0..25f0eb5500c4 100644 --- a/data/unsuccessful-reproductions/98af09c0572f4c473a9fe9673e7a012b4d4cadd2.json +++ b/data/unsuccessful-reproductions/98af09c0572f4c473a9fe9673e7a012b4d4cadd2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.13.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/98ce8c9aa0e42e0e0791ec704511c646e1322e2c.json b/data/unsuccessful-reproductions/98ce8c9aa0e42e0e0791ec704511c646e1322e2c.json index 82b4817dd36c..bdb8ee469051 100644 --- a/data/unsuccessful-reproductions/98ce8c9aa0e42e0e0791ec704511c646e1322e2c.json +++ b/data/unsuccessful-reproductions/98ce8c9aa0e42e0e0791ec704511c646e1322e2c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.4", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/98ec90a317827172b5c32a0cba344d869e71df19.json b/data/unsuccessful-reproductions/98ec90a317827172b5c32a0cba344d869e71df19.json index d72b385f45f0..646f6e226698 100644 --- a/data/unsuccessful-reproductions/98ec90a317827172b5c32a0cba344d869e71df19.json +++ b/data/unsuccessful-reproductions/98ec90a317827172b5c32a0cba344d869e71df19.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.1", "newVersion" : "3.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/98edc84ed681fbeb607542bb73e08358dc904dec.json b/data/unsuccessful-reproductions/98edc84ed681fbeb607542bb73e08358dc904dec.json index cd437871ec87..c46ba72e954f 100644 --- a/data/unsuccessful-reproductions/98edc84ed681fbeb607542bb73e08358dc904dec.json +++ b/data/unsuccessful-reproductions/98edc84ed681fbeb607542bb73e08358dc904dec.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.20.RELEASE", "newVersion" : "5.2.21.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/98fc391ede25b1c70709d9b8e59aa01f0c86b98d.json b/data/unsuccessful-reproductions/98fc391ede25b1c70709d9b8e59aa01f0c86b98d.json index 02ee0771413e..b32704dd9bde 100644 --- a/data/unsuccessful-reproductions/98fc391ede25b1c70709d9b8e59aa01f0c86b98d.json +++ b/data/unsuccessful-reproductions/98fc391ede25b1c70709d9b8e59aa01f0c86b98d.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/990d657493895f2d73505734bcf59eb05b882b73.json b/data/unsuccessful-reproductions/990d657493895f2d73505734bcf59eb05b882b73.json index d5c9d95ee56d..c886e5dd4bac 100644 --- a/data/unsuccessful-reproductions/990d657493895f2d73505734bcf59eb05b882b73.json +++ b/data/unsuccessful-reproductions/990d657493895f2d73505734bcf59eb05b882b73.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9917a52916545aee0ba21958853129037cb7c8c0.json b/data/unsuccessful-reproductions/9917a52916545aee0ba21958853129037cb7c8c0.json index af4ec151e66e..72233bf7b409 100644 --- a/data/unsuccessful-reproductions/9917a52916545aee0ba21958853129037cb7c8c0.json +++ b/data/unsuccessful-reproductions/9917a52916545aee0ba21958853129037cb7c8c0.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.90.Final", "newVersion" : "4.1.95.Final", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/992084f19dde9bcf304e058032a98cb42c7adf99.json b/data/unsuccessful-reproductions/992084f19dde9bcf304e058032a98cb42c7adf99.json index 5231344f91e5..182f8a96c34f 100644 --- a/data/unsuccessful-reproductions/992084f19dde9bcf304e058032a98cb42c7adf99.json +++ b/data/unsuccessful-reproductions/992084f19dde9bcf304e058032a98cb42c7adf99.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.3", "newVersion" : "1.10.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9927f71f557dc64286434d7e28f763cd56f32763.json b/data/unsuccessful-reproductions/9927f71f557dc64286434d7e28f763cd56f32763.json index 281bdf0a5895..3058d5f1e152 100644 --- a/data/unsuccessful-reproductions/9927f71f557dc64286434d7e28f763cd56f32763.json +++ b/data/unsuccessful-reproductions/9927f71f557dc64286434d7e28f763cd56f32763.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12", "newVersion" : "4.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9946dd0ebd5e6e9b102277fc6fabfacfc41f96d0.json b/data/unsuccessful-reproductions/9946dd0ebd5e6e9b102277fc6fabfacfc41f96d0.json index bf6e5994a276..e2327c63bff6 100644 --- a/data/unsuccessful-reproductions/9946dd0ebd5e6e9b102277fc6fabfacfc41f96d0.json +++ b/data/unsuccessful-reproductions/9946dd0ebd5e6e9b102277fc6fabfacfc41f96d0.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.75", "newVersion" : "8.5.85", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9953dd27954379fdfd5bca279d26d22e28fdbb86.json b/data/unsuccessful-reproductions/9953dd27954379fdfd5bca279d26d22e28fdbb86.json index 7391c9777876..93348a78de44 100644 --- a/data/unsuccessful-reproductions/9953dd27954379fdfd5bca279d26d22e28fdbb86.json +++ b/data/unsuccessful-reproductions/9953dd27954379fdfd5bca279d26d22e28fdbb86.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10.0", "newVersion" : "4.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/99807a91f77ab194fe26623f697957308b702768.json b/data/unsuccessful-reproductions/99807a91f77ab194fe26623f697957308b702768.json index a82c9c15e6d1..8666b09c2a4b 100644 --- a/data/unsuccessful-reproductions/99807a91f77ab194fe26623f697957308b702768.json +++ b/data/unsuccessful-reproductions/99807a91f77ab194fe26623f697957308b702768.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.2", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/998d988f30068aac4c3e34e584537a649bd177f9.json b/data/unsuccessful-reproductions/998d988f30068aac4c3e34e584537a649bd177f9.json index 9f459c967098..922ab52c31a6 100644 --- a/data/unsuccessful-reproductions/998d988f30068aac4c3e34e584537a649bd177f9.json +++ b/data/unsuccessful-reproductions/998d988f30068aac4c3e34e584537a649bd177f9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.23.0", "newVersion" : "3.24.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/999722111bf24d9de15c897b5293eb238ea04045.json b/data/unsuccessful-reproductions/999722111bf24d9de15c897b5293eb238ea04045.json index f2470e967aad..e9627bbd614b 100644 --- a/data/unsuccessful-reproductions/999722111bf24d9de15c897b5293eb238ea04045.json +++ b/data/unsuccessful-reproductions/999722111bf24d9de15c897b5293eb238ea04045.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.75", "newVersion" : "8.5.78", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/99a031382015c293d70f941e27759ea554bb5f7c.json b/data/unsuccessful-reproductions/99a031382015c293d70f941e27759ea554bb5f7c.json index eb41a15074f6..00035915a4eb 100644 --- a/data/unsuccessful-reproductions/99a031382015c293d70f941e27759ea554bb5f7c.json +++ b/data/unsuccessful-reproductions/99a031382015c293d70f941e27759ea554bb5f7c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.0", "newVersion" : "3.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/99a6a5af009ef597b3ff68081b0bf05852089ad5.json b/data/unsuccessful-reproductions/99a6a5af009ef597b3ff68081b0bf05852089ad5.json index c69d0e248e07..366a979168b2 100644 --- a/data/unsuccessful-reproductions/99a6a5af009ef597b3ff68081b0bf05852089ad5.json +++ b/data/unsuccessful-reproductions/99a6a5af009ef597b3ff68081b0bf05852089ad5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.37", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/99d02c40320c4036e41c2e3c6e114423619d56e9.json b/data/unsuccessful-reproductions/99d02c40320c4036e41c2e3c6e114423619d56e9.json index 71fabe3e0324..7403de7a3c2b 100644 --- a/data/unsuccessful-reproductions/99d02c40320c4036e41c2e3c6e114423619d56e9.json +++ b/data/unsuccessful-reproductions/99d02c40320c4036e41c2e3c6e114423619d56e9.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.1-jre", "newVersion" : "32.1.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/99de158c0261cff8b084b85ea044dfd3342daffe.json b/data/unsuccessful-reproductions/99de158c0261cff8b084b85ea044dfd3342daffe.json index a35cf5ce7838..fc19685e101f 100644 --- a/data/unsuccessful-reproductions/99de158c0261cff8b084b85ea044dfd3342daffe.json +++ b/data/unsuccessful-reproductions/99de158c0261cff8b084b85ea044dfd3342daffe.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.23", "newVersion" : "8.0.29", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/99e6d5f1b6ad8988d4d36e4e5d7b8a89fe4331de.json b/data/unsuccessful-reproductions/99e6d5f1b6ad8988d4d36e4e5d7b8a89fe4331de.json index f2068730eea8..2ec3c727b84a 100644 --- a/data/unsuccessful-reproductions/99e6d5f1b6ad8988d4d36e4e5d7b8a89fe4331de.json +++ b/data/unsuccessful-reproductions/99e6d5f1b6ad8988d4d36e4e5d7b8a89fe4331de.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9a0fe4c1acf9a1ae57d22b544cf76cfb315a9955.json b/data/unsuccessful-reproductions/9a0fe4c1acf9a1ae57d22b544cf76cfb315a9955.json index cd223d9141b3..619eb7a0c176 100644 --- a/data/unsuccessful-reproductions/9a0fe4c1acf9a1ae57d22b544cf76cfb315a9955.json +++ b/data/unsuccessful-reproductions/9a0fe4c1acf9a1ae57d22b544cf76cfb315a9955.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9a211ae742137947d1bed4bbafee769526212edb.json b/data/unsuccessful-reproductions/9a211ae742137947d1bed4bbafee769526212edb.json index dd0fad23ee07..6247564f34ae 100644 --- a/data/unsuccessful-reproductions/9a211ae742137947d1bed4bbafee769526212edb.json +++ b/data/unsuccessful-reproductions/9a211ae742137947d1bed4bbafee769526212edb.json @@ -12,7 +12,10 @@ "previousVersion" : "0.9.3", "newVersion" : "0.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/thrift" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9a2965fbf7578b177fce6e5a2fec8cfbf8055e48.json b/data/unsuccessful-reproductions/9a2965fbf7578b177fce6e5a2fec8cfbf8055e48.json index 1ebeba80f960..f8915a5c19c3 100644 --- a/data/unsuccessful-reproductions/9a2965fbf7578b177fce6e5a2fec8cfbf8055e48.json +++ b/data/unsuccessful-reproductions/9a2965fbf7578b177fce6e5a2fec8cfbf8055e48.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9a629c9da1546f86800b48c511a5c8c19cd43dac.json b/data/unsuccessful-reproductions/9a629c9da1546f86800b48c511a5c8c19cd43dac.json index 9a7da132a628..a64207ca8a67 100644 --- a/data/unsuccessful-reproductions/9a629c9da1546f86800b48c511a5c8c19cd43dac.json +++ b/data/unsuccessful-reproductions/9a629c9da1546f86800b48c511a5c8c19cd43dac.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9a66f16cc7e6ad1a55cf41db27ad794f3dcaa625.json b/data/unsuccessful-reproductions/9a66f16cc7e6ad1a55cf41db27ad794f3dcaa625.json index 12339e8cf680..70088a1d1616 100644 --- a/data/unsuccessful-reproductions/9a66f16cc7e6ad1a55cf41db27ad794f3dcaa625.json +++ b/data/unsuccessful-reproductions/9a66f16cc7e6ad1a55cf41db27ad794f3dcaa625.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.19", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9a6dd839cdce32cfa0e339eb4fd702f3346d560f.json b/data/unsuccessful-reproductions/9a6dd839cdce32cfa0e339eb4fd702f3346d560f.json index 7bf69b485e9a..bd5ea0bdb263 100644 --- a/data/unsuccessful-reproductions/9a6dd839cdce32cfa0e339eb4fd702f3346d560f.json +++ b/data/unsuccessful-reproductions/9a6dd839cdce32cfa0e339eb4fd702f3346d560f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.261", "newVersion" : "1.12.455", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9a7b3c4c1e751acecb5b94d297fdb05d5243dcdf.json b/data/unsuccessful-reproductions/9a7b3c4c1e751acecb5b94d297fdb05d5243dcdf.json index bff26476d634..611d2e28fcd1 100644 --- a/data/unsuccessful-reproductions/9a7b3c4c1e751acecb5b94d297fdb05d5243dcdf.json +++ b/data/unsuccessful-reproductions/9a7b3c4c1e751acecb5b94d297fdb05d5243dcdf.json @@ -12,7 +12,10 @@ "previousVersion" : "876.vc43b4c6423b6", "newVersion" : "950.v396cb834de1e", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9a9f7d0831c8cce5c4c4265e5999ab7b81d5e0ec.json b/data/unsuccessful-reproductions/9a9f7d0831c8cce5c4c4265e5999ab7b81d5e0ec.json index 3929ea8725bc..6c18fb1e051e 100644 --- a/data/unsuccessful-reproductions/9a9f7d0831c8cce5c4c4265e5999ab7b81d5e0ec.json +++ b/data/unsuccessful-reproductions/9a9f7d0831c8cce5c4c4265e5999ab7b81d5e0ec.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ab0cf042563344dc723041635004f881a0ff4de.json b/data/unsuccessful-reproductions/9ab0cf042563344dc723041635004f881a0ff4de.json index d30723e950c1..b0d2a4a228aa 100644 --- a/data/unsuccessful-reproductions/9ab0cf042563344dc723041635004f881a0ff4de.json +++ b/data/unsuccessful-reproductions/9ab0cf042563344dc723041635004f881a0ff4de.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.11.Final", "newVersion" : "5.6.11.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ad4d205971b5dcadd1a2a541a2584d93f865eb4.json b/data/unsuccessful-reproductions/9ad4d205971b5dcadd1a2a541a2584d93f865eb4.json index c7c9e6205308..a65b8994c222 100644 --- a/data/unsuccessful-reproductions/9ad4d205971b5dcadd1a2a541a2584d93f865eb4.json +++ b/data/unsuccessful-reproductions/9ad4d205971b5dcadd1a2a541a2584d93f865eb4.json @@ -12,7 +12,10 @@ "previousVersion" : "20.9.0", "newVersion" : "21.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ad69808b68b13fe2ff09d8dc618366a7ab7bd3d.json b/data/unsuccessful-reproductions/9ad69808b68b13fe2ff09d8dc618366a7ab7bd3d.json index c4b12250a56b..3b8649e27423 100644 --- a/data/unsuccessful-reproductions/9ad69808b68b13fe2ff09d8dc618366a7ab7bd3d.json +++ b/data/unsuccessful-reproductions/9ad69808b68b13fe2ff09d8dc618366a7ab7bd3d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4", "newVersion" : "1.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ad9f5d6a1dc228d9f7cc1bddbc0becb8c506d92.json b/data/unsuccessful-reproductions/9ad9f5d6a1dc228d9f7cc1bddbc0becb8c506d92.json index 55b59f7bce7f..056783341cdd 100644 --- a/data/unsuccessful-reproductions/9ad9f5d6a1dc228d9f7cc1bddbc0becb8c506d92.json +++ b/data/unsuccessful-reproductions/9ad9f5d6a1dc228d9f7cc1bddbc0becb8c506d92.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ade637639b2cdeb28e749559f441ebba7de497f.json b/data/unsuccessful-reproductions/9ade637639b2cdeb28e749559f441ebba7de497f.json index a0ed41cee8d0..7f70fb861700 100644 --- a/data/unsuccessful-reproductions/9ade637639b2cdeb28e749559f441ebba7de497f.json +++ b/data/unsuccessful-reproductions/9ade637639b2cdeb28e749559f441ebba7de497f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.244", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9adfa2e039aa451bfc7a011763a1cfe741531a75.json b/data/unsuccessful-reproductions/9adfa2e039aa451bfc7a011763a1cfe741531a75.json index 7c5804e414e3..f6e48125c1ad 100644 --- a/data/unsuccessful-reproductions/9adfa2e039aa451bfc7a011763a1cfe741531a75.json +++ b/data/unsuccessful-reproductions/9adfa2e039aa451bfc7a011763a1cfe741531a75.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.27", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ae51cba12b7ed8d2e83df50b0b2cdc5dd0df8de.json b/data/unsuccessful-reproductions/9ae51cba12b7ed8d2e83df50b0b2cdc5dd0df8de.json index 8ce51b33f38b..eda23a6dc82c 100644 --- a/data/unsuccessful-reproductions/9ae51cba12b7ed8d2e83df50b0b2cdc5dd0df8de.json +++ b/data/unsuccessful-reproductions/9ae51cba12b7ed8d2e83df50b0b2cdc5dd0df8de.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.46.v20220331", "newVersion" : "10.0.10", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9aec001070448e2daaf7d4ac171fc37d1382d310.json b/data/unsuccessful-reproductions/9aec001070448e2daaf7d4ac171fc37d1382d310.json index c47f6a27145f..4a70ab1bd12c 100644 --- a/data/unsuccessful-reproductions/9aec001070448e2daaf7d4ac171fc37d1382d310.json +++ b/data/unsuccessful-reproductions/9aec001070448e2daaf7d4ac171fc37d1382d310.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9afa995ce5c1e555812ebca093aba46fe9a083a2.json b/data/unsuccessful-reproductions/9afa995ce5c1e555812ebca093aba46fe9a083a2.json index 1f5e4c38e28e..283edb8ee7b1 100644 --- a/data/unsuccessful-reproductions/9afa995ce5c1e555812ebca093aba46fe9a083a2.json +++ b/data/unsuccessful-reproductions/9afa995ce5c1e555812ebca093aba46fe9a083a2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.71", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9b022f5f212d84fb74c4391a769000c25b4c4a6f.json b/data/unsuccessful-reproductions/9b022f5f212d84fb74c4391a769000c25b4c4a6f.json index a5cb03ec660f..6c3fc905a41d 100644 --- a/data/unsuccessful-reproductions/9b022f5f212d84fb74c4391a769000c25b4c4a6f.json +++ b/data/unsuccessful-reproductions/9b022f5f212d84fb74c4391a769000c25b4c4a6f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.18", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9b0e44a79d8aae86642a19cbab51877a59e66592.json b/data/unsuccessful-reproductions/9b0e44a79d8aae86642a19cbab51877a59e66592.json index 929ca7db3f41..35824a8c4ab9 100644 --- a/data/unsuccessful-reproductions/9b0e44a79d8aae86642a19cbab51877a59e66592.json +++ b/data/unsuccessful-reproductions/9b0e44a79d8aae86642a19cbab51877a59e66592.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9b1756194188e536c3d2cf34a536187f544ffdd6.json b/data/unsuccessful-reproductions/9b1756194188e536c3d2cf34a536187f544ffdd6.json index 19d4b2ff1d2f..fb268672ecd8 100644 --- a/data/unsuccessful-reproductions/9b1756194188e536c3d2cf34a536187f544ffdd6.json +++ b/data/unsuccessful-reproductions/9b1756194188e536c3d2cf34a536187f544ffdd6.json @@ -12,7 +12,10 @@ "previousVersion" : "10.2", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9b3e950d422cc2ef9208f95cccf4217858168ecd.json b/data/unsuccessful-reproductions/9b3e950d422cc2ef9208f95cccf4217858168ecd.json index 941e25fd3a51..19d0b8360c59 100644 --- a/data/unsuccessful-reproductions/9b3e950d422cc2ef9208f95cccf4217858168ecd.json +++ b/data/unsuccessful-reproductions/9b3e950d422cc2ef9208f95cccf4217858168ecd.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.0", "newVersion" : "3.9.1", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9b6a12fbad2646b8b9f8c2bc65afb331a623f1a2.json b/data/unsuccessful-reproductions/9b6a12fbad2646b8b9f8c2bc65afb331a623f1a2.json index 74aa8f1c9c25..a31f38d96e87 100644 --- a/data/unsuccessful-reproductions/9b6a12fbad2646b8b9f8c2bc65afb331a623f1a2.json +++ b/data/unsuccessful-reproductions/9b6a12fbad2646b8b9f8c2bc65afb331a623f1a2.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.38", "newVersion" : "8.0.28", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9b98bc1d42bebe2ada7c38b9b8ca7949bcb810ce.json b/data/unsuccessful-reproductions/9b98bc1d42bebe2ada7c38b9b8ca7949bcb810ce.json index d9d3152111b7..695ade3daa69 100644 --- a/data/unsuccessful-reproductions/9b98bc1d42bebe2ada7c38b9b8ca7949bcb810ce.json +++ b/data/unsuccessful-reproductions/9b98bc1d42bebe2ada7c38b9b8ca7949bcb810ce.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ba49d7f5bf43ba1589fa741ff3729a52c4b54e5.json b/data/unsuccessful-reproductions/9ba49d7f5bf43ba1589fa741ff3729a52c4b54e5.json index 93db6adffb67..f98adf7649af 100644 --- a/data/unsuccessful-reproductions/9ba49d7f5bf43ba1589fa741ff3729a52c4b54e5.json +++ b/data/unsuccessful-reproductions/9ba49d7f5bf43ba1589fa741ff3729a52c4b54e5.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9bad34734bcb7fe060dfecacc01894b171254029.json b/data/unsuccessful-reproductions/9bad34734bcb7fe060dfecacc01894b171254029.json index 7a3a6df2418e..22865b5c7d9f 100644 --- a/data/unsuccessful-reproductions/9bad34734bcb7fe060dfecacc01894b171254029.json +++ b/data/unsuccessful-reproductions/9bad34734bcb7fe060dfecacc01894b171254029.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0.1", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9bb7cf3cd674e688fb3cbb0f5c951df7dbc909db.json b/data/unsuccessful-reproductions/9bb7cf3cd674e688fb3cbb0f5c951df7dbc909db.json index 434b033ebac4..94ddc8dfa486 100644 --- a/data/unsuccessful-reproductions/9bb7cf3cd674e688fb3cbb0f5c951df7dbc909db.json +++ b/data/unsuccessful-reproductions/9bb7cf3cd674e688fb3cbb0f5c951df7dbc909db.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9bcbd94d6bbb0b94b2b433454b635529c1d0e1f4.json b/data/unsuccessful-reproductions/9bcbd94d6bbb0b94b2b433454b635529c1d0e1f4.json index 2601358cc254..062d66ea9da1 100644 --- a/data/unsuccessful-reproductions/9bcbd94d6bbb0b94b2b433454b635529c1d0e1f4.json +++ b/data/unsuccessful-reproductions/9bcbd94d6bbb0b94b2b433454b635529c1d0e1f4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.17", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9bcf34474cf55e3ef0b33a68f2e6ec40b4e0919c.json b/data/unsuccessful-reproductions/9bcf34474cf55e3ef0b33a68f2e6ec40b4e0919c.json index 902806686d78..0274a761f69c 100644 --- a/data/unsuccessful-reproductions/9bcf34474cf55e3ef0b33a68f2e6ec40b4e0919c.json +++ b/data/unsuccessful-reproductions/9bcf34474cf55e3ef0b33a68f2e6ec40b4e0919c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.132.1", "newVersion" : "1.133.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9bd79b02452b0999bb1cd7aad81f76761dda3a7b.json b/data/unsuccessful-reproductions/9bd79b02452b0999bb1cd7aad81f76761dda3a7b.json index db34c50f0730..9e3b1f5e3fde 100644 --- a/data/unsuccessful-reproductions/9bd79b02452b0999bb1cd7aad81f76761dda3a7b.json +++ b/data/unsuccessful-reproductions/9bd79b02452b0999bb1cd7aad81f76761dda3a7b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.46", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9bde1967a32b73ae6f8616be1cf5157783a0fc14.json b/data/unsuccessful-reproductions/9bde1967a32b73ae6f8616be1cf5157783a0fc14.json index 67213a505970..2bc7b60d1480 100644 --- a/data/unsuccessful-reproductions/9bde1967a32b73ae6f8616be1cf5157783a0fc14.json +++ b/data/unsuccessful-reproductions/9bde1967a32b73ae6f8616be1cf5157783a0fc14.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c130622fb9ac39ddcbb1ca7eff06ba0b92ed668.json b/data/unsuccessful-reproductions/9c130622fb9ac39ddcbb1ca7eff06ba0b92ed668.json index 26104bfecb77..bdf56172147a 100644 --- a/data/unsuccessful-reproductions/9c130622fb9ac39ddcbb1ca7eff06ba0b92ed668.json +++ b/data/unsuccessful-reproductions/9c130622fb9ac39ddcbb1ca7eff06ba0b92ed668.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c3029dc8cc53c170fddb50086fa5141a2cb4e6b.json b/data/unsuccessful-reproductions/9c3029dc8cc53c170fddb50086fa5141a2cb4e6b.json index fd8d7220aabc..4be792687f39 100644 --- a/data/unsuccessful-reproductions/9c3029dc8cc53c170fddb50086fa5141a2cb4e6b.json +++ b/data/unsuccessful-reproductions/9c3029dc8cc53c170fddb50086fa5141a2cb4e6b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c35bf9c19db17cd7a6e837eff15b2dcf8953ed6.json b/data/unsuccessful-reproductions/9c35bf9c19db17cd7a6e837eff15b2dcf8953ed6.json index ed4640a0fb8e..08ed4da70aed 100644 --- a/data/unsuccessful-reproductions/9c35bf9c19db17cd7a6e837eff15b2dcf8953ed6.json +++ b/data/unsuccessful-reproductions/9c35bf9c19db17cd7a6e837eff15b2dcf8953ed6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c3b6c14b845833ccb7ffde3184eafb7188658fe.json b/data/unsuccessful-reproductions/9c3b6c14b845833ccb7ffde3184eafb7188658fe.json index 5a9a4f2245dc..476553d546c6 100644 --- a/data/unsuccessful-reproductions/9c3b6c14b845833ccb7ffde3184eafb7188658fe.json +++ b/data/unsuccessful-reproductions/9c3b6c14b845833ccb7ffde3184eafb7188658fe.json @@ -12,7 +12,10 @@ "previousVersion" : "1143.v2d42f1e9dea_5", "newVersion" : "1153.vb_912c0e47fb_a_", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c44aecb024ece476c29838c5385f732d2a748b2.json b/data/unsuccessful-reproductions/9c44aecb024ece476c29838c5385f732d2a748b2.json index aab7765077ba..99d042bd6586 100644 --- a/data/unsuccessful-reproductions/9c44aecb024ece476c29838c5385f732d2a748b2.json +++ b/data/unsuccessful-reproductions/9c44aecb024ece476c29838c5385f732d2a748b2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.1-240.vfedd8f46cfde", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c61dc28f766da612f4ca53ed967aa10ddc72fa9.json b/data/unsuccessful-reproductions/9c61dc28f766da612f4ca53ed967aa10ddc72fa9.json index 2e7ae4e3a6cd..0a175cd48e1b 100644 --- a/data/unsuccessful-reproductions/9c61dc28f766da612f4ca53ed967aa10ddc72fa9.json +++ b/data/unsuccessful-reproductions/9c61dc28f766da612f4ca53ed967aa10ddc72fa9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.72.Final", "newVersion" : "4.1.94.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c8684267f91ee2763de173378a678ccf08a3ad2.json b/data/unsuccessful-reproductions/9c8684267f91ee2763de173378a678ccf08a3ad2.json index 6e590e21449c..01fde46b6628 100644 --- a/data/unsuccessful-reproductions/9c8684267f91ee2763de173378a678ccf08a3ad2.json +++ b/data/unsuccessful-reproductions/9c8684267f91ee2763de173378a678ccf08a3ad2.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.0", "newVersion" : "4.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c8a386276f0b13b295c37e15137ba54a65eb78b.json b/data/unsuccessful-reproductions/9c8a386276f0b13b295c37e15137ba54a65eb78b.json index 9ce251db6f15..8c18289e55fd 100644 --- a/data/unsuccessful-reproductions/9c8a386276f0b13b295c37e15137ba54a65eb78b.json +++ b/data/unsuccessful-reproductions/9c8a386276f0b13b295c37e15137ba54a65eb78b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.2-2", "newVersion" : "1.5.2-3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c90d49df099bde20f9f0c873bf2fb18736b2128.json b/data/unsuccessful-reproductions/9c90d49df099bde20f9f0c873bf2fb18736b2128.json index 9caab71cf205..ce8b20341038 100644 --- a/data/unsuccessful-reproductions/9c90d49df099bde20f9f0c873bf2fb18736b2128.json +++ b/data/unsuccessful-reproductions/9c90d49df099bde20f9f0c873bf2fb18736b2128.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.2", "newVersion" : "1.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c914746fd1e47406dd65c42807b8d9101907e42.json b/data/unsuccessful-reproductions/9c914746fd1e47406dd65c42807b8d9101907e42.json index 0aae92642927..7f40b49a7aad 100644 --- a/data/unsuccessful-reproductions/9c914746fd1e47406dd65c42807b8d9101907e42.json +++ b/data/unsuccessful-reproductions/9c914746fd1e47406dd65c42807b8d9101907e42.json @@ -12,7 +12,10 @@ "previousVersion" : "27.0-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c9359974e148951de144d9a33ede7a041fc2f58.json b/data/unsuccessful-reproductions/9c9359974e148951de144d9a33ede7a041fc2f58.json index 7b47f303dfb3..ff94b86f49be 100644 --- a/data/unsuccessful-reproductions/9c9359974e148951de144d9a33ede7a041fc2f58.json +++ b/data/unsuccessful-reproductions/9c9359974e148951de144d9a33ede7a041fc2f58.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.15.RELEASE", "newVersion" : "1.5.22.RELEASE", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c9c24d55972b232e3d2976e70815ad07f5d98ae.json b/data/unsuccessful-reproductions/9c9c24d55972b232e3d2976e70815ad07f5d98ae.json index f2729099e3ad..ae199be1418e 100644 --- a/data/unsuccessful-reproductions/9c9c24d55972b232e3d2976e70815ad07f5d98ae.json +++ b/data/unsuccessful-reproductions/9c9c24d55972b232e3d2976e70815ad07f5d98ae.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.1-1.5.7", "newVersion" : "5.2.0-1.5.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9c9f5c5395c316df7075028c41744d2631da8394.json b/data/unsuccessful-reproductions/9c9f5c5395c316df7075028c41744d2631da8394.json index 239928d74ce5..76f1d954c6a0 100644 --- a/data/unsuccessful-reproductions/9c9f5c5395c316df7075028c41744d2631da8394.json +++ b/data/unsuccessful-reproductions/9c9f5c5395c316df7075028c41744d2631da8394.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.9", "newVersion" : "1.2.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9cbf7bffd98e312cdf2629ab08b4168e64534b4a.json b/data/unsuccessful-reproductions/9cbf7bffd98e312cdf2629ab08b4168e64534b4a.json index 2cd1961a3f6e..91835f8b1983 100644 --- a/data/unsuccessful-reproductions/9cbf7bffd98e312cdf2629ab08b4168e64534b4a.json +++ b/data/unsuccessful-reproductions/9cbf7bffd98e312cdf2629ab08b4168e64534b4a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.7", "newVersion" : "1.2.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9cd219d0afc2ab7daaf1d560f76af9144609fac1.json b/data/unsuccessful-reproductions/9cd219d0afc2ab7daaf1d560f76af9144609fac1.json index 54dba8ca2a9f..0989e8e76eac 100644 --- a/data/unsuccessful-reproductions/9cd219d0afc2ab7daaf1d560f76af9144609fac1.json +++ b/data/unsuccessful-reproductions/9cd219d0afc2ab7daaf1d560f76af9144609fac1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.3", "newVersion" : "1.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9cd46372428d48747c4c2af4d34639fbfb6ad0f1.json b/data/unsuccessful-reproductions/9cd46372428d48747c4c2af4d34639fbfb6ad0f1.json index e114a389b130..419b5d6b25f2 100644 --- a/data/unsuccessful-reproductions/9cd46372428d48747c4c2af4d34639fbfb6ad0f1.json +++ b/data/unsuccessful-reproductions/9cd46372428d48747c4c2af4d34639fbfb6ad0f1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d037800fd13a2cc8fdb1af33966a3f4d28733e2.json b/data/unsuccessful-reproductions/9d037800fd13a2cc8fdb1af33966a3f4d28733e2.json index 7d1304f45b57..f1a4ced4c1b8 100644 --- a/data/unsuccessful-reproductions/9d037800fd13a2cc8fdb1af33966a3f4d28733e2.json +++ b/data/unsuccessful-reproductions/9d037800fd13a2cc8fdb1af33966a3f4d28733e2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.5.Final", "newVersion" : "2.3.3.Final", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d06516ececdf04a88c64d34e1de708eb9f8d9c4.json b/data/unsuccessful-reproductions/9d06516ececdf04a88c64d34e1de708eb9f8d9c4.json index 4ecb55acfcfe..77505ea15dfc 100644 --- a/data/unsuccessful-reproductions/9d06516ececdf04a88c64d34e1de708eb9f8d9c4.json +++ b/data/unsuccessful-reproductions/9d06516ececdf04a88c64d34e1de708eb9f8d9c4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.21", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d0f26c619b27b18c70d10309c5ebf554588178b.json b/data/unsuccessful-reproductions/9d0f26c619b27b18c70d10309c5ebf554588178b.json index 2ccf3ebeb0e5..5d14a33b123c 100644 --- a/data/unsuccessful-reproductions/9d0f26c619b27b18c70d10309c5ebf554588178b.json +++ b/data/unsuccessful-reproductions/9d0f26c619b27b18c70d10309c5ebf554588178b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.80", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d17bc85dce3ecfe0af0218c7ae8e7d9b11e0247.json b/data/unsuccessful-reproductions/9d17bc85dce3ecfe0af0218c7ae8e7d9b11e0247.json index 7a6af8a3b856..79abd69661e0 100644 --- a/data/unsuccessful-reproductions/9d17bc85dce3ecfe0af0218c7ae8e7d9b11e0247.json +++ b/data/unsuccessful-reproductions/9d17bc85dce3ecfe0af0218c7ae8e7d9b11e0247.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d33c2a4e3caf28d3d669aa3e9eefa86b56eb466.json b/data/unsuccessful-reproductions/9d33c2a4e3caf28d3d669aa3e9eefa86b56eb466.json index e9d37083da1f..3606c5b14625 100644 --- a/data/unsuccessful-reproductions/9d33c2a4e3caf28d3d669aa3e9eefa86b56eb466.json +++ b/data/unsuccessful-reproductions/9d33c2a4e3caf28d3d669aa3e9eefa86b56eb466.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d4b111d46bcdbca0db3a2b36a9a05f1f1bd1f13.json b/data/unsuccessful-reproductions/9d4b111d46bcdbca0db3a2b36a9a05f1f1bd1f13.json index 370d89e7ead1..38d920cfbf90 100644 --- a/data/unsuccessful-reproductions/9d4b111d46bcdbca0db3a2b36a9a05f1f1bd1f13.json +++ b/data/unsuccessful-reproductions/9d4b111d46bcdbca0db3a2b36a9a05f1f1bd1f13.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d4b30808f7e9d6fb10f60f3ab0688b4f1e6ad70.json b/data/unsuccessful-reproductions/9d4b30808f7e9d6fb10f60f3ab0688b4f1e6ad70.json index 41cc5326f1fd..ec9d1674dae4 100644 --- a/data/unsuccessful-reproductions/9d4b30808f7e9d6fb10f60f3ab0688b4f1e6ad70.json +++ b/data/unsuccessful-reproductions/9d4b30808f7e9d6fb10f60f3ab0688b4f1e6ad70.json @@ -12,7 +12,10 @@ "previousVersion" : "22.3.0", "newVersion" : "22.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d4c40025c648aa0af39e890bae2041c40fcdf6d.json b/data/unsuccessful-reproductions/9d4c40025c648aa0af39e890bae2041c40fcdf6d.json index ad169ebc2d07..9491f8f1c516 100644 --- a/data/unsuccessful-reproductions/9d4c40025c648aa0af39e890bae2041c40fcdf6d.json +++ b/data/unsuccessful-reproductions/9d4c40025c648aa0af39e890bae2041c40fcdf6d.json @@ -12,7 +12,10 @@ "previousVersion" : "42.4.1", "newVersion" : "42.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d4d81dc4340ac0230cc54fb799af5f1eaafac31.json b/data/unsuccessful-reproductions/9d4d81dc4340ac0230cc54fb799af5f1eaafac31.json index a6df4baec1ea..98ba0d14f240 100644 --- a/data/unsuccessful-reproductions/9d4d81dc4340ac0230cc54fb799af5f1eaafac31.json +++ b/data/unsuccessful-reproductions/9d4d81dc4340ac0230cc54fb799af5f1eaafac31.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.84", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d4de968ab07f6979a252386859f6d0a40e55bc3.json b/data/unsuccessful-reproductions/9d4de968ab07f6979a252386859f6d0a40e55bc3.json index ebe8bd5ab6b0..e8ba9a4dcb51 100644 --- a/data/unsuccessful-reproductions/9d4de968ab07f6979a252386859f6d0a40e55bc3.json +++ b/data/unsuccessful-reproductions/9d4de968ab07f6979a252386859f6d0a40e55bc3.json @@ -12,7 +12,10 @@ "previousVersion" : "24.4.0", "newVersion" : "25.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d700d661ffdd096280680dc833c242e82730d54.json b/data/unsuccessful-reproductions/9d700d661ffdd096280680dc833c242e82730d54.json index dc5fad41a512..d013ea9f4345 100644 --- a/data/unsuccessful-reproductions/9d700d661ffdd096280680dc833c242e82730d54.json +++ b/data/unsuccessful-reproductions/9d700d661ffdd096280680dc833c242e82730d54.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.232", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d78269234b73d36a5b48fdf371f9c0c100f1759.json b/data/unsuccessful-reproductions/9d78269234b73d36a5b48fdf371f9c0c100f1759.json index a41abea6d7ed..762b7096b7a9 100644 --- a/data/unsuccessful-reproductions/9d78269234b73d36a5b48fdf371f9c0c100f1759.json +++ b/data/unsuccessful-reproductions/9d78269234b73d36a5b48fdf371f9c0c100f1759.json @@ -12,7 +12,10 @@ "previousVersion" : "0.4", "newVersion" : "0.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d7a97d3ec46b1df91b4f9f0b2063ccd821c9e67.json b/data/unsuccessful-reproductions/9d7a97d3ec46b1df91b4f9f0b2063ccd821c9e67.json index 03076cdccf9d..5a5998e311a0 100644 --- a/data/unsuccessful-reproductions/9d7a97d3ec46b1df91b4f9f0b2063ccd821c9e67.json +++ b/data/unsuccessful-reproductions/9d7a97d3ec46b1df91b4f9f0b2063ccd821c9e67.json @@ -12,7 +12,10 @@ "previousVersion" : "3.25.0", "newVersion" : "3.26.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d7af2a9eea468f5e0b16068665788d8e75d3758.json b/data/unsuccessful-reproductions/9d7af2a9eea468f5e0b16068665788d8e75d3758.json index bf753a1aeb7c..d840b289bdf0 100644 --- a/data/unsuccessful-reproductions/9d7af2a9eea468f5e0b16068665788d8e75d3758.json +++ b/data/unsuccessful-reproductions/9d7af2a9eea468f5e0b16068665788d8e75d3758.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.2", "newVersion" : "3.16.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jOOQ/jOOQ" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d8a5252c7a5896e2d9d43e273d2efa963155283.json b/data/unsuccessful-reproductions/9d8a5252c7a5896e2d9d43e273d2efa963155283.json index 41b5eeba87e3..849dd0c5d928 100644 --- a/data/unsuccessful-reproductions/9d8a5252c7a5896e2d9d43e273d2efa963155283.json +++ b/data/unsuccessful-reproductions/9d8a5252c7a5896e2d9d43e273d2efa963155283.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d94ed92d33e91ad4477d24a676d10cb51c542a1.json b/data/unsuccessful-reproductions/9d94ed92d33e91ad4477d24a676d10cb51c542a1.json index 95dbdf063399..ab6c20cb4122 100644 --- a/data/unsuccessful-reproductions/9d94ed92d33e91ad4477d24a676d10cb51c542a1.json +++ b/data/unsuccessful-reproductions/9d94ed92d33e91ad4477d24a676d10cb51c542a1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0-groovy-3.0", "newVersion" : "2.3-groovy-4.0", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9d996bc78fffc9de8b30341bff4ca26f9df538ca.json b/data/unsuccessful-reproductions/9d996bc78fffc9de8b30341bff4ca26f9df538ca.json index 7431f2dbd39d..52ca2063b65f 100644 --- a/data/unsuccessful-reproductions/9d996bc78fffc9de8b30341bff4ca26f9df538ca.json +++ b/data/unsuccessful-reproductions/9d996bc78fffc9de8b30341bff4ca26f9df538ca.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9da206ac4d390f444cb2a6c822a921bc97231818.json b/data/unsuccessful-reproductions/9da206ac4d390f444cb2a6c822a921bc97231818.json index 33afb8a0c540..2b9174a7f38f 100644 --- a/data/unsuccessful-reproductions/9da206ac4d390f444cb2a6c822a921bc97231818.json +++ b/data/unsuccessful-reproductions/9da206ac4d390f444cb2a6c822a921bc97231818.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9da476d3101824021abdcab7bf815041771e385c.json b/data/unsuccessful-reproductions/9da476d3101824021abdcab7bf815041771e385c.json index e142f549621d..663d775ba9f0 100644 --- a/data/unsuccessful-reproductions/9da476d3101824021abdcab7bf815041771e385c.json +++ b/data/unsuccessful-reproductions/9da476d3101824021abdcab7bf815041771e385c.json @@ -12,7 +12,10 @@ "previousVersion" : "20140107", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9dadef549117eba2ae6732091683ba4f833cb56e.json b/data/unsuccessful-reproductions/9dadef549117eba2ae6732091683ba4f833cb56e.json index e852fcd57700..f997a3ff561c 100644 --- a/data/unsuccessful-reproductions/9dadef549117eba2ae6732091683ba4f833cb56e.json +++ b/data/unsuccessful-reproductions/9dadef549117eba2ae6732091683ba4f833cb56e.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9db13285659f14f02d46dadd22a135c604e3904d.json b/data/unsuccessful-reproductions/9db13285659f14f02d46dadd22a135c604e3904d.json index 359fee59abac..e49d21c86053 100644 --- a/data/unsuccessful-reproductions/9db13285659f14f02d46dadd22a135c604e3904d.json +++ b/data/unsuccessful-reproductions/9db13285659f14f02d46dadd22a135c604e3904d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.0", "newVersion" : "1.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9db964d92086cd25660b64dda8bbe5867a462c10.json b/data/unsuccessful-reproductions/9db964d92086cd25660b64dda8bbe5867a462c10.json index c637fba8479c..398e177d3c9d 100644 --- a/data/unsuccessful-reproductions/9db964d92086cd25660b64dda8bbe5867a462c10.json +++ b/data/unsuccessful-reproductions/9db964d92086cd25660b64dda8bbe5867a462c10.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.7", "newVersion" : "1.6.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9dc6e8bc6b10cee1501a1c29cab0c92865ef34d3.json b/data/unsuccessful-reproductions/9dc6e8bc6b10cee1501a1c29cab0c92865ef34d3.json index ea48dc1c7bfa..80b6357a8f15 100644 --- a/data/unsuccessful-reproductions/9dc6e8bc6b10cee1501a1c29cab0c92865ef34d3.json +++ b/data/unsuccessful-reproductions/9dc6e8bc6b10cee1501a1c29cab0c92865ef34d3.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0.2", "newVersion" : "20.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9dcec7dd871301998e7c56ca55f3d1d3eb4dfd88.json b/data/unsuccessful-reproductions/9dcec7dd871301998e7c56ca55f3d1d3eb4dfd88.json index 62cc602dc59d..6eae4909b040 100644 --- a/data/unsuccessful-reproductions/9dcec7dd871301998e7c56ca55f3d1d3eb4dfd88.json +++ b/data/unsuccessful-reproductions/9dcec7dd871301998e7c56ca55f3d1d3eb4dfd88.json @@ -12,7 +12,10 @@ "previousVersion" : "10.0", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9dd4c49f3397544176179fd289e1786709c50f28.json b/data/unsuccessful-reproductions/9dd4c49f3397544176179fd289e1786709c50f28.json index b2c8a2531554..3c29a0ad59db 100644 --- a/data/unsuccessful-reproductions/9dd4c49f3397544176179fd289e1786709c50f28.json +++ b/data/unsuccessful-reproductions/9dd4c49f3397544176179fd289e1786709c50f28.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.110", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9dd8cbb87ac84705f77d50cf18fa10a66f965c1e.json b/data/unsuccessful-reproductions/9dd8cbb87ac84705f77d50cf18fa10a66f965c1e.json index 517ef7e93045..22e618f8c807 100644 --- a/data/unsuccessful-reproductions/9dd8cbb87ac84705f77d50cf18fa10a66f965c1e.json +++ b/data/unsuccessful-reproductions/9dd8cbb87ac84705f77d50cf18fa10a66f965c1e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.7", "newVersion" : "3.0.1", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ddcad1d3d2322b8daeab4a8289a72c5bca4451d.json b/data/unsuccessful-reproductions/9ddcad1d3d2322b8daeab4a8289a72c5bca4451d.json index 797344a0f530..0be3374cb33c 100644 --- a/data/unsuccessful-reproductions/9ddcad1d3d2322b8daeab4a8289a72c5bca4451d.json +++ b/data/unsuccessful-reproductions/9ddcad1d3d2322b8daeab4a8289a72c5bca4451d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.2", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9df0810209883a2b84f10c9e1f9c8c210f445432.json b/data/unsuccessful-reproductions/9df0810209883a2b84f10c9e1f9c8c210f445432.json index 78764b396a9d..843b21a22afa 100644 --- a/data/unsuccessful-reproductions/9df0810209883a2b84f10c9e1f9c8c210f445432.json +++ b/data/unsuccessful-reproductions/9df0810209883a2b84f10c9e1f9c8c210f445432.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.88.Final", "newVersion" : "4.1.89.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9e3646422bf373fe4b1b48efafe5c1cb41cdd09b.json b/data/unsuccessful-reproductions/9e3646422bf373fe4b1b48efafe5c1cb41cdd09b.json index c6e34f7bb3a3..6e26436d8748 100644 --- a/data/unsuccessful-reproductions/9e3646422bf373fe4b1b48efafe5c1cb41cdd09b.json +++ b/data/unsuccessful-reproductions/9e3646422bf373fe4b1b48efafe5c1cb41cdd09b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.1", "newVersion" : "2.6.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9e400ba0783461671fd30d63ad644f4ea4938fbc.json b/data/unsuccessful-reproductions/9e400ba0783461671fd30d63ad644f4ea4938fbc.json index 426cf92272e4..c05ac725a57c 100644 --- a/data/unsuccessful-reproductions/9e400ba0783461671fd30d63ad644f4ea4938fbc.json +++ b/data/unsuccessful-reproductions/9e400ba0783461671fd30d63ad644f4ea4938fbc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9e4a2d479f1a878b7521161da0c6a71d3479b9f4.json b/data/unsuccessful-reproductions/9e4a2d479f1a878b7521161da0c6a71d3479b9f4.json index 522ad85e045d..209cec74ea14 100644 --- a/data/unsuccessful-reproductions/9e4a2d479f1a878b7521161da0c6a71d3479b9f4.json +++ b/data/unsuccessful-reproductions/9e4a2d479f1a878b7521161da0c6a71d3479b9f4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.42", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9e518d50d30971de7baa66f1f567226899dd1dcc.json b/data/unsuccessful-reproductions/9e518d50d30971de7baa66f1f567226899dd1dcc.json index 4eef589a71dd..23648f8e4edf 100644 --- a/data/unsuccessful-reproductions/9e518d50d30971de7baa66f1f567226899dd1dcc.json +++ b/data/unsuccessful-reproductions/9e518d50d30971de7baa66f1f567226899dd1dcc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.7", "newVersion" : "3.0.2", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9e5976700e04798f3bd8b57e47d4fe7903869a77.json b/data/unsuccessful-reproductions/9e5976700e04798f3bd8b57e47d4fe7903869a77.json index 45cfdabe38f5..75a997571282 100644 --- a/data/unsuccessful-reproductions/9e5976700e04798f3bd8b57e47d4fe7903869a77.json +++ b/data/unsuccessful-reproductions/9e5976700e04798f3bd8b57e47d4fe7903869a77.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9e5c6834c8146d090c6b8a3034e32a9a4df8585f.json b/data/unsuccessful-reproductions/9e5c6834c8146d090c6b8a3034e32a9a4df8585f.json index 48c447e46272..47575f0b57f9 100644 --- a/data/unsuccessful-reproductions/9e5c6834c8146d090c6b8a3034e32a9a4df8585f.json +++ b/data/unsuccessful-reproductions/9e5c6834c8146d090c6b8a3034e32a9a4df8585f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.1", "newVersion" : "1.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9e7ff53ce42f1c7db1874312eede2b1afeae2926.json b/data/unsuccessful-reproductions/9e7ff53ce42f1c7db1874312eede2b1afeae2926.json index e44092f82c81..6f1ee63e24b6 100644 --- a/data/unsuccessful-reproductions/9e7ff53ce42f1c7db1874312eede2b1afeae2926.json +++ b/data/unsuccessful-reproductions/9e7ff53ce42f1c7db1874312eede2b1afeae2926.json @@ -12,7 +12,10 @@ "previousVersion" : "2.25.0", "newVersion" : "2.27.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9e8d4455cd6b934c167f9df67540d61ffe20aada.json b/data/unsuccessful-reproductions/9e8d4455cd6b934c167f9df67540d61ffe20aada.json index 187e75aa6b4f..db4f03469976 100644 --- a/data/unsuccessful-reproductions/9e8d4455cd6b934c167f9df67540d61ffe20aada.json +++ b/data/unsuccessful-reproductions/9e8d4455cd6b934c167f9df67540d61ffe20aada.json @@ -12,7 +12,10 @@ "previousVersion" : "7.2.2.jre8", "newVersion" : "11.2.3.jre8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9e9958ff5f62e914e2c7731d44f1367617db539f.json b/data/unsuccessful-reproductions/9e9958ff5f62e914e2c7731d44f1367617db539f.json index 6c91052ab25a..f35f7232f3d2 100644 --- a/data/unsuccessful-reproductions/9e9958ff5f62e914e2c7731d44f1367617db539f.json +++ b/data/unsuccessful-reproductions/9e9958ff5f62e914e2c7731d44f1367617db539f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ea6d1d2b6723c0c4737afdb3d250ee5149b54aa.json b/data/unsuccessful-reproductions/9ea6d1d2b6723c0c4737afdb3d250ee5149b54aa.json index 961d912cc494..f41045c1a5be 100644 --- a/data/unsuccessful-reproductions/9ea6d1d2b6723c0c4737afdb3d250ee5149b54aa.json +++ b/data/unsuccessful-reproductions/9ea6d1d2b6723c0c4737afdb3d250ee5149b54aa.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.11", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9eb264f59522c62301466ec96c1ae178bb74d97c.json b/data/unsuccessful-reproductions/9eb264f59522c62301466ec96c1ae178bb74d97c.json index 085778b4ea13..41ede04772d7 100644 --- a/data/unsuccessful-reproductions/9eb264f59522c62301466ec96c1ae178bb74d97c.json +++ b/data/unsuccessful-reproductions/9eb264f59522c62301466ec96c1ae178bb74d97c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "ECL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ebc2d13f9137e351ee357341671c80f5849458f.json b/data/unsuccessful-reproductions/9ebc2d13f9137e351ee357341671c80f5849458f.json index 545ccca770b1..2fb857f3defe 100644 --- a/data/unsuccessful-reproductions/9ebc2d13f9137e351ee357341671c80f5849458f.json +++ b/data/unsuccessful-reproductions/9ebc2d13f9137e351ee357341671c80f5849458f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.0", "newVersion" : "4.11.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ec19b287c9673afa6ff645cf85c941f8eb0f7e3.json b/data/unsuccessful-reproductions/9ec19b287c9673afa6ff645cf85c941f8eb0f7e3.json index 7d971ff3fcc6..14129f8b366a 100644 --- a/data/unsuccessful-reproductions/9ec19b287c9673afa6ff645cf85c941f8eb0f7e3.json +++ b/data/unsuccessful-reproductions/9ec19b287c9673afa6ff645cf85c941f8eb0f7e3.json @@ -12,7 +12,10 @@ "previousVersion" : "1382.v7d694476f340", "newVersion" : "1706.vc166d5f429f8", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ed50a4b97b3e8fd36c1cd25cd4b52c8fbd9eb37.json b/data/unsuccessful-reproductions/9ed50a4b97b3e8fd36c1cd25cd4b52c8fbd9eb37.json index 72b348bf4bbf..da65469183ac 100644 --- a/data/unsuccessful-reproductions/9ed50a4b97b3e8fd36c1cd25cd4b52c8fbd9eb37.json +++ b/data/unsuccessful-reproductions/9ed50a4b97b3e8fd36c1cd25cd4b52c8fbd9eb37.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.1", "newVersion" : "2.3.12", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ef34f593f1f9b7f409c97c5d997fc26018e342d.json b/data/unsuccessful-reproductions/9ef34f593f1f9b7f409c97c5d997fc26018e342d.json index 68a39d862118..61e2e525eaa7 100644 --- a/data/unsuccessful-reproductions/9ef34f593f1f9b7f409c97c5d997fc26018e342d.json +++ b/data/unsuccessful-reproductions/9ef34f593f1f9b7f409c97c5d997fc26018e342d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ef8ca6aac20753b3a7ee1d62b1c1e3e95a3db09.json b/data/unsuccessful-reproductions/9ef8ca6aac20753b3a7ee1d62b1c1e3e95a3db09.json index 81014a37240a..bf3fbf4c72c1 100644 --- a/data/unsuccessful-reproductions/9ef8ca6aac20753b3a7ee1d62b1c1e3e95a3db09.json +++ b/data/unsuccessful-reproductions/9ef8ca6aac20753b3a7ee1d62b1c1e3e95a3db09.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5534.vcb_64728b_649b_", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9efbfa522ba052a09e39113aa393f4ba7a01d12f.json b/data/unsuccessful-reproductions/9efbfa522ba052a09e39113aa393f4ba7a01d12f.json index b3b9d0d5c217..06488a902db0 100644 --- a/data/unsuccessful-reproductions/9efbfa522ba052a09e39113aa393f4ba7a01d12f.json +++ b/data/unsuccessful-reproductions/9efbfa522ba052a09e39113aa393f4ba7a01d12f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.409", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9f04fbfafd70a40e265b685f7896bf2e51ec8399.json b/data/unsuccessful-reproductions/9f04fbfafd70a40e265b685f7896bf2e51ec8399.json index 0116c9400752..61a8e4f305a4 100644 --- a/data/unsuccessful-reproductions/9f04fbfafd70a40e265b685f7896bf2e51ec8399.json +++ b/data/unsuccessful-reproductions/9f04fbfafd70a40e265b685f7896bf2e51ec8399.json @@ -12,7 +12,10 @@ "previousVersion" : "24.0.0", "newVersion" : "24.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9f17cc8f98bcc85b035da370ca0ea0be17bcce33.json b/data/unsuccessful-reproductions/9f17cc8f98bcc85b035da370ca0ea0be17bcce33.json index 114775db1e68..9036671a46e2 100644 --- a/data/unsuccessful-reproductions/9f17cc8f98bcc85b035da370ca0ea0be17bcce33.json +++ b/data/unsuccessful-reproductions/9f17cc8f98bcc85b035da370ca0ea0be17bcce33.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.26", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9f303a8dd1b7dfb3d72f63d1cf4a99043dddc713.json b/data/unsuccessful-reproductions/9f303a8dd1b7dfb3d72f63d1cf4a99043dddc713.json index 965d5c4df13e..c4f22e442271 100644 --- a/data/unsuccessful-reproductions/9f303a8dd1b7dfb3d72f63d1cf4a99043dddc713.json +++ b/data/unsuccessful-reproductions/9f303a8dd1b7dfb3d72f63d1cf4a99043dddc713.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.21", "newVersion" : "2.18.24", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9f42ae6fd71b2cfc1b111ef35027999dad5e88c7.json b/data/unsuccessful-reproductions/9f42ae6fd71b2cfc1b111ef35027999dad5e88c7.json index 8dda83d5ebf9..b6dce29f6d59 100644 --- a/data/unsuccessful-reproductions/9f42ae6fd71b2cfc1b111ef35027999dad5e88c7.json +++ b/data/unsuccessful-reproductions/9f42ae6fd71b2cfc1b111ef35027999dad5e88c7.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9f54b6c02fedfec480412a4b2bea7ff5e012f492.json b/data/unsuccessful-reproductions/9f54b6c02fedfec480412a4b2bea7ff5e012f492.json index 2ea3f08a3681..ab6b9696ecd7 100644 --- a/data/unsuccessful-reproductions/9f54b6c02fedfec480412a4b2bea7ff5e012f492.json +++ b/data/unsuccessful-reproductions/9f54b6c02fedfec480412a4b2bea7ff5e012f492.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9f85170bf7fbbb3dc5b13d6c2aad4c4b21f5be48.json b/data/unsuccessful-reproductions/9f85170bf7fbbb3dc5b13d6c2aad4c4b21f5be48.json index 3f3cea794c4e..04f18cb4c010 100644 --- a/data/unsuccessful-reproductions/9f85170bf7fbbb3dc5b13d6c2aad4c4b21f5be48.json +++ b/data/unsuccessful-reproductions/9f85170bf7fbbb3dc5b13d6c2aad4c4b21f5be48.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.75", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9f89a3a57b1d2d65d0046ea393ca50645929adf4.json b/data/unsuccessful-reproductions/9f89a3a57b1d2d65d0046ea393ca50645929adf4.json index dab3c130b7c7..3f71daf65e8f 100644 --- a/data/unsuccessful-reproductions/9f89a3a57b1d2d65d0046ea393ca50645929adf4.json +++ b/data/unsuccessful-reproductions/9f89a3a57b1d2d65d0046ea393ca50645929adf4.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.3", "newVersion" : "5.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9f90a4a22f9da5997951cf97bd4fb73db593c252.json b/data/unsuccessful-reproductions/9f90a4a22f9da5997951cf97bd4fb73db593c252.json index 527cf472a00e..645eeaace2fe 100644 --- a/data/unsuccessful-reproductions/9f90a4a22f9da5997951cf97bd4fb73db593c252.json +++ b/data/unsuccessful-reproductions/9f90a4a22f9da5997951cf97bd4fb73db593c252.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.15", "newVersion" : "5.3.16", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9f990f16f76e07b608acf1a66a4e94de53bc807e.json b/data/unsuccessful-reproductions/9f990f16f76e07b608acf1a66a4e94de53bc807e.json index 43a625ddfe19..24cc468d35c9 100644 --- a/data/unsuccessful-reproductions/9f990f16f76e07b608acf1a66a4e94de53bc807e.json +++ b/data/unsuccessful-reproductions/9f990f16f76e07b608acf1a66a4e94de53bc807e.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.93.Final", "newVersion" : "4.1.94.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fa2ff0b07c0a7823f37bfc71a14a1d4bd92c0ee.json b/data/unsuccessful-reproductions/9fa2ff0b07c0a7823f37bfc71a14a1d4bd92c0ee.json index 6a7fbbbd6627..8928b10d24fe 100644 --- a/data/unsuccessful-reproductions/9fa2ff0b07c0a7823f37bfc71a14a1d4bd92c0ee.json +++ b/data/unsuccessful-reproductions/9fa2ff0b07c0a7823f37bfc71a14a1d4bd92c0ee.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.22", "newVersion" : "1.18.26", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fa38af55612d85b882dbe56b2b69e6456a5b978.json b/data/unsuccessful-reproductions/9fa38af55612d85b882dbe56b2b69e6456a5b978.json index 113ba7719198..3c5772241d7b 100644 --- a/data/unsuccessful-reproductions/9fa38af55612d85b882dbe56b2b69e6456a5b978.json +++ b/data/unsuccessful-reproductions/9fa38af55612d85b882dbe56b2b69e6456a5b978.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.13.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fa680f6650732a4243d352b6f01c61bf583939a.json b/data/unsuccessful-reproductions/9fa680f6650732a4243d352b6f01c61bf583939a.json index 3027b8b69e46..a246d93729f5 100644 --- a/data/unsuccessful-reproductions/9fa680f6650732a4243d352b6f01c61bf583939a.json +++ b/data/unsuccessful-reproductions/9fa680f6650732a4243d352b6f01c61bf583939a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.98", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fb75938c49e08de68cb8e93afc9de8c953f3dbf.json b/data/unsuccessful-reproductions/9fb75938c49e08de68cb8e93afc9de8c953f3dbf.json index e3341db44c0e..bcaffbb1ef84 100644 --- a/data/unsuccessful-reproductions/9fb75938c49e08de68cb8e93afc9de8c953f3dbf.json +++ b/data/unsuccessful-reproductions/9fb75938c49e08de68cb8e93afc9de8c953f3dbf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.70", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fbbe3b2fdd8f6e7a5ad5b41e6e13124c5f6b52a.json b/data/unsuccessful-reproductions/9fbbe3b2fdd8f6e7a5ad5b41e6e13124c5f6b52a.json index c4836cdce047..bd9e99046984 100644 --- a/data/unsuccessful-reproductions/9fbbe3b2fdd8f6e7a5ad5b41e6e13124c5f6b52a.json +++ b/data/unsuccessful-reproductions/9fbbe3b2fdd8f6e7a5ad5b41e6e13124c5f6b52a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fc597e87e3b4d143b034cf6111443bfcff78241.json b/data/unsuccessful-reproductions/9fc597e87e3b4d143b034cf6111443bfcff78241.json index 81ff79fcb1cb..6c7b7f26ae56 100644 --- a/data/unsuccessful-reproductions/9fc597e87e3b4d143b034cf6111443bfcff78241.json +++ b/data/unsuccessful-reproductions/9fc597e87e3b4d143b034cf6111443bfcff78241.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fc7589267dac70b0b4edd8eb87d5eea43f44eb7.json b/data/unsuccessful-reproductions/9fc7589267dac70b0b4edd8eb87d5eea43f44eb7.json index 2926dc178120..33cfb1b37dfe 100644 --- a/data/unsuccessful-reproductions/9fc7589267dac70b0b4edd8eb87d5eea43f44eb7.json +++ b/data/unsuccessful-reproductions/9fc7589267dac70b0b4edd8eb87d5eea43f44eb7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.7.6", "newVersion" : "1.1.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fe3e39ff675115a0310d15fc018585ce0a8fb19.json b/data/unsuccessful-reproductions/9fe3e39ff675115a0310d15fc018585ce0a8fb19.json index fd40757401da..ef97a2d38b80 100644 --- a/data/unsuccessful-reproductions/9fe3e39ff675115a0310d15fc018585ce0a8fb19.json +++ b/data/unsuccessful-reproductions/9fe3e39ff675115a0310d15fc018585ce0a8fb19.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.5", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fe61bfbaca2eacb284296b9e88fb88e31648033.json b/data/unsuccessful-reproductions/9fe61bfbaca2eacb284296b9e88fb88e31648033.json index 87aa3998356d..82c0172f3a80 100644 --- a/data/unsuccessful-reproductions/9fe61bfbaca2eacb284296b9e88fb88e31648033.json +++ b/data/unsuccessful-reproductions/9fe61bfbaca2eacb284296b9e88fb88e31648033.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.217", "newVersion" : "1.12.219", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fe64cb7c962cfde5a3a52117bf10e4a96ba0cc9.json b/data/unsuccessful-reproductions/9fe64cb7c962cfde5a3a52117bf10e4a96ba0cc9.json index 7eed79ccef57..a3ed907a29a1 100644 --- a/data/unsuccessful-reproductions/9fe64cb7c962cfde5a3a52117bf10e4a96ba0cc9.json +++ b/data/unsuccessful-reproductions/9fe64cb7c962cfde5a3a52117bf10e4a96ba0cc9.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.18", "newVersion" : "5.3.20", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fe983e33c63761c8d04c0f8287415e342712681.json b/data/unsuccessful-reproductions/9fe983e33c63761c8d04c0f8287415e342712681.json index ad35b6406207..aa06aaec6bb7 100644 --- a/data/unsuccessful-reproductions/9fe983e33c63761c8d04c0f8287415e342712681.json +++ b/data/unsuccessful-reproductions/9fe983e33c63761c8d04c0f8287415e342712681.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9fee32c318e8c495322d54a51d3ce97f50abe0de.json b/data/unsuccessful-reproductions/9fee32c318e8c495322d54a51d3ce97f50abe0de.json index 9b9c9cb54bda..1ef0ca9a26e8 100644 --- a/data/unsuccessful-reproductions/9fee32c318e8c495322d54a51d3ce97f50abe0de.json +++ b/data/unsuccessful-reproductions/9fee32c318e8c495322d54a51d3ce97f50abe0de.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0", "newVersion" : "5.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ff06260543598a3f61fd88df418ad6239e5172c.json b/data/unsuccessful-reproductions/9ff06260543598a3f61fd88df418ad6239e5172c.json index 408c2c1d9e46..443f25bc8079 100644 --- a/data/unsuccessful-reproductions/9ff06260543598a3f61fd88df418ad6239e5172c.json +++ b/data/unsuccessful-reproductions/9ff06260543598a3f61fd88df418ad6239e5172c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.2", "newVersion" : "3.0.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ff64383e837c58f60d6b6ed6924b8dffec0e718.json b/data/unsuccessful-reproductions/9ff64383e837c58f60d6b6ed6924b8dffec0e718.json index fecd78dca2f8..a6c0a93f77ad 100644 --- a/data/unsuccessful-reproductions/9ff64383e837c58f60d6b6ed6924b8dffec0e718.json +++ b/data/unsuccessful-reproductions/9ff64383e837c58f60d6b6ed6924b8dffec0e718.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "8.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ffc07ce9fa0fb84deacf96b28b51de9fd8f9803.json b/data/unsuccessful-reproductions/9ffc07ce9fa0fb84deacf96b28b51de9fd8f9803.json index 6dcf5cc36b06..c57c2793bd1b 100644 --- a/data/unsuccessful-reproductions/9ffc07ce9fa0fb84deacf96b28b51de9fd8f9803.json +++ b/data/unsuccessful-reproductions/9ffc07ce9fa0fb84deacf96b28b51de9fd8f9803.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.104", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/9ffe772b26c865da19c3e2057da3d14ec52535bf.json b/data/unsuccessful-reproductions/9ffe772b26c865da19c3e2057da3d14ec52535bf.json index b620035bd7d9..a1424167cddb 100644 --- a/data/unsuccessful-reproductions/9ffe772b26c865da19c3e2057da3d14ec52535bf.json +++ b/data/unsuccessful-reproductions/9ffe772b26c865da19c3e2057da3d14ec52535bf.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.2", "newVersion" : "10.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a021d245d21c7f8116c2a355891c0713fdd31545.json b/data/unsuccessful-reproductions/a021d245d21c7f8116c2a355891c0713fdd31545.json index 19a849a4097a..f1fee91b55ab 100644 --- a/data/unsuccessful-reproductions/a021d245d21c7f8116c2a355891c0713fdd31545.json +++ b/data/unsuccessful-reproductions/a021d245d21c7f8116c2a355891c0713fdd31545.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.3.Final", "newVersion" : "3.5.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a03d3f5bf8d75ea47535f87ea09be2ddd3efb16b.json b/data/unsuccessful-reproductions/a03d3f5bf8d75ea47535f87ea09be2ddd3efb16b.json index 237c44eba5d0..40aa4b285944 100644 --- a/data/unsuccessful-reproductions/a03d3f5bf8d75ea47535f87ea09be2ddd3efb16b.json +++ b/data/unsuccessful-reproductions/a03d3f5bf8d75ea47535f87ea09be2ddd3efb16b.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0.RELEASE", "newVersion" : "5.2.21.RELEASE", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a03dc20a77b4866eecce4107e7eb282fcd9c4744.json b/data/unsuccessful-reproductions/a03dc20a77b4866eecce4107e7eb282fcd9c4744.json index baeccfc9d609..a560e3942493 100644 --- a/data/unsuccessful-reproductions/a03dc20a77b4866eecce4107e7eb282fcd9c4744.json +++ b/data/unsuccessful-reproductions/a03dc20a77b4866eecce4107e7eb282fcd9c4744.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a04d764e689ca3ed0c81073d496cdb959aabbab2.json b/data/unsuccessful-reproductions/a04d764e689ca3ed0c81073d496cdb959aabbab2.json index ff61c87aac6b..40f4886a7f58 100644 --- a/data/unsuccessful-reproductions/a04d764e689ca3ed0c81073d496cdb959aabbab2.json +++ b/data/unsuccessful-reproductions/a04d764e689ca3ed0c81073d496cdb959aabbab2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.453", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a0525833a26d9c549ea9225d87a6617dd0282b5a.json b/data/unsuccessful-reproductions/a0525833a26d9c549ea9225d87a6617dd0282b5a.json index 7a7f6c9f31bc..b84e9bb7e33e 100644 --- a/data/unsuccessful-reproductions/a0525833a26d9c549ea9225d87a6617dd0282b5a.json +++ b/data/unsuccessful-reproductions/a0525833a26d9c549ea9225d87a6617dd0282b5a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4.RELEASE", "newVersion" : "4.0.0.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a058b62cf66888eaf610d22a4f6615b318733034.json b/data/unsuccessful-reproductions/a058b62cf66888eaf610d22a4f6615b318733034.json index 39be0696360b..0caadc89cc1a 100644 --- a/data/unsuccessful-reproductions/a058b62cf66888eaf610d22a4f6615b318733034.json +++ b/data/unsuccessful-reproductions/a058b62cf66888eaf610d22a4f6615b318733034.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.12.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a06d979d7fbce7e68f351c1639b16e6bded3b43c.json b/data/unsuccessful-reproductions/a06d979d7fbce7e68f351c1639b16e6bded3b43c.json index b41cc8671dbd..c27ad159432a 100644 --- a/data/unsuccessful-reproductions/a06d979d7fbce7e68f351c1639b16e6bded3b43c.json +++ b/data/unsuccessful-reproductions/a06d979d7fbce7e68f351c1639b16e6bded3b43c.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a07425cd04b68c42c6e61828097d146bd745956a.json b/data/unsuccessful-reproductions/a07425cd04b68c42c6e61828097d146bd745956a.json index a5ad327d8ba0..2dc15483325a 100644 --- a/data/unsuccessful-reproductions/a07425cd04b68c42c6e61828097d146bd745956a.json +++ b/data/unsuccessful-reproductions/a07425cd04b68c42c6e61828097d146bd745956a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.0", "newVersion" : "1.22.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a0749b81e31550288a3ce2a834d715b333c840e2.json b/data/unsuccessful-reproductions/a0749b81e31550288a3ce2a834d715b333c840e2.json index 9ddc1ea820de..45bdcfd0384b 100644 --- a/data/unsuccessful-reproductions/a0749b81e31550288a3ce2a834d715b333c840e2.json +++ b/data/unsuccessful-reproductions/a0749b81e31550288a3ce2a834d715b333c840e2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.2", "newVersion" : "3.21.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a087946fdc963578cec1ab50e4e3c5e10b3d1751.json b/data/unsuccessful-reproductions/a087946fdc963578cec1ab50e4e3c5e10b3d1751.json index db742aea27f2..a8bcbfc9cca0 100644 --- a/data/unsuccessful-reproductions/a087946fdc963578cec1ab50e4e3c5e10b3d1751.json +++ b/data/unsuccessful-reproductions/a087946fdc963578cec1ab50e4e3c5e10b3d1751.json @@ -12,7 +12,10 @@ "previousVersion" : "8.7.0", "newVersion" : "8.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "CryptoMorin/XSeries" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a09d474380a42b5aa9ea45d3e3ac1d16742caa18.json b/data/unsuccessful-reproductions/a09d474380a42b5aa9ea45d3e3ac1d16742caa18.json index 1ea5365e6a75..dd54e05f045c 100644 --- a/data/unsuccessful-reproductions/a09d474380a42b5aa9ea45d3e3ac1d16742caa18.json +++ b/data/unsuccessful-reproductions/a09d474380a42b5aa9ea45d3e3ac1d16742caa18.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.12", "newVersion" : "4.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okhttp" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a09e846e3194858421e3cc040142b78f1238e302.json b/data/unsuccessful-reproductions/a09e846e3194858421e3cc040142b78f1238e302.json index 11b6864687d3..febead73055e 100644 --- a/data/unsuccessful-reproductions/a09e846e3194858421e3cc040142b78f1238e302.json +++ b/data/unsuccessful-reproductions/a09e846e3194858421e3cc040142b78f1238e302.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a09f9df1b8106b7f81783016bd308f3f95c6b625.json b/data/unsuccessful-reproductions/a09f9df1b8106b7f81783016bd308f3f95c6b625.json index 4d56473b8f49..b55dbb990779 100644 --- a/data/unsuccessful-reproductions/a09f9df1b8106b7f81783016bd308f3f95c6b625.json +++ b/data/unsuccessful-reproductions/a09f9df1b8106b7f81783016bd308f3f95c6b625.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a0a86372a9f64e09f2e195a23e3fb4ee4d368862.json b/data/unsuccessful-reproductions/a0a86372a9f64e09f2e195a23e3fb4ee4d368862.json index ea48d39b0f1b..281eb4691d48 100644 --- a/data/unsuccessful-reproductions/a0a86372a9f64e09f2e195a23e3fb4ee4d368862.json +++ b/data/unsuccessful-reproductions/a0a86372a9f64e09f2e195a23e3fb4ee4d368862.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.5.Final", "newVersion" : "5.6.6.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a0da1f626ae94c0a616cf8197753942b51d32524.json b/data/unsuccessful-reproductions/a0da1f626ae94c0a616cf8197753942b51d32524.json index 82c6e2b94853..4de2648d32d0 100644 --- a/data/unsuccessful-reproductions/a0da1f626ae94c0a616cf8197753942b51d32524.json +++ b/data/unsuccessful-reproductions/a0da1f626ae94c0a616cf8197753942b51d32524.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a0ed40b77d89379997d71ee917851d6e28280e77.json b/data/unsuccessful-reproductions/a0ed40b77d89379997d71ee917851d6e28280e77.json index 910f12e7fa33..e19493a0eab4 100644 --- a/data/unsuccessful-reproductions/a0ed40b77d89379997d71ee917851d6e28280e77.json +++ b/data/unsuccessful-reproductions/a0ed40b77d89379997d71ee917851d6e28280e77.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.1", "newVersion" : "4.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a0f3f3246c4a4d57aa4b041ab7e240eff6bab7fc.json b/data/unsuccessful-reproductions/a0f3f3246c4a4d57aa4b041ab7e240eff6bab7fc.json index f8343e8bb6d9..d708dbad6e54 100644 --- a/data/unsuccessful-reproductions/a0f3f3246c4a4d57aa4b041ab7e240eff6bab7fc.json +++ b/data/unsuccessful-reproductions/a0f3f3246c4a4d57aa4b041ab7e240eff6bab7fc.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.4", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a10f79ec11b25209e155f24b9a9f0b63cfa76714.json b/data/unsuccessful-reproductions/a10f79ec11b25209e155f24b9a9f0b63cfa76714.json index 15768c5f6968..79c261ea9a74 100644 --- a/data/unsuccessful-reproductions/a10f79ec11b25209e155f24b9a9f0b63cfa76714.json +++ b/data/unsuccessful-reproductions/a10f79ec11b25209e155f24b9a9f0b63cfa76714.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.86", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a118ebc5e3f9c37e6a9e4de2050de558376ebd4c.json b/data/unsuccessful-reproductions/a118ebc5e3f9c37e6a9e4de2050de558376ebd4c.json index 011060c9ec46..1f3eef3a0049 100644 --- a/data/unsuccessful-reproductions/a118ebc5e3f9c37e6a9e4de2050de558376ebd4c.json +++ b/data/unsuccessful-reproductions/a118ebc5e3f9c37e6a9e4de2050de558376ebd4c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.473", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a11ba9a70f16fd4cfe603b7ad5dd9c9bdc3a5d66.json b/data/unsuccessful-reproductions/a11ba9a70f16fd4cfe603b7ad5dd9c9bdc3a5d66.json index 11e5288325d5..5be2f9ffb170 100644 --- a/data/unsuccessful-reproductions/a11ba9a70f16fd4cfe603b7ad5dd9c9bdc3a5d66.json +++ b/data/unsuccessful-reproductions/a11ba9a70f16fd4cfe603b7ad5dd9c9bdc3a5d66.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.0", "newVersion" : "1.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a11efc4f655286732743efeb8cbfa347a1c148d0.json b/data/unsuccessful-reproductions/a11efc4f655286732743efeb8cbfa347a1c148d0.json index e09ad483f917..bbcee2035d8e 100644 --- a/data/unsuccessful-reproductions/a11efc4f655286732743efeb8cbfa347a1c148d0.json +++ b/data/unsuccessful-reproductions/a11efc4f655286732743efeb8cbfa347a1c148d0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.1", "newVersion" : "2.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a128f9b5abf2a6450e713ff851d171531da5e22c.json b/data/unsuccessful-reproductions/a128f9b5abf2a6450e713ff851d171531da5e22c.json index 682c68e40968..b33fb7c17156 100644 --- a/data/unsuccessful-reproductions/a128f9b5abf2a6450e713ff851d171531da5e22c.json +++ b/data/unsuccessful-reproductions/a128f9b5abf2a6450e713ff851d171531da5e22c.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "23.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a129250542162021badff7c9a67cb5a1e92e24a9.json b/data/unsuccessful-reproductions/a129250542162021badff7c9a67cb5a1e92e24a9.json index 4626f004e735..d1f10909d23d 100644 --- a/data/unsuccessful-reproductions/a129250542162021badff7c9a67cb5a1e92e24a9.json +++ b/data/unsuccessful-reproductions/a129250542162021badff7c9a67cb5a1e92e24a9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.4", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a1374bd226181da943068627af5374462b1cca1d.json b/data/unsuccessful-reproductions/a1374bd226181da943068627af5374462b1cca1d.json index 7b932ed0e8be..28644c57ec9e 100644 --- a/data/unsuccessful-reproductions/a1374bd226181da943068627af5374462b1cca1d.json +++ b/data/unsuccessful-reproductions/a1374bd226181da943068627af5374462b1cca1d.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.1", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a1399aad0e821320399fbf7d705399cd6b7c6adc.json b/data/unsuccessful-reproductions/a1399aad0e821320399fbf7d705399cd6b7c6adc.json index 4fe76deabf02..475deec625e5 100644 --- a/data/unsuccessful-reproductions/a1399aad0e821320399fbf7d705399cd6b7c6adc.json +++ b/data/unsuccessful-reproductions/a1399aad0e821320399fbf7d705399cd6b7c6adc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.15", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a157ba84ac3a8d92a5474e16873b0cc331c210c0.json b/data/unsuccessful-reproductions/a157ba84ac3a8d92a5474e16873b0cc331c210c0.json index 9c09d052f0a3..f99e1cf5b674 100644 --- a/data/unsuccessful-reproductions/a157ba84ac3a8d92a5474e16873b0cc331c210c0.json +++ b/data/unsuccessful-reproductions/a157ba84ac3a8d92a5474e16873b0cc331c210c0.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a160312faeda76bfc1277dd359bbde412a9eb20f.json b/data/unsuccessful-reproductions/a160312faeda76bfc1277dd359bbde412a9eb20f.json index ab029418242f..d88ee82cd09c 100644 --- a/data/unsuccessful-reproductions/a160312faeda76bfc1277dd359bbde412a9eb20f.json +++ b/data/unsuccessful-reproductions/a160312faeda76bfc1277dd359bbde412a9eb20f.json @@ -12,7 +12,10 @@ "previousVersion" : "20180130", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a16a875947fa54b9c0dd801e1d2379df0b4026de.json b/data/unsuccessful-reproductions/a16a875947fa54b9c0dd801e1d2379df0b4026de.json index a990ebd93243..f89a5df8190b 100644 --- a/data/unsuccessful-reproductions/a16a875947fa54b9c0dd801e1d2379df0b4026de.json +++ b/data/unsuccessful-reproductions/a16a875947fa54b9c0dd801e1d2379df0b4026de.json @@ -12,7 +12,10 @@ "previousVersion" : "0.14.4", "newVersion" : "0.14.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a173f8277249a3cc45c080556dae815d00631782.json b/data/unsuccessful-reproductions/a173f8277249a3cc45c080556dae815d00631782.json index eeca37987f4a..b4261543eb1f 100644 --- a/data/unsuccessful-reproductions/a173f8277249a3cc45c080556dae815d00631782.json +++ b/data/unsuccessful-reproductions/a173f8277249a3cc45c080556dae815d00631782.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.85", "newVersion" : "8.5.86", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a17d36a9d760ab73160e2c7bc1242795c6be9b06.json b/data/unsuccessful-reproductions/a17d36a9d760ab73160e2c7bc1242795c6be9b06.json index f1a999792a0c..50265325342b 100644 --- a/data/unsuccessful-reproductions/a17d36a9d760ab73160e2c7bc1242795c6be9b06.json +++ b/data/unsuccessful-reproductions/a17d36a9d760ab73160e2c7bc1242795c6be9b06.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a189e7fbd25ab44dd7cf6649d86aa3300ddf815f.json b/data/unsuccessful-reproductions/a189e7fbd25ab44dd7cf6649d86aa3300ddf815f.json index 654587d47149..3b1b10fa7bc4 100644 --- a/data/unsuccessful-reproductions/a189e7fbd25ab44dd7cf6649d86aa3300ddf815f.json +++ b/data/unsuccessful-reproductions/a189e7fbd25ab44dd7cf6649d86aa3300ddf815f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.21.0", "newVersion" : "1.22.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a18a1dc610f86425477d63fb15a6fe517fc25f6d.json b/data/unsuccessful-reproductions/a18a1dc610f86425477d63fb15a6fe517fc25f6d.json index 1b3078399c49..bc637e9bf8e6 100644 --- a/data/unsuccessful-reproductions/a18a1dc610f86425477d63fb15a6fe517fc25f6d.json +++ b/data/unsuccessful-reproductions/a18a1dc610f86425477d63fb15a6fe517fc25f6d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.5", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a18d37efc1d15247ae39594e6ff6909d085519b7.json b/data/unsuccessful-reproductions/a18d37efc1d15247ae39594e6ff6909d085519b7.json index ad8bbcb98022..aaaa05eb8a41 100644 --- a/data/unsuccessful-reproductions/a18d37efc1d15247ae39594e6ff6909d085519b7.json +++ b/data/unsuccessful-reproductions/a18d37efc1d15247ae39594e6ff6909d085519b7.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20211130-1.32.1", "newVersion" : "v1-rev20220211-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a19216fb232161833e182e8dbe5d84845cbf96ac.json b/data/unsuccessful-reproductions/a19216fb232161833e182e8dbe5d84845cbf96ac.json index a90583713614..723af5cdd612 100644 --- a/data/unsuccessful-reproductions/a19216fb232161833e182e8dbe5d84845cbf96ac.json +++ b/data/unsuccessful-reproductions/a19216fb232161833e182e8dbe5d84845cbf96ac.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.43.v20210629", "newVersion" : "9.4.44.v20210927", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a19300a4e63bccf36aeeff09c71941f213599acd.json b/data/unsuccessful-reproductions/a19300a4e63bccf36aeeff09c71941f213599acd.json index 3024b7f30855..d5eaef9c3e03 100644 --- a/data/unsuccessful-reproductions/a19300a4e63bccf36aeeff09c71941f213599acd.json +++ b/data/unsuccessful-reproductions/a19300a4e63bccf36aeeff09c71941f213599acd.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3-1102-jdbc41", "newVersion" : "42.2.25", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a19cf724c7cc226f7f9f22ff32465502f4699729.json b/data/unsuccessful-reproductions/a19cf724c7cc226f7f9f22ff32465502f4699729.json index 959da1098fbf..41481fec214d 100644 --- a/data/unsuccessful-reproductions/a19cf724c7cc226f7f9f22ff32465502f4699729.json +++ b/data/unsuccessful-reproductions/a19cf724c7cc226f7f9f22ff32465502f4699729.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.1", "newVersion" : "2.13.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a1c08fa53c62ab2a3262c2368d8861ce3cec01c9.json b/data/unsuccessful-reproductions/a1c08fa53c62ab2a3262c2368d8861ce3cec01c9.json index de145e78fc76..8234bb283442 100644 --- a/data/unsuccessful-reproductions/a1c08fa53c62ab2a3262c2368d8861ce3cec01c9.json +++ b/data/unsuccessful-reproductions/a1c08fa53c62ab2a3262c2368d8861ce3cec01c9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.4", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a1cc084591945876d15144d5695870d9d65a7294.json b/data/unsuccessful-reproductions/a1cc084591945876d15144d5695870d9d65a7294.json index 09b069b6ee8d..d42d04d1edc2 100644 --- a/data/unsuccessful-reproductions/a1cc084591945876d15144d5695870d9d65a7294.json +++ b/data/unsuccessful-reproductions/a1cc084591945876d15144d5695870d9d65a7294.json @@ -13,7 +13,10 @@ "newVersion" : "3.1.3", "dependencyScope" : "compile", "versionUpdateType" : "minor", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a1e2320e9701f8a06b90840a471083ed66da279b.json b/data/unsuccessful-reproductions/a1e2320e9701f8a06b90840a471083ed66da279b.json index dd6ab973a166..9183f49ef886 100644 --- a/data/unsuccessful-reproductions/a1e2320e9701f8a06b90840a471083ed66da279b.json +++ b/data/unsuccessful-reproductions/a1e2320e9701f8a06b90840a471083ed66da279b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.1", "newVersion" : "2.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a20543d6a8635d67c98368115c24833210fc6d79.json b/data/unsuccessful-reproductions/a20543d6a8635d67c98368115c24833210fc6d79.json index a2390723b1a0..298a20c0f04b 100644 --- a/data/unsuccessful-reproductions/a20543d6a8635d67c98368115c24833210fc6d79.json +++ b/data/unsuccessful-reproductions/a20543d6a8635d67c98368115c24833210fc6d79.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.9", "newVersion" : "1.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a22ad416642cd407a833edf60cf99b7250ec7bc3.json b/data/unsuccessful-reproductions/a22ad416642cd407a833edf60cf99b7250ec7bc3.json index d571d64e8b4d..c8fa81099671 100644 --- a/data/unsuccessful-reproductions/a22ad416642cd407a833edf60cf99b7250ec7bc3.json +++ b/data/unsuccessful-reproductions/a22ad416642cd407a833edf60cf99b7250ec7bc3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.0", "dependencyScope" : "runtime", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a22b646fdaf2d97b69aed68a9d31c7748655d713.json b/data/unsuccessful-reproductions/a22b646fdaf2d97b69aed68a9d31c7748655d713.json index 7b6dd31a84ac..3ca1987d573a 100644 --- a/data/unsuccessful-reproductions/a22b646fdaf2d97b69aed68a9d31c7748655d713.json +++ b/data/unsuccessful-reproductions/a22b646fdaf2d97b69aed68a9d31c7748655d713.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a25c37e3bc5f34704025dcc1f6a77bb532bca2e3.json b/data/unsuccessful-reproductions/a25c37e3bc5f34704025dcc1f6a77bb532bca2e3.json index 7540fa678647..091ea120e676 100644 --- a/data/unsuccessful-reproductions/a25c37e3bc5f34704025dcc1f6a77bb532bca2e3.json +++ b/data/unsuccessful-reproductions/a25c37e3bc5f34704025dcc1f6a77bb532bca2e3.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a260665e9c25d41f9bf32c8584fcc9a5014a1e6b.json b/data/unsuccessful-reproductions/a260665e9c25d41f9bf32c8584fcc9a5014a1e6b.json index 4de39b9b0310..8e1d5224af02 100644 --- a/data/unsuccessful-reproductions/a260665e9c25d41f9bf32c8584fcc9a5014a1e6b.json +++ b/data/unsuccessful-reproductions/a260665e9c25d41f9bf32c8584fcc9a5014a1e6b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.26", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a26f50ae204997a43ceae2f13762d69c68a0caee.json b/data/unsuccessful-reproductions/a26f50ae204997a43ceae2f13762d69c68a0caee.json index 6d39c0201a77..370c4e5b985f 100644 --- a/data/unsuccessful-reproductions/a26f50ae204997a43ceae2f13762d69c68a0caee.json +++ b/data/unsuccessful-reproductions/a26f50ae204997a43ceae2f13762d69c68a0caee.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.3", "newVersion" : "1.6.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a27a173f3d6e290e965ddecb8c892e372d2d1c43.json b/data/unsuccessful-reproductions/a27a173f3d6e290e965ddecb8c892e372d2d1c43.json index cb1efa54d428..21d224def459 100644 --- a/data/unsuccessful-reproductions/a27a173f3d6e290e965ddecb8c892e372d2d1c43.json +++ b/data/unsuccessful-reproductions/a27a173f3d6e290e965ddecb8c892e372d2d1c43.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a27d761819a534597c1bf49e964b5830566ebcb8.json b/data/unsuccessful-reproductions/a27d761819a534597c1bf49e964b5830566ebcb8.json index 47147bd2c7c5..d7c5b145a4db 100644 --- a/data/unsuccessful-reproductions/a27d761819a534597c1bf49e964b5830566ebcb8.json +++ b/data/unsuccessful-reproductions/a27d761819a534597c1bf49e964b5830566ebcb8.json @@ -12,7 +12,10 @@ "previousVersion" : "8.44", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a29168f7fa572910fc62ff4ff9385c2f6e6c656d.json b/data/unsuccessful-reproductions/a29168f7fa572910fc62ff4ff9385c2f6e6c656d.json index 95b85cd9d51e..92ec2ef70e66 100644 --- a/data/unsuccessful-reproductions/a29168f7fa572910fc62ff4ff9385c2f6e6c656d.json +++ b/data/unsuccessful-reproductions/a29168f7fa572910fc62ff4ff9385c2f6e6c656d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a29b811a1346ee9ae7f38e51a655dc8317a567f1.json b/data/unsuccessful-reproductions/a29b811a1346ee9ae7f38e51a655dc8317a567f1.json index 7d91d914b10a..e777caf72087 100644 --- a/data/unsuccessful-reproductions/a29b811a1346ee9ae7f38e51a655dc8317a567f1.json +++ b/data/unsuccessful-reproductions/a29b811a1346ee9ae7f38e51a655dc8317a567f1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.2", "newVersion" : "2.9.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a2a07d961bdf5a02e4714bb68e5812317bf8adb2.json b/data/unsuccessful-reproductions/a2a07d961bdf5a02e4714bb68e5812317bf8adb2.json index 113646e56998..65c4a5de844f 100644 --- a/data/unsuccessful-reproductions/a2a07d961bdf5a02e4714bb68e5812317bf8adb2.json +++ b/data/unsuccessful-reproductions/a2a07d961bdf5a02e4714bb68e5812317bf8adb2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.17", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a2b71ab6c226d9ca2e11ea35bc9b329663ca936d.json b/data/unsuccessful-reproductions/a2b71ab6c226d9ca2e11ea35bc9b329663ca936d.json index d5504bd9129a..008151edb330 100644 --- a/data/unsuccessful-reproductions/a2b71ab6c226d9ca2e11ea35bc9b329663ca936d.json +++ b/data/unsuccessful-reproductions/a2b71ab6c226d9ca2e11ea35bc9b329663ca936d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.5", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a2be8617ea0a7b5f3d39dec1637aebe6187b17a0.json b/data/unsuccessful-reproductions/a2be8617ea0a7b5f3d39dec1637aebe6187b17a0.json index 72525ee633ab..adfd3f931faa 100644 --- a/data/unsuccessful-reproductions/a2be8617ea0a7b5f3d39dec1637aebe6187b17a0.json +++ b/data/unsuccessful-reproductions/a2be8617ea0a7b5f3d39dec1637aebe6187b17a0.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a2fc1819c339fd13f0cd8d3d6606d3a716f51185.json b/data/unsuccessful-reproductions/a2fc1819c339fd13f0cd8d3d6606d3a716f51185.json index 83ed4589850d..cf4b476c28d2 100644 --- a/data/unsuccessful-reproductions/a2fc1819c339fd13f0cd8d3d6606d3a716f51185.json +++ b/data/unsuccessful-reproductions/a2fc1819c339fd13f0cd8d3d6606d3a716f51185.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.0", "newVersion" : "3.24.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a308345253e5aeef06839bb4100b900c3adc96ff.json b/data/unsuccessful-reproductions/a308345253e5aeef06839bb4100b900c3adc96ff.json index 8731dcb376d3..3391d957b359 100644 --- a/data/unsuccessful-reproductions/a308345253e5aeef06839bb4100b900c3adc96ff.json +++ b/data/unsuccessful-reproductions/a308345253e5aeef06839bb4100b900c3adc96ff.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.18.RELEASE", "newVersion" : "2.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a30b564f29e7774672badcebc5e61327ede32b4d.json b/data/unsuccessful-reproductions/a30b564f29e7774672badcebc5e61327ede32b4d.json index fa15dbefe4e6..36215211d6a2 100644 --- a/data/unsuccessful-reproductions/a30b564f29e7774672badcebc5e61327ede32b4d.json +++ b/data/unsuccessful-reproductions/a30b564f29e7774672badcebc5e61327ede32b4d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a30bbdbe6caa87ac5c76233af8dc6cf75bc4b07a.json b/data/unsuccessful-reproductions/a30bbdbe6caa87ac5c76233af8dc6cf75bc4b07a.json index 5dcf943a053f..cd73261d4a88 100644 --- a/data/unsuccessful-reproductions/a30bbdbe6caa87ac5c76233af8dc6cf75bc4b07a.json +++ b/data/unsuccessful-reproductions/a30bbdbe6caa87ac5c76233af8dc6cf75bc4b07a.json @@ -12,7 +12,10 @@ "previousVersion" : "6.14.2", "newVersion" : "7.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a31668b035ae8a8f08d524c3ebde2f1a558b475c.json b/data/unsuccessful-reproductions/a31668b035ae8a8f08d524c3ebde2f1a558b475c.json index d7a2ad5fbefc..62df314c5dd9 100644 --- a/data/unsuccessful-reproductions/a31668b035ae8a8f08d524c3ebde2f1a558b475c.json +++ b/data/unsuccessful-reproductions/a31668b035ae8a8f08d524c3ebde2f1a558b475c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.4", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a3336d25808bb38358c785c1272afb1006963cb9.json b/data/unsuccessful-reproductions/a3336d25808bb38358c785c1272afb1006963cb9.json index 7f3b27e7d24d..e4d0b200a243 100644 --- a/data/unsuccessful-reproductions/a3336d25808bb38358c785c1272afb1006963cb9.json +++ b/data/unsuccessful-reproductions/a3336d25808bb38358c785c1272afb1006963cb9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a33f6a23f99727919935bc61203b4df8b58d1787.json b/data/unsuccessful-reproductions/a33f6a23f99727919935bc61203b4df8b58d1787.json index 38843ab9dbe6..3c1ba124bacd 100644 --- a/data/unsuccessful-reproductions/a33f6a23f99727919935bc61203b4df8b58d1787.json +++ b/data/unsuccessful-reproductions/a33f6a23f99727919935bc61203b4df8b58d1787.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.995", "newVersion" : "1.12.68", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a34b5e1b7a2ecc4d0f9e43ff81054d8d75a42756.json b/data/unsuccessful-reproductions/a34b5e1b7a2ecc4d0f9e43ff81054d8d75a42756.json index 89f7299e31ca..09cc0f8fcff0 100644 --- a/data/unsuccessful-reproductions/a34b5e1b7a2ecc4d0f9e43ff81054d8d75a42756.json +++ b/data/unsuccessful-reproductions/a34b5e1b7a2ecc4d0f9e43ff81054d8d75a42756.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.2.Final", "newVersion" : "6.0.1.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a34c0b56730584b2fffe287bc28e70be8ee298fc.json b/data/unsuccessful-reproductions/a34c0b56730584b2fffe287bc28e70be8ee298fc.json index bfc6fe7d4d7e..414624b7a464 100644 --- a/data/unsuccessful-reproductions/a34c0b56730584b2fffe287bc28e70be8ee298fc.json +++ b/data/unsuccessful-reproductions/a34c0b56730584b2fffe287bc28e70be8ee298fc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a37cd0dcfb3465695219f72c4e5a74498b705c8e.json b/data/unsuccessful-reproductions/a37cd0dcfb3465695219f72c4e5a74498b705c8e.json index d2f3673d1d72..c3dd991737ee 100644 --- a/data/unsuccessful-reproductions/a37cd0dcfb3465695219f72c4e5a74498b705c8e.json +++ b/data/unsuccessful-reproductions/a37cd0dcfb3465695219f72c4e5a74498b705c8e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a385b9a830b9f4523e861b821c783b5d93d80152.json b/data/unsuccessful-reproductions/a385b9a830b9f4523e861b821c783b5d93d80152.json index 08d3cae44b6e..81af5f01f70f 100644 --- a/data/unsuccessful-reproductions/a385b9a830b9f4523e861b821c783b5d93d80152.json +++ b/data/unsuccessful-reproductions/a385b9a830b9f4523e861b821c783b5d93d80152.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a3a104b04a85f90665ec71debddafb6b49532a31.json b/data/unsuccessful-reproductions/a3a104b04a85f90665ec71debddafb6b49532a31.json index 77778937878c..4f437a2acf2a 100644 --- a/data/unsuccessful-reproductions/a3a104b04a85f90665ec71debddafb6b49532a31.json +++ b/data/unsuccessful-reproductions/a3a104b04a85f90665ec71debddafb6b49532a31.json @@ -12,7 +12,10 @@ "previousVersion" : "1.47.0", "newVersion" : "1.48.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a3aa43baf5cf806156fc73b775ccb344dabb11ef.json b/data/unsuccessful-reproductions/a3aa43baf5cf806156fc73b775ccb344dabb11ef.json index 86bea0d03449..e6aad65b21b7 100644 --- a/data/unsuccessful-reproductions/a3aa43baf5cf806156fc73b775ccb344dabb11ef.json +++ b/data/unsuccessful-reproductions/a3aa43baf5cf806156fc73b775ccb344dabb11ef.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.7", "newVersion" : "2.1.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a3b699f35ecd8a868506742bd877ecb046ed6414.json b/data/unsuccessful-reproductions/a3b699f35ecd8a868506742bd877ecb046ed6414.json index 48572e4f7655..82c580f20ad4 100644 --- a/data/unsuccessful-reproductions/a3b699f35ecd8a868506742bd877ecb046ed6414.json +++ b/data/unsuccessful-reproductions/a3b699f35ecd8a868506742bd877ecb046ed6414.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.1", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a3cbf2f01e65dbef2f5cb5e2e85f8311a665e95e.json b/data/unsuccessful-reproductions/a3cbf2f01e65dbef2f5cb5e2e85f8311a665e95e.json index da6c83b9e72c..c39553556b76 100644 --- a/data/unsuccessful-reproductions/a3cbf2f01e65dbef2f5cb5e2e85f8311a665e95e.json +++ b/data/unsuccessful-reproductions/a3cbf2f01e65dbef2f5cb5e2e85f8311a665e95e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.2", "newVersion" : "2.14.0-rc1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a3cc037bbc8ee93418c3a5fef15cd70e918933c1.json b/data/unsuccessful-reproductions/a3cc037bbc8ee93418c3a5fef15cd70e918933c1.json index 6487eabfca55..e0d9e584c239 100644 --- a/data/unsuccessful-reproductions/a3cc037bbc8ee93418c3a5fef15cd70e918933c1.json +++ b/data/unsuccessful-reproductions/a3cc037bbc8ee93418c3a5fef15cd70e918933c1.json @@ -12,7 +12,10 @@ "previousVersion" : "0.9.2", "newVersion" : "1.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a3dce5d7478de10b4d024016335c8b6d27dc113d.json b/data/unsuccessful-reproductions/a3dce5d7478de10b4d024016335c8b6d27dc113d.json index 850a07fc29fa..006d78a0521e 100644 --- a/data/unsuccessful-reproductions/a3dce5d7478de10b4d024016335c8b6d27dc113d.json +++ b/data/unsuccessful-reproductions/a3dce5d7478de10b4d024016335c8b6d27dc113d.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a3f56fc8c723ad3c4ba26303cea87ed0f59bd5db.json b/data/unsuccessful-reproductions/a3f56fc8c723ad3c4ba26303cea87ed0f59bd5db.json index df335c3a6402..6c03d1b5be65 100644 --- a/data/unsuccessful-reproductions/a3f56fc8c723ad3c4ba26303cea87ed0f59bd5db.json +++ b/data/unsuccessful-reproductions/a3f56fc8c723ad3c4ba26303cea87ed0f59bd5db.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a4017b8910585ad9f9804f8beebe312f59e2c106.json b/data/unsuccessful-reproductions/a4017b8910585ad9f9804f8beebe312f59e2c106.json index cc976eb6f214..39f8fc594ea3 100644 --- a/data/unsuccessful-reproductions/a4017b8910585ad9f9804f8beebe312f59e2c106.json +++ b/data/unsuccessful-reproductions/a4017b8910585ad9f9804f8beebe312f59e2c106.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.0-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a406165b0553a11e760d151052617092fdef26fb.json b/data/unsuccessful-reproductions/a406165b0553a11e760d151052617092fdef26fb.json index b728bbaab24e..cfbb22170005 100644 --- a/data/unsuccessful-reproductions/a406165b0553a11e760d151052617092fdef26fb.json +++ b/data/unsuccessful-reproductions/a406165b0553a11e760d151052617092fdef26fb.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a422b6b59d5c700213c8eb6e892f9e3f49fa4469.json b/data/unsuccessful-reproductions/a422b6b59d5c700213c8eb6e892f9e3f49fa4469.json index 876495d15b03..874594034823 100644 --- a/data/unsuccessful-reproductions/a422b6b59d5c700213c8eb6e892f9e3f49fa4469.json +++ b/data/unsuccessful-reproductions/a422b6b59d5c700213c8eb6e892f9e3f49fa4469.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a430a5d65e5c0bdd9e70cca9a529895f3966fa3d.json b/data/unsuccessful-reproductions/a430a5d65e5c0bdd9e70cca9a529895f3966fa3d.json index 0827f48806c5..0ae142038310 100644 --- a/data/unsuccessful-reproductions/a430a5d65e5c0bdd9e70cca9a529895f3966fa3d.json +++ b/data/unsuccessful-reproductions/a430a5d65e5c0bdd9e70cca9a529895f3966fa3d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.0", "newVersion" : "3.24.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a43f915d33b924ae07066d183a24e9666f1e3c55.json b/data/unsuccessful-reproductions/a43f915d33b924ae07066d183a24e9666f1e3c55.json index a6ac598a9e6d..db7b25ea0199 100644 --- a/data/unsuccessful-reproductions/a43f915d33b924ae07066d183a24e9666f1e3c55.json +++ b/data/unsuccessful-reproductions/a43f915d33b924ae07066d183a24e9666f1e3c55.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a43fa5a2f1b32e4443ad57961c1fb9b14b46774c.json b/data/unsuccessful-reproductions/a43fa5a2f1b32e4443ad57961c1fb9b14b46774c.json index 974a3434a727..29365b5bc633 100644 --- a/data/unsuccessful-reproductions/a43fa5a2f1b32e4443ad57961c1fb9b14b46774c.json +++ b/data/unsuccessful-reproductions/a43fa5a2f1b32e4443ad57961c1fb9b14b46774c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a44697c731bcfe552cfeef56839729a45d337967.json b/data/unsuccessful-reproductions/a44697c731bcfe552cfeef56839729a45d337967.json index 3fc1a5395e40..81789f838f7a 100644 --- a/data/unsuccessful-reproductions/a44697c731bcfe552cfeef56839729a45d337967.json +++ b/data/unsuccessful-reproductions/a44697c731bcfe552cfeef56839729a45d337967.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.65", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a44e360f4f7762f299c35ff89737f0f4e0b67f20.json b/data/unsuccessful-reproductions/a44e360f4f7762f299c35ff89737f0f4e0b67f20.json index 6289db96e128..7f573165be8c 100644 --- a/data/unsuccessful-reproductions/a44e360f4f7762f299c35ff89737f0f4e0b67f20.json +++ b/data/unsuccessful-reproductions/a44e360f4f7762f299c35ff89737f0f4e0b67f20.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.513", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a454bd5b6fe3aaf31d822cc45e328495c5b340ce.json b/data/unsuccessful-reproductions/a454bd5b6fe3aaf31d822cc45e328495c5b340ce.json index 4412a5505392..3b3f406ba51d 100644 --- a/data/unsuccessful-reproductions/a454bd5b6fe3aaf31d822cc45e328495c5b340ce.json +++ b/data/unsuccessful-reproductions/a454bd5b6fe3aaf31d822cc45e328495c5b340ce.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a45b00f6db5b5d277c96d3cdb097b7d585f2da10.json b/data/unsuccessful-reproductions/a45b00f6db5b5d277c96d3cdb097b7d585f2da10.json index 5b6370fc7b70..f34d26392b0a 100644 --- a/data/unsuccessful-reproductions/a45b00f6db5b5d277c96d3cdb097b7d585f2da10.json +++ b/data/unsuccessful-reproductions/a45b00f6db5b5d277c96d3cdb097b7d585f2da10.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.232", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a4624eaa53533d9b07b973e37b5cd9382f404add.json b/data/unsuccessful-reproductions/a4624eaa53533d9b07b973e37b5cd9382f404add.json index f8c48ee7e609..7c8ff7a4f51c 100644 --- a/data/unsuccessful-reproductions/a4624eaa53533d9b07b973e37b5cd9382f404add.json +++ b/data/unsuccessful-reproductions/a4624eaa53533d9b07b973e37b5cd9382f404add.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.4", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a46ba0ff5cf1c691d91d5bd774f80dab5f72d7ff.json b/data/unsuccessful-reproductions/a46ba0ff5cf1c691d91d5bd774f80dab5f72d7ff.json index c124d877b7f4..e201b21aee9e 100644 --- a/data/unsuccessful-reproductions/a46ba0ff5cf1c691d91d5bd774f80dab5f72d7ff.json +++ b/data/unsuccessful-reproductions/a46ba0ff5cf1c691d91d5bd774f80dab5f72d7ff.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.18.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a46e3cf9ae56a5ee1b07f47dcf661464cea8ddd5.json b/data/unsuccessful-reproductions/a46e3cf9ae56a5ee1b07f47dcf661464cea8ddd5.json index 1d735be9382b..19c95f738141 100644 --- a/data/unsuccessful-reproductions/a46e3cf9ae56a5ee1b07f47dcf661464cea8ddd5.json +++ b/data/unsuccessful-reproductions/a46e3cf9ae56a5ee1b07f47dcf661464cea8ddd5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.28", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a4870ae2ef8551b51a89487c957f2377c65d194c.json b/data/unsuccessful-reproductions/a4870ae2ef8551b51a89487c957f2377c65d194c.json index 2e3e50862658..78f2bf5070da 100644 --- a/data/unsuccessful-reproductions/a4870ae2ef8551b51a89487c957f2377c65d194c.json +++ b/data/unsuccessful-reproductions/a4870ae2ef8551b51a89487c957f2377c65d194c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.193", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a4a4d5c58231da08c0d218c1affd644bf3bf7957.json b/data/unsuccessful-reproductions/a4a4d5c58231da08c0d218c1affd644bf3bf7957.json index ef239100f178..c939c303afd6 100644 --- a/data/unsuccessful-reproductions/a4a4d5c58231da08c0d218c1affd644bf3bf7957.json +++ b/data/unsuccessful-reproductions/a4a4d5c58231da08c0d218c1affd644bf3bf7957.json @@ -12,7 +12,10 @@ "previousVersion" : "9.9.1-8", "newVersion" : "11.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a4afee65c14ebe27511ca0c9dd7f914de9e1f7f7.json b/data/unsuccessful-reproductions/a4afee65c14ebe27511ca0c9dd7f914de9e1f7f7.json index 573b9a98c784..a5f9f5955b1c 100644 --- a/data/unsuccessful-reproductions/a4afee65c14ebe27511ca0c9dd7f914de9e1f7f7.json +++ b/data/unsuccessful-reproductions/a4afee65c14ebe27511ca0c9dd7f914de9e1f7f7.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.44.v20210927", "newVersion" : "11.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a4be4fe249a9b0b76b960a787f4185cb7a239340.json b/data/unsuccessful-reproductions/a4be4fe249a9b0b76b960a787f4185cb7a239340.json index 31c870107471..1b13e6bb1c41 100644 --- a/data/unsuccessful-reproductions/a4be4fe249a9b0b76b960a787f4185cb7a239340.json +++ b/data/unsuccessful-reproductions/a4be4fe249a9b0b76b960a787f4185cb7a239340.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a4c3bcfd5244df6f9f0fd7f6abcaa3fc46858478.json b/data/unsuccessful-reproductions/a4c3bcfd5244df6f9f0fd7f6abcaa3fc46858478.json index cfc3fe7c8225..7ae7bff559c4 100644 --- a/data/unsuccessful-reproductions/a4c3bcfd5244df6f9f0fd7f6abcaa3fc46858478.json +++ b/data/unsuccessful-reproductions/a4c3bcfd5244df6f9f0fd7f6abcaa3fc46858478.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a4daebd37aa477f5d95c5b9eac2384e951a9e7de.json b/data/unsuccessful-reproductions/a4daebd37aa477f5d95c5b9eac2384e951a9e7de.json index 4ead413a2b2f..87e4b0e38111 100644 --- a/data/unsuccessful-reproductions/a4daebd37aa477f5d95c5b9eac2384e951a9e7de.json +++ b/data/unsuccessful-reproductions/a4daebd37aa477f5d95c5b9eac2384e951a9e7de.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.1", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a4f33a96bc4d6769879b6d4012e08af815577da6.json b/data/unsuccessful-reproductions/a4f33a96bc4d6769879b6d4012e08af815577da6.json index 9ce9249f36b6..acd07f46cca7 100644 --- a/data/unsuccessful-reproductions/a4f33a96bc4d6769879b6d4012e08af815577da6.json +++ b/data/unsuccessful-reproductions/a4f33a96bc4d6769879b6d4012e08af815577da6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.3", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a4f94f42b5ed63b0b83be4ef20ccf44269e58e04.json b/data/unsuccessful-reproductions/a4f94f42b5ed63b0b83be4ef20ccf44269e58e04.json index 4c8a6e03e52b..954177d06ae1 100644 --- a/data/unsuccessful-reproductions/a4f94f42b5ed63b0b83be4ef20ccf44269e58e04.json +++ b/data/unsuccessful-reproductions/a4f94f42b5ed63b0b83be4ef20ccf44269e58e04.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.265", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a540a7e9447b951ab448006a85fee49930752748.json b/data/unsuccessful-reproductions/a540a7e9447b951ab448006a85fee49930752748.json index 445d7bc32b59..2cf96055cc61 100644 --- a/data/unsuccessful-reproductions/a540a7e9447b951ab448006a85fee49930752748.json +++ b/data/unsuccessful-reproductions/a540a7e9447b951ab448006a85fee49930752748.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8", "newVersion" : "4.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a542abd2f79ca9de8f8e5f3cb0ca9e59f0917d0d.json b/data/unsuccessful-reproductions/a542abd2f79ca9de8f8e5f3cb0ca9e59f0917d0d.json index c12ff70de33f..040408686839 100644 --- a/data/unsuccessful-reproductions/a542abd2f79ca9de8f8e5f3cb0ca9e59f0917d0d.json +++ b/data/unsuccessful-reproductions/a542abd2f79ca9de8f8e5f3cb0ca9e59f0917d0d.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.46.v20220331", "newVersion" : "11.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a5488ef7096c1cb67a5db7f6416be383ac8259aa.json b/data/unsuccessful-reproductions/a5488ef7096c1cb67a5db7f6416be383ac8259aa.json index d7cff4425a94..02b193867674 100644 --- a/data/unsuccessful-reproductions/a5488ef7096c1cb67a5db7f6416be383ac8259aa.json +++ b/data/unsuccessful-reproductions/a5488ef7096c1cb67a5db7f6416be383ac8259aa.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.9", "newVersion" : "4.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a567af8d3097c907f666eabed9cd54ef8e1cd233.json b/data/unsuccessful-reproductions/a567af8d3097c907f666eabed9cd54ef8e1cd233.json index 5b89b0bfb982..a0246124b26e 100644 --- a/data/unsuccessful-reproductions/a567af8d3097c907f666eabed9cd54ef8e1cd233.json +++ b/data/unsuccessful-reproductions/a567af8d3097c907f666eabed9cd54ef8e1cd233.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.28", "newVersion" : "8.0.31", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a57149b8901eba3b25557b1fa96f31f7637891d5.json b/data/unsuccessful-reproductions/a57149b8901eba3b25557b1fa96f31f7637891d5.json index 427a6d10984a..00257db4b2a5 100644 --- a/data/unsuccessful-reproductions/a57149b8901eba3b25557b1fa96f31f7637891d5.json +++ b/data/unsuccessful-reproductions/a57149b8901eba3b25557b1fa96f31f7637891d5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.3", "newVersion" : "1.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a583a277397a778955995aecc03f777b0ed2b0db.json b/data/unsuccessful-reproductions/a583a277397a778955995aecc03f777b0ed2b0db.json index a33752fa434c..b50307bfd5b8 100644 --- a/data/unsuccessful-reproductions/a583a277397a778955995aecc03f777b0ed2b0db.json +++ b/data/unsuccessful-reproductions/a583a277397a778955995aecc03f777b0ed2b0db.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a58dd1755e50a70989f67c1dbb90ab331ed10e6b.json b/data/unsuccessful-reproductions/a58dd1755e50a70989f67c1dbb90ab331ed10e6b.json index b4bc15cd8a98..a03be68630da 100644 --- a/data/unsuccessful-reproductions/a58dd1755e50a70989f67c1dbb90ab331ed10e6b.json +++ b/data/unsuccessful-reproductions/a58dd1755e50a70989f67c1dbb90ab331ed10e6b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.0.202", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a5c331cdb8014b79621a75b1aa10fe2e26ee4763.json b/data/unsuccessful-reproductions/a5c331cdb8014b79621a75b1aa10fe2e26ee4763.json index aaf9133fefd6..cde74c1d503b 100644 --- a/data/unsuccessful-reproductions/a5c331cdb8014b79621a75b1aa10fe2e26ee4763.json +++ b/data/unsuccessful-reproductions/a5c331cdb8014b79621a75b1aa10fe2e26ee4763.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.11", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/eclipselink" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a5e9362c8b0c2edc7826cf89748a4c2aaaf26ce4.json b/data/unsuccessful-reproductions/a5e9362c8b0c2edc7826cf89748a4c2aaaf26ce4.json index d78937fd3f6c..1a29ff87880c 100644 --- a/data/unsuccessful-reproductions/a5e9362c8b0c2edc7826cf89748a4c2aaaf26ce4.json +++ b/data/unsuccessful-reproductions/a5e9362c8b0c2edc7826cf89748a4c2aaaf26ce4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a605c68b48e7d8f4e509749f0e75730994265846.json b/data/unsuccessful-reproductions/a605c68b48e7d8f4e509749f0e75730994265846.json index 7fd4a4722b90..c484f3a9d013 100644 --- a/data/unsuccessful-reproductions/a605c68b48e7d8f4e509749f0e75730994265846.json +++ b/data/unsuccessful-reproductions/a605c68b48e7d8f4e509749f0e75730994265846.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.3.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a61c0dbe8a400182984b6af2ca0690b2510db782.json b/data/unsuccessful-reproductions/a61c0dbe8a400182984b6af2ca0690b2510db782.json index fa207f50b31e..37bee583bdcb 100644 --- a/data/unsuccessful-reproductions/a61c0dbe8a400182984b6af2ca0690b2510db782.json +++ b/data/unsuccessful-reproductions/a61c0dbe8a400182984b6af2ca0690b2510db782.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a6371f571cfb7fdc02297ebcdc21208429c1dd71.json b/data/unsuccessful-reproductions/a6371f571cfb7fdc02297ebcdc21208429c1dd71.json index d860dc324257..ee467194154d 100644 --- a/data/unsuccessful-reproductions/a6371f571cfb7fdc02297ebcdc21208429c1dd71.json +++ b/data/unsuccessful-reproductions/a6371f571cfb7fdc02297ebcdc21208429c1dd71.json @@ -12,7 +12,10 @@ "previousVersion" : "1.34.2", "newVersion" : "457.v3f72cb_e015e5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a63973a49d592002fc559382249e75c82bb2864e.json b/data/unsuccessful-reproductions/a63973a49d592002fc559382249e75c82bb2864e.json index 7c4d93a45d32..ea0690e8e685 100644 --- a/data/unsuccessful-reproductions/a63973a49d592002fc559382249e75c82bb2864e.json +++ b/data/unsuccessful-reproductions/a63973a49d592002fc559382249e75c82bb2864e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.25.0", "newVersion" : "1.26.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a63c80d5c00b8f3877e32577765110023b17e1ee.json b/data/unsuccessful-reproductions/a63c80d5c00b8f3877e32577765110023b17e1ee.json index 00c6b4609196..8403f7804c5b 100644 --- a/data/unsuccessful-reproductions/a63c80d5c00b8f3877e32577765110023b17e1ee.json +++ b/data/unsuccessful-reproductions/a63c80d5c00b8f3877e32577765110023b17e1ee.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a6601c6db58dd05cbbd14454d0f8b07be0589386.json b/data/unsuccessful-reproductions/a6601c6db58dd05cbbd14454d0f8b07be0589386.json index 2f0ecfefa9b0..83d23eaeb3b8 100644 --- a/data/unsuccessful-reproductions/a6601c6db58dd05cbbd14454d0f8b07be0589386.json +++ b/data/unsuccessful-reproductions/a6601c6db58dd05cbbd14454d0f8b07be0589386.json @@ -12,7 +12,10 @@ "previousVersion" : "1.24", "newVersion" : "1.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a666f09af6c49ced0e9a76d35275c3d6011c9ec7.json b/data/unsuccessful-reproductions/a666f09af6c49ced0e9a76d35275c3d6011c9ec7.json index fc81cf6024b8..8589bf0ac3ca 100644 --- a/data/unsuccessful-reproductions/a666f09af6c49ced0e9a76d35275c3d6011c9ec7.json +++ b/data/unsuccessful-reproductions/a666f09af6c49ced0e9a76d35275c3d6011c9ec7.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a674ccc35f7f05a75a0fd65ce4d213626d3d4ce7.json b/data/unsuccessful-reproductions/a674ccc35f7f05a75a0fd65ce4d213626d3d4ce7.json index ffa11f998e64..7f3e9e16f193 100644 --- a/data/unsuccessful-reproductions/a674ccc35f7f05a75a0fd65ce4d213626d3d4ce7.json +++ b/data/unsuccessful-reproductions/a674ccc35f7f05a75a0fd65ce4d213626d3d4ce7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.26", "newVersion" : "1.18.28", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a678ccb1e35ba916bea511e293fda41a3d242d64.json b/data/unsuccessful-reproductions/a678ccb1e35ba916bea511e293fda41a3d242d64.json index c6aebdf3cfaf..989fb0b90c68 100644 --- a/data/unsuccessful-reproductions/a678ccb1e35ba916bea511e293fda41a3d242d64.json +++ b/data/unsuccessful-reproductions/a678ccb1e35ba916bea511e293fda41a3d242d64.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a68e7ec99b19765050df5f1b3a632b5fc0979c35.json b/data/unsuccessful-reproductions/a68e7ec99b19765050df5f1b3a632b5fc0979c35.json index 10ee84ca66fa..902c7889029d 100644 --- a/data/unsuccessful-reproductions/a68e7ec99b19765050df5f1b3a632b5fc0979c35.json +++ b/data/unsuccessful-reproductions/a68e7ec99b19765050df5f1b3a632b5fc0979c35.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.4", "newVersion" : "3.5.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a6beebf3a4b4407aa71a225033f73d2e2473c347.json b/data/unsuccessful-reproductions/a6beebf3a4b4407aa71a225033f73d2e2473c347.json index a9e4247b82ce..04f7db42f032 100644 --- a/data/unsuccessful-reproductions/a6beebf3a4b4407aa71a225033f73d2e2473c347.json +++ b/data/unsuccessful-reproductions/a6beebf3a4b4407aa71a225033f73d2e2473c347.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0.10", "newVersion" : "11.0.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a6d2eacff156f90f5ec56a827d1bf94173dda8c6.json b/data/unsuccessful-reproductions/a6d2eacff156f90f5ec56a827d1bf94173dda8c6.json index a33fd17f86c3..2fadf4674d17 100644 --- a/data/unsuccessful-reproductions/a6d2eacff156f90f5ec56a827d1bf94173dda8c6.json +++ b/data/unsuccessful-reproductions/a6d2eacff156f90f5ec56a827d1bf94173dda8c6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.7", "newVersion" : "3.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a6d754e28a2a44d91010ba6cff7802456cbdc8d3.json b/data/unsuccessful-reproductions/a6d754e28a2a44d91010ba6cff7802456cbdc8d3.json index 792b1b3d5023..1de36a171639 100644 --- a/data/unsuccessful-reproductions/a6d754e28a2a44d91010ba6cff7802456cbdc8d3.json +++ b/data/unsuccessful-reproductions/a6d754e28a2a44d91010ba6cff7802456cbdc8d3.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.24", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a6d966472ea2e7d1bf6b86ec45259c1a0f5724ce.json b/data/unsuccessful-reproductions/a6d966472ea2e7d1bf6b86ec45259c1a0f5724ce.json index 488e5b9a960c..5acde5df4eec 100644 --- a/data/unsuccessful-reproductions/a6d966472ea2e7d1bf6b86ec45259c1a0f5724ce.json +++ b/data/unsuccessful-reproductions/a6d966472ea2e7d1bf6b86ec45259c1a0f5724ce.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.8", "newVersion" : "2.11.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a6e9f86aca8c58bfa466d85057e3125f3985cd6f.json b/data/unsuccessful-reproductions/a6e9f86aca8c58bfa466d85057e3125f3985cd6f.json index 65fc456bf550..c97dcb270641 100644 --- a/data/unsuccessful-reproductions/a6e9f86aca8c58bfa466d85057e3125f3985cd6f.json +++ b/data/unsuccessful-reproductions/a6e9f86aca8c58bfa466d85057e3125f3985cd6f.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.15", "newVersion" : "5.3.18", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a700d697bf3a155b0134397bc9e310f3fbdb8eda.json b/data/unsuccessful-reproductions/a700d697bf3a155b0134397bc9e310f3fbdb8eda.json index 76c62ca32539..3b8cf46ae849 100644 --- a/data/unsuccessful-reproductions/a700d697bf3a155b0134397bc9e310f3fbdb8eda.json +++ b/data/unsuccessful-reproductions/a700d697bf3a155b0134397bc9e310f3fbdb8eda.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a722b355cacb3285d8eb40ad888472d5a0ff19ac.json b/data/unsuccessful-reproductions/a722b355cacb3285d8eb40ad888472d5a0ff19ac.json index c515cd752251..7a26011f7075 100644 --- a/data/unsuccessful-reproductions/a722b355cacb3285d8eb40ad888472d5a0ff19ac.json +++ b/data/unsuccessful-reproductions/a722b355cacb3285d8eb40ad888472d5a0ff19ac.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.17", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7449a982165668aac777e451dfd8b3ce069b1d7.json b/data/unsuccessful-reproductions/a7449a982165668aac777e451dfd8b3ce069b1d7.json index 8294e7f7ea17..b24f6aa6a507 100644 --- a/data/unsuccessful-reproductions/a7449a982165668aac777e451dfd8b3ce069b1d7.json +++ b/data/unsuccessful-reproductions/a7449a982165668aac777e451dfd8b3ce069b1d7.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.17.Final", "newVersion" : "4.1.73.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a75d4147505dc0fec17d2f7149744c10696d292c.json b/data/unsuccessful-reproductions/a75d4147505dc0fec17d2f7149744c10696d292c.json index 10f6b6ade1e5..37d2e99dc5eb 100644 --- a/data/unsuccessful-reproductions/a75d4147505dc0fec17d2f7149744c10696d292c.json +++ b/data/unsuccessful-reproductions/a75d4147505dc0fec17d2f7149744c10696d292c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.9", "newVersion" : "2.4.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a75eee7469bee6a391509c381ff9bb3133e4f78e.json b/data/unsuccessful-reproductions/a75eee7469bee6a391509c381ff9bb3133e4f78e.json index 47281958f7cb..90ee05eb6f87 100644 --- a/data/unsuccessful-reproductions/a75eee7469bee6a391509c381ff9bb3133e4f78e.json +++ b/data/unsuccessful-reproductions/a75eee7469bee6a391509c381ff9bb3133e4f78e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.12", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a766c5b3d1d42dc9a92694885a66f751d26171f8.json b/data/unsuccessful-reproductions/a766c5b3d1d42dc9a92694885a66f751d26171f8.json index 2b5886dceb01..1d26afb013fd 100644 --- a/data/unsuccessful-reproductions/a766c5b3d1d42dc9a92694885a66f751d26171f8.json +++ b/data/unsuccessful-reproductions/a766c5b3d1d42dc9a92694885a66f751d26171f8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.6", "newVersion" : "1.6.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7a2db9ae6b35c3a3e2767435a27b97c60963375.json b/data/unsuccessful-reproductions/a7a2db9ae6b35c3a3e2767435a27b97c60963375.json index 6f7064f64b11..22f964cc6007 100644 --- a/data/unsuccessful-reproductions/a7a2db9ae6b35c3a3e2767435a27b97c60963375.json +++ b/data/unsuccessful-reproductions/a7a2db9ae6b35c3a3e2767435a27b97c60963375.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.3", "newVersion" : "3.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7a3d48b940926062ce17a9ea6a86c3bbacc680d.json b/data/unsuccessful-reproductions/a7a3d48b940926062ce17a9ea6a86c3bbacc680d.json index 3bcefa7903ac..bdd3d1f7e470 100644 --- a/data/unsuccessful-reproductions/a7a3d48b940926062ce17a9ea6a86c3bbacc680d.json +++ b/data/unsuccessful-reproductions/a7a3d48b940926062ce17a9ea6a86c3bbacc680d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.2", "newVersion" : "4.2.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7a68c420616a751c3fbd53aefa46ec35cf32126.json b/data/unsuccessful-reproductions/a7a68c420616a751c3fbd53aefa46ec35cf32126.json index 142780aa9529..0d17be86c6e1 100644 --- a/data/unsuccessful-reproductions/a7a68c420616a751c3fbd53aefa46ec35cf32126.json +++ b/data/unsuccessful-reproductions/a7a68c420616a751c3fbd53aefa46ec35cf32126.json @@ -12,7 +12,10 @@ "previousVersion" : "1.20", "newVersion" : "1.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7a7e1dbb56c0e1f9243b1b3bcb1e869e7398576.json b/data/unsuccessful-reproductions/a7a7e1dbb56c0e1f9243b1b3bcb1e869e7398576.json index b9bf2105d9d2..7d72bc0ddb2e 100644 --- a/data/unsuccessful-reproductions/a7a7e1dbb56c0e1f9243b1b3bcb1e869e7398576.json +++ b/data/unsuccessful-reproductions/a7a7e1dbb56c0e1f9243b1b3bcb1e869e7398576.json @@ -12,7 +12,10 @@ "previousVersion" : "3.31.0", "newVersion" : "3.32.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7acf12ecabf1c5e5f8c54bdbb2d0f3af657323d.json b/data/unsuccessful-reproductions/a7acf12ecabf1c5e5f8c54bdbb2d0f3af657323d.json index 326d0b4aa8dc..a4344ffcc069 100644 --- a/data/unsuccessful-reproductions/a7acf12ecabf1c5e5f8c54bdbb2d0f3af657323d.json +++ b/data/unsuccessful-reproductions/a7acf12ecabf1c5e5f8c54bdbb2d0f3af657323d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.5", "newVersion" : "3.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7b0fca5ae4b1b342cb8f0031aacfcf3a6b0bada.json b/data/unsuccessful-reproductions/a7b0fca5ae4b1b342cb8f0031aacfcf3a6b0bada.json index 885ed63fdcff..61b5d3618749 100644 --- a/data/unsuccessful-reproductions/a7b0fca5ae4b1b342cb8f0031aacfcf3a6b0bada.json +++ b/data/unsuccessful-reproductions/a7b0fca5ae4b1b342cb8f0031aacfcf3a6b0bada.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.4", "newVersion" : "4.1.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7b11fdc4b7094f15acb5ffff8ae7a7ce6b4b954.json b/data/unsuccessful-reproductions/a7b11fdc4b7094f15acb5ffff8ae7a7ce6b4b954.json index d7e7ef7c56db..74a2618bb1e5 100644 --- a/data/unsuccessful-reproductions/a7b11fdc4b7094f15acb5ffff8ae7a7ce6b4b954.json +++ b/data/unsuccessful-reproductions/a7b11fdc4b7094f15acb5ffff8ae7a7ce6b4b954.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7efc6b1e6fde7d8c05f1453feabd73cf3894cf9.json b/data/unsuccessful-reproductions/a7efc6b1e6fde7d8c05f1453feabd73cf3894cf9.json index b9b6c2a371c1..5930cbf118e0 100644 --- a/data/unsuccessful-reproductions/a7efc6b1e6fde7d8c05f1453feabd73cf3894cf9.json +++ b/data/unsuccessful-reproductions/a7efc6b1e6fde7d8c05f1453feabd73cf3894cf9.json @@ -12,7 +12,10 @@ "previousVersion" : "5.29.1", "newVersion" : "5.29.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7f258b10c89543eb12f333506e3ce26e7640e84.json b/data/unsuccessful-reproductions/a7f258b10c89543eb12f333506e3ce26e7640e84.json index 726276bd9a57..abf10fdd5720 100644 --- a/data/unsuccessful-reproductions/a7f258b10c89543eb12f333506e3ce26e7640e84.json +++ b/data/unsuccessful-reproductions/a7f258b10c89543eb12f333506e3ce26e7640e84.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.0", "newVersion" : "2.24.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7f3e99d31601b8a3d2817145a740e3d72effbdf.json b/data/unsuccessful-reproductions/a7f3e99d31601b8a3d2817145a740e3d72effbdf.json index 56a467de7972..32565fd10191 100644 --- a/data/unsuccessful-reproductions/a7f3e99d31601b8a3d2817145a740e3d72effbdf.json +++ b/data/unsuccessful-reproductions/a7f3e99d31601b8a3d2817145a740e3d72effbdf.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.141.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a7faeec1fe5795f6b164e0e0b39995a6f3ab8e94.json b/data/unsuccessful-reproductions/a7faeec1fe5795f6b164e0e0b39995a6f3ab8e94.json index 411fe7dfbe81..0a230c46eb30 100644 --- a/data/unsuccessful-reproductions/a7faeec1fe5795f6b164e0e0b39995a6f3ab8e94.json +++ b/data/unsuccessful-reproductions/a7faeec1fe5795f6b164e0e0b39995a6f3ab8e94.json @@ -12,7 +12,10 @@ "previousVersion" : "20.5.0", "newVersion" : "20.6.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a80d8e04803bc8facb58c295cae40ebf36190d54.json b/data/unsuccessful-reproductions/a80d8e04803bc8facb58c295cae40ebf36190d54.json index 6f4f4416568c..04bc0f9ded23 100644 --- a/data/unsuccessful-reproductions/a80d8e04803bc8facb58c295cae40ebf36190d54.json +++ b/data/unsuccessful-reproductions/a80d8e04803bc8facb58c295cae40ebf36190d54.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.26", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a813fb24d72c68b1f49b93c758d1627ef28f617e.json b/data/unsuccessful-reproductions/a813fb24d72c68b1f49b93c758d1627ef28f617e.json index fcdc3e5d19d1..6ab20be0928d 100644 --- a/data/unsuccessful-reproductions/a813fb24d72c68b1f49b93c758d1627ef28f617e.json +++ b/data/unsuccessful-reproductions/a813fb24d72c68b1f49b93c758d1627ef28f617e.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.1", "newVersion" : "4.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a8142e01d4db263f90de8fc40ffd98acd90aac27.json b/data/unsuccessful-reproductions/a8142e01d4db263f90de8fc40ffd98acd90aac27.json index 388372a089df..d451d9b40ba8 100644 --- a/data/unsuccessful-reproductions/a8142e01d4db263f90de8fc40ffd98acd90aac27.json +++ b/data/unsuccessful-reproductions/a8142e01d4db263f90de8fc40ffd98acd90aac27.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.16.Final", "newVersion" : "2.3.3.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a82ebf2eb1f2f8922191a70c0f95addd2a948fc6.json b/data/unsuccessful-reproductions/a82ebf2eb1f2f8922191a70c0f95addd2a948fc6.json index 14ee4b962b10..c8745094e2c6 100644 --- a/data/unsuccessful-reproductions/a82ebf2eb1f2f8922191a70c0f95addd2a948fc6.json +++ b/data/unsuccessful-reproductions/a82ebf2eb1f2f8922191a70c0f95addd2a948fc6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a832cd7b630e43453f4621e39cb32543dfa57937.json b/data/unsuccessful-reproductions/a832cd7b630e43453f4621e39cb32543dfa57937.json index cfc1ca833169..6ef7304a1534 100644 --- a/data/unsuccessful-reproductions/a832cd7b630e43453f4621e39cb32543dfa57937.json +++ b/data/unsuccessful-reproductions/a832cd7b630e43453f4621e39cb32543dfa57937.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a843073e95b0fa36b7c62d85ed3013695788fe10.json b/data/unsuccessful-reproductions/a843073e95b0fa36b7c62d85ed3013695788fe10.json index 68446d21c331..fbf3c853eaa9 100644 --- a/data/unsuccessful-reproductions/a843073e95b0fa36b7c62d85ed3013695788fe10.json +++ b/data/unsuccessful-reproductions/a843073e95b0fa36b7c62d85ed3013695788fe10.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.1", "newVersion" : "2.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a8514cf19622a8ce551d0f1726644b03a8eec0e6.json b/data/unsuccessful-reproductions/a8514cf19622a8ce551d0f1726644b03a8eec0e6.json index c959f3efc130..85af690024d7 100644 --- a/data/unsuccessful-reproductions/a8514cf19622a8ce551d0f1726644b03a8eec0e6.json +++ b/data/unsuccessful-reproductions/a8514cf19622a8ce551d0f1726644b03a8eec0e6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.7", "newVersion" : "1.4.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a852623e788feb5500b86f86ce139be992c7387e.json b/data/unsuccessful-reproductions/a852623e788feb5500b86f86ce139be992c7387e.json index 9b28d03a6d99..7ed21a44cf83 100644 --- a/data/unsuccessful-reproductions/a852623e788feb5500b86f86ce139be992c7387e.json +++ b/data/unsuccessful-reproductions/a852623e788feb5500b86f86ce139be992c7387e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4.RELEASE", "newVersion" : "2.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a85aec8b8b8d580b1d5104eb866cb62c20094ca1.json b/data/unsuccessful-reproductions/a85aec8b8b8d580b1d5104eb866cb62c20094ca1.json index 89f1667c5fc0..af95f874b80e 100644 --- a/data/unsuccessful-reproductions/a85aec8b8b8d580b1d5104eb866cb62c20094ca1.json +++ b/data/unsuccessful-reproductions/a85aec8b8b8d580b1d5104eb866cb62c20094ca1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.260", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a8956f72d926aac5c525b733d7f30bf499351eb7.json b/data/unsuccessful-reproductions/a8956f72d926aac5c525b733d7f30bf499351eb7.json index 6a407ebd3e01..4e33f5d87570 100644 --- a/data/unsuccessful-reproductions/a8956f72d926aac5c525b733d7f30bf499351eb7.json +++ b/data/unsuccessful-reproductions/a8956f72d926aac5c525b733d7f30bf499351eb7.json @@ -12,7 +12,10 @@ "previousVersion" : "0.12.0", "newVersion" : "0.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a8a485d0b7ca549ffaff2cc5006608919fbd99c6.json b/data/unsuccessful-reproductions/a8a485d0b7ca549ffaff2cc5006608919fbd99c6.json index 7ec49770cda2..74d9ec9840b7 100644 --- a/data/unsuccessful-reproductions/a8a485d0b7ca549ffaff2cc5006608919fbd99c6.json +++ b/data/unsuccessful-reproductions/a8a485d0b7ca549ffaff2cc5006608919fbd99c6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.54.1", "newVersion" : "1.56.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a8b7fbc047ce5daed425dae176e71b8779b07a61.json b/data/unsuccessful-reproductions/a8b7fbc047ce5daed425dae176e71b8779b07a61.json index c25689c6b37e..84dfc2760f4b 100644 --- a/data/unsuccessful-reproductions/a8b7fbc047ce5daed425dae176e71b8779b07a61.json +++ b/data/unsuccessful-reproductions/a8b7fbc047ce5daed425dae176e71b8779b07a61.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.2", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a8c59b2e77cfc5a5fb1dd227a6b13acd4588100a.json b/data/unsuccessful-reproductions/a8c59b2e77cfc5a5fb1dd227a6b13acd4588100a.json index 295b75a03283..cc67464adb89 100644 --- a/data/unsuccessful-reproductions/a8c59b2e77cfc5a5fb1dd227a6b13acd4588100a.json +++ b/data/unsuccessful-reproductions/a8c59b2e77cfc5a5fb1dd227a6b13acd4588100a.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.7", "newVersion" : "0.10.8", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a8dd6e6426de232ba4be42d1f0a18e4ed26bb57b.json b/data/unsuccessful-reproductions/a8dd6e6426de232ba4be42d1f0a18e4ed26bb57b.json index 7faf39d09c95..a4ecf04bb10f 100644 --- a/data/unsuccessful-reproductions/a8dd6e6426de232ba4be42d1f0a18e4ed26bb57b.json +++ b/data/unsuccessful-reproductions/a8dd6e6426de232ba4be42d1f0a18e4ed26bb57b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.5", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a8e76e625a96bf79fb40680d95e081faa18cdbef.json b/data/unsuccessful-reproductions/a8e76e625a96bf79fb40680d95e081faa18cdbef.json index ed0ee0558bf8..aee60d868bb7 100644 --- a/data/unsuccessful-reproductions/a8e76e625a96bf79fb40680d95e081faa18cdbef.json +++ b/data/unsuccessful-reproductions/a8e76e625a96bf79fb40680d95e081faa18cdbef.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32.4", "newVersion" : "1.33.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a8fcc66f767b97f01ec49e6128136cdfff10f318.json b/data/unsuccessful-reproductions/a8fcc66f767b97f01ec49e6128136cdfff10f318.json index b079744da8da..764b7f9717cb 100644 --- a/data/unsuccessful-reproductions/a8fcc66f767b97f01ec49e6128136cdfff10f318.json +++ b/data/unsuccessful-reproductions/a8fcc66f767b97f01ec49e6128136cdfff10f318.json @@ -12,7 +12,10 @@ "previousVersion" : "26.14.0", "newVersion" : "26.16.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a900b13a1be6ae81f9b7242f6475c1b96ceca791.json b/data/unsuccessful-reproductions/a900b13a1be6ae81f9b7242f6475c1b96ceca791.json index b8718981c267..cffaba7b0d32 100644 --- a/data/unsuccessful-reproductions/a900b13a1be6ae81f9b7242f6475c1b96ceca791.json +++ b/data/unsuccessful-reproductions/a900b13a1be6ae81f9b7242f6475c1b96ceca791.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.8.1", "newVersion" : "2.5.30", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/struts" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a90fbfac5272a78f7891fbe0db7ea5b034817f48.json b/data/unsuccessful-reproductions/a90fbfac5272a78f7891fbe0db7ea5b034817f48.json index 4e6f05b0d031..0a9b532f4a5e 100644 --- a/data/unsuccessful-reproductions/a90fbfac5272a78f7891fbe0db7ea5b034817f48.json +++ b/data/unsuccessful-reproductions/a90fbfac5272a78f7891fbe0db7ea5b034817f48.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a91691e663c72e2b3c30b78c5bf85389a175e469.json b/data/unsuccessful-reproductions/a91691e663c72e2b3c30b78c5bf85389a175e469.json index 6642be7d802b..fdef73fb8e8f 100644 --- a/data/unsuccessful-reproductions/a91691e663c72e2b3c30b78c5bf85389a175e469.json +++ b/data/unsuccessful-reproductions/a91691e663c72e2b3c30b78c5bf85389a175e469.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.1", "newVersion" : "2.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a91c15b2547f1c657edf7be0764e5deefacd4042.json b/data/unsuccessful-reproductions/a91c15b2547f1c657edf7be0764e5deefacd4042.json index d04b21115dbe..e542918334ea 100644 --- a/data/unsuccessful-reproductions/a91c15b2547f1c657edf7be0764e5deefacd4042.json +++ b/data/unsuccessful-reproductions/a91c15b2547f1c657edf7be0764e5deefacd4042.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a933fe8dbed1ec8eb846a2c2e1064f0e919637eb.json b/data/unsuccessful-reproductions/a933fe8dbed1ec8eb846a2c2e1064f0e919637eb.json index e5fee5343569..c8788e26bd28 100644 --- a/data/unsuccessful-reproductions/a933fe8dbed1ec8eb846a2c2e1064f0e919637eb.json +++ b/data/unsuccessful-reproductions/a933fe8dbed1ec8eb846a2c2e1064f0e919637eb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.7", "newVersion" : "3.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a93c25629ff2c959b53ff97f0dc37261002e3071.json b/data/unsuccessful-reproductions/a93c25629ff2c959b53ff97f0dc37261002e3071.json index 6e146ec3a982..c6433bfb5f2c 100644 --- a/data/unsuccessful-reproductions/a93c25629ff2c959b53ff97f0dc37261002e3071.json +++ b/data/unsuccessful-reproductions/a93c25629ff2c959b53ff97f0dc37261002e3071.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a94f42f17331bd891b64d0ef8b67c4eedfb81bfe.json b/data/unsuccessful-reproductions/a94f42f17331bd891b64d0ef8b67c4eedfb81bfe.json index 2013395c083b..a4467f32c724 100644 --- a/data/unsuccessful-reproductions/a94f42f17331bd891b64d0ef8b67c4eedfb81bfe.json +++ b/data/unsuccessful-reproductions/a94f42f17331bd891b64d0ef8b67c4eedfb81bfe.json @@ -12,7 +12,10 @@ "previousVersion" : "7.17.0", "newVersion" : "7.18.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a957d0d1bff4eab4034205836bdff35f32ab29a9.json b/data/unsuccessful-reproductions/a957d0d1bff4eab4034205836bdff35f32ab29a9.json index 2b9979f6980f..4b50ae3f2dbb 100644 --- a/data/unsuccessful-reproductions/a957d0d1bff4eab4034205836bdff35f32ab29a9.json +++ b/data/unsuccessful-reproductions/a957d0d1bff4eab4034205836bdff35f32ab29a9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a963e4cc474bd5fac7b0fa579bcb57b50c32a093.json b/data/unsuccessful-reproductions/a963e4cc474bd5fac7b0fa579bcb57b50c32a093.json index 947488e30cf3..080138b61b80 100644 --- a/data/unsuccessful-reproductions/a963e4cc474bd5fac7b0fa579bcb57b50c32a093.json +++ b/data/unsuccessful-reproductions/a963e4cc474bd5fac7b0fa579bcb57b50c32a093.json @@ -12,7 +12,10 @@ "previousVersion" : "v20230411", "newVersion" : "v20230502", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a96a482ae1ea3f54ba36676e0e40892c78e1d7f2.json b/data/unsuccessful-reproductions/a96a482ae1ea3f54ba36676e0e40892c78e1d7f2.json index 6f35053b7665..171d0d60e316 100644 --- a/data/unsuccessful-reproductions/a96a482ae1ea3f54ba36676e0e40892c78e1d7f2.json +++ b/data/unsuccessful-reproductions/a96a482ae1ea3f54ba36676e0e40892c78e1d7f2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.73", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a96f128eba7337fe833c0817f4a82a62362b71f4.json b/data/unsuccessful-reproductions/a96f128eba7337fe833c0817f4a82a62362b71f4.json index a06c930fa04b..df33cf716b2b 100644 --- a/data/unsuccessful-reproductions/a96f128eba7337fe833c0817f4a82a62362b71f4.json +++ b/data/unsuccessful-reproductions/a96f128eba7337fe833c0817f4a82a62362b71f4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.0", "newVersion" : "3.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a97f9dfa33fe9410937e1838cdd42b98c9f108e4.json b/data/unsuccessful-reproductions/a97f9dfa33fe9410937e1838cdd42b98c9f108e4.json index 22b329a8de59..84551442c640 100644 --- a/data/unsuccessful-reproductions/a97f9dfa33fe9410937e1838cdd42b98c9f108e4.json +++ b/data/unsuccessful-reproductions/a97f9dfa33fe9410937e1838cdd42b98c9f108e4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9a0a94a5adddf2ade9b0097eae80efe4ca175ae.json b/data/unsuccessful-reproductions/a9a0a94a5adddf2ade9b0097eae80efe4ca175ae.json index 1587e6d2392f..2a5050e71aff 100644 --- a/data/unsuccessful-reproductions/a9a0a94a5adddf2ade9b0097eae80efe4ca175ae.json +++ b/data/unsuccessful-reproductions/a9a0a94a5adddf2ade9b0097eae80efe4ca175ae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.27", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9a19c29f92e7033f5edf86c4da35a32b08e246c.json b/data/unsuccessful-reproductions/a9a19c29f92e7033f5edf86c4da35a32b08e246c.json index a5bf3c04e4fc..dd28edcf9b72 100644 --- a/data/unsuccessful-reproductions/a9a19c29f92e7033f5edf86c4da35a32b08e246c.json +++ b/data/unsuccessful-reproductions/a9a19c29f92e7033f5edf86c4da35a32b08e246c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9a39c29a614c293a15dc418129d81f7969b66c5.json b/data/unsuccessful-reproductions/a9a39c29a614c293a15dc418129d81f7969b66c5.json index f9612182bbe7..15f8f345868d 100644 --- a/data/unsuccessful-reproductions/a9a39c29a614c293a15dc418129d81f7969b66c5.json +++ b/data/unsuccessful-reproductions/a9a39c29a614c293a15dc418129d81f7969b66c5.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9a6cda7c5c294e392e0b4b337efc0f8f006cc42.json b/data/unsuccessful-reproductions/a9a6cda7c5c294e392e0b4b337efc0f8f006cc42.json index f5858a1b5d91..08ebb95bf264 100644 --- a/data/unsuccessful-reproductions/a9a6cda7c5c294e392e0b4b337efc0f8f006cc42.json +++ b/data/unsuccessful-reproductions/a9a6cda7c5c294e392e0b4b337efc0f8f006cc42.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.23.RELEASE", "newVersion" : "2.5.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-data-jpa" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9b5f0c95bcdc4ec08677c7336980c2ca72d9a3b.json b/data/unsuccessful-reproductions/a9b5f0c95bcdc4ec08677c7336980c2ca72d9a3b.json index b349fb334147..6757c7cb8f85 100644 --- a/data/unsuccessful-reproductions/a9b5f0c95bcdc4ec08677c7336980c2ca72d9a3b.json +++ b/data/unsuccessful-reproductions/a9b5f0c95bcdc4ec08677c7336980c2ca72d9a3b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.77", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9bea2f11a70191d4b391969d87d245eae91b3c9.json b/data/unsuccessful-reproductions/a9bea2f11a70191d4b391969d87d245eae91b3c9.json index 9504c105a005..f73d97f39307 100644 --- a/data/unsuccessful-reproductions/a9bea2f11a70191d4b391969d87d245eae91b3c9.json +++ b/data/unsuccessful-reproductions/a9bea2f11a70191d4b391969d87d245eae91b3c9.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.1", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9dbd17520c64400b6c6811c560040e466fab39d.json b/data/unsuccessful-reproductions/a9dbd17520c64400b6c6811c560040e466fab39d.json index b0eae6663c87..a9517beec139 100644 --- a/data/unsuccessful-reproductions/a9dbd17520c64400b6c6811c560040e466fab39d.json +++ b/data/unsuccessful-reproductions/a9dbd17520c64400b6c6811c560040e466fab39d.json @@ -12,7 +12,10 @@ "previousVersion" : "71.1", "newVersion" : "72.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9ec7863afca7ac2798b280fb188f539d3657081.json b/data/unsuccessful-reproductions/a9ec7863afca7ac2798b280fb188f539d3657081.json index 2f4fed6dda57..17cec80ae108 100644 --- a/data/unsuccessful-reproductions/a9ec7863afca7ac2798b280fb188f539d3657081.json +++ b/data/unsuccessful-reproductions/a9ec7863afca7ac2798b280fb188f539d3657081.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9faf8ad20dd6a0c6f653ac0d2eceeb92328d168.json b/data/unsuccessful-reproductions/a9faf8ad20dd6a0c6f653ac0d2eceeb92328d168.json index 7a7d92613750..cb08c1876b71 100644 --- a/data/unsuccessful-reproductions/a9faf8ad20dd6a0c6f653ac0d2eceeb92328d168.json +++ b/data/unsuccessful-reproductions/a9faf8ad20dd6a0c6f653ac0d2eceeb92328d168.json @@ -12,7 +12,10 @@ "previousVersion" : "4.6.1", "newVersion" : "4.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9fcf35afbabcdd66cdbf766a965c8f57f675ca7.json b/data/unsuccessful-reproductions/a9fcf35afbabcdd66cdbf766a965c8f57f675ca7.json index f938c87df0ae..1c095372cc87 100644 --- a/data/unsuccessful-reproductions/a9fcf35afbabcdd66cdbf766a965c8f57f675ca7.json +++ b/data/unsuccessful-reproductions/a9fcf35afbabcdd66cdbf766a965c8f57f675ca7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9fd68e2147674162e94894f58c10a029fec5281.json b/data/unsuccessful-reproductions/a9fd68e2147674162e94894f58c10a029fec5281.json index 77c3cfaf52eb..369750501bc7 100644 --- a/data/unsuccessful-reproductions/a9fd68e2147674162e94894f58c10a029fec5281.json +++ b/data/unsuccessful-reproductions/a9fd68e2147674162e94894f58c10a029fec5281.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.4", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/a9fdd2f873cfbef0d0653a67e0961d6e3aab5af8.json b/data/unsuccessful-reproductions/a9fdd2f873cfbef0d0653a67e0961d6e3aab5af8.json index 81b7137f3401..8446bb7fdc47 100644 --- a/data/unsuccessful-reproductions/a9fdd2f873cfbef0d0653a67e0961d6e3aab5af8.json +++ b/data/unsuccessful-reproductions/a9fdd2f873cfbef0d0653a67e0961d6e3aab5af8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa00ae58242186ed878ba2652a92e19847d5d39d.json b/data/unsuccessful-reproductions/aa00ae58242186ed878ba2652a92e19847d5d39d.json index 7b12027b7785..98b95ba61f06 100644 --- a/data/unsuccessful-reproductions/aa00ae58242186ed878ba2652a92e19847d5d39d.json +++ b/data/unsuccessful-reproductions/aa00ae58242186ed878ba2652a92e19847d5d39d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.49.2", "newVersion" : "1.50.1", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa07637d0af63e994fbd15c7a33918297958879c.json b/data/unsuccessful-reproductions/aa07637d0af63e994fbd15c7a33918297958879c.json index f6ec039c9432..0e1092030087 100644 --- a/data/unsuccessful-reproductions/aa07637d0af63e994fbd15c7a33918297958879c.json +++ b/data/unsuccessful-reproductions/aa07637d0af63e994fbd15c7a33918297958879c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.60", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa10ff517e747f532dcce1f801130b85c8c7bc07.json b/data/unsuccessful-reproductions/aa10ff517e747f532dcce1f801130b85c8c7bc07.json index c627f73b90c7..261f4b8e9f88 100644 --- a/data/unsuccessful-reproductions/aa10ff517e747f532dcce1f801130b85c8c7bc07.json +++ b/data/unsuccessful-reproductions/aa10ff517e747f532dcce1f801130b85c8c7bc07.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa1cc03e78c61c9c0378bf8a15e5837f5262238c.json b/data/unsuccessful-reproductions/aa1cc03e78c61c9c0378bf8a15e5837f5262238c.json index 78fa5e4256bc..0174e3314644 100644 --- a/data/unsuccessful-reproductions/aa1cc03e78c61c9c0378bf8a15e5837f5262238c.json +++ b/data/unsuccessful-reproductions/aa1cc03e78c61c9c0378bf8a15e5837f5262238c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.25.0", "newVersion" : "2.28.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa25629a739c76eee458c6eba008a9b29d73187c.json b/data/unsuccessful-reproductions/aa25629a739c76eee458c6eba008a9b29d73187c.json index 8d9d69a31885..24533b5bc58f 100644 --- a/data/unsuccessful-reproductions/aa25629a739c76eee458c6eba008a9b29d73187c.json +++ b/data/unsuccessful-reproductions/aa25629a739c76eee458c6eba008a9b29d73187c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.237", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa2756fb42fa50fa0449992ccf9bd1dec0517a56.json b/data/unsuccessful-reproductions/aa2756fb42fa50fa0449992ccf9bd1dec0517a56.json index 0f024697eb93..6737b1bef008 100644 --- a/data/unsuccessful-reproductions/aa2756fb42fa50fa0449992ccf9bd1dec0517a56.json +++ b/data/unsuccessful-reproductions/aa2756fb42fa50fa0449992ccf9bd1dec0517a56.json @@ -12,7 +12,10 @@ "previousVersion" : "69.1", "newVersion" : "70.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa2f1a192a337b2905434cecb66d47d68eff3d78.json b/data/unsuccessful-reproductions/aa2f1a192a337b2905434cecb66d47d68eff3d78.json index e21eea51a66e..ecc29bba2619 100644 --- a/data/unsuccessful-reproductions/aa2f1a192a337b2905434cecb66d47d68eff3d78.json +++ b/data/unsuccessful-reproductions/aa2f1a192a337b2905434cecb66d47d68eff3d78.json @@ -12,7 +12,10 @@ "previousVersion" : "1.108", "newVersion" : "1.110", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa3f2a495d523c8b355a28d719080c74ff71aa32.json b/data/unsuccessful-reproductions/aa3f2a495d523c8b355a28d719080c74ff71aa32.json index 2bf849d3f83d..904a41e42c5d 100644 --- a/data/unsuccessful-reproductions/aa3f2a495d523c8b355a28d719080c74ff71aa32.json +++ b/data/unsuccessful-reproductions/aa3f2a495d523c8b355a28d719080c74ff71aa32.json @@ -12,7 +12,10 @@ "previousVersion" : "20160810", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa4d9a5c62b253dbde7902af9bd0c9a0a17d5460.json b/data/unsuccessful-reproductions/aa4d9a5c62b253dbde7902af9bd0c9a0a17d5460.json index 3b4ff9a367f3..b07eb5b85a5b 100644 --- a/data/unsuccessful-reproductions/aa4d9a5c62b253dbde7902af9bd0c9a0a17d5460.json +++ b/data/unsuccessful-reproductions/aa4d9a5c62b253dbde7902af9bd0c9a0a17d5460.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-beta.7-SNAPSHOT", "newVersion" : "3.0.0-beta.7", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa73c4ddffa3e0a53fd97496fab6442aac7ea7cb.json b/data/unsuccessful-reproductions/aa73c4ddffa3e0a53fd97496fab6442aac7ea7cb.json index af16c5aabfaf..31bc0dcc2a05 100644 --- a/data/unsuccessful-reproductions/aa73c4ddffa3e0a53fd97496fab6442aac7ea7cb.json +++ b/data/unsuccessful-reproductions/aa73c4ddffa3e0a53fd97496fab6442aac7ea7cb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.51", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa7d44549dcef9dedf61040f21c44f7e86538f8c.json b/data/unsuccessful-reproductions/aa7d44549dcef9dedf61040f21c44f7e86538f8c.json index b35d9438f676..22c7f8ccdb95 100644 --- a/data/unsuccessful-reproductions/aa7d44549dcef9dedf61040f21c44f7e86538f8c.json +++ b/data/unsuccessful-reproductions/aa7d44549dcef9dedf61040f21c44f7e86538f8c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.5", "newVersion" : "2.0.6", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa800b74eef1999d2de23cbbb6a77fa74a3c5b3d.json b/data/unsuccessful-reproductions/aa800b74eef1999d2de23cbbb6a77fa74a3c5b3d.json index 23e83ac84e89..875717b6b6f2 100644 --- a/data/unsuccessful-reproductions/aa800b74eef1999d2de23cbbb6a77fa74a3c5b3d.json +++ b/data/unsuccessful-reproductions/aa800b74eef1999d2de23cbbb6a77fa74a3c5b3d.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.142.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa8e1db297893cdac6ee7d29510f94d7f9cd7fe9.json b/data/unsuccessful-reproductions/aa8e1db297893cdac6ee7d29510f94d7f9cd7fe9.json index 1ab6c613be95..71db2db1aace 100644 --- a/data/unsuccessful-reproductions/aa8e1db297893cdac6ee7d29510f94d7f9cd7fe9.json +++ b/data/unsuccessful-reproductions/aa8e1db297893cdac6ee7d29510f94d7f9cd7fe9.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220104-1.32.1", "newVersion" : "v1-rev20221028-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa94c5e8a6c5f0b2338c5bc601916a3b448de9f5.json b/data/unsuccessful-reproductions/aa94c5e8a6c5f0b2338c5bc601916a3b448de9f5.json index c3e80559f13b..120e47ca0608 100644 --- a/data/unsuccessful-reproductions/aa94c5e8a6c5f0b2338c5bc601916a3b448de9f5.json +++ b/data/unsuccessful-reproductions/aa94c5e8a6c5f0b2338c5bc601916a3b448de9f5.json @@ -12,7 +12,10 @@ "previousVersion" : "31.v4757b_6987003", "newVersion" : "45.vf54fca_5d2154", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aa973de083e5cb961f4ab067c7255f1d117d3aae.json b/data/unsuccessful-reproductions/aa973de083e5cb961f4ab067c7255f1d117d3aae.json index 4c7083dcd96f..80fd2e0e8273 100644 --- a/data/unsuccessful-reproductions/aa973de083e5cb961f4ab067c7255f1d117d3aae.json +++ b/data/unsuccessful-reproductions/aa973de083e5cb961f4ab067c7255f1d117d3aae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.33", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aaa57adf0bd7732e383412213c4869bfcbedbb3f.json b/data/unsuccessful-reproductions/aaa57adf0bd7732e383412213c4869bfcbedbb3f.json index ecc5b0450fa4..63317b0e305a 100644 --- a/data/unsuccessful-reproductions/aaa57adf0bd7732e383412213c4869bfcbedbb3f.json +++ b/data/unsuccessful-reproductions/aaa57adf0bd7732e383412213c4869bfcbedbb3f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aac61d3ef6ed1a9b210570d74b33ca8d734a1063.json b/data/unsuccessful-reproductions/aac61d3ef6ed1a9b210570d74b33ca8d734a1063.json index 521ca4e30dcd..caa13d4912c4 100644 --- a/data/unsuccessful-reproductions/aac61d3ef6ed1a9b210570d74b33ca8d734a1063.json +++ b/data/unsuccessful-reproductions/aac61d3ef6ed1a9b210570d74b33ca8d734a1063.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.5", "newVersion" : "3.8.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aadbfc266356303282799b343d170c21f97a0620.json b/data/unsuccessful-reproductions/aadbfc266356303282799b343d170c21f97a0620.json index 5779b82a838c..99d55a39df01 100644 --- a/data/unsuccessful-reproductions/aadbfc266356303282799b343d170c21f97a0620.json +++ b/data/unsuccessful-reproductions/aadbfc266356303282799b343d170c21f97a0620.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.1", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aadc17ec0b8851eca198d4101fa23874860e8f7b.json b/data/unsuccessful-reproductions/aadc17ec0b8851eca198d4101fa23874860e8f7b.json index 0127197fd169..f7a2aea88be2 100644 --- a/data/unsuccessful-reproductions/aadc17ec0b8851eca198d4101fa23874860e8f7b.json +++ b/data/unsuccessful-reproductions/aadc17ec0b8851eca198d4101fa23874860e8f7b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10", "newVersion" : "2.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aae08e89b85ef04e8d79d067411b8511086ba60b.json b/data/unsuccessful-reproductions/aae08e89b85ef04e8d79d067411b8511086ba60b.json index 5d5b4ce4512e..c9bed5894758 100644 --- a/data/unsuccessful-reproductions/aae08e89b85ef04e8d79d067411b8511086ba60b.json +++ b/data/unsuccessful-reproductions/aae08e89b85ef04e8d79d067411b8511086ba60b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.85", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aaed0d39d95a8d6aa44adf5e121483894837effb.json b/data/unsuccessful-reproductions/aaed0d39d95a8d6aa44adf5e121483894837effb.json index 7b03ad360971..97cf872df33a 100644 --- a/data/unsuccessful-reproductions/aaed0d39d95a8d6aa44adf5e121483894837effb.json +++ b/data/unsuccessful-reproductions/aaed0d39d95a8d6aa44adf5e121483894837effb.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.2", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aaef9f79f076e7782d74e9bb12addf6612cf4e99.json b/data/unsuccessful-reproductions/aaef9f79f076e7782d74e9bb12addf6612cf4e99.json index cc6804a8ee14..fa4f6da270d0 100644 --- a/data/unsuccessful-reproductions/aaef9f79f076e7782d74e9bb12addf6612cf4e99.json +++ b/data/unsuccessful-reproductions/aaef9f79f076e7782d74e9bb12addf6612cf4e99.json @@ -12,7 +12,10 @@ "previousVersion" : "20220320", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aaf8a2a42f7e1638b01650011ca5bbc474006d47.json b/data/unsuccessful-reproductions/aaf8a2a42f7e1638b01650011ca5bbc474006d47.json index 35b9e2659506..9ee6e26a93ce 100644 --- a/data/unsuccessful-reproductions/aaf8a2a42f7e1638b01650011ca5bbc474006d47.json +++ b/data/unsuccessful-reproductions/aaf8a2a42f7e1638b01650011ca5bbc474006d47.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.11", "newVersion" : "1.6.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ab00559e70e54e5a6bc10c30bfd45eb701ec9f68.json b/data/unsuccessful-reproductions/ab00559e70e54e5a6bc10c30bfd45eb701ec9f68.json index bb90a9c5132e..591e3b5429a5 100644 --- a/data/unsuccessful-reproductions/ab00559e70e54e5a6bc10c30bfd45eb701ec9f68.json +++ b/data/unsuccessful-reproductions/ab00559e70e54e5a6bc10c30bfd45eb701ec9f68.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "6.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ab00a905d417cc65997313ccf3fd52197631688e.json b/data/unsuccessful-reproductions/ab00a905d417cc65997313ccf3fd52197631688e.json index ed498ed255de..b59818c6c3cb 100644 --- a/data/unsuccessful-reproductions/ab00a905d417cc65997313ccf3fd52197631688e.json +++ b/data/unsuccessful-reproductions/ab00a905d417cc65997313ccf3fd52197631688e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-M5", "newVersion" : "3.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/maven-surefire" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ab09006b99f2d7148ac798ad18d1bf1269ad8539.json b/data/unsuccessful-reproductions/ab09006b99f2d7148ac798ad18d1bf1269ad8539.json index 23b452892e1e..cfc447db7f58 100644 --- a/data/unsuccessful-reproductions/ab09006b99f2d7148ac798ad18d1bf1269ad8539.json +++ b/data/unsuccessful-reproductions/ab09006b99f2d7148ac798ad18d1bf1269ad8539.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ab143979cd0886d17ee24ef947a5b43b9d245cad.json b/data/unsuccessful-reproductions/ab143979cd0886d17ee24ef947a5b43b9d245cad.json index 347e3252c22c..882d1afc27f8 100644 --- a/data/unsuccessful-reproductions/ab143979cd0886d17ee24ef947a5b43b9d245cad.json +++ b/data/unsuccessful-reproductions/ab143979cd0886d17ee24ef947a5b43b9d245cad.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ab236e9b1a14c9be7b47403f9d114dff1d78ec28.json b/data/unsuccessful-reproductions/ab236e9b1a14c9be7b47403f9d114dff1d78ec28.json index b2ce2e8d2045..f202c10190c7 100644 --- a/data/unsuccessful-reproductions/ab236e9b1a14c9be7b47403f9d114dff1d78ec28.json +++ b/data/unsuccessful-reproductions/ab236e9b1a14c9be7b47403f9d114dff1d78ec28.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0", "newVersion" : "1.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ab5b673691ceed4daf7a922c3adbe8bb26a87aaa.json b/data/unsuccessful-reproductions/ab5b673691ceed4daf7a922c3adbe8bb26a87aaa.json index 3042c39de263..3c941c939ec9 100644 --- a/data/unsuccessful-reproductions/ab5b673691ceed4daf7a922c3adbe8bb26a87aaa.json +++ b/data/unsuccessful-reproductions/ab5b673691ceed4daf7a922c3adbe8bb26a87aaa.json @@ -12,7 +12,10 @@ "previousVersion" : "25.1-jre", "newVersion" : "30.1.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ab5f87a53539811ab2082acf6a7c40e6baae7c6a.json b/data/unsuccessful-reproductions/ab5f87a53539811ab2082acf6a7c40e6baae7c6a.json index d78863d67297..19c0a25f4935 100644 --- a/data/unsuccessful-reproductions/ab5f87a53539811ab2082acf6a7c40e6baae7c6a.json +++ b/data/unsuccessful-reproductions/ab5f87a53539811ab2082acf6a7c40e6baae7c6a.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.5", "newVersion" : "0.11.2", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ab782e874b8c98c37eaf4aff8b84be539fc649fe.json b/data/unsuccessful-reproductions/ab782e874b8c98c37eaf4aff8b84be539fc649fe.json index d128db7d3c26..661c150ecd24 100644 --- a/data/unsuccessful-reproductions/ab782e874b8c98c37eaf4aff8b84be539fc649fe.json +++ b/data/unsuccessful-reproductions/ab782e874b8c98c37eaf4aff8b84be539fc649fe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.33", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/abd588d138aa38b661cb6a89109f10cb2539a8bf.json b/data/unsuccessful-reproductions/abd588d138aa38b661cb6a89109f10cb2539a8bf.json index f35262854cfe..dad98901fce1 100644 --- a/data/unsuccessful-reproductions/abd588d138aa38b661cb6a89109f10cb2539a8bf.json +++ b/data/unsuccessful-reproductions/abd588d138aa38b661cb6a89109f10cb2539a8bf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/abd98eba3dd2e0c89aa367bfef64a29aab70febe.json b/data/unsuccessful-reproductions/abd98eba3dd2e0c89aa367bfef64a29aab70febe.json index fd76315423d4..69065d26ba9c 100644 --- a/data/unsuccessful-reproductions/abd98eba3dd2e0c89aa367bfef64a29aab70febe.json +++ b/data/unsuccessful-reproductions/abd98eba3dd2e0c89aa367bfef64a29aab70febe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/abf17f9578b8f28e8d9f02824c395716d4cf3ff4.json b/data/unsuccessful-reproductions/abf17f9578b8f28e8d9f02824c395716d4cf3ff4.json index 06341f183bb3..100fee6988d8 100644 --- a/data/unsuccessful-reproductions/abf17f9578b8f28e8d9f02824c395716d4cf3ff4.json +++ b/data/unsuccessful-reproductions/abf17f9578b8f28e8d9f02824c395716d4cf3ff4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.65", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/abfb5fab6649bcc620ed85bbfc76366344f4e61b.json b/data/unsuccessful-reproductions/abfb5fab6649bcc620ed85bbfc76366344f4e61b.json index 670ad4ed3dbb..65858880db79 100644 --- a/data/unsuccessful-reproductions/abfb5fab6649bcc620ed85bbfc76366344f4e61b.json +++ b/data/unsuccessful-reproductions/abfb5fab6649bcc620ed85bbfc76366344f4e61b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.36.0.3", "newVersion" : "3.39.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac0314d5496098ce69dc4c9b9724e8bc36b00ac7.json b/data/unsuccessful-reproductions/ac0314d5496098ce69dc4c9b9724e8bc36b00ac7.json index d1064a6657d5..fc7d328ce6bf 100644 --- a/data/unsuccessful-reproductions/ac0314d5496098ce69dc4c9b9724e8bc36b00ac7.json +++ b/data/unsuccessful-reproductions/ac0314d5496098ce69dc4c9b9724e8bc36b00ac7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.4", "newVersion" : "2.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac0c070312a7330ca809bb550154f6cae28920db.json b/data/unsuccessful-reproductions/ac0c070312a7330ca809bb550154f6cae28920db.json index 8bad8f8e8605..9d4b9e947810 100644 --- a/data/unsuccessful-reproductions/ac0c070312a7330ca809bb550154f6cae28920db.json +++ b/data/unsuccessful-reproductions/ac0c070312a7330ca809bb550154f6cae28920db.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.18", "newVersion" : "2.7.21", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac0e210a298c735dd3857781a43ee96f951de4b2.json b/data/unsuccessful-reproductions/ac0e210a298c735dd3857781a43ee96f951de4b2.json index 9e09676f2fd2..fb9c5655c7ca 100644 --- a/data/unsuccessful-reproductions/ac0e210a298c735dd3857781a43ee96f951de4b2.json +++ b/data/unsuccessful-reproductions/ac0e210a298c735dd3857781a43ee96f951de4b2.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.44", "newVersion" : "8.12.45", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac1595e0798c6b14e0d34e1bf4dc3a13e57cc3c9.json b/data/unsuccessful-reproductions/ac1595e0798c6b14e0d34e1bf4dc3a13e57cc3c9.json index 7489bc617c52..9aa63325114a 100644 --- a/data/unsuccessful-reproductions/ac1595e0798c6b14e0d34e1bf4dc3a13e57cc3c9.json +++ b/data/unsuccessful-reproductions/ac1595e0798c6b14e0d34e1bf4dc3a13e57cc3c9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.7.0.201704051617-r", "newVersion" : "6.3.0.202209071007-r", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac18fdf702fe2d50d97cdb3396fdca3828c7bdf5.json b/data/unsuccessful-reproductions/ac18fdf702fe2d50d97cdb3396fdca3828c7bdf5.json index 4c346f8efaef..351ee1b18d96 100644 --- a/data/unsuccessful-reproductions/ac18fdf702fe2d50d97cdb3396fdca3828c7bdf5.json +++ b/data/unsuccessful-reproductions/ac18fdf702fe2d50d97cdb3396fdca3828c7bdf5.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.74.Final", "newVersion" : "4.1.77.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac1a73e732ea85a2febb5df92950a876698b3674.json b/data/unsuccessful-reproductions/ac1a73e732ea85a2febb5df92950a876698b3674.json index c0afbbe1f294..137d36ed5ac6 100644 --- a/data/unsuccessful-reproductions/ac1a73e732ea85a2febb5df92950a876698b3674.json +++ b/data/unsuccessful-reproductions/ac1a73e732ea85a2febb5df92950a876698b3674.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac1bb26081a2bfd979155c15d3927648c8b042c4.json b/data/unsuccessful-reproductions/ac1bb26081a2bfd979155c15d3927648c8b042c4.json index bf3b313fc7c5..ed5a38364ff0 100644 --- a/data/unsuccessful-reproductions/ac1bb26081a2bfd979155c15d3927648c8b042c4.json +++ b/data/unsuccessful-reproductions/ac1bb26081a2bfd979155c15d3927648c8b042c4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.243", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac24d4cff7f4b43b2e657abc076f10183eec2c59.json b/data/unsuccessful-reproductions/ac24d4cff7f4b43b2e657abc076f10183eec2c59.json index 6cf2b28e6e3d..378e507e7e36 100644 --- a/data/unsuccessful-reproductions/ac24d4cff7f4b43b2e657abc076f10183eec2c59.json +++ b/data/unsuccessful-reproductions/ac24d4cff7f4b43b2e657abc076f10183eec2c59.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-M5", "newVersion" : "3.0.0-M7", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/maven-surefire" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac29af65c6d7bc4218ed0c1b7a2a378e3d98d50a.json b/data/unsuccessful-reproductions/ac29af65c6d7bc4218ed0c1b7a2a378e3d98d50a.json index 9bdd22acc9bd..4be1617d295b 100644 --- a/data/unsuccessful-reproductions/ac29af65c6d7bc4218ed0c1b7a2a378e3d98d50a.json +++ b/data/unsuccessful-reproductions/ac29af65c6d7bc4218ed0c1b7a2a378e3d98d50a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.176", "newVersion" : "2.17.182", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac3cb5b0f60672893f36d531e2ee42050e376cf0.json b/data/unsuccessful-reproductions/ac3cb5b0f60672893f36d531e2ee42050e376cf0.json index feafcdca6f1c..d7a9cb3af3f3 100644 --- a/data/unsuccessful-reproductions/ac3cb5b0f60672893f36d531e2ee42050e376cf0.json +++ b/data/unsuccessful-reproductions/ac3cb5b0f60672893f36d531e2ee42050e376cf0.json @@ -12,7 +12,10 @@ "previousVersion" : "42.4.2", "newVersion" : "42.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac4ff32a80acadad74da1d90f417261af729b1ff.json b/data/unsuccessful-reproductions/ac4ff32a80acadad74da1d90f417261af729b1ff.json index e843e956bbee..ccaf9dde5e21 100644 --- a/data/unsuccessful-reproductions/ac4ff32a80acadad74da1d90f417261af729b1ff.json +++ b/data/unsuccessful-reproductions/ac4ff32a80acadad74da1d90f417261af729b1ff.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.1", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac5794f718d2c02475ccb16d5c0c849b8375eb94.json b/data/unsuccessful-reproductions/ac5794f718d2c02475ccb16d5c0c849b8375eb94.json index 2b7071effcff..7b15941275bb 100644 --- a/data/unsuccessful-reproductions/ac5794f718d2c02475ccb16d5c0c849b8375eb94.json +++ b/data/unsuccessful-reproductions/ac5794f718d2c02475ccb16d5c0c849b8375eb94.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.7", "newVersion" : "3.1.2", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac6366460746f14b938229e68cf070f0ebfa9695.json b/data/unsuccessful-reproductions/ac6366460746f14b938229e68cf070f0ebfa9695.json index d2dab90da247..fe249062f133 100644 --- a/data/unsuccessful-reproductions/ac6366460746f14b938229e68cf070f0ebfa9695.json +++ b/data/unsuccessful-reproductions/ac6366460746f14b938229e68cf070f0ebfa9695.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac63f11f33bafd823f3dafc8d441621471bc5993.json b/data/unsuccessful-reproductions/ac63f11f33bafd823f3dafc8d441621471bc5993.json index df8e292cc964..17dd43ee6135 100644 --- a/data/unsuccessful-reproductions/ac63f11f33bafd823f3dafc8d441621471bc5993.json +++ b/data/unsuccessful-reproductions/ac63f11f33bafd823f3dafc8d441621471bc5993.json @@ -12,7 +12,10 @@ "previousVersion" : "0.9.2", "newVersion" : "1.5.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac6711783ab32ba420c22ba2b267e636b049c16f.json b/data/unsuccessful-reproductions/ac6711783ab32ba420c22ba2b267e636b049c16f.json index 72b48dfb78ff..a1f9376c8129 100644 --- a/data/unsuccessful-reproductions/ac6711783ab32ba420c22ba2b267e636b049c16f.json +++ b/data/unsuccessful-reproductions/ac6711783ab32ba420c22ba2b267e636b049c16f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.2", "newVersion" : "1.5.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac899f86d12501af286d5fb9eeaf1e3ae5034bd0.json b/data/unsuccessful-reproductions/ac899f86d12501af286d5fb9eeaf1e3ae5034bd0.json index a74388c05293..424916c1d156 100644 --- a/data/unsuccessful-reproductions/ac899f86d12501af286d5fb9eeaf1e3ae5034bd0.json +++ b/data/unsuccessful-reproductions/ac899f86d12501af286d5fb9eeaf1e3ae5034bd0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.192", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac89bccd156d713d32ce0be83c9a3bf4613aed10.json b/data/unsuccessful-reproductions/ac89bccd156d713d32ce0be83c9a3bf4613aed10.json index 2c4d62b3b0b0..f38091be2a0d 100644 --- a/data/unsuccessful-reproductions/ac89bccd156d713d32ce0be83c9a3bf4613aed10.json +++ b/data/unsuccessful-reproductions/ac89bccd156d713d32ce0be83c9a3bf4613aed10.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.5", "newVersion" : "4.2.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ac8a45548b5a928aff755b994461cf7009d66296.json b/data/unsuccessful-reproductions/ac8a45548b5a928aff755b994461cf7009d66296.json index 33413c162932..39e82d6c418f 100644 --- a/data/unsuccessful-reproductions/ac8a45548b5a928aff755b994461cf7009d66296.json +++ b/data/unsuccessful-reproductions/ac8a45548b5a928aff755b994461cf7009d66296.json @@ -12,7 +12,10 @@ "previousVersion" : "6.5.0", "newVersion" : "6.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/acae7a789ec029393aaa4d0e20a0b61677fa7e3c.json b/data/unsuccessful-reproductions/acae7a789ec029393aaa4d0e20a0b61677fa7e3c.json index 9d2651e846b0..e697b8348609 100644 --- a/data/unsuccessful-reproductions/acae7a789ec029393aaa4d0e20a0b61677fa7e3c.json +++ b/data/unsuccessful-reproductions/acae7a789ec029393aaa4d0e20a0b61677fa7e3c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.13", "newVersion" : "3.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/acb89996b6e1aa5746cec65cfcbe93b22222b8c3.json b/data/unsuccessful-reproductions/acb89996b6e1aa5746cec65cfcbe93b22222b8c3.json index c8a8cbaa33e8..bc7d317ee2f8 100644 --- a/data/unsuccessful-reproductions/acb89996b6e1aa5746cec65cfcbe93b22222b8c3.json +++ b/data/unsuccessful-reproductions/acb89996b6e1aa5746cec65cfcbe93b22222b8c3.json @@ -12,7 +12,10 @@ "previousVersion" : "8.7.0", "newVersion" : "8.7.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/acd2d4ed3703af537a87857f958f982f701bc05b.json b/data/unsuccessful-reproductions/acd2d4ed3703af537a87857f958f982f701bc05b.json index bec28d49cdba..3e9d9e2053e3 100644 --- a/data/unsuccessful-reproductions/acd2d4ed3703af537a87857f958f982f701bc05b.json +++ b/data/unsuccessful-reproductions/acd2d4ed3703af537a87857f958f982f701bc05b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.265", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/acd5ef87d31a9427613ccb40a7e00e765e69ea79.json b/data/unsuccessful-reproductions/acd5ef87d31a9427613ccb40a7e00e765e69ea79.json index 8db233b8622f..cfd0aa13c5ac 100644 --- a/data/unsuccessful-reproductions/acd5ef87d31a9427613ccb40a7e00e765e69ea79.json +++ b/data/unsuccessful-reproductions/acd5ef87d31a9427613ccb40a7e00e765e69ea79.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.1", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ace2f4cfe7beb47167322e291e75b47e373253f7.json b/data/unsuccessful-reproductions/ace2f4cfe7beb47167322e291e75b47e373253f7.json index 1d326c76436a..d19044031610 100644 --- a/data/unsuccessful-reproductions/ace2f4cfe7beb47167322e291e75b47e373253f7.json +++ b/data/unsuccessful-reproductions/ace2f4cfe7beb47167322e291e75b47e373253f7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.36", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ace59dd2b5c96a19011510bfa7437bdea424d849.json b/data/unsuccessful-reproductions/ace59dd2b5c96a19011510bfa7437bdea424d849.json index 01cb99ce8ae4..246794cb5e41 100644 --- a/data/unsuccessful-reproductions/ace59dd2b5c96a19011510bfa7437bdea424d849.json +++ b/data/unsuccessful-reproductions/ace59dd2b5c96a19011510bfa7437bdea424d849.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.2", "newVersion" : "3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "CC0-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aced2cb76623bf343ed32f7406ce642169c0090f.json b/data/unsuccessful-reproductions/aced2cb76623bf343ed32f7406ce642169c0090f.json index 58c301f21f91..e4328193f2f0 100644 --- a/data/unsuccessful-reproductions/aced2cb76623bf343ed32f7406ce642169c0090f.json +++ b/data/unsuccessful-reproductions/aced2cb76623bf343ed32f7406ce642169c0090f.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/acfc9be2a5452eadd8fbd295909d565eac725bd0.json b/data/unsuccessful-reproductions/acfc9be2a5452eadd8fbd295909d565eac725bd0.json index 18a0aeb69c66..b31030173494 100644 --- a/data/unsuccessful-reproductions/acfc9be2a5452eadd8fbd295909d565eac725bd0.json +++ b/data/unsuccessful-reproductions/acfc9be2a5452eadd8fbd295909d565eac725bd0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.11", "newVersion" : "3.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad0ed5d0fa38e52bc61fcf47fe0e5760784c90cd.json b/data/unsuccessful-reproductions/ad0ed5d0fa38e52bc61fcf47fe0e5760784c90cd.json index 29681b408dde..bc51e40c62a0 100644 --- a/data/unsuccessful-reproductions/ad0ed5d0fa38e52bc61fcf47fe0e5760784c90cd.json +++ b/data/unsuccessful-reproductions/ad0ed5d0fa38e52bc61fcf47fe0e5760784c90cd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.48.0", "newVersion" : "1.48.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad2d633091b41de60a0b400f12c1fe02556b8f60.json b/data/unsuccessful-reproductions/ad2d633091b41de60a0b400f12c1fe02556b8f60.json index 8c59bf91a19f..6f029614743a 100644 --- a/data/unsuccessful-reproductions/ad2d633091b41de60a0b400f12c1fe02556b8f60.json +++ b/data/unsuccessful-reproductions/ad2d633091b41de60a0b400f12c1fe02556b8f60.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "2.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-2-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad2de22f1bd131896c74164a9055f946e163a462.json b/data/unsuccessful-reproductions/ad2de22f1bd131896c74164a9055f946e163a462.json index 86ac31b221de..2fc43ff4cc63 100644 --- a/data/unsuccessful-reproductions/ad2de22f1bd131896c74164a9055f946e163a462.json +++ b/data/unsuccessful-reproductions/ad2de22f1bd131896c74164a9055f946e163a462.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad36a10b94b9e8da0fc5ce71cf5956721ccac956.json b/data/unsuccessful-reproductions/ad36a10b94b9e8da0fc5ce71cf5956721ccac956.json index 93cbd07a1177..8b95c01b5d75 100644 --- a/data/unsuccessful-reproductions/ad36a10b94b9e8da0fc5ce71cf5956721ccac956.json +++ b/data/unsuccessful-reproductions/ad36a10b94b9e8da0fc5ce71cf5956721ccac956.json @@ -12,7 +12,10 @@ "previousVersion" : "8.26", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad3fd3adfacbbe4f3d207c526fee213fd6d9f6ee.json b/data/unsuccessful-reproductions/ad3fd3adfacbbe4f3d207c526fee213fd6d9f6ee.json index 34ec63e8061e..3a1a90b01320 100644 --- a/data/unsuccessful-reproductions/ad3fd3adfacbbe4f3d207c526fee213fd6d9f6ee.json +++ b/data/unsuccessful-reproductions/ad3fd3adfacbbe4f3d207c526fee213fd6d9f6ee.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1", "newVersion" : "1.3.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad4d0682a3338be9ff2b0a7414199658b7303de3.json b/data/unsuccessful-reproductions/ad4d0682a3338be9ff2b0a7414199658b7303de3.json index 56f50c030602..bb5e29a7e25c 100644 --- a/data/unsuccessful-reproductions/ad4d0682a3338be9ff2b0a7414199658b7303de3.json +++ b/data/unsuccessful-reproductions/ad4d0682a3338be9ff2b0a7414199658b7303de3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad52d5b12b869bd77a32668d7e64f65367a032ce.json b/data/unsuccessful-reproductions/ad52d5b12b869bd77a32668d7e64f65367a032ce.json index bc0e62d42a61..e2bcecfb857a 100644 --- a/data/unsuccessful-reproductions/ad52d5b12b869bd77a32668d7e64f65367a032ce.json +++ b/data/unsuccessful-reproductions/ad52d5b12b869bd77a32668d7e64f65367a032ce.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.3", "newVersion" : "1.0.4", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad6b6ee05cd653aacf7722999786225f34babec0.json b/data/unsuccessful-reproductions/ad6b6ee05cd653aacf7722999786225f34babec0.json index 94d595dfb7c6..fc4254b2e2ab 100644 --- a/data/unsuccessful-reproductions/ad6b6ee05cd653aacf7722999786225f34babec0.json +++ b/data/unsuccessful-reproductions/ad6b6ee05cd653aacf7722999786225f34babec0.json @@ -12,7 +12,10 @@ "previousVersion" : "1556.vfc6a_f216e3c6", "newVersion" : "1577.v63609d9cb_5dc", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad7825f208dcabdb3afde40a64a6a282788a4f96.json b/data/unsuccessful-reproductions/ad7825f208dcabdb3afde40a64a6a282788a4f96.json index ce9b022fa82e..91186fd6d5f0 100644 --- a/data/unsuccessful-reproductions/ad7825f208dcabdb3afde40a64a6a282788a4f96.json +++ b/data/unsuccessful-reproductions/ad7825f208dcabdb3afde40a64a6a282788a4f96.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.0", "newVersion" : "1.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "googleapis/google-auth-library-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad82c43ba5cd716bf67ba9ea08e5e5f91b2f1b96.json b/data/unsuccessful-reproductions/ad82c43ba5cd716bf67ba9ea08e5e5f91b2f1b96.json index 496d864f39c8..0a617c189453 100644 --- a/data/unsuccessful-reproductions/ad82c43ba5cd716bf67ba9ea08e5e5f91b2f1b96.json +++ b/data/unsuccessful-reproductions/ad82c43ba5cd716bf67ba9ea08e5e5f91b2f1b96.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad89c72ee5f6ed6878e4d3e583f8f3f5addac12f.json b/data/unsuccessful-reproductions/ad89c72ee5f6ed6878e4d3e583f8f3f5addac12f.json index 80c358dfb5eb..b1601e260a59 100644 --- a/data/unsuccessful-reproductions/ad89c72ee5f6ed6878e4d3e583f8f3f5addac12f.json +++ b/data/unsuccessful-reproductions/ad89c72ee5f6ed6878e4d3e583f8f3f5addac12f.json @@ -12,7 +12,10 @@ "previousVersion" : "13", "newVersion" : "14", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad8f08010a10989e94ce231b724e37d454bf9289.json b/data/unsuccessful-reproductions/ad8f08010a10989e94ce231b724e37d454bf9289.json index 6cb8f542545a..b9fde8392803 100644 --- a/data/unsuccessful-reproductions/ad8f08010a10989e94ce231b724e37d454bf9289.json +++ b/data/unsuccessful-reproductions/ad8f08010a10989e94ce231b724e37d454bf9289.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad92b021c53bda13d123cf8185458c84af6f34e5.json b/data/unsuccessful-reproductions/ad92b021c53bda13d123cf8185458c84af6f34e5.json index 22542ffabbc6..810c9a5588d4 100644 --- a/data/unsuccessful-reproductions/ad92b021c53bda13d123cf8185458c84af6f34e5.json +++ b/data/unsuccessful-reproductions/ad92b021c53bda13d123cf8185458c84af6f34e5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ad988d50bf0fe6de57543788d873a32ede7fda7c.json b/data/unsuccessful-reproductions/ad988d50bf0fe6de57543788d873a32ede7fda7c.json index f5f52940fd36..d0941f772dc2 100644 --- a/data/unsuccessful-reproductions/ad988d50bf0fe6de57543788d873a32ede7fda7c.json +++ b/data/unsuccessful-reproductions/ad988d50bf0fe6de57543788d873a32ede7fda7c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/adb2121b38a1abf5f19976b330d1e2d75654cfe8.json b/data/unsuccessful-reproductions/adb2121b38a1abf5f19976b330d1e2d75654cfe8.json index 846f6d33cb19..64b5cd30f868 100644 --- a/data/unsuccessful-reproductions/adb2121b38a1abf5f19976b330d1e2d75654cfe8.json +++ b/data/unsuccessful-reproductions/adb2121b38a1abf5f19976b330d1e2d75654cfe8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.36", "newVersion" : "1.12.261", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/adb46a7fecd2751d331382aa93a838ea71b2c540.json b/data/unsuccessful-reproductions/adb46a7fecd2751d331382aa93a838ea71b2c540.json index cde518c72cf9..f0ccdfb94dec 100644 --- a/data/unsuccessful-reproductions/adb46a7fecd2751d331382aa93a838ea71b2c540.json +++ b/data/unsuccessful-reproductions/adb46a7fecd2751d331382aa93a838ea71b2c540.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.4", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/adb58262858440adc2fd3533985a6798b9ea881a.json b/data/unsuccessful-reproductions/adb58262858440adc2fd3533985a6798b9ea881a.json index 404ccc6043b9..ecf3dfbf7140 100644 --- a/data/unsuccessful-reproductions/adb58262858440adc2fd3533985a6798b9ea881a.json +++ b/data/unsuccessful-reproductions/adb58262858440adc2fd3533985a6798b9ea881a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.431", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/adb612e8501e5ba7050b4f3a6cd9e1f548cab9c8.json b/data/unsuccessful-reproductions/adb612e8501e5ba7050b4f3a6cd9e1f548cab9c8.json index 5d9eca58acb6..5b58ab24f158 100644 --- a/data/unsuccessful-reproductions/adb612e8501e5ba7050b4f3a6cd9e1f548cab9c8.json +++ b/data/unsuccessful-reproductions/adb612e8501e5ba7050b4f3a6cd9e1f548cab9c8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.21-SNAPSHOT", "newVersion" : "1.8.21", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/adc8d96b71a739bc5e0da48f069ba7b99b42fcb2.json b/data/unsuccessful-reproductions/adc8d96b71a739bc5e0da48f069ba7b99b42fcb2.json index f1f71554746d..e6bcf839f587 100644 --- a/data/unsuccessful-reproductions/adc8d96b71a739bc5e0da48f069ba7b99b42fcb2.json +++ b/data/unsuccessful-reproductions/adc8d96b71a739bc5e0da48f069ba7b99b42fcb2.json @@ -12,7 +12,10 @@ "previousVersion" : "0.5-rc1", "newVersion" : "1.0-beta-3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/add6e0f9df2f44744e4b277f6e421b5cc3750930.json b/data/unsuccessful-reproductions/add6e0f9df2f44744e4b277f6e421b5cc3750930.json index 9bd8f902375e..671eae822bbb 100644 --- a/data/unsuccessful-reproductions/add6e0f9df2f44744e4b277f6e421b5cc3750930.json +++ b/data/unsuccessful-reproductions/add6e0f9df2f44744e4b277f6e421b5cc3750930.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.18.39", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/addcccd2dd9964fdfdaf5c4c5c574ddbc92933b8.json b/data/unsuccessful-reproductions/addcccd2dd9964fdfdaf5c4c5c574ddbc92933b8.json index 7b96c3a1c485..7de17085de24 100644 --- a/data/unsuccessful-reproductions/addcccd2dd9964fdfdaf5c4c5c574ddbc92933b8.json +++ b/data/unsuccessful-reproductions/addcccd2dd9964fdfdaf5c4c5c574ddbc92933b8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.104", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ade2e1486d09f1291b33943e5a44b0eae6b803e4.json b/data/unsuccessful-reproductions/ade2e1486d09f1291b33943e5a44b0eae6b803e4.json index e0fc333b62db..f78559f7a94b 100644 --- a/data/unsuccessful-reproductions/ade2e1486d09f1291b33943e5a44b0eae6b803e4.json +++ b/data/unsuccessful-reproductions/ade2e1486d09f1291b33943e5a44b0eae6b803e4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/adeb40bbfa04279c1955aa3691d01b531474b7b6.json b/data/unsuccessful-reproductions/adeb40bbfa04279c1955aa3691d01b531474b7b6.json index 2e2ae9001d6a..a7d842f66de8 100644 --- a/data/unsuccessful-reproductions/adeb40bbfa04279c1955aa3691d01b531474b7b6.json +++ b/data/unsuccessful-reproductions/adeb40bbfa04279c1955aa3691d01b531474b7b6.json @@ -12,7 +12,10 @@ "previousVersion" : "6.20.0", "newVersion" : "6.20.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-3.0", + "githubRepoSlug" : "TIBCOSoftware/jasperreports" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/adf1134450f5ff64f50354f1cc28ba79b44e0ea4.json b/data/unsuccessful-reproductions/adf1134450f5ff64f50354f1cc28ba79b44e0ea4.json index 827c9cd727be..2de794167840 100644 --- a/data/unsuccessful-reproductions/adf1134450f5ff64f50354f1cc28ba79b44e0ea4.json +++ b/data/unsuccessful-reproductions/adf1134450f5ff64f50354f1cc28ba79b44e0ea4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.16.Final", "newVersion" : "2.2.19.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/adfa2aaa9cd8787b7c294261ebdffa6ff9e14213.json b/data/unsuccessful-reproductions/adfa2aaa9cd8787b7c294261ebdffa6ff9e14213.json index 09a4ab8543d2..ad6e1c2dee6e 100644 --- a/data/unsuccessful-reproductions/adfa2aaa9cd8787b7c294261ebdffa6ff9e14213.json +++ b/data/unsuccessful-reproductions/adfa2aaa9cd8787b7c294261ebdffa6ff9e14213.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.74", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/adfa5711ff6a74b97700e85249bfb84a3e59da4e.json b/data/unsuccessful-reproductions/adfa5711ff6a74b97700e85249bfb84a3e59da4e.json index b2ab3550321d..ed2de3e2457f 100644 --- a/data/unsuccessful-reproductions/adfa5711ff6a74b97700e85249bfb84a3e59da4e.json +++ b/data/unsuccessful-reproductions/adfa5711ff6a74b97700e85249bfb84a3e59da4e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.24.4", "newVersion" : "2.24.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae05868c0a98c76d0a1e3e7dce7af47c4be2c032.json b/data/unsuccessful-reproductions/ae05868c0a98c76d0a1e3e7dce7af47c4be2c032.json index aeb0c70609df..b69ddc7185ba 100644 --- a/data/unsuccessful-reproductions/ae05868c0a98c76d0a1e3e7dce7af47c4be2c032.json +++ b/data/unsuccessful-reproductions/ae05868c0a98c76d0a1e3e7dce7af47c4be2c032.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae05d44a869ca1f2a60bd2b64fd37cecdd44b7e3.json b/data/unsuccessful-reproductions/ae05d44a869ca1f2a60bd2b64fd37cecdd44b7e3.json index aecf270ee2b1..8a43f5127b00 100644 --- a/data/unsuccessful-reproductions/ae05d44a869ca1f2a60bd2b64fd37cecdd44b7e3.json +++ b/data/unsuccessful-reproductions/ae05d44a869ca1f2a60bd2b64fd37cecdd44b7e3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.2", "newVersion" : "1.5.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae0f71805bd29f761f4bd472e5653f8171551499.json b/data/unsuccessful-reproductions/ae0f71805bd29f761f4bd472e5653f8171551499.json index 2e746740f3c2..c2d358b598a5 100644 --- a/data/unsuccessful-reproductions/ae0f71805bd29f761f4bd472e5653f8171551499.json +++ b/data/unsuccessful-reproductions/ae0f71805bd29f761f4bd472e5653f8171551499.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "2.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae1321625288b78a839e332e2a05362779abe2a5.json b/data/unsuccessful-reproductions/ae1321625288b78a839e332e2a05362779abe2a5.json index 21a735f23bbc..0faa28bd5589 100644 --- a/data/unsuccessful-reproductions/ae1321625288b78a839e332e2a05362779abe2a5.json +++ b/data/unsuccessful-reproductions/ae1321625288b78a839e332e2a05362779abe2a5.json @@ -12,7 +12,10 @@ "previousVersion" : "10.12.1", "newVersion" : "10.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae2107ff2fed48083bad1a5560e8e2192d535527.json b/data/unsuccessful-reproductions/ae2107ff2fed48083bad1a5560e8e2192d535527.json index 707ff38b8e65..17e0572043ff 100644 --- a/data/unsuccessful-reproductions/ae2107ff2fed48083bad1a5560e8e2192d535527.json +++ b/data/unsuccessful-reproductions/ae2107ff2fed48083bad1a5560e8e2192d535527.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae2468cc19909a0bd54b9bee9f7a101ebda9a79c.json b/data/unsuccessful-reproductions/ae2468cc19909a0bd54b9bee9f7a101ebda9a79c.json index 11102ca93e06..b4e36d0e1c5f 100644 --- a/data/unsuccessful-reproductions/ae2468cc19909a0bd54b9bee9f7a101ebda9a79c.json +++ b/data/unsuccessful-reproductions/ae2468cc19909a0bd54b9bee9f7a101ebda9a79c.json @@ -12,7 +12,10 @@ "previousVersion" : "20211205", "newVersion" : "20220320", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae32b31eedcfde17e4efff74f43f2a6b43ed6579.json b/data/unsuccessful-reproductions/ae32b31eedcfde17e4efff74f43f2a6b43ed6579.json index a1e3a43671a8..1732960a6be7 100644 --- a/data/unsuccessful-reproductions/ae32b31eedcfde17e4efff74f43f2a6b43ed6579.json +++ b/data/unsuccessful-reproductions/ae32b31eedcfde17e4efff74f43f2a6b43ed6579.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33.3", "newVersion" : "1.34.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae4c2a322f0b47dc617bb7b2d60c2b4391eddb33.json b/data/unsuccessful-reproductions/ae4c2a322f0b47dc617bb7b2d60c2b4391eddb33.json index f81dc26da8ec..8fee4be6d8ec 100644 --- a/data/unsuccessful-reproductions/ae4c2a322f0b47dc617bb7b2d60c2b4391eddb33.json +++ b/data/unsuccessful-reproductions/ae4c2a322f0b47dc617bb7b2d60c2b4391eddb33.json @@ -12,7 +12,10 @@ "previousVersion" : "1.54.1", "newVersion" : "1.57.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae4cc43d8d52539f41fbbd0f9887dc0aa49861bf.json b/data/unsuccessful-reproductions/ae4cc43d8d52539f41fbbd0f9887dc0aa49861bf.json index c32f155ff0d9..dcda7737e95b 100644 --- a/data/unsuccessful-reproductions/ae4cc43d8d52539f41fbbd0f9887dc0aa49861bf.json +++ b/data/unsuccessful-reproductions/ae4cc43d8d52539f41fbbd0f9887dc0aa49861bf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.20", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae5694abdce62d14ae496e3515953ae0c67ebb09.json b/data/unsuccessful-reproductions/ae5694abdce62d14ae496e3515953ae0c67ebb09.json index ce8de6f49a5d..952074c1cf1a 100644 --- a/data/unsuccessful-reproductions/ae5694abdce62d14ae496e3515953ae0c67ebb09.json +++ b/data/unsuccessful-reproductions/ae5694abdce62d14ae496e3515953ae0c67ebb09.json @@ -12,7 +12,10 @@ "previousVersion" : "2.28.0", "newVersion" : "2.29.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae77f9477c1c2ead87d06552a2448f1ca7c84e71.json b/data/unsuccessful-reproductions/ae77f9477c1c2ead87d06552a2448f1ca7c84e71.json index 3442839dc7b8..c349c526d6ad 100644 --- a/data/unsuccessful-reproductions/ae77f9477c1c2ead87d06552a2448f1ca7c84e71.json +++ b/data/unsuccessful-reproductions/ae77f9477c1c2ead87d06552a2448f1ca7c84e71.json @@ -12,7 +12,10 @@ "previousVersion" : "v20230228", "newVersion" : "v20230411", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae7a89bf186b77dcfbf851e008eb078409d05766.json b/data/unsuccessful-reproductions/ae7a89bf186b77dcfbf851e008eb078409d05766.json index d5f91ef6ad26..ce7de635f49f 100644 --- a/data/unsuccessful-reproductions/ae7a89bf186b77dcfbf851e008eb078409d05766.json +++ b/data/unsuccessful-reproductions/ae7a89bf186b77dcfbf851e008eb078409d05766.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1.0.RC0", "newVersion" : "10.0.10", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae82c50bf5105aa60466b9bc2b700406645f6a7e.json b/data/unsuccessful-reproductions/ae82c50bf5105aa60466b9bc2b700406645f6a7e.json index 01f93ae95fca..c950a9a65eef 100644 --- a/data/unsuccessful-reproductions/ae82c50bf5105aa60466b9bc2b700406645f6a7e.json +++ b/data/unsuccessful-reproductions/ae82c50bf5105aa60466b9bc2b700406645f6a7e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.12", "newVersion" : "3.22.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ae918c04202003445799f75343cc212e33b276c2.json b/data/unsuccessful-reproductions/ae918c04202003445799f75343cc212e33b276c2.json index 88eb1d39bfe3..d85ad4abd50c 100644 --- a/data/unsuccessful-reproductions/ae918c04202003445799f75343cc212e33b276c2.json +++ b/data/unsuccessful-reproductions/ae918c04202003445799f75343cc212e33b276c2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.0", "newVersion" : "3.23.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aea711f096c87ecbe59dda327669b049b5b7aace.json b/data/unsuccessful-reproductions/aea711f096c87ecbe59dda327669b049b5b7aace.json index 58302dd4b072..714b7f72dc62 100644 --- a/data/unsuccessful-reproductions/aea711f096c87ecbe59dda327669b049b5b7aace.json +++ b/data/unsuccessful-reproductions/aea711f096c87ecbe59dda327669b049b5b7aace.json @@ -12,7 +12,10 @@ "previousVersion" : "0.22", "newVersion" : "0.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aeadfb949fd6f70e98d66a3a109ffeb1016e38df.json b/data/unsuccessful-reproductions/aeadfb949fd6f70e98d66a3a109ffeb1016e38df.json index a6d92f895893..1e854b726867 100644 --- a/data/unsuccessful-reproductions/aeadfb949fd6f70e98d66a3a109ffeb1016e38df.json +++ b/data/unsuccessful-reproductions/aeadfb949fd6f70e98d66a3a109ffeb1016e38df.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aebb07942f836fae3ec959b04c6b408647f0278e.json b/data/unsuccessful-reproductions/aebb07942f836fae3ec959b04c6b408647f0278e.json index 2a135e5daa79..955335605838 100644 --- a/data/unsuccessful-reproductions/aebb07942f836fae3ec959b04c6b408647f0278e.json +++ b/data/unsuccessful-reproductions/aebb07942f836fae3ec959b04c6b408647f0278e.json @@ -12,7 +12,10 @@ "previousVersion" : "24.4.0", "newVersion" : "25.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aee83e94bc6cee6b9259298b601576acf10578e4.json b/data/unsuccessful-reproductions/aee83e94bc6cee6b9259298b601576acf10578e4.json index d77741bb31e1..1010f800fcfd 100644 --- a/data/unsuccessful-reproductions/aee83e94bc6cee6b9259298b601576acf10578e4.json +++ b/data/unsuccessful-reproductions/aee83e94bc6cee6b9259298b601576acf10578e4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.20", "newVersion" : "2.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aee9f0c8c05c9df6f10f7e3926bf2ebad214dc35.json b/data/unsuccessful-reproductions/aee9f0c8c05c9df6f10f7e3926bf2ebad214dc35.json index cb9341628609..7fa648f52453 100644 --- a/data/unsuccessful-reproductions/aee9f0c8c05c9df6f10f7e3926bf2ebad214dc35.json +++ b/data/unsuccessful-reproductions/aee9f0c8c05c9df6f10f7e3926bf2ebad214dc35.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.2", "newVersion" : "5.9.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/aef55facdae424b9c1da02946f8c2e3e76b6e31b.json b/data/unsuccessful-reproductions/aef55facdae424b9c1da02946f8c2e3e76b6e31b.json index a343f36209cf..6495a46432c5 100644 --- a/data/unsuccessful-reproductions/aef55facdae424b9c1da02946f8c2e3e76b6e31b.json +++ b/data/unsuccessful-reproductions/aef55facdae424b9c1da02946f8c2e3e76b6e31b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.16", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af0cdbb5a765333432a9860f27b78475a891cb49.json b/data/unsuccessful-reproductions/af0cdbb5a765333432a9860f27b78475a891cb49.json index e9b25358cb2f..69321254b564 100644 --- a/data/unsuccessful-reproductions/af0cdbb5a765333432a9860f27b78475a891cb49.json +++ b/data/unsuccessful-reproductions/af0cdbb5a765333432a9860f27b78475a891cb49.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.2", "newVersion" : "5.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af2768e0b4a2adef0ff21c577e4365320bf5e8cf.json b/data/unsuccessful-reproductions/af2768e0b4a2adef0ff21c577e4365320bf5e8cf.json index 25deada19cb1..bf9ab30b9526 100644 --- a/data/unsuccessful-reproductions/af2768e0b4a2adef0ff21c577e4365320bf5e8cf.json +++ b/data/unsuccessful-reproductions/af2768e0b4a2adef0ff21c577e4365320bf5e8cf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.89", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af2ff5da85582e5ce22548d1f7ef21f38933f68a.json b/data/unsuccessful-reproductions/af2ff5da85582e5ce22548d1f7ef21f38933f68a.json index f22f3cd8b40f..3395743e2746 100644 --- a/data/unsuccessful-reproductions/af2ff5da85582e5ce22548d1f7ef21f38933f68a.json +++ b/data/unsuccessful-reproductions/af2ff5da85582e5ce22548d1f7ef21f38933f68a.json @@ -12,7 +12,10 @@ "previousVersion" : "20230227", "newVersion" : "20230618", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af408125560f6bdb0935054bd1118587e35f1328.json b/data/unsuccessful-reproductions/af408125560f6bdb0935054bd1118587e35f1328.json index 7545b54e24bc..8a690575b97d 100644 --- a/data/unsuccessful-reproductions/af408125560f6bdb0935054bd1118587e35f1328.json +++ b/data/unsuccessful-reproductions/af408125560f6bdb0935054bd1118587e35f1328.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.2", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/eclipselink" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af68fae4f77d2030c71bef32bbb6978f32725a7a.json b/data/unsuccessful-reproductions/af68fae4f77d2030c71bef32bbb6978f32725a7a.json index d23f2d9b22e5..98f9a0612f44 100644 --- a/data/unsuccessful-reproductions/af68fae4f77d2030c71bef32bbb6978f32725a7a.json +++ b/data/unsuccessful-reproductions/af68fae4f77d2030c71bef32bbb6978f32725a7a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "2.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af77308281db6dde986c40416993b27ad9a81f0d.json b/data/unsuccessful-reproductions/af77308281db6dde986c40416993b27ad9a81f0d.json index 7e588ed3c5ac..4f4c6875d647 100644 --- a/data/unsuccessful-reproductions/af77308281db6dde986c40416993b27ad9a81f0d.json +++ b/data/unsuccessful-reproductions/af77308281db6dde986c40416993b27ad9a81f0d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.43.1", "newVersion" : "1.43.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af7a77e40316a224890a27f4b752e364eb61523f.json b/data/unsuccessful-reproductions/af7a77e40316a224890a27f4b752e364eb61523f.json index d944e1498bd3..2416978a558b 100644 --- a/data/unsuccessful-reproductions/af7a77e40316a224890a27f4b752e364eb61523f.json +++ b/data/unsuccessful-reproductions/af7a77e40316a224890a27f4b752e364eb61523f.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.0", "newVersion" : "0.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af7c153101599af8f4bd6283fbb423fe0b5413d6.json b/data/unsuccessful-reproductions/af7c153101599af8f4bd6283fbb423fe0b5413d6.json index 752333b0e01e..17ef110a4423 100644 --- a/data/unsuccessful-reproductions/af7c153101599af8f4bd6283fbb423fe0b5413d6.json +++ b/data/unsuccessful-reproductions/af7c153101599af8f4bd6283fbb423fe0b5413d6.json @@ -12,7 +12,10 @@ "previousVersion" : "6.9.0.23563", "newVersion" : "7.7.0.28547", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af7d630aad858fa47038dad12f012da1b77e9550.json b/data/unsuccessful-reproductions/af7d630aad858fa47038dad12f012da1b77e9550.json index 570ce1cfd941..b58342f4b056 100644 --- a/data/unsuccessful-reproductions/af7d630aad858fa47038dad12f012da1b77e9550.json +++ b/data/unsuccessful-reproductions/af7d630aad858fa47038dad12f012da1b77e9550.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.8", "newVersion" : "1.2.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af8b444de69adef02c066a66103660fa3bef06b1.json b/data/unsuccessful-reproductions/af8b444de69adef02c066a66103660fa3bef06b1.json index d1e1c0ecfe8f..49ef376bd3ec 100644 --- a/data/unsuccessful-reproductions/af8b444de69adef02c066a66103660fa3bef06b1.json +++ b/data/unsuccessful-reproductions/af8b444de69adef02c066a66103660fa3bef06b1.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1", "newVersion" : "3.1-jenkins-1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af96148f675e2e7907a647dc30eb3e2084b5dbe4.json b/data/unsuccessful-reproductions/af96148f675e2e7907a647dc30eb3e2084b5dbe4.json index f43cfb3bcd5c..f17138e55ac4 100644 --- a/data/unsuccessful-reproductions/af96148f675e2e7907a647dc30eb3e2084b5dbe4.json +++ b/data/unsuccessful-reproductions/af96148f675e2e7907a647dc30eb3e2084b5dbe4.json @@ -12,7 +12,10 @@ "previousVersion" : "0.14.3", "newVersion" : "0.28.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af9697e7cd78021273bddce579ac6cabb7dfe8b6.json b/data/unsuccessful-reproductions/af9697e7cd78021273bddce579ac6cabb7dfe8b6.json index 9dd10501ba1d..b761f7d08bb0 100644 --- a/data/unsuccessful-reproductions/af9697e7cd78021273bddce579ac6cabb7dfe8b6.json +++ b/data/unsuccessful-reproductions/af9697e7cd78021273bddce579ac6cabb7dfe8b6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.6", "newVersion" : "1.2.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/af9f6f1255274c9a6ded52770e35636192fa4847.json b/data/unsuccessful-reproductions/af9f6f1255274c9a6ded52770e35636192fa4847.json index 69db68eb9d7c..68fb8c506d69 100644 --- a/data/unsuccessful-reproductions/af9f6f1255274c9a6ded52770e35636192fa4847.json +++ b/data/unsuccessful-reproductions/af9f6f1255274c9a6ded52770e35636192fa4847.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/afa4be68fec48ba7801bbd566a8417d8c5c2757a.json b/data/unsuccessful-reproductions/afa4be68fec48ba7801bbd566a8417d8c5c2757a.json index 6efd4ae57736..b666b975c9c1 100644 --- a/data/unsuccessful-reproductions/afa4be68fec48ba7801bbd566a8417d8c5c2757a.json +++ b/data/unsuccessful-reproductions/afa4be68fec48ba7801bbd566a8417d8c5c2757a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/afa8ee0319b8ce3530e9bd80733977700db8cd3f.json b/data/unsuccessful-reproductions/afa8ee0319b8ce3530e9bd80733977700db8cd3f.json index 28e86ad2ef12..b3f5ece5e1d3 100644 --- a/data/unsuccessful-reproductions/afa8ee0319b8ce3530e9bd80733977700db8cd3f.json +++ b/data/unsuccessful-reproductions/afa8ee0319b8ce3530e9bd80733977700db8cd3f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/afa9f1327ec0bcdbc6aaa0aa945cff21da6486cd.json b/data/unsuccessful-reproductions/afa9f1327ec0bcdbc6aaa0aa945cff21da6486cd.json index f8e89521e453..4fed8eb7ac60 100644 --- a/data/unsuccessful-reproductions/afa9f1327ec0bcdbc6aaa0aa945cff21da6486cd.json +++ b/data/unsuccessful-reproductions/afa9f1327ec0bcdbc6aaa0aa945cff21da6486cd.json @@ -12,7 +12,10 @@ "previousVersion" : "30.0-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/afb113f0530ab2108bfa1f42796e3a0218d4c4eb.json b/data/unsuccessful-reproductions/afb113f0530ab2108bfa1f42796e3a0218d4c4eb.json index e209ceaa13d8..d1c501c61bc0 100644 --- a/data/unsuccessful-reproductions/afb113f0530ab2108bfa1f42796e3a0218d4c4eb.json +++ b/data/unsuccessful-reproductions/afb113f0530ab2108bfa1f42796e3a0218d4c4eb.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.11", "newVersion" : "3.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/afbe8289b756b3679e0c5cc7b8916a193983309a.json b/data/unsuccessful-reproductions/afbe8289b756b3679e0c5cc7b8916a193983309a.json index c8af80465f1a..9a47bc43885e 100644 --- a/data/unsuccessful-reproductions/afbe8289b756b3679e0c5cc7b8916a193983309a.json +++ b/data/unsuccessful-reproductions/afbe8289b756b3679e0c5cc7b8916a193983309a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.20", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/afcc0c5695b8f7e58e66cf74cc3b31c5d9d360ec.json b/data/unsuccessful-reproductions/afcc0c5695b8f7e58e66cf74cc3b31c5d9d360ec.json index 04a6c9f130dc..d41a30440df5 100644 --- a/data/unsuccessful-reproductions/afcc0c5695b8f7e58e66cf74cc3b31c5d9d360ec.json +++ b/data/unsuccessful-reproductions/afcc0c5695b8f7e58e66cf74cc3b31c5d9d360ec.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.261", "newVersion" : "1.12.468", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/afe4fca046a341dba5c75d962a991df07c7674ca.json b/data/unsuccessful-reproductions/afe4fca046a341dba5c75d962a991df07c7674ca.json index fa3691f6ca9b..6f9e46cdf52e 100644 --- a/data/unsuccessful-reproductions/afe4fca046a341dba5c75d962a991df07c7674ca.json +++ b/data/unsuccessful-reproductions/afe4fca046a341dba5c75d962a991df07c7674ca.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.3", "newVersion" : "3.21.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/affe2806bf581e2c12b875794da83dbfad6a5a44.json b/data/unsuccessful-reproductions/affe2806bf581e2c12b875794da83dbfad6a5a44.json index 369cf8ceac88..e8408fbe0096 100644 --- a/data/unsuccessful-reproductions/affe2806bf581e2c12b875794da83dbfad6a5a44.json +++ b/data/unsuccessful-reproductions/affe2806bf581e2c12b875794da83dbfad6a5a44.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.4", "newVersion" : "3.14.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/affed1f88f87bcef126b2a7c38fe112675714414.json b/data/unsuccessful-reproductions/affed1f88f87bcef126b2a7c38fe112675714414.json index 1ac61dfeb17f..1813973db86c 100644 --- a/data/unsuccessful-reproductions/affed1f88f87bcef126b2a7c38fe112675714414.json +++ b/data/unsuccessful-reproductions/affed1f88f87bcef126b2a7c38fe112675714414.json @@ -12,7 +12,10 @@ "previousVersion" : "1607.va_c1576527071", "newVersion" : "1723.vcb_9fee52c9fc", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b03691789c8eac7a5a4743b75dcdfb7373d6ec3f.json b/data/unsuccessful-reproductions/b03691789c8eac7a5a4743b75dcdfb7373d6ec3f.json index 1817a391dd1b..2f19d3ac73fc 100644 --- a/data/unsuccessful-reproductions/b03691789c8eac7a5a4743b75dcdfb7373d6ec3f.json +++ b/data/unsuccessful-reproductions/b03691789c8eac7a5a4743b75dcdfb7373d6ec3f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b04521b86f02b12ddfdfe441c675bf462d18833f.json b/data/unsuccessful-reproductions/b04521b86f02b12ddfdfe441c675bf462d18833f.json index 2cd8c89ac615..61e8e9830173 100644 --- a/data/unsuccessful-reproductions/b04521b86f02b12ddfdfe441c675bf462d18833f.json +++ b/data/unsuccessful-reproductions/b04521b86f02b12ddfdfe441c675bf462d18833f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.7", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b0668924731c9719aa289afa2a3c075969dbd2ef.json b/data/unsuccessful-reproductions/b0668924731c9719aa289afa2a3c075969dbd2ef.json index 402f75b7778f..5c584f718e52 100644 --- a/data/unsuccessful-reproductions/b0668924731c9719aa289afa2a3c075969dbd2ef.json +++ b/data/unsuccessful-reproductions/b0668924731c9719aa289afa2a3c075969dbd2ef.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.52", "newVersion" : "8.12.53", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b06b3ffdc2c63a534dc18166c32ae077f1b96fe8.json b/data/unsuccessful-reproductions/b06b3ffdc2c63a534dc18166c32ae077f1b96fe8.json index f10b2fae4632..92c592944c67 100644 --- a/data/unsuccessful-reproductions/b06b3ffdc2c63a534dc18166c32ae077f1b96fe8.json +++ b/data/unsuccessful-reproductions/b06b3ffdc2c63a534dc18166c32ae077f1b96fe8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b06f2beeb5e88eb2655106ad740209ec2350ecd7.json b/data/unsuccessful-reproductions/b06f2beeb5e88eb2655106ad740209ec2350ecd7.json index 1abf51e6f78b..9d1895c04d4d 100644 --- a/data/unsuccessful-reproductions/b06f2beeb5e88eb2655106ad740209ec2350ecd7.json +++ b/data/unsuccessful-reproductions/b06f2beeb5e88eb2655106ad740209ec2350ecd7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.0.14", "newVersion" : "2.1.0.16", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b06fa88734d29dbfb559a6f2e0df257b9ce95e25.json b/data/unsuccessful-reproductions/b06fa88734d29dbfb559a6f2e0df257b9ce95e25.json index 8a05b6bed67c..37c3c9567e8f 100644 --- a/data/unsuccessful-reproductions/b06fa88734d29dbfb559a6f2e0df257b9ce95e25.json +++ b/data/unsuccessful-reproductions/b06fa88734d29dbfb559a6f2e0df257b9ce95e25.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.22.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b08a23d759e3cd3b650d1e9e647fbca1c260e80b.json b/data/unsuccessful-reproductions/b08a23d759e3cd3b650d1e9e647fbca1c260e80b.json index 7611b396758e..a21ea14958f7 100644 --- a/data/unsuccessful-reproductions/b08a23d759e3cd3b650d1e9e647fbca1c260e80b.json +++ b/data/unsuccessful-reproductions/b08a23d759e3cd3b650d1e9e647fbca1c260e80b.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b0a37ee9d57ee70eb66108485df105fd3729a6af.json b/data/unsuccessful-reproductions/b0a37ee9d57ee70eb66108485df105fd3729a6af.json index 900a52d13272..995fb16336b4 100644 --- a/data/unsuccessful-reproductions/b0a37ee9d57ee70eb66108485df105fd3729a6af.json +++ b/data/unsuccessful-reproductions/b0a37ee9d57ee70eb66108485df105fd3729a6af.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.2", "newVersion" : "42.3.3", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b0a432edc51f44a050acbb4566439ae821d4c965.json b/data/unsuccessful-reproductions/b0a432edc51f44a050acbb4566439ae821d4c965.json index a74611d5ce5e..328eb2be2c8f 100644 --- a/data/unsuccessful-reproductions/b0a432edc51f44a050acbb4566439ae821d4c965.json +++ b/data/unsuccessful-reproductions/b0a432edc51f44a050acbb4566439ae821d4c965.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b0bb5cb31afa6eb75d255d1040b7cffc78cfcad6.json b/data/unsuccessful-reproductions/b0bb5cb31afa6eb75d255d1040b7cffc78cfcad6.json index ecf5f721364b..fd2c1fba7efd 100644 --- a/data/unsuccessful-reproductions/b0bb5cb31afa6eb75d255d1040b7cffc78cfcad6.json +++ b/data/unsuccessful-reproductions/b0bb5cb31afa6eb75d255d1040b7cffc78cfcad6.json @@ -12,7 +12,10 @@ "previousVersion" : "6.5.3", "newVersion" : "6.5.3-jdk8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b0c14209aba3e49847837abb0471b68f053adac9.json b/data/unsuccessful-reproductions/b0c14209aba3e49847837abb0471b68f053adac9.json index 6bf2dda72dcf..5e8ec0dfed15 100644 --- a/data/unsuccessful-reproductions/b0c14209aba3e49847837abb0471b68f053adac9.json +++ b/data/unsuccessful-reproductions/b0c14209aba3e49847837abb0471b68f053adac9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.2", "newVersion" : "2.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b0e4654a29cdf002e2912cdd0d4078e3924a7082.json b/data/unsuccessful-reproductions/b0e4654a29cdf002e2912cdd0d4078e3924a7082.json index e8b158d6e608..d6c2838c9cd6 100644 --- a/data/unsuccessful-reproductions/b0e4654a29cdf002e2912cdd0d4078e3924a7082.json +++ b/data/unsuccessful-reproductions/b0e4654a29cdf002e2912cdd0d4078e3924a7082.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.366", "newVersion" : "1.12.376", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b0e8aa33a53c89631551979e7ac5bc25abf09cff.json b/data/unsuccessful-reproductions/b0e8aa33a53c89631551979e7ac5bc25abf09cff.json index d76029c0f4e2..4bf5fb2b834f 100644 --- a/data/unsuccessful-reproductions/b0e8aa33a53c89631551979e7ac5bc25abf09cff.json +++ b/data/unsuccessful-reproductions/b0e8aa33a53c89631551979e7ac5bc25abf09cff.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.68", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b0e8c4e92a92fcf7336d64e99ef5a4ea2b21624f.json b/data/unsuccessful-reproductions/b0e8c4e92a92fcf7336d64e99ef5a4ea2b21624f.json index 4b74c1820580..94f5b06944a2 100644 --- a/data/unsuccessful-reproductions/b0e8c4e92a92fcf7336d64e99ef5a4ea2b21624f.json +++ b/data/unsuccessful-reproductions/b0e8c4e92a92fcf7336d64e99ef5a4ea2b21624f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.2", "newVersion" : "3.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b0f242cae9b91d15ca45355e3ae41732b1bee5a2.json b/data/unsuccessful-reproductions/b0f242cae9b91d15ca45355e3ae41732b1bee5a2.json index 089f143bda96..46197cf9c21d 100644 --- a/data/unsuccessful-reproductions/b0f242cae9b91d15ca45355e3ae41732b1bee5a2.json +++ b/data/unsuccessful-reproductions/b0f242cae9b91d15ca45355e3ae41732b1bee5a2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.6", "newVersion" : "3.5.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b0fd259c4e7a4bf932a961d47b63895eaef0c27c.json b/data/unsuccessful-reproductions/b0fd259c4e7a4bf932a961d47b63895eaef0c27c.json index 4f012672639b..7098792a7b35 100644 --- a/data/unsuccessful-reproductions/b0fd259c4e7a4bf932a961d47b63895eaef0c27c.json +++ b/data/unsuccessful-reproductions/b0fd259c4e7a4bf932a961d47b63895eaef0c27c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.42", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b106e55a48454c53227b692af5fdc17b23ddec6a.json b/data/unsuccessful-reproductions/b106e55a48454c53227b692af5fdc17b23ddec6a.json index 4b37d24fc5e1..1cc32e7babba 100644 --- a/data/unsuccessful-reproductions/b106e55a48454c53227b692af5fdc17b23ddec6a.json +++ b/data/unsuccessful-reproductions/b106e55a48454c53227b692af5fdc17b23ddec6a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1.1", "newVersion" : "1139.veb_9579fca_33b_", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b11a4280233493610fe8c855544daf362d8a4c17.json b/data/unsuccessful-reproductions/b11a4280233493610fe8c855544daf362d8a4c17.json index eea28689b10c..f53a165cbaa3 100644 --- a/data/unsuccessful-reproductions/b11a4280233493610fe8c855544daf362d8a4c17.json +++ b/data/unsuccessful-reproductions/b11a4280233493610fe8c855544daf362d8a4c17.json @@ -12,7 +12,10 @@ "previousVersion" : "6.1.0", "newVersion" : "6.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b11c5c6ac36c46a61f2bb1cc5207eff4c43f38f2.json b/data/unsuccessful-reproductions/b11c5c6ac36c46a61f2bb1cc5207eff4c43f38f2.json index 9d9c72da859b..f101e48b16af 100644 --- a/data/unsuccessful-reproductions/b11c5c6ac36c46a61f2bb1cc5207eff4c43f38f2.json +++ b/data/unsuccessful-reproductions/b11c5c6ac36c46a61f2bb1cc5207eff4c43f38f2.json @@ -12,7 +12,10 @@ "previousVersion" : "32.1.0-jre", "newVersion" : "32.1.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b126e43dda7b8c23f069d32be0fdd36908c6942d.json b/data/unsuccessful-reproductions/b126e43dda7b8c23f069d32be0fdd36908c6942d.json index a55432603c25..e3fdbcc7ba80 100644 --- a/data/unsuccessful-reproductions/b126e43dda7b8c23f069d32be0fdd36908c6942d.json +++ b/data/unsuccessful-reproductions/b126e43dda7b8c23f069d32be0fdd36908c6942d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.0", "newVersion" : "2.2.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b128527edfce0e2595b3951075ff5caa81b93c71.json b/data/unsuccessful-reproductions/b128527edfce0e2595b3951075ff5caa81b93c71.json index b884f5eaa131..fc0c44995f7b 100644 --- a/data/unsuccessful-reproductions/b128527edfce0e2595b3951075ff5caa81b93c71.json +++ b/data/unsuccessful-reproductions/b128527edfce0e2595b3951075ff5caa81b93c71.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b128c9e251bde783aeac3c1da4f032052cda9362.json b/data/unsuccessful-reproductions/b128c9e251bde783aeac3c1da4f032052cda9362.json index 37ad337cc118..fb27ba1cb3bb 100644 --- a/data/unsuccessful-reproductions/b128c9e251bde783aeac3c1da4f032052cda9362.json +++ b/data/unsuccessful-reproductions/b128c9e251bde783aeac3c1da4f032052cda9362.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.0", "newVersion" : "4.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b14a27a9066e52e201dccfc52227efdda216bdbd.json b/data/unsuccessful-reproductions/b14a27a9066e52e201dccfc52227efdda216bdbd.json index 330a39f8cbd8..28ccb8c0b0d4 100644 --- a/data/unsuccessful-reproductions/b14a27a9066e52e201dccfc52227efdda216bdbd.json +++ b/data/unsuccessful-reproductions/b14a27a9066e52e201dccfc52227efdda216bdbd.json @@ -12,7 +12,10 @@ "previousVersion" : "22.3.2", "newVersion" : "23.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b14c95f3b5ab4a27ee9c8797408a716860e2afc5.json b/data/unsuccessful-reproductions/b14c95f3b5ab4a27ee9c8797408a716860e2afc5.json index f2fa25633786..93c2e1876b9e 100644 --- a/data/unsuccessful-reproductions/b14c95f3b5ab4a27ee9c8797408a716860e2afc5.json +++ b/data/unsuccessful-reproductions/b14c95f3b5ab4a27ee9c8797408a716860e2afc5.json @@ -12,7 +12,10 @@ "previousVersion" : "0.24.1", "newVersion" : "0.25.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b15b634683df0b08dfba8d1e9f2286b82dd38891.json b/data/unsuccessful-reproductions/b15b634683df0b08dfba8d1e9f2286b82dd38891.json index 0866022da8f1..7adb01b9d8e5 100644 --- a/data/unsuccessful-reproductions/b15b634683df0b08dfba8d1e9f2286b82dd38891.json +++ b/data/unsuccessful-reproductions/b15b634683df0b08dfba8d1e9f2286b82dd38891.json @@ -13,7 +13,10 @@ "newVersion" : "4.1.94.Final", "dependencyScope" : "compile", "versionUpdateType" : "other", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b167ff1f79377fd18cb44da1756d76acf4b7a355.json b/data/unsuccessful-reproductions/b167ff1f79377fd18cb44da1756d76acf4b7a355.json index bd9b5f25c92b..650a7eea344f 100644 --- a/data/unsuccessful-reproductions/b167ff1f79377fd18cb44da1756d76acf4b7a355.json +++ b/data/unsuccessful-reproductions/b167ff1f79377fd18cb44da1756d76acf4b7a355.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30", "newVersion" : "1.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b169734bb11933d4a44691f3e7095b3e407e096c.json b/data/unsuccessful-reproductions/b169734bb11933d4a44691f3e7095b3e407e096c.json index 4218153042f8..5d59fa2cb999 100644 --- a/data/unsuccessful-reproductions/b169734bb11933d4a44691f3e7095b3e407e096c.json +++ b/data/unsuccessful-reproductions/b169734bb11933d4a44691f3e7095b3e407e096c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.96", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b16b0b8cb0e3763ebb6d75d1e4c20387eee9711b.json b/data/unsuccessful-reproductions/b16b0b8cb0e3763ebb6d75d1e4c20387eee9711b.json index 2f9a9c89f2b3..f83463c6740f 100644 --- a/data/unsuccessful-reproductions/b16b0b8cb0e3763ebb6d75d1e4c20387eee9711b.json +++ b/data/unsuccessful-reproductions/b16b0b8cb0e3763ebb6d75d1e4c20387eee9711b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.1", "newVersion" : "2.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b187afacb53522f17c8d625d03a131403125e890.json b/data/unsuccessful-reproductions/b187afacb53522f17c8d625d03a131403125e890.json index a8caaef741cf..8f1ec6135cc9 100644 --- a/data/unsuccessful-reproductions/b187afacb53522f17c8d625d03a131403125e890.json +++ b/data/unsuccessful-reproductions/b187afacb53522f17c8d625d03a131403125e890.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.434", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b1a809583549bdd8d10e468c645a69f2d12f8c48.json b/data/unsuccessful-reproductions/b1a809583549bdd8d10e468c645a69f2d12f8c48.json index adb9bb2749f3..9711187f994f 100644 --- a/data/unsuccessful-reproductions/b1a809583549bdd8d10e468c645a69f2d12f8c48.json +++ b/data/unsuccessful-reproductions/b1a809583549bdd8d10e468c645a69f2d12f8c48.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b1b11426cf7ec8a6c4838d1b1afb6b96ac1c0726.json b/data/unsuccessful-reproductions/b1b11426cf7ec8a6c4838d1b1afb6b96ac1c0726.json index e5029fabd4ef..c44de930dfb5 100644 --- a/data/unsuccessful-reproductions/b1b11426cf7ec8a6c4838d1b1afb6b96ac1c0726.json +++ b/data/unsuccessful-reproductions/b1b11426cf7ec8a6c4838d1b1afb6b96ac1c0726.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.28", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b1b394d4b51ce771f5b236f410986e44cab7d216.json b/data/unsuccessful-reproductions/b1b394d4b51ce771f5b236f410986e44cab7d216.json index 88d72bbf7dac..7690fc36cae8 100644 --- a/data/unsuccessful-reproductions/b1b394d4b51ce771f5b236f410986e44cab7d216.json +++ b/data/unsuccessful-reproductions/b1b394d4b51ce771f5b236f410986e44cab7d216.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.2", "newVersion" : "5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b1c25244443e1df828c161ccb2637ee41f69608c.json b/data/unsuccessful-reproductions/b1c25244443e1df828c161ccb2637ee41f69608c.json index ea41a0b5a7f4..c19a8261c985 100644 --- a/data/unsuccessful-reproductions/b1c25244443e1df828c161ccb2637ee41f69608c.json +++ b/data/unsuccessful-reproductions/b1c25244443e1df828c161ccb2637ee41f69608c.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b1c87ed7bc6ad5b190d979bb0178515590811057.json b/data/unsuccessful-reproductions/b1c87ed7bc6ad5b190d979bb0178515590811057.json index 624da65cd576..39049f75264e 100644 --- a/data/unsuccessful-reproductions/b1c87ed7bc6ad5b190d979bb0178515590811057.json +++ b/data/unsuccessful-reproductions/b1c87ed7bc6ad5b190d979bb0178515590811057.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1.1", "newVersion" : "1129.vef26f5df883c", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b1cb9e540a33f04568aa2bebcd1737c9e0b70780.json b/data/unsuccessful-reproductions/b1cb9e540a33f04568aa2bebcd1737c9e0b70780.json index fd038bd15b07..043a9383329f 100644 --- a/data/unsuccessful-reproductions/b1cb9e540a33f04568aa2bebcd1737c9e0b70780.json +++ b/data/unsuccessful-reproductions/b1cb9e540a33f04568aa2bebcd1737c9e0b70780.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b1e37e39e7abec3bbd8fa0f89a808138feaddd26.json b/data/unsuccessful-reproductions/b1e37e39e7abec3bbd8fa0f89a808138feaddd26.json index 84035b555006..913c6d80b07d 100644 --- a/data/unsuccessful-reproductions/b1e37e39e7abec3bbd8fa0f89a808138feaddd26.json +++ b/data/unsuccessful-reproductions/b1e37e39e7abec3bbd8fa0f89a808138feaddd26.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12", "newVersion" : "4.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b1ff2b73096305b4f3d9ee5672708b7dbc0369c4.json b/data/unsuccessful-reproductions/b1ff2b73096305b4f3d9ee5672708b7dbc0369c4.json index c7cc3cca5c2c..daafaa28b6d0 100644 --- a/data/unsuccessful-reproductions/b1ff2b73096305b4f3d9ee5672708b7dbc0369c4.json +++ b/data/unsuccessful-reproductions/b1ff2b73096305b4f3d9ee5672708b7dbc0369c4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.90", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b200ab088b874419705102a71459df15379973fe.json b/data/unsuccessful-reproductions/b200ab088b874419705102a71459df15379973fe.json index 2d4d301e7657..6ff6b04ac5a1 100644 --- a/data/unsuccessful-reproductions/b200ab088b874419705102a71459df15379973fe.json +++ b/data/unsuccessful-reproductions/b200ab088b874419705102a71459df15379973fe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.15", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b215fa08089cb9fd53df87e961a6c8ea9cc70bca.json b/data/unsuccessful-reproductions/b215fa08089cb9fd53df87e961a6c8ea9cc70bca.json index b7c2588c71bb..14ea82eba687 100644 --- a/data/unsuccessful-reproductions/b215fa08089cb9fd53df87e961a6c8ea9cc70bca.json +++ b/data/unsuccessful-reproductions/b215fa08089cb9fd53df87e961a6c8ea9cc70bca.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.89", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b218fad2fbc38180e7978628c946455ac804d418.json b/data/unsuccessful-reproductions/b218fad2fbc38180e7978628c946455ac804d418.json index 1af486663daa..062254cb7567 100644 --- a/data/unsuccessful-reproductions/b218fad2fbc38180e7978628c946455ac804d418.json +++ b/data/unsuccessful-reproductions/b218fad2fbc38180e7978628c946455ac804d418.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.9", "newVersion" : "4.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b220d8a12d1ead0c04b9971428d00545bd23612c.json b/data/unsuccessful-reproductions/b220d8a12d1ead0c04b9971428d00545bd23612c.json index c02036cbda5e..0e4d53e0e7a4 100644 --- a/data/unsuccessful-reproductions/b220d8a12d1ead0c04b9971428d00545bd23612c.json +++ b/data/unsuccessful-reproductions/b220d8a12d1ead0c04b9971428d00545bd23612c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.7", "newVersion" : "1.4.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b234270b60e56c184a04b06a9edbbe86d1f1da29.json b/data/unsuccessful-reproductions/b234270b60e56c184a04b06a9edbbe86d1f1da29.json index 53faf6eeb45d..ae35896db2c5 100644 --- a/data/unsuccessful-reproductions/b234270b60e56c184a04b06a9edbbe86d1f1da29.json +++ b/data/unsuccessful-reproductions/b234270b60e56c184a04b06a9edbbe86d1f1da29.json @@ -12,7 +12,10 @@ "previousVersion" : "25.2.0", "newVersion" : "25.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b238e05a32706ac210e6ebc0ecc2e1e75ad2e5a5.json b/data/unsuccessful-reproductions/b238e05a32706ac210e6ebc0ecc2e1e75ad2e5a5.json index 2af276b3a8aa..52705f1fb844 100644 --- a/data/unsuccessful-reproductions/b238e05a32706ac210e6ebc0ecc2e1e75ad2e5a5.json +++ b/data/unsuccessful-reproductions/b238e05a32706ac210e6ebc0ecc2e1e75ad2e5a5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.33", "newVersion" : "2.56.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b23de489add3ecbb75780516ac1fbed72f1f2775.json b/data/unsuccessful-reproductions/b23de489add3ecbb75780516ac1fbed72f1f2775.json index ed70bd44332d..53bd0e6069fd 100644 --- a/data/unsuccessful-reproductions/b23de489add3ecbb75780516ac1fbed72f1f2775.json +++ b/data/unsuccessful-reproductions/b23de489add3ecbb75780516ac1fbed72f1f2775.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "2.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b245f4e9e35306dcadf41b22207b48bf226d6f86.json b/data/unsuccessful-reproductions/b245f4e9e35306dcadf41b22207b48bf226d6f86.json index 23f9d2b1bcf9..b0b50e90dce7 100644 --- a/data/unsuccessful-reproductions/b245f4e9e35306dcadf41b22207b48bf226d6f86.json +++ b/data/unsuccessful-reproductions/b245f4e9e35306dcadf41b22207b48bf226d6f86.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.37", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b24b69350c2491226d24141f74ce9c60334581fd.json b/data/unsuccessful-reproductions/b24b69350c2491226d24141f74ce9c60334581fd.json index 6e724a284e54..df9e04414336 100644 --- a/data/unsuccessful-reproductions/b24b69350c2491226d24141f74ce9c60334581fd.json +++ b/data/unsuccessful-reproductions/b24b69350c2491226d24141f74ce9c60334581fd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "2.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b256f86416a1f560a87c6fa29cb0c15a3e69d19c.json b/data/unsuccessful-reproductions/b256f86416a1f560a87c6fa29cb0c15a3e69d19c.json index b2b1c251fd47..a9de42b8f95f 100644 --- a/data/unsuccessful-reproductions/b256f86416a1f560a87c6fa29cb0c15a3e69d19c.json +++ b/data/unsuccessful-reproductions/b256f86416a1f560a87c6fa29cb0c15a3e69d19c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.4", "newVersion" : "4.1.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b25e4a1fffc801f51863affd3a46912839b60b71.json b/data/unsuccessful-reproductions/b25e4a1fffc801f51863affd3a46912839b60b71.json index 94f9a565750e..6171fc981d55 100644 --- a/data/unsuccessful-reproductions/b25e4a1fffc801f51863affd3a46912839b60b71.json +++ b/data/unsuccessful-reproductions/b25e4a1fffc801f51863affd3a46912839b60b71.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.242", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b25feb5b9381f2c223638b02bb7dd45a99be8bb6.json b/data/unsuccessful-reproductions/b25feb5b9381f2c223638b02bb7dd45a99be8bb6.json index a33bbe6b6a85..02852a34de28 100644 --- a/data/unsuccessful-reproductions/b25feb5b9381f2c223638b02bb7dd45a99be8bb6.json +++ b/data/unsuccessful-reproductions/b25feb5b9381f2c223638b02bb7dd45a99be8bb6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2795e91b0af0144f5225e863d347cd3264cc311.json b/data/unsuccessful-reproductions/b2795e91b0af0144f5225e863d347cd3264cc311.json index 4208acc41333..79cebf8bdb77 100644 --- a/data/unsuccessful-reproductions/b2795e91b0af0144f5225e863d347cd3264cc311.json +++ b/data/unsuccessful-reproductions/b2795e91b0af0144f5225e863d347cd3264cc311.json @@ -12,7 +12,10 @@ "previousVersion" : "21.10.0", "newVersion" : "22.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b27a32c9507433161c078c4d3630d5d3c1839821.json b/data/unsuccessful-reproductions/b27a32c9507433161c078c4d3630d5d3c1839821.json index 74efcdc9fdb7..bd5b9c223be8 100644 --- a/data/unsuccessful-reproductions/b27a32c9507433161c078c4d3630d5d3c1839821.json +++ b/data/unsuccessful-reproductions/b27a32c9507433161c078c4d3630d5d3c1839821.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.2", "newVersion" : "2.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/mina-sshd" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b27ec3fd45b3d9576afcc27da1718330756dbdf6.json b/data/unsuccessful-reproductions/b27ec3fd45b3d9576afcc27da1718330756dbdf6.json index 7fafa09e2ac9..949431bf33d9 100644 --- a/data/unsuccessful-reproductions/b27ec3fd45b3d9576afcc27da1718330756dbdf6.json +++ b/data/unsuccessful-reproductions/b27ec3fd45b3d9576afcc27da1718330756dbdf6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2806180491f6d2b21886b8f1cbab174d84ca87e.json b/data/unsuccessful-reproductions/b2806180491f6d2b21886b8f1cbab174d84ca87e.json index b7b8c8af4ef0..452b6e54096e 100644 --- a/data/unsuccessful-reproductions/b2806180491f6d2b21886b8f1cbab174d84ca87e.json +++ b/data/unsuccessful-reproductions/b2806180491f6d2b21886b8f1cbab174d84ca87e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2888bfddda84c7a24baf2fc3451265bf71e5451.json b/data/unsuccessful-reproductions/b2888bfddda84c7a24baf2fc3451265bf71e5451.json index 83a40cc19db0..efe174b2a717 100644 --- a/data/unsuccessful-reproductions/b2888bfddda84c7a24baf2fc3451265bf71e5451.json +++ b/data/unsuccessful-reproductions/b2888bfddda84c7a24baf2fc3451265bf71e5451.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.195.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2a926e3191bf174c7352f126a1d25925b9cd1fb.json b/data/unsuccessful-reproductions/b2a926e3191bf174c7352f126a1d25925b9cd1fb.json index cc086c14ed98..2f560162f620 100644 --- a/data/unsuccessful-reproductions/b2a926e3191bf174c7352f126a1d25925b9cd1fb.json +++ b/data/unsuccessful-reproductions/b2a926e3191bf174c7352f126a1d25925b9cd1fb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2ab69a17cacfa809f5a2572922afdd38bfe279d.json b/data/unsuccessful-reproductions/b2ab69a17cacfa809f5a2572922afdd38bfe279d.json index 7966a19a7046..5eba50c90010 100644 --- a/data/unsuccessful-reproductions/b2ab69a17cacfa809f5a2572922afdd38bfe279d.json +++ b/data/unsuccessful-reproductions/b2ab69a17cacfa809f5a2572922afdd38bfe279d.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2b92885a207f9560306ce59583149fc4a7b9dd0.json b/data/unsuccessful-reproductions/b2b92885a207f9560306ce59583149fc4a7b9dd0.json index 7c9d70a1425a..9a444fe5f476 100644 --- a/data/unsuccessful-reproductions/b2b92885a207f9560306ce59583149fc4a7b9dd0.json +++ b/data/unsuccessful-reproductions/b2b92885a207f9560306ce59583149fc4a7b9dd0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.69", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2bd12ab36e6676b7dfc3ce62434013eab949ad3.json b/data/unsuccessful-reproductions/b2bd12ab36e6676b7dfc3ce62434013eab949ad3.json index 60ba4bfaaf93..e7c9457e4e32 100644 --- a/data/unsuccessful-reproductions/b2bd12ab36e6676b7dfc3ce62434013eab949ad3.json +++ b/data/unsuccessful-reproductions/b2bd12ab36e6676b7dfc3ce62434013eab949ad3.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.0-1.5.8", "newVersion" : "5.3.1-1.5.9", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2c414e6ba4706bceb9ca0fcf1ba19ec20328b06.json b/data/unsuccessful-reproductions/b2c414e6ba4706bceb9ca0fcf1ba19ec20328b06.json index fd62079afa2c..f4f6e495bd31 100644 --- a/data/unsuccessful-reproductions/b2c414e6ba4706bceb9ca0fcf1ba19ec20328b06.json +++ b/data/unsuccessful-reproductions/b2c414e6ba4706bceb9ca0fcf1ba19ec20328b06.json @@ -12,7 +12,10 @@ "previousVersion" : "1.20.0", "newVersion" : "1.20.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2c49ea1e52165f07cc190ddd090b90361d06c11.json b/data/unsuccessful-reproductions/b2c49ea1e52165f07cc190ddd090b90361d06c11.json index 1ce46e569967..39ea959201c3 100644 --- a/data/unsuccessful-reproductions/b2c49ea1e52165f07cc190ddd090b90361d06c11.json +++ b/data/unsuccessful-reproductions/b2c49ea1e52165f07cc190ddd090b90361d06c11.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.13", "newVersion" : "5.3.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2d323c7f9be57094f0c4f0f456a85c5381b23a9.json b/data/unsuccessful-reproductions/b2d323c7f9be57094f0c4f0f456a85c5381b23a9.json index 699a8673bd83..43cbd891584a 100644 --- a/data/unsuccessful-reproductions/b2d323c7f9be57094f0c4f0f456a85c5381b23a9.json +++ b/data/unsuccessful-reproductions/b2d323c7f9be57094f0c4f0f456a85c5381b23a9.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.0-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2d830ef209f97debf7bb691bc5511b08d18a9a5.json b/data/unsuccessful-reproductions/b2d830ef209f97debf7bb691bc5511b08d18a9a5.json index a522886dd0db..d58633d0a4ee 100644 --- a/data/unsuccessful-reproductions/b2d830ef209f97debf7bb691bc5511b08d18a9a5.json +++ b/data/unsuccessful-reproductions/b2d830ef209f97debf7bb691bc5511b08d18a9a5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0", "newVersion" : "4.11.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b2ec33dbfcf29ad6f63653bf6fe30fb3642663ed.json b/data/unsuccessful-reproductions/b2ec33dbfcf29ad6f63653bf6fe30fb3642663ed.json index 783c336a65ca..67e14f76a80a 100644 --- a/data/unsuccessful-reproductions/b2ec33dbfcf29ad6f63653bf6fe30fb3642663ed.json +++ b/data/unsuccessful-reproductions/b2ec33dbfcf29ad6f63653bf6fe30fb3642663ed.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.6", "newVersion" : "1.6.2.0-PNX", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b3086f47b9a9edb4422a6cc157b00710895dcdb7.json b/data/unsuccessful-reproductions/b3086f47b9a9edb4422a6cc157b00710895dcdb7.json index 7035ada14a01..7ca7b739734b 100644 --- a/data/unsuccessful-reproductions/b3086f47b9a9edb4422a6cc157b00710895dcdb7.json +++ b/data/unsuccessful-reproductions/b3086f47b9a9edb4422a6cc157b00710895dcdb7.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.2-20", "newVersion" : "3.1.2-21-pr41-1-SNAPSHOT", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b30d00a13b43d3346518c82cbfaf8b16baed7b1b.json b/data/unsuccessful-reproductions/b30d00a13b43d3346518c82cbfaf8b16baed7b1b.json index 49a9bc1e5d03..17975a9d792d 100644 --- a/data/unsuccessful-reproductions/b30d00a13b43d3346518c82cbfaf8b16baed7b1b.json +++ b/data/unsuccessful-reproductions/b30d00a13b43d3346518c82cbfaf8b16baed7b1b.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "23.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b30f4112cd0580e689650a445908ae0d4bdfe879.json b/data/unsuccessful-reproductions/b30f4112cd0580e689650a445908ae0d4bdfe879.json index b1502f7725ab..5417db8773ec 100644 --- a/data/unsuccessful-reproductions/b30f4112cd0580e689650a445908ae0d4bdfe879.json +++ b/data/unsuccessful-reproductions/b30f4112cd0580e689650a445908ae0d4bdfe879.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.16", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b30fd9ac55252004241e072c0ea1a5334e631b12.json b/data/unsuccessful-reproductions/b30fd9ac55252004241e072c0ea1a5334e631b12.json index d262b5ea1ed0..fc0881a141ed 100644 --- a/data/unsuccessful-reproductions/b30fd9ac55252004241e072c0ea1a5334e631b12.json +++ b/data/unsuccessful-reproductions/b30fd9ac55252004241e072c0ea1a5334e631b12.json @@ -12,7 +12,10 @@ "previousVersion" : "8.44", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b31392867f72ed1b8f382ef58f7d4449401b4eda.json b/data/unsuccessful-reproductions/b31392867f72ed1b8f382ef58f7d4449401b4eda.json index bd4f2778ff30..4f50fa0ac706 100644 --- a/data/unsuccessful-reproductions/b31392867f72ed1b8f382ef58f7d4449401b4eda.json +++ b/data/unsuccessful-reproductions/b31392867f72ed1b8f382ef58f7d4449401b4eda.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.41.v20210516", "newVersion" : "10.0.14", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b3287a1f4e92cdc0a168a12dbd7fb636146c1289.json b/data/unsuccessful-reproductions/b3287a1f4e92cdc0a168a12dbd7fb636146c1289.json index dd7ad4dd3299..a418de3fa3be 100644 --- a/data/unsuccessful-reproductions/b3287a1f4e92cdc0a168a12dbd7fb636146c1289.json +++ b/data/unsuccessful-reproductions/b3287a1f4e92cdc0a168a12dbd7fb636146c1289.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220401-1.32.1", "newVersion" : "v1-rev20220509-1.32.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b337be6cf8ede027b98502240251dfcc96e201cc.json b/data/unsuccessful-reproductions/b337be6cf8ede027b98502240251dfcc96e201cc.json index f2661ad2e4f3..43b930406dc0 100644 --- a/data/unsuccessful-reproductions/b337be6cf8ede027b98502240251dfcc96e201cc.json +++ b/data/unsuccessful-reproductions/b337be6cf8ede027b98502240251dfcc96e201cc.json @@ -12,7 +12,10 @@ "previousVersion" : "26.1.4", "newVersion" : "26.1.5", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b33ffe4c7e78ee4815f9c235082d129bde8621a7.json b/data/unsuccessful-reproductions/b33ffe4c7e78ee4815f9c235082d129bde8621a7.json index 564b678d7c2e..7ec33c36fb08 100644 --- a/data/unsuccessful-reproductions/b33ffe4c7e78ee4815f9c235082d129bde8621a7.json +++ b/data/unsuccessful-reproductions/b33ffe4c7e78ee4815f9c235082d129bde8621a7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.0", "newVersion" : "2.10.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b35a98ab7010f79e79d7f835eb66fe71b05d46bb.json b/data/unsuccessful-reproductions/b35a98ab7010f79e79d7f835eb66fe71b05d46bb.json index 8e8186a28d99..fe1375220743 100644 --- a/data/unsuccessful-reproductions/b35a98ab7010f79e79d7f835eb66fe71b05d46bb.json +++ b/data/unsuccessful-reproductions/b35a98ab7010f79e79d7f835eb66fe71b05d46bb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.24", "newVersion" : "1159.v0b_396e1e07dd", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b368b7a9e63e4a4aec6323ebee13a02bb80a1171.json b/data/unsuccessful-reproductions/b368b7a9e63e4a4aec6323ebee13a02bb80a1171.json index 07dbe5b76e56..723cb8e7d395 100644 --- a/data/unsuccessful-reproductions/b368b7a9e63e4a4aec6323ebee13a02bb80a1171.json +++ b/data/unsuccessful-reproductions/b368b7a9e63e4a4aec6323ebee13a02bb80a1171.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.1", "newVersion" : "5.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b385111e199d15fe63a6438ffa69569dda11e847.json b/data/unsuccessful-reproductions/b385111e199d15fe63a6438ffa69569dda11e847.json index f7fc3ed4cbd8..31b0dffc5410 100644 --- a/data/unsuccessful-reproductions/b385111e199d15fe63a6438ffa69569dda11e847.json +++ b/data/unsuccessful-reproductions/b385111e199d15fe63a6438ffa69569dda11e847.json @@ -12,7 +12,10 @@ "previousVersion" : "7.8.0", "newVersion" : "7.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b385ebf2ea94e7f53223aba1882c52ffed082158.json b/data/unsuccessful-reproductions/b385ebf2ea94e7f53223aba1882c52ffed082158.json index 7027d2e855fc..3f021ff02b02 100644 --- a/data/unsuccessful-reproductions/b385ebf2ea94e7f53223aba1882c52ffed082158.json +++ b/data/unsuccessful-reproductions/b385ebf2ea94e7f53223aba1882c52ffed082158.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b38bc6231db4fd185b7dd5c446a88d7bb3e8f0ec.json b/data/unsuccessful-reproductions/b38bc6231db4fd185b7dd5c446a88d7bb3e8f0ec.json index f863496f02d6..2b5a79935e79 100644 --- a/data/unsuccessful-reproductions/b38bc6231db4fd185b7dd5c446a88d7bb3e8f0ec.json +++ b/data/unsuccessful-reproductions/b38bc6231db4fd185b7dd5c446a88d7bb3e8f0ec.json @@ -12,7 +12,10 @@ "previousVersion" : "4.8.0", "newVersion" : "4.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b39b09f5e4a78261ecc291f67405ae0e0f78882e.json b/data/unsuccessful-reproductions/b39b09f5e4a78261ecc291f67405ae0e0f78882e.json index 0a8a39052617..e4bdb9ed9454 100644 --- a/data/unsuccessful-reproductions/b39b09f5e4a78261ecc291f67405ae0e0f78882e.json +++ b/data/unsuccessful-reproductions/b39b09f5e4a78261ecc291f67405ae0e0f78882e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b3ae09a9752b617d452d1b4fb2e669c96b87cc2c.json b/data/unsuccessful-reproductions/b3ae09a9752b617d452d1b4fb2e669c96b87cc2c.json index 6d4f889645d5..95e2a5deae63 100644 --- a/data/unsuccessful-reproductions/b3ae09a9752b617d452d1b4fb2e669c96b87cc2c.json +++ b/data/unsuccessful-reproductions/b3ae09a9752b617d452d1b4fb2e669c96b87cc2c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.5", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b3b8fe7f51445fb1f93dfc85f83c1656e8562f2e.json b/data/unsuccessful-reproductions/b3b8fe7f51445fb1f93dfc85f83c1656e8562f2e.json index d6bf6809e484..845dfb539c27 100644 --- a/data/unsuccessful-reproductions/b3b8fe7f51445fb1f93dfc85f83c1656e8562f2e.json +++ b/data/unsuccessful-reproductions/b3b8fe7f51445fb1f93dfc85f83c1656e8562f2e.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b3c5b6d3733ead76faa4789353c9b4c53dbf1f26.json b/data/unsuccessful-reproductions/b3c5b6d3733ead76faa4789353c9b4c53dbf1f26.json index 6cfba05145a9..a3119ade1fb0 100644 --- a/data/unsuccessful-reproductions/b3c5b6d3733ead76faa4789353c9b4c53dbf1f26.json +++ b/data/unsuccessful-reproductions/b3c5b6d3733ead76faa4789353c9b4c53dbf1f26.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b3f0d2b782e9c2cd44693c6e4e326a3ecfcefdbe.json b/data/unsuccessful-reproductions/b3f0d2b782e9c2cd44693c6e4e326a3ecfcefdbe.json index dee762b3bc31..3eaa15d7d9a7 100644 --- a/data/unsuccessful-reproductions/b3f0d2b782e9c2cd44693c6e4e326a3ecfcefdbe.json +++ b/data/unsuccessful-reproductions/b3f0d2b782e9c2cd44693c6e4e326a3ecfcefdbe.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b3f3554281b0766384d6b29e06ecc661d6d2fd41.json b/data/unsuccessful-reproductions/b3f3554281b0766384d6b29e06ecc661d6d2fd41.json index c2a40d76d828..9a71a313026f 100644 --- a/data/unsuccessful-reproductions/b3f3554281b0766384d6b29e06ecc661d6d2fd41.json +++ b/data/unsuccessful-reproductions/b3f3554281b0766384d6b29e06ecc661d6d2fd41.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b3fab4fae7c273d4b410721d18b28ae09ac3d881.json b/data/unsuccessful-reproductions/b3fab4fae7c273d4b410721d18b28ae09ac3d881.json index 66a5cc22bbdb..caff565f231c 100644 --- a/data/unsuccessful-reproductions/b3fab4fae7c273d4b410721d18b28ae09ac3d881.json +++ b/data/unsuccessful-reproductions/b3fab4fae7c273d4b410721d18b28ae09ac3d881.json @@ -12,7 +12,10 @@ "previousVersion" : "26.18.0", "newVersion" : "26.19.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b3fb34c8a248c12d393beb5e296922620892b7eb.json b/data/unsuccessful-reproductions/b3fb34c8a248c12d393beb5e296922620892b7eb.json index 7caaf6d711ef..9e381dca0ee7 100644 --- a/data/unsuccessful-reproductions/b3fb34c8a248c12d393beb5e296922620892b7eb.json +++ b/data/unsuccessful-reproductions/b3fb34c8a248c12d393beb5e296922620892b7eb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.342", "newVersion" : "1.12.349", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b3fd799f0a8477a9aba51294f89d6bbbc608e3f9.json b/data/unsuccessful-reproductions/b3fd799f0a8477a9aba51294f89d6bbbc608e3f9.json index 720bac8fc9e9..f6f078966182 100644 --- a/data/unsuccessful-reproductions/b3fd799f0a8477a9aba51294f89d6bbbc608e3f9.json +++ b/data/unsuccessful-reproductions/b3fd799f0a8477a9aba51294f89d6bbbc608e3f9.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.1", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b41bfa5b0329e1f8f8be769709fb3b30fd67d3eb.json b/data/unsuccessful-reproductions/b41bfa5b0329e1f8f8be769709fb3b30fd67d3eb.json index 064bc394ad98..d0b732b55c39 100644 --- a/data/unsuccessful-reproductions/b41bfa5b0329e1f8f8be769709fb3b30fd67d3eb.json +++ b/data/unsuccessful-reproductions/b41bfa5b0329e1f8f8be769709fb3b30fd67d3eb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b41ecb2cca29056dc8b32f8125880935521f640c.json b/data/unsuccessful-reproductions/b41ecb2cca29056dc8b32f8125880935521f640c.json index ec51821d23cd..b834f6d391a6 100644 --- a/data/unsuccessful-reproductions/b41ecb2cca29056dc8b32f8125880935521f640c.json +++ b/data/unsuccessful-reproductions/b41ecb2cca29056dc8b32f8125880935521f640c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.18", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4222338f4741c4d0a6cdcff6dd5f761d2801bb1.json b/data/unsuccessful-reproductions/b4222338f4741c4d0a6cdcff6dd5f761d2801bb1.json index 232a228df6d7..19598b2336dd 100644 --- a/data/unsuccessful-reproductions/b4222338f4741c4d0a6cdcff6dd5f761d2801bb1.json +++ b/data/unsuccessful-reproductions/b4222338f4741c4d0a6cdcff6dd5f761d2801bb1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.20", "newVersion" : "1.12.21", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b426e1262afde248e6f1bcf581de2bf50570ab1e.json b/data/unsuccessful-reproductions/b426e1262afde248e6f1bcf581de2bf50570ab1e.json index e80612c75207..346952ed726e 100644 --- a/data/unsuccessful-reproductions/b426e1262afde248e6f1bcf581de2bf50570ab1e.json +++ b/data/unsuccessful-reproductions/b426e1262afde248e6f1bcf581de2bf50570ab1e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.92", "newVersion" : "2.20.97", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4436497d073d8dd49d84bc36a7207e86f9d75d1.json b/data/unsuccessful-reproductions/b4436497d073d8dd49d84bc36a7207e86f9d75d1.json index 84df83df4d7b..1f7df0309a2c 100644 --- a/data/unsuccessful-reproductions/b4436497d073d8dd49d84bc36a7207e86f9d75d1.json +++ b/data/unsuccessful-reproductions/b4436497d073d8dd49d84bc36a7207e86f9d75d1.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.1", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b455720f09e1d6a75ee9498cda0e71e6038760bc.json b/data/unsuccessful-reproductions/b455720f09e1d6a75ee9498cda0e71e6038760bc.json index 718006a6b66a..929654836304 100644 --- a/data/unsuccessful-reproductions/b455720f09e1d6a75ee9498cda0e71e6038760bc.json +++ b/data/unsuccessful-reproductions/b455720f09e1d6a75ee9498cda0e71e6038760bc.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.8", "newVersion" : "3.13.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b45787b5239a1340b71dbc2a55e4a3507b2c5e38.json b/data/unsuccessful-reproductions/b45787b5239a1340b71dbc2a55e4a3507b2c5e38.json index 7da783fd5f33..020d1f6b08ad 100644 --- a/data/unsuccessful-reproductions/b45787b5239a1340b71dbc2a55e4a3507b2c5e38.json +++ b/data/unsuccessful-reproductions/b45787b5239a1340b71dbc2a55e4a3507b2c5e38.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.236", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b45e43b8c85323036f508e43f398bfc7075db3ee.json b/data/unsuccessful-reproductions/b45e43b8c85323036f508e43f398bfc7075db3ee.json index 380bf8ce46bc..a2e058bd6083 100644 --- a/data/unsuccessful-reproductions/b45e43b8c85323036f508e43f398bfc7075db3ee.json +++ b/data/unsuccessful-reproductions/b45e43b8c85323036f508e43f398bfc7075db3ee.json @@ -12,7 +12,10 @@ "previousVersion" : "42.4.2", "newVersion" : "42.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4720163bae306fdcf8a106ac6a05f78903a6051.json b/data/unsuccessful-reproductions/b4720163bae306fdcf8a106ac6a05f78903a6051.json index f290611cc331..a57fc54879dd 100644 --- a/data/unsuccessful-reproductions/b4720163bae306fdcf8a106ac6a05f78903a6051.json +++ b/data/unsuccessful-reproductions/b4720163bae306fdcf8a106ac6a05f78903a6051.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.90", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4723d1212bd506fdec6b1575a76cd57724a23f2.json b/data/unsuccessful-reproductions/b4723d1212bd506fdec6b1575a76cd57724a23f2.json index be5d74f7689b..cd4fbdc87d52 100644 --- a/data/unsuccessful-reproductions/b4723d1212bd506fdec6b1575a76cd57724a23f2.json +++ b/data/unsuccessful-reproductions/b4723d1212bd506fdec6b1575a76cd57724a23f2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7", "newVersion" : "1.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b481398304c8b9fbc9fcd28530da4b72e365d03d.json b/data/unsuccessful-reproductions/b481398304c8b9fbc9fcd28530da4b72e365d03d.json index 43b988cf3ab0..9aa9e1ef13d7 100644 --- a/data/unsuccessful-reproductions/b481398304c8b9fbc9fcd28530da4b72e365d03d.json +++ b/data/unsuccessful-reproductions/b481398304c8b9fbc9fcd28530da4b72e365d03d.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5588.vd13b_52985008", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4815fa1acb39db92d6c46df1e2fc2e772693137.json b/data/unsuccessful-reproductions/b4815fa1acb39db92d6c46df1e2fc2e772693137.json index a64b4bfa2af0..746634b04b96 100644 --- a/data/unsuccessful-reproductions/b4815fa1acb39db92d6c46df1e2fc2e772693137.json +++ b/data/unsuccessful-reproductions/b4815fa1acb39db92d6c46df1e2fc2e772693137.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.442", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b488c3c4cb8b5029468bc963fc9a1d460e93f6bc.json b/data/unsuccessful-reproductions/b488c3c4cb8b5029468bc963fc9a1d460e93f6bc.json index 069708d4763c..93a7d68ba486 100644 --- a/data/unsuccessful-reproductions/b488c3c4cb8b5029468bc963fc9a1d460e93f6bc.json +++ b/data/unsuccessful-reproductions/b488c3c4cb8b5029468bc963fc9a1d460e93f6bc.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.3", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b48afe1a76a9137caa2b8d7a664c4c49ae8f0725.json b/data/unsuccessful-reproductions/b48afe1a76a9137caa2b8d7a664c4c49ae8f0725.json index 34aafc487434..59a3d5c08ae3 100644 --- a/data/unsuccessful-reproductions/b48afe1a76a9137caa2b8d7a664c4c49ae8f0725.json +++ b/data/unsuccessful-reproductions/b48afe1a76a9137caa2b8d7a664c4c49ae8f0725.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b49747003aee22e4115424d5e105fbdd2374531b.json b/data/unsuccessful-reproductions/b49747003aee22e4115424d5e105fbdd2374531b.json index 4a7fef12c14f..973db05827c0 100644 --- a/data/unsuccessful-reproductions/b49747003aee22e4115424d5e105fbdd2374531b.json +++ b/data/unsuccessful-reproductions/b49747003aee22e4115424d5e105fbdd2374531b.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.140.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b49d76148cd69f2bfbfc2b7591d85a6986c70c70.json b/data/unsuccessful-reproductions/b49d76148cd69f2bfbfc2b7591d85a6986c70c70.json index 7a71c44ae319..3c2a0fb4245d 100644 --- a/data/unsuccessful-reproductions/b49d76148cd69f2bfbfc2b7591d85a6986c70c70.json +++ b/data/unsuccessful-reproductions/b49d76148cd69f2bfbfc2b7591d85a6986c70c70.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.2", "newVersion" : "3.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4a07be49b48208b4860ba3d7bbfd6d27048ccf2.json b/data/unsuccessful-reproductions/b4a07be49b48208b4860ba3d7bbfd6d27048ccf2.json index 46370e355c56..e42ea2f1b210 100644 --- a/data/unsuccessful-reproductions/b4a07be49b48208b4860ba3d7bbfd6d27048ccf2.json +++ b/data/unsuccessful-reproductions/b4a07be49b48208b4860ba3d7bbfd6d27048ccf2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4b6b94696540e46a0507faf908d3a859019dbcc.json b/data/unsuccessful-reproductions/b4b6b94696540e46a0507faf908d3a859019dbcc.json index 519749a7dd5a..e909c2f302cf 100644 --- a/data/unsuccessful-reproductions/b4b6b94696540e46a0507faf908d3a859019dbcc.json +++ b/data/unsuccessful-reproductions/b4b6b94696540e46a0507faf908d3a859019dbcc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4d508a29c87097bfee0cedd09e9e719d86f27e2.json b/data/unsuccessful-reproductions/b4d508a29c87097bfee0cedd09e9e719d86f27e2.json index baa4112db583..72d66dfed6af 100644 --- a/data/unsuccessful-reproductions/b4d508a29c87097bfee0cedd09e9e719d86f27e2.json +++ b/data/unsuccessful-reproductions/b4d508a29c87097bfee0cedd09e9e719d86f27e2.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4d9531ea517a33851c53b21e35a93e62ef02317.json b/data/unsuccessful-reproductions/b4d9531ea517a33851c53b21e35a93e62ef02317.json index 6d02cea044d8..96d9e4789944 100644 --- a/data/unsuccessful-reproductions/b4d9531ea517a33851c53b21e35a93e62ef02317.json +++ b/data/unsuccessful-reproductions/b4d9531ea517a33851c53b21e35a93e62ef02317.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0", "newVersion" : "2.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4ddd96f05e0a5b151dcbfb833c8431477cfec61.json b/data/unsuccessful-reproductions/b4ddd96f05e0a5b151dcbfb833c8431477cfec61.json index 35b4cf488bb4..068638628702 100644 --- a/data/unsuccessful-reproductions/b4ddd96f05e0a5b151dcbfb833c8431477cfec61.json +++ b/data/unsuccessful-reproductions/b4ddd96f05e0a5b151dcbfb833c8431477cfec61.json @@ -12,7 +12,10 @@ "previousVersion" : "26.0.0", "newVersion" : "26.1.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b4ebfbd890138759c1a4846f445ae480c5c0b129.json b/data/unsuccessful-reproductions/b4ebfbd890138759c1a4846f445ae480c5c0b129.json index c7f17760ddad..3c224f2935f9 100644 --- a/data/unsuccessful-reproductions/b4ebfbd890138759c1a4846f445ae480c5c0b129.json +++ b/data/unsuccessful-reproductions/b4ebfbd890138759c1a4846f445ae480c5c0b129.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b513fc44eb4678f3a4a237cf436c03a38da48048.json b/data/unsuccessful-reproductions/b513fc44eb4678f3a4a237cf436c03a38da48048.json index 55841cd1632a..693c83ea4083 100644 --- a/data/unsuccessful-reproductions/b513fc44eb4678f3a4a237cf436c03a38da48048.json +++ b/data/unsuccessful-reproductions/b513fc44eb4678f3a4a237cf436c03a38da48048.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.230", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b514d0b8e6617036d1987c8c98facb728b33ba1d.json b/data/unsuccessful-reproductions/b514d0b8e6617036d1987c8c98facb728b33ba1d.json index 6a0cc59dc3cb..8a9c40678606 100644 --- a/data/unsuccessful-reproductions/b514d0b8e6617036d1987c8c98facb728b33ba1d.json +++ b/data/unsuccessful-reproductions/b514d0b8e6617036d1987c8c98facb728b33ba1d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.1", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b522c5d5beb9411322bf585184737f952c2deae0.json b/data/unsuccessful-reproductions/b522c5d5beb9411322bf585184737f952c2deae0.json index a749c5e15d40..020b77e0594f 100644 --- a/data/unsuccessful-reproductions/b522c5d5beb9411322bf585184737f952c2deae0.json +++ b/data/unsuccessful-reproductions/b522c5d5beb9411322bf585184737f952c2deae0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.9", "newVersion" : "3.21.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b55db11136f6dacab8ed6eb1943d5ccb4f2cf97d.json b/data/unsuccessful-reproductions/b55db11136f6dacab8ed6eb1943d5ccb4f2cf97d.json index b8f6661389e6..9d7d555367f5 100644 --- a/data/unsuccessful-reproductions/b55db11136f6dacab8ed6eb1943d5ccb4f2cf97d.json +++ b/data/unsuccessful-reproductions/b55db11136f6dacab8ed6eb1943d5ccb4f2cf97d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b5603238951372ba4c9549f498516326e81a6f84.json b/data/unsuccessful-reproductions/b5603238951372ba4c9549f498516326e81a6f84.json index 3b9438535641..44ac36dffbe2 100644 --- a/data/unsuccessful-reproductions/b5603238951372ba4c9549f498516326e81a6f84.json +++ b/data/unsuccessful-reproductions/b5603238951372ba4c9549f498516326e81a6f84.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b57e28672a2e06fd16e64c4dd0754a5407afd462.json b/data/unsuccessful-reproductions/b57e28672a2e06fd16e64c4dd0754a5407afd462.json index ca962409f5c8..852c8080ce4e 100644 --- a/data/unsuccessful-reproductions/b57e28672a2e06fd16e64c4dd0754a5407afd462.json +++ b/data/unsuccessful-reproductions/b57e28672a2e06fd16e64c4dd0754a5407afd462.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b58b95e701a56a363c99e8299400317848ec4f70.json b/data/unsuccessful-reproductions/b58b95e701a56a363c99e8299400317848ec4f70.json index da5c71690a36..4d41d2760e6a 100644 --- a/data/unsuccessful-reproductions/b58b95e701a56a363c99e8299400317848ec4f70.json +++ b/data/unsuccessful-reproductions/b58b95e701a56a363c99e8299400317848ec4f70.json @@ -12,7 +12,10 @@ "previousVersion" : "3.23.1", "newVersion" : "3.24.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "javaparser/javaparser" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b59009501692b3114a2f5ee26101cc152de1c40b.json b/data/unsuccessful-reproductions/b59009501692b3114a2f5ee26101cc152de1c40b.json index cf26b9d632c8..d8df1a18baf7 100644 --- a/data/unsuccessful-reproductions/b59009501692b3114a2f5ee26101cc152de1c40b.json +++ b/data/unsuccessful-reproductions/b59009501692b3114a2f5ee26101cc152de1c40b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b590e10207b34a23d89e2aaf29ffe0da57473218.json b/data/unsuccessful-reproductions/b590e10207b34a23d89e2aaf29ffe0da57473218.json index e10fd6afa598..1cc5ae2066f7 100644 --- a/data/unsuccessful-reproductions/b590e10207b34a23d89e2aaf29ffe0da57473218.json +++ b/data/unsuccessful-reproductions/b590e10207b34a23d89e2aaf29ffe0da57473218.json @@ -12,7 +12,10 @@ "previousVersion" : "2.28.1", "newVersion" : "2.30.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b59652a514c3f1928f1e8ebed02a2a156a45b098.json b/data/unsuccessful-reproductions/b59652a514c3f1928f1e8ebed02a2a156a45b098.json index 7dbf68dca675..99d0ae35dff3 100644 --- a/data/unsuccessful-reproductions/b59652a514c3f1928f1e8ebed02a2a156a45b098.json +++ b/data/unsuccessful-reproductions/b59652a514c3f1928f1e8ebed02a2a156a45b098.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11", "newVersion" : "4.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b5cb14e1dd4a82e0b8d06fd79fd5f7e9397a11f9.json b/data/unsuccessful-reproductions/b5cb14e1dd4a82e0b8d06fd79fd5f7e9397a11f9.json index 2ba0d5b3a12d..f5b8d2bd109f 100644 --- a/data/unsuccessful-reproductions/b5cb14e1dd4a82e0b8d06fd79fd5f7e9397a11f9.json +++ b/data/unsuccessful-reproductions/b5cb14e1dd4a82e0b8d06fd79fd5f7e9397a11f9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.45", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b5e98d5763e71e774d02ffa9fbb788693e6f749d.json b/data/unsuccessful-reproductions/b5e98d5763e71e774d02ffa9fbb788693e6f749d.json index 81b45cc6e9e3..3a16189f4ae0 100644 --- a/data/unsuccessful-reproductions/b5e98d5763e71e774d02ffa9fbb788693e6f749d.json +++ b/data/unsuccessful-reproductions/b5e98d5763e71e774d02ffa9fbb788693e6f749d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.2", "newVersion" : "2.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b5f24766bf35f08a3ebfc62a8722d33e9f41f2bf.json b/data/unsuccessful-reproductions/b5f24766bf35f08a3ebfc62a8722d33e9f41f2bf.json index f4a85834f630..9abd4f707b83 100644 --- a/data/unsuccessful-reproductions/b5f24766bf35f08a3ebfc62a8722d33e9f41f2bf.json +++ b/data/unsuccessful-reproductions/b5f24766bf35f08a3ebfc62a8722d33e9f41f2bf.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b5fa4ffa1bbda7cc0b73f574eab5e7d09d2f83b3.json b/data/unsuccessful-reproductions/b5fa4ffa1bbda7cc0b73f574eab5e7d09d2f83b3.json index ef177b147158..83ae02d6c50a 100644 --- a/data/unsuccessful-reproductions/b5fa4ffa1bbda7cc0b73f574eab5e7d09d2f83b3.json +++ b/data/unsuccessful-reproductions/b5fa4ffa1bbda7cc0b73f574eab5e7d09d2f83b3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b603a302a01be3680e5b7e254f8349d169b238f9.json b/data/unsuccessful-reproductions/b603a302a01be3680e5b7e254f8349d169b238f9.json index 68256462d02f..1ea598b0b560 100644 --- a/data/unsuccessful-reproductions/b603a302a01be3680e5b7e254f8349d169b238f9.json +++ b/data/unsuccessful-reproductions/b603a302a01be3680e5b7e254f8349d169b238f9.json @@ -12,7 +12,10 @@ "previousVersion" : "6.27.0", "newVersion" : "6.28.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b62af0e13c91daba40ef2532bccab5b2708cfa0f.json b/data/unsuccessful-reproductions/b62af0e13c91daba40ef2532bccab5b2708cfa0f.json index 67d39f5dea9b..92b067663662 100644 --- a/data/unsuccessful-reproductions/b62af0e13c91daba40ef2532bccab5b2708cfa0f.json +++ b/data/unsuccessful-reproductions/b62af0e13c91daba40ef2532bccab5b2708cfa0f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30", "newVersion" : "1.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b63722bfa56922d4549ded946ff814109f525311.json b/data/unsuccessful-reproductions/b63722bfa56922d4549ded946ff814109f525311.json index ac360a49d97c..264c433e065f 100644 --- a/data/unsuccessful-reproductions/b63722bfa56922d4549ded946ff814109f525311.json +++ b/data/unsuccessful-reproductions/b63722bfa56922d4549ded946ff814109f525311.json @@ -12,7 +12,10 @@ "previousVersion" : "v0.26.1", "newVersion" : "v1.1.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6489f7fa796cce20971719be14c31fc6be9ac08.json b/data/unsuccessful-reproductions/b6489f7fa796cce20971719be14c31fc6be9ac08.json index 32cc7abd7b1e..e1683ad74e81 100644 --- a/data/unsuccessful-reproductions/b6489f7fa796cce20971719be14c31fc6be9ac08.json +++ b/data/unsuccessful-reproductions/b6489f7fa796cce20971719be14c31fc6be9ac08.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.12", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6618ae56d007e7eb177378b02d68cbcd0c52398.json b/data/unsuccessful-reproductions/b6618ae56d007e7eb177378b02d68cbcd0c52398.json index 299b343144dd..e22248552a31 100644 --- a/data/unsuccessful-reproductions/b6618ae56d007e7eb177378b02d68cbcd0c52398.json +++ b/data/unsuccessful-reproductions/b6618ae56d007e7eb177378b02d68cbcd0c52398.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.30", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b677cd8e81bffbabe3d15de79e81a77ce0084fb0.json b/data/unsuccessful-reproductions/b677cd8e81bffbabe3d15de79e81a77ce0084fb0.json index a9b1bc24955b..2ebe56354f02 100644 --- a/data/unsuccessful-reproductions/b677cd8e81bffbabe3d15de79e81a77ce0084fb0.json +++ b/data/unsuccessful-reproductions/b677cd8e81bffbabe3d15de79e81a77ce0084fb0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6792bba086e4c207d98ad0c8e3abc581bf528a9.json b/data/unsuccessful-reproductions/b6792bba086e4c207d98ad0c8e3abc581bf528a9.json index 16224f1bb602..8044307d3921 100644 --- a/data/unsuccessful-reproductions/b6792bba086e4c207d98ad0c8e3abc581bf528a9.json +++ b/data/unsuccessful-reproductions/b6792bba086e4c207d98ad0c8e3abc581bf528a9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6801bd4c0284962e108d9d5cd040ff44e68a734.json b/data/unsuccessful-reproductions/b6801bd4c0284962e108d9d5cd040ff44e68a734.json index 92529a31fbae..80314ba06a08 100644 --- a/data/unsuccessful-reproductions/b6801bd4c0284962e108d9d5cd040ff44e68a734.json +++ b/data/unsuccessful-reproductions/b6801bd4c0284962e108d9d5cd040ff44e68a734.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "4.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b69024403189c510e92bc3b53d1a11d302ecaba8.json b/data/unsuccessful-reproductions/b69024403189c510e92bc3b53d1a11d302ecaba8.json index b640b00b46bb..8a1c347c83f9 100644 --- a/data/unsuccessful-reproductions/b69024403189c510e92bc3b53d1a11d302ecaba8.json +++ b/data/unsuccessful-reproductions/b69024403189c510e92bc3b53d1a11d302ecaba8.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b692116b92cc97d4fc6c5878e547a5388190c1ac.json b/data/unsuccessful-reproductions/b692116b92cc97d4fc6c5878e547a5388190c1ac.json index b8d74d9c7cc9..d91f31967ebc 100644 --- a/data/unsuccessful-reproductions/b692116b92cc97d4fc6c5878e547a5388190c1ac.json +++ b/data/unsuccessful-reproductions/b692116b92cc97d4fc6c5878e547a5388190c1ac.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b69f8ddb76f1b76c71f968797fc4032ce4c4a814.json b/data/unsuccessful-reproductions/b69f8ddb76f1b76c71f968797fc4032ce4c4a814.json index 11185f10038a..58a46d689f74 100644 --- a/data/unsuccessful-reproductions/b69f8ddb76f1b76c71f968797fc4032ce4c4a814.json +++ b/data/unsuccessful-reproductions/b69f8ddb76f1b76c71f968797fc4032ce4c4a814.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0-b180830.0438", "newVersion" : "4.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6a1903142b6aad06c5450a64c95bff87f1ec1f6.json b/data/unsuccessful-reproductions/b6a1903142b6aad06c5450a64c95bff87f1ec1f6.json index 4ff5a30f5465..ed72a7acc0c3 100644 --- a/data/unsuccessful-reproductions/b6a1903142b6aad06c5450a64c95bff87f1ec1f6.json +++ b/data/unsuccessful-reproductions/b6a1903142b6aad06c5450a64c95bff87f1ec1f6.json @@ -12,7 +12,10 @@ "previousVersion" : "1382.v7d694476f340", "newVersion" : "1757.vf3c66da_b_7492", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6a742e9d3ff3435769f04e522fa2157102db4da.json b/data/unsuccessful-reproductions/b6a742e9d3ff3435769f04e522fa2157102db4da.json index 85f633d76793..f70d504b7c75 100644 --- a/data/unsuccessful-reproductions/b6a742e9d3ff3435769f04e522fa2157102db4da.json +++ b/data/unsuccessful-reproductions/b6a742e9d3ff3435769f04e522fa2157102db4da.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.3", "newVersion" : "1.2.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6b2192636cb55b8220eb50f3bd9d6765b686ca8.json b/data/unsuccessful-reproductions/b6b2192636cb55b8220eb50f3bd9d6765b686ca8.json index d8b42fafe38e..658ac219fbba 100644 --- a/data/unsuccessful-reproductions/b6b2192636cb55b8220eb50f3bd9d6765b686ca8.json +++ b/data/unsuccessful-reproductions/b6b2192636cb55b8220eb50f3bd9d6765b686ca8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6bc1515d2a4ef9f71ef09592f27ac91a21b0e72.json b/data/unsuccessful-reproductions/b6bc1515d2a4ef9f71ef09592f27ac91a21b0e72.json index 140776735d64..d6e1aa045ff7 100644 --- a/data/unsuccessful-reproductions/b6bc1515d2a4ef9f71ef09592f27ac91a21b0e72.json +++ b/data/unsuccessful-reproductions/b6bc1515d2a4ef9f71ef09592f27ac91a21b0e72.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.240", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6cbe8af1f6ca90faa3db90a1d9d45d8009629d8.json b/data/unsuccessful-reproductions/b6cbe8af1f6ca90faa3db90a1d9d45d8009629d8.json index 59c0783767ca..145e8413c4ea 100644 --- a/data/unsuccessful-reproductions/b6cbe8af1f6ca90faa3db90a1d9d45d8009629d8.json +++ b/data/unsuccessful-reproductions/b6cbe8af1f6ca90faa3db90a1d9d45d8009629d8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.4", "newVersion" : "3.19.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6e89831bafc71932c8f53843d73c92f07789848.json b/data/unsuccessful-reproductions/b6e89831bafc71932c8f53843d73c92f07789848.json index 5211ea5c803e..06d93ea68905 100644 --- a/data/unsuccessful-reproductions/b6e89831bafc71932c8f53843d73c92f07789848.json +++ b/data/unsuccessful-reproductions/b6e89831bafc71932c8f53843d73c92f07789848.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.100", "newVersion" : "2.17.102", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b6fc7d4f56e5c349d3c38bf340a67cc1b9a3777b.json b/data/unsuccessful-reproductions/b6fc7d4f56e5c349d3c38bf340a67cc1b9a3777b.json index 525a289a1fc1..2380c17dc419 100644 --- a/data/unsuccessful-reproductions/b6fc7d4f56e5c349d3c38bf340a67cc1b9a3777b.json +++ b/data/unsuccessful-reproductions/b6fc7d4f56e5c349d3c38bf340a67cc1b9a3777b.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.13.Final", "newVersion" : "5.5.3.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7063f85964166c22fc6917d9536b2876cc89457.json b/data/unsuccessful-reproductions/b7063f85964166c22fc6917d9536b2876cc89457.json index 087f9b24466a..27c778944944 100644 --- a/data/unsuccessful-reproductions/b7063f85964166c22fc6917d9536b2876cc89457.json +++ b/data/unsuccessful-reproductions/b7063f85964166c22fc6917d9536b2876cc89457.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.185", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7071c19f1778aec4c0234262e6b2e49f76b4084.json b/data/unsuccessful-reproductions/b7071c19f1778aec4c0234262e6b2e49f76b4084.json index 547fbccd587d..4bf0952fe968 100644 --- a/data/unsuccessful-reproductions/b7071c19f1778aec4c0234262e6b2e49f76b4084.json +++ b/data/unsuccessful-reproductions/b7071c19f1778aec4c0234262e6b2e49f76b4084.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b720ce065a54863f2064abeba518e6745455292e.json b/data/unsuccessful-reproductions/b720ce065a54863f2064abeba518e6745455292e.json index 32cbdc56d803..e6f0397a1c8b 100644 --- a/data/unsuccessful-reproductions/b720ce065a54863f2064abeba518e6745455292e.json +++ b/data/unsuccessful-reproductions/b720ce065a54863f2064abeba518e6745455292e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b739c6e58f2118666cb81c11d3c440be9169e57e.json b/data/unsuccessful-reproductions/b739c6e58f2118666cb81c11d3c440be9169e57e.json index 61b1d0b7f968..62a7e19fc586 100644 --- a/data/unsuccessful-reproductions/b739c6e58f2118666cb81c11d3c440be9169e57e.json +++ b/data/unsuccessful-reproductions/b739c6e58f2118666cb81c11d3c440be9169e57e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.277", "newVersion" : "1.12.278", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b74b856d92f49435fc7d860c212a7a59c0217c9d.json b/data/unsuccessful-reproductions/b74b856d92f49435fc7d860c212a7a59c0217c9d.json index 4628a84d3321..83b9af274742 100644 --- a/data/unsuccessful-reproductions/b74b856d92f49435fc7d860c212a7a59c0217c9d.json +++ b/data/unsuccessful-reproductions/b74b856d92f49435fc7d860c212a7a59c0217c9d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b757f19fcbcaf0a7c05d13da7ebc1115bb6f57b7.json b/data/unsuccessful-reproductions/b757f19fcbcaf0a7c05d13da7ebc1115bb6f57b7.json index ca4c7e55935c..8ee37d07fc20 100644 --- a/data/unsuccessful-reproductions/b757f19fcbcaf0a7c05d13da7ebc1115bb6f57b7.json +++ b/data/unsuccessful-reproductions/b757f19fcbcaf0a7c05d13da7ebc1115bb6f57b7.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b76098aa58bf6016dc50e812c6b20f373e5aaaef.json b/data/unsuccessful-reproductions/b76098aa58bf6016dc50e812c6b20f373e5aaaef.json index c42b159ed046..885f0201cf5a 100644 --- a/data/unsuccessful-reproductions/b76098aa58bf6016dc50e812c6b20f373e5aaaef.json +++ b/data/unsuccessful-reproductions/b76098aa58bf6016dc50e812c6b20f373e5aaaef.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.11.Final", "newVersion" : "5.6.12.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b76313f20d5d2fe9f6c6db7abb8de26d121a941f.json b/data/unsuccessful-reproductions/b76313f20d5d2fe9f6c6db7abb8de26d121a941f.json index 4871c62ac186..1a53401a9062 100644 --- a/data/unsuccessful-reproductions/b76313f20d5d2fe9f6c6db7abb8de26d121a941f.json +++ b/data/unsuccessful-reproductions/b76313f20d5d2fe9f6c6db7abb8de26d121a941f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.40", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b763ca7c8de93f59b0af151f470a4584a60cce95.json b/data/unsuccessful-reproductions/b763ca7c8de93f59b0af151f470a4584a60cce95.json index b759678bcece..938fff735ec6 100644 --- a/data/unsuccessful-reproductions/b763ca7c8de93f59b0af151f470a4584a60cce95.json +++ b/data/unsuccessful-reproductions/b763ca7c8de93f59b0af151f470a4584a60cce95.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.232", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b763ca8c04670b194e48e4fec7e52af6797cf572.json b/data/unsuccessful-reproductions/b763ca8c04670b194e48e4fec7e52af6797cf572.json index d3e046684365..b60677086685 100644 --- a/data/unsuccessful-reproductions/b763ca8c04670b194e48e4fec7e52af6797cf572.json +++ b/data/unsuccessful-reproductions/b763ca8c04670b194e48e4fec7e52af6797cf572.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.22", "newVersion" : "1.18.24", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7659a35d4cebb0ad51031fdbf1314d4d9590935.json b/data/unsuccessful-reproductions/b7659a35d4cebb0ad51031fdbf1314d4d9590935.json index 47c91434dda4..7f755cc709b3 100644 --- a/data/unsuccessful-reproductions/b7659a35d4cebb0ad51031fdbf1314d4d9590935.json +++ b/data/unsuccessful-reproductions/b7659a35d4cebb0ad51031fdbf1314d4d9590935.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b766e6a5e205e08f522757388a667534b2cb9d55.json b/data/unsuccessful-reproductions/b766e6a5e205e08f522757388a667534b2cb9d55.json index 7fba7d49d514..cf1e701b0aad 100644 --- a/data/unsuccessful-reproductions/b766e6a5e205e08f522757388a667534b2cb9d55.json +++ b/data/unsuccessful-reproductions/b766e6a5e205e08f522757388a667534b2cb9d55.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.104", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b76b5b7e7f1e3a71d4074cb5b8af72d1284011a2.json b/data/unsuccessful-reproductions/b76b5b7e7f1e3a71d4074cb5b8af72d1284011a2.json index f503f168ea0d..3f5187e91896 100644 --- a/data/unsuccessful-reproductions/b76b5b7e7f1e3a71d4074cb5b8af72d1284011a2.json +++ b/data/unsuccessful-reproductions/b76b5b7e7f1e3a71d4074cb5b8af72d1284011a2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.6", "newVersion" : "1.4.7", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b773b5853428cead44fdfeed1efec78ac72e1717.json b/data/unsuccessful-reproductions/b773b5853428cead44fdfeed1efec78ac72e1717.json index c922f53695aa..d2c15b55b6e3 100644 --- a/data/unsuccessful-reproductions/b773b5853428cead44fdfeed1efec78ac72e1717.json +++ b/data/unsuccessful-reproductions/b773b5853428cead44fdfeed1efec78ac72e1717.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.12.v20180830-redhat-1", "newVersion" : "9.4.51.v20230217", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b776a546293dd36d79c75f081620d965c958a870.json b/data/unsuccessful-reproductions/b776a546293dd36d79c75f081620d965c958a870.json index bee0c15c4f33..69f169c90c31 100644 --- a/data/unsuccessful-reproductions/b776a546293dd36d79c75f081620d965c958a870.json +++ b/data/unsuccessful-reproductions/b776a546293dd36d79c75f081620d965c958a870.json @@ -12,7 +12,10 @@ "previousVersion" : "6.1.4.Final", "newVersion" : "6.1.5.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b784e85617aceb8638bfa37b1390d2b67a39a255.json b/data/unsuccessful-reproductions/b784e85617aceb8638bfa37b1390d2b67a39a255.json index 33c2e995ad96..c61555bf0b66 100644 --- a/data/unsuccessful-reproductions/b784e85617aceb8638bfa37b1390d2b67a39a255.json +++ b/data/unsuccessful-reproductions/b784e85617aceb8638bfa37b1390d2b67a39a255.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.241", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b78ee54c55aaef5ae1aa2a6b4841a360ccb81136.json b/data/unsuccessful-reproductions/b78ee54c55aaef5ae1aa2a6b4841a360ccb81136.json index 7a1630047d05..aee3ce04e58d 100644 --- a/data/unsuccessful-reproductions/b78ee54c55aaef5ae1aa2a6b4841a360ccb81136.json +++ b/data/unsuccessful-reproductions/b78ee54c55aaef5ae1aa2a6b4841a360ccb81136.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.22", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7a1853875df1de4d2c0c3258cd968897ed239a2.json b/data/unsuccessful-reproductions/b7a1853875df1de4d2c0c3258cd968897ed239a2.json index 6322d628fc24..f72ccf648920 100644 --- a/data/unsuccessful-reproductions/b7a1853875df1de4d2c0c3258cd968897ed239a2.json +++ b/data/unsuccessful-reproductions/b7a1853875df1de4d2c0c3258cd968897ed239a2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.44", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7bafd803d2140f5cc53009be30f9d4197895fbe.json b/data/unsuccessful-reproductions/b7bafd803d2140f5cc53009be30f9d4197895fbe.json index dbb0b85ea65d..d8b168d107af 100644 --- a/data/unsuccessful-reproductions/b7bafd803d2140f5cc53009be30f9d4197895fbe.json +++ b/data/unsuccessful-reproductions/b7bafd803d2140f5cc53009be30f9d4197895fbe.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.0", "newVersion" : "5.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7bc3a3d35793fe7a194f116a4be825407b688c1.json b/data/unsuccessful-reproductions/b7bc3a3d35793fe7a194f116a4be825407b688c1.json index e17a1bad11f3..f3dc53c38e2f 100644 --- a/data/unsuccessful-reproductions/b7bc3a3d35793fe7a194f116a4be825407b688c1.json +++ b/data/unsuccessful-reproductions/b7bc3a3d35793fe7a194f116a4be825407b688c1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.78", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7c1abfa5b44f261d6f5ab6b5f4a3daf35bbe170.json b/data/unsuccessful-reproductions/b7c1abfa5b44f261d6f5ab6b5f4a3daf35bbe170.json index 776d15a1f9b0..9223ba780bec 100644 --- a/data/unsuccessful-reproductions/b7c1abfa5b44f261d6f5ab6b5f4a3daf35bbe170.json +++ b/data/unsuccessful-reproductions/b7c1abfa5b44f261d6f5ab6b5f4a3daf35bbe170.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.0-3", "newVersion" : "5.2.1-1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7c8a14ddfe02e8c15058130f8fdd9c849945adc.json b/data/unsuccessful-reproductions/b7c8a14ddfe02e8c15058130f8fdd9c849945adc.json index 25f3d77f65c2..8bfe525b627f 100644 --- a/data/unsuccessful-reproductions/b7c8a14ddfe02e8c15058130f8fdd9c849945adc.json +++ b/data/unsuccessful-reproductions/b7c8a14ddfe02e8c15058130f8fdd9c849945adc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7d540bda5ddcfd167c3615a981e46e385ac09ca.json b/data/unsuccessful-reproductions/b7d540bda5ddcfd167c3615a981e46e385ac09ca.json index a83a40f786d0..343f8bd8fd44 100644 --- a/data/unsuccessful-reproductions/b7d540bda5ddcfd167c3615a981e46e385ac09ca.json +++ b/data/unsuccessful-reproductions/b7d540bda5ddcfd167c3615a981e46e385ac09ca.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.382", "newVersion" : "1.12.393", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7d59f887109cca71d1955950e614d13eb0d6632.json b/data/unsuccessful-reproductions/b7d59f887109cca71d1955950e614d13eb0d6632.json index 6d276c4726b7..12a13821bacb 100644 --- a/data/unsuccessful-reproductions/b7d59f887109cca71d1955950e614d13eb0d6632.json +++ b/data/unsuccessful-reproductions/b7d59f887109cca71d1955950e614d13eb0d6632.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7d74ddd5aa518fd432c3f0f21c86c6d8f73be7e.json b/data/unsuccessful-reproductions/b7d74ddd5aa518fd432c3f0f21c86c6d8f73be7e.json index 7d3b129a62e2..6c51a99a5e06 100644 --- a/data/unsuccessful-reproductions/b7d74ddd5aa518fd432c3f0f21c86c6d8f73be7e.json +++ b/data/unsuccessful-reproductions/b7d74ddd5aa518fd432c3f0f21c86c6d8f73be7e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.43.0", "newVersion" : "1.43.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7e7bdde99851e2cbc53a1cecee96a77e712ad88.json b/data/unsuccessful-reproductions/b7e7bdde99851e2cbc53a1cecee96a77e712ad88.json index 6d4292e9b0ed..f7a84cba6e94 100644 --- a/data/unsuccessful-reproductions/b7e7bdde99851e2cbc53a1cecee96a77e712ad88.json +++ b/data/unsuccessful-reproductions/b7e7bdde99851e2cbc53a1cecee96a77e712ad88.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.90.Final", "newVersion" : "4.1.92.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b7ea6f33b96b404abc4ac5f29d9a69d0537d9ec5.json b/data/unsuccessful-reproductions/b7ea6f33b96b404abc4ac5f29d9a69d0537d9ec5.json index 1f1b845443a3..c64f1d71a441 100644 --- a/data/unsuccessful-reproductions/b7ea6f33b96b404abc4ac5f29d9a69d0537d9ec5.json +++ b/data/unsuccessful-reproductions/b7ea6f33b96b404abc4ac5f29d9a69d0537d9ec5.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.8", "newVersion" : "3.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b8098d0c5a0ea9944e29203ad2cb1cc7cbc1f965.json b/data/unsuccessful-reproductions/b8098d0c5a0ea9944e29203ad2cb1cc7cbc1f965.json index 797ff7eb6fc0..419b29b26117 100644 --- a/data/unsuccessful-reproductions/b8098d0c5a0ea9944e29203ad2cb1cc7cbc1f965.json +++ b/data/unsuccessful-reproductions/b8098d0c5a0ea9944e29203ad2cb1cc7cbc1f965.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.5", "newVersion" : "3.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b809c1552ae45378a6753a9c8c90f682c9696534.json b/data/unsuccessful-reproductions/b809c1552ae45378a6753a9c8c90f682c9696534.json index 77a03e74a6a3..2eb89a1990d5 100644 --- a/data/unsuccessful-reproductions/b809c1552ae45378a6753a9c8c90f682c9696534.json +++ b/data/unsuccessful-reproductions/b809c1552ae45378a6753a9c8c90f682c9696534.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b81294aa9b26d1cd43e8195e12ebe465714bd9ce.json b/data/unsuccessful-reproductions/b81294aa9b26d1cd43e8195e12ebe465714bd9ce.json index d04153d0c3e3..e4042ed18870 100644 --- a/data/unsuccessful-reproductions/b81294aa9b26d1cd43e8195e12ebe465714bd9ce.json +++ b/data/unsuccessful-reproductions/b81294aa9b26d1cd43e8195e12ebe465714bd9ce.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b8256631e76f536318c0968d95eb43d5b8078669.json b/data/unsuccessful-reproductions/b8256631e76f536318c0968d95eb43d5b8078669.json index 9c316488d797..3405cfa180b6 100644 --- a/data/unsuccessful-reproductions/b8256631e76f536318c0968d95eb43d5b8078669.json +++ b/data/unsuccessful-reproductions/b8256631e76f536318c0968d95eb43d5b8078669.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.36", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b82a0d798acd17f32dbc9aa5107000173b8b5e4a.json b/data/unsuccessful-reproductions/b82a0d798acd17f32dbc9aa5107000173b8b5e4a.json index da89c174d26a..be1691404aa3 100644 --- a/data/unsuccessful-reproductions/b82a0d798acd17f32dbc9aa5107000173b8b5e4a.json +++ b/data/unsuccessful-reproductions/b82a0d798acd17f32dbc9aa5107000173b8b5e4a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.0", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b83bac6781728b33215d5021114b090741b15ed5.json b/data/unsuccessful-reproductions/b83bac6781728b33215d5021114b090741b15ed5.json index 69d4cc97d64a..5ba59a9985d1 100644 --- a/data/unsuccessful-reproductions/b83bac6781728b33215d5021114b090741b15ed5.json +++ b/data/unsuccessful-reproductions/b83bac6781728b33215d5021114b090741b15ed5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.61", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b83d79fd94fe6581faf13fa55305f21403e15861.json b/data/unsuccessful-reproductions/b83d79fd94fe6581faf13fa55305f21403e15861.json index 9105f4a941fa..a863f3d19b88 100644 --- a/data/unsuccessful-reproductions/b83d79fd94fe6581faf13fa55305f21403e15861.json +++ b/data/unsuccessful-reproductions/b83d79fd94fe6581faf13fa55305f21403e15861.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b8605e0507c96f490856cfd62c2f59f1c9d833a1.json b/data/unsuccessful-reproductions/b8605e0507c96f490856cfd62c2f59f1c9d833a1.json index f2d4b8927aa9..6a3d62bbcd45 100644 --- a/data/unsuccessful-reproductions/b8605e0507c96f490856cfd62c2f59f1c9d833a1.json +++ b/data/unsuccessful-reproductions/b8605e0507c96f490856cfd62c2f59f1c9d833a1.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b8673fd332c019c8d490bbf154140fe77f86fccb.json b/data/unsuccessful-reproductions/b8673fd332c019c8d490bbf154140fe77f86fccb.json index bfc7894102bb..fb435cae3bff 100644 --- a/data/unsuccessful-reproductions/b8673fd332c019c8d490bbf154140fe77f86fccb.json +++ b/data/unsuccessful-reproductions/b8673fd332c019c8d490bbf154140fe77f86fccb.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b86dc1df0bca2dc6584c0c84fbd6e83543d55c9f.json b/data/unsuccessful-reproductions/b86dc1df0bca2dc6584c0c84fbd6e83543d55c9f.json index a4fd108282d0..c3162c04b44d 100644 --- a/data/unsuccessful-reproductions/b86dc1df0bca2dc6584c0c84fbd6e83543d55c9f.json +++ b/data/unsuccessful-reproductions/b86dc1df0bca2dc6584c0c84fbd6e83543d55c9f.json @@ -12,7 +12,10 @@ "previousVersion" : "32.1.0-jre", "newVersion" : "32.1.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b875b8a88465807b20c590d00d8327006f7ba893.json b/data/unsuccessful-reproductions/b875b8a88465807b20c590d00d8327006f7ba893.json index 8232b4f30aec..5b6111047de8 100644 --- a/data/unsuccessful-reproductions/b875b8a88465807b20c590d00d8327006f7ba893.json +++ b/data/unsuccessful-reproductions/b875b8a88465807b20c590d00d8327006f7ba893.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.2", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b87ab6a1d3cea2d67495dc7b485c1404c5f5d99d.json b/data/unsuccessful-reproductions/b87ab6a1d3cea2d67495dc7b485c1404c5f5d99d.json index c738fedc11d1..bde6be629fe0 100644 --- a/data/unsuccessful-reproductions/b87ab6a1d3cea2d67495dc7b485c1404c5f5d99d.json +++ b/data/unsuccessful-reproductions/b87ab6a1d3cea2d67495dc7b485c1404c5f5d99d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.0", "newVersion" : "3.22.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b88a2987c426b423b4537dca411421d75d9e4aba.json b/data/unsuccessful-reproductions/b88a2987c426b423b4537dca411421d75d9e4aba.json index 2a5949b70d62..ca68fdddce76 100644 --- a/data/unsuccessful-reproductions/b88a2987c426b423b4537dca411421d75d9e4aba.json +++ b/data/unsuccessful-reproductions/b88a2987c426b423b4537dca411421d75d9e4aba.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b8921bb895a645c322a190358e792400ba9618ba.json b/data/unsuccessful-reproductions/b8921bb895a645c322a190358e792400ba9618ba.json index 550f1d005668..2c90503e8146 100644 --- a/data/unsuccessful-reproductions/b8921bb895a645c322a190358e792400ba9618ba.json +++ b/data/unsuccessful-reproductions/b8921bb895a645c322a190358e792400ba9618ba.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b8922dc6158805426ba9f09aef90f4d2d64dd5ed.json b/data/unsuccessful-reproductions/b8922dc6158805426ba9f09aef90f4d2d64dd5ed.json index dd7f66cb321a..327ac303e693 100644 --- a/data/unsuccessful-reproductions/b8922dc6158805426ba9f09aef90f4d2d64dd5ed.json +++ b/data/unsuccessful-reproductions/b8922dc6158805426ba9f09aef90f4d2d64dd5ed.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.46.v20220331", "newVersion" : "9.4.48.v20220622", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b8adfcb222d44187a1efc9defc4a2173dad3d599.json b/data/unsuccessful-reproductions/b8adfcb222d44187a1efc9defc4a2173dad3d599.json index fd30734b53ba..1f35e227ee52 100644 --- a/data/unsuccessful-reproductions/b8adfcb222d44187a1efc9defc4a2173dad3d599.json +++ b/data/unsuccessful-reproductions/b8adfcb222d44187a1efc9defc4a2173dad3d599.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12", "newVersion" : "4.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b8c73b3ef7a80b9bf1768678923f7110d3b82158.json b/data/unsuccessful-reproductions/b8c73b3ef7a80b9bf1768678923f7110d3b82158.json index daead325460e..fc6b03550405 100644 --- a/data/unsuccessful-reproductions/b8c73b3ef7a80b9bf1768678923f7110d3b82158.json +++ b/data/unsuccessful-reproductions/b8c73b3ef7a80b9bf1768678923f7110d3b82158.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.18", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b8d67b506ca28c18d3f899480df4c5df71a04514.json b/data/unsuccessful-reproductions/b8d67b506ca28c18d3f899480df4c5df71a04514.json index 36283ea72a12..ac07a1296329 100644 --- a/data/unsuccessful-reproductions/b8d67b506ca28c18d3f899480df4c5df71a04514.json +++ b/data/unsuccessful-reproductions/b8d67b506ca28c18d3f899480df4c5df71a04514.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.259", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b8fbd9cfe3a388e5e12b6d56de3e34593cf02b9f.json b/data/unsuccessful-reproductions/b8fbd9cfe3a388e5e12b6d56de3e34593cf02b9f.json index 727e73948e12..5a706d1b3d3c 100644 --- a/data/unsuccessful-reproductions/b8fbd9cfe3a388e5e12b6d56de3e34593cf02b9f.json +++ b/data/unsuccessful-reproductions/b8fbd9cfe3a388e5e12b6d56de3e34593cf02b9f.json @@ -12,7 +12,10 @@ "previousVersion" : "24.2.0", "newVersion" : "24.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b9175a61e9da5b2947e88d0c2bdf8740b01f337b.json b/data/unsuccessful-reproductions/b9175a61e9da5b2947e88d0c2bdf8740b01f337b.json index ef584173bfb8..d98e4a38d0ce 100644 --- a/data/unsuccessful-reproductions/b9175a61e9da5b2947e88d0c2bdf8740b01f337b.json +++ b/data/unsuccessful-reproductions/b9175a61e9da5b2947e88d0c2bdf8740b01f337b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.34", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b91993619b24347e18a23420a428b3ddc90307e1.json b/data/unsuccessful-reproductions/b91993619b24347e18a23420a428b3ddc90307e1.json index e78f23fa5525..88aea452103c 100644 --- a/data/unsuccessful-reproductions/b91993619b24347e18a23420a428b3ddc90307e1.json +++ b/data/unsuccessful-reproductions/b91993619b24347e18a23420a428b3ddc90307e1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.2", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b9285df64cc84775656a0e806c4100b0a21756da.json b/data/unsuccessful-reproductions/b9285df64cc84775656a0e806c4100b0a21756da.json index 8705342e1fa8..bd03dc981d6f 100644 --- a/data/unsuccessful-reproductions/b9285df64cc84775656a0e806c4100b0a21756da.json +++ b/data/unsuccessful-reproductions/b9285df64cc84775656a0e806c4100b0a21756da.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.5", "newVersion" : "3.8.6", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b92f40e8306de74fbc4dd6c9f4b9e1d8643ef2fa.json b/data/unsuccessful-reproductions/b92f40e8306de74fbc4dd6c9f4b9e1d8643ef2fa.json index b7c138ac0755..fe89699bc390 100644 --- a/data/unsuccessful-reproductions/b92f40e8306de74fbc4dd6c9f4b9e1d8643ef2fa.json +++ b/data/unsuccessful-reproductions/b92f40e8306de74fbc4dd6c9f4b9e1d8643ef2fa.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.25", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b939b439c45e9186c466a78a19baca4db8e4dad2.json b/data/unsuccessful-reproductions/b939b439c45e9186c466a78a19baca4db8e4dad2.json index 23877a99622f..ce0258897174 100644 --- a/data/unsuccessful-reproductions/b939b439c45e9186c466a78a19baca4db8e4dad2.json +++ b/data/unsuccessful-reproductions/b939b439c45e9186c466a78a19baca4db8e4dad2.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.21.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b93e11cfe23cff814cb519483d7f1379c6ea9548.json b/data/unsuccessful-reproductions/b93e11cfe23cff814cb519483d7f1379c6ea9548.json index 97b8b67bb57a..ca4dd3b93ce2 100644 --- a/data/unsuccessful-reproductions/b93e11cfe23cff814cb519483d7f1379c6ea9548.json +++ b/data/unsuccessful-reproductions/b93e11cfe23cff814cb519483d7f1379c6ea9548.json @@ -12,7 +12,10 @@ "previousVersion" : "0.29.1", "newVersion" : "0.29.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b945a7c238c6340b18d53cb293d6735b8ec28f2f.json b/data/unsuccessful-reproductions/b945a7c238c6340b18d53cb293d6735b8ec28f2f.json index 7d8a3fbcc09f..7a13837d8ab6 100644 --- a/data/unsuccessful-reproductions/b945a7c238c6340b18d53cb293d6735b8ec28f2f.json +++ b/data/unsuccessful-reproductions/b945a7c238c6340b18d53cb293d6735b8ec28f2f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.3", "newVersion" : "1.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b94a2a6d95db6dc988f989f6ae7b5449c8aaf1bd.json b/data/unsuccessful-reproductions/b94a2a6d95db6dc988f989f6ae7b5449c8aaf1bd.json index 3d2cd1ad1565..51a0cb0cb2b3 100644 --- a/data/unsuccessful-reproductions/b94a2a6d95db6dc988f989f6ae7b5449c8aaf1bd.json +++ b/data/unsuccessful-reproductions/b94a2a6d95db6dc988f989f6ae7b5449c8aaf1bd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.3", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b964f63ffc553d014f5664e0540c32dcda126968.json b/data/unsuccessful-reproductions/b964f63ffc553d014f5664e0540c32dcda126968.json index e4f49109f800..9b675ec93582 100644 --- a/data/unsuccessful-reproductions/b964f63ffc553d014f5664e0540c32dcda126968.json +++ b/data/unsuccessful-reproductions/b964f63ffc553d014f5664e0540c32dcda126968.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b9761dd16d24475d01daeb5b0cc7e407966d31d3.json b/data/unsuccessful-reproductions/b9761dd16d24475d01daeb5b0cc7e407966d31d3.json index af37209c883e..ed2314748531 100644 --- a/data/unsuccessful-reproductions/b9761dd16d24475d01daeb5b0cc7e407966d31d3.json +++ b/data/unsuccessful-reproductions/b9761dd16d24475d01daeb5b0cc7e407966d31d3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.2", "newVersion" : "1.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b98b3cea7d63018b26c585d75cd5f0a295a5ac6e.json b/data/unsuccessful-reproductions/b98b3cea7d63018b26c585d75cd5f0a295a5ac6e.json index 6e6603dfaf05..52a71ff3f4ce 100644 --- a/data/unsuccessful-reproductions/b98b3cea7d63018b26c585d75cd5f0a295a5ac6e.json +++ b/data/unsuccessful-reproductions/b98b3cea7d63018b26c585d75cd5f0a295a5ac6e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.210", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b9948cc6821c31a1dff2ee8cd701f7bcc68f8d8e.json b/data/unsuccessful-reproductions/b9948cc6821c31a1dff2ee8cd701f7bcc68f8d8e.json index 3c963a3ef4eb..3829f3eddc19 100644 --- a/data/unsuccessful-reproductions/b9948cc6821c31a1dff2ee8cd701f7bcc68f8d8e.json +++ b/data/unsuccessful-reproductions/b9948cc6821c31a1dff2ee8cd701f7bcc68f8d8e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.39.0", "newVersion" : "2.40.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b9a2c4be24c94dfd58414b7c6f7011052db5c008.json b/data/unsuccessful-reproductions/b9a2c4be24c94dfd58414b7c6f7011052db5c008.json index d28ef12500d1..f668f5e008d8 100644 --- a/data/unsuccessful-reproductions/b9a2c4be24c94dfd58414b7c6f7011052db5c008.json +++ b/data/unsuccessful-reproductions/b9a2c4be24c94dfd58414b7c6f7011052db5c008.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b9b130a3f02b5785acecebf912b8ece320f1d148.json b/data/unsuccessful-reproductions/b9b130a3f02b5785acecebf912b8ece320f1d148.json index e303dea0da6d..63d515d77259 100644 --- a/data/unsuccessful-reproductions/b9b130a3f02b5785acecebf912b8ece320f1d148.json +++ b/data/unsuccessful-reproductions/b9b130a3f02b5785acecebf912b8ece320f1d148.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.59", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/b9fbe5898c83dd77855bd002f0a77453a9e3de98.json b/data/unsuccessful-reproductions/b9fbe5898c83dd77855bd002f0a77453a9e3de98.json index 026b2b21baa0..b8ed6a915acc 100644 --- a/data/unsuccessful-reproductions/b9fbe5898c83dd77855bd002f0a77453a9e3de98.json +++ b/data/unsuccessful-reproductions/b9fbe5898c83dd77855bd002f0a77453a9e3de98.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33.1", "newVersion" : "1.33.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ba29a0063a4fda401dbd65b8ebb947ddff8997e6.json b/data/unsuccessful-reproductions/ba29a0063a4fda401dbd65b8ebb947ddff8997e6.json index 73c64cb8e7ec..12e2eca17e74 100644 --- a/data/unsuccessful-reproductions/ba29a0063a4fda401dbd65b8ebb947ddff8997e6.json +++ b/data/unsuccessful-reproductions/ba29a0063a4fda401dbd65b8ebb947ddff8997e6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.50", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ba61544ee645c62500d9e79aeb4797bd1091e0d6.json b/data/unsuccessful-reproductions/ba61544ee645c62500d9e79aeb4797bd1091e0d6.json index ee53563470d3..6404eee0594f 100644 --- a/data/unsuccessful-reproductions/ba61544ee645c62500d9e79aeb4797bd1091e0d6.json +++ b/data/unsuccessful-reproductions/ba61544ee645c62500d9e79aeb4797bd1091e0d6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.11", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ba6b7f4e179803826feff20722200104b700f727.json b/data/unsuccessful-reproductions/ba6b7f4e179803826feff20722200104b700f727.json index d009f1c94a45..85f852d15242 100644 --- a/data/unsuccessful-reproductions/ba6b7f4e179803826feff20722200104b700f727.json +++ b/data/unsuccessful-reproductions/ba6b7f4e179803826feff20722200104b700f727.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.2", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ba734d4f0fc0317cdef0b4f280170b70183f4c60.json b/data/unsuccessful-reproductions/ba734d4f0fc0317cdef0b4f280170b70183f4c60.json index 87ec995dbca0..ee227e2cbbfc 100644 --- a/data/unsuccessful-reproductions/ba734d4f0fc0317cdef0b4f280170b70183f4c60.json +++ b/data/unsuccessful-reproductions/ba734d4f0fc0317cdef0b4f280170b70183f4c60.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.38", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ba7d21379f5e0f69e6cda1d9e2a1fa7bb0363f52.json b/data/unsuccessful-reproductions/ba7d21379f5e0f69e6cda1d9e2a1fa7bb0363f52.json index 1f7b15fe558a..e422897823ed 100644 --- a/data/unsuccessful-reproductions/ba7d21379f5e0f69e6cda1d9e2a1fa7bb0363f52.json +++ b/data/unsuccessful-reproductions/ba7d21379f5e0f69e6cda1d9e2a1fa7bb0363f52.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.205", "newVersion" : "1.12.217", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ba9118132f3af131cccff47973ff5229f0f19ce2.json b/data/unsuccessful-reproductions/ba9118132f3af131cccff47973ff5229f0f19ce2.json index 73bc394237e0..b12d736bae7d 100644 --- a/data/unsuccessful-reproductions/ba9118132f3af131cccff47973ff5229f0f19ce2.json +++ b/data/unsuccessful-reproductions/ba9118132f3af131cccff47973ff5229f0f19ce2.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.5", "newVersion" : "0.11.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/baa13965d06c552985b56d028dcd38dece69a8c7.json b/data/unsuccessful-reproductions/baa13965d06c552985b56d028dcd38dece69a8c7.json index e40f6af71159..46a50d8d2066 100644 --- a/data/unsuccessful-reproductions/baa13965d06c552985b56d028dcd38dece69a8c7.json +++ b/data/unsuccessful-reproductions/baa13965d06c552985b56d028dcd38dece69a8c7.json @@ -12,7 +12,10 @@ "previousVersion" : "0.2.4", "newVersion" : "0.2.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bad748a02a738eaaea80529d96981ef329ba1eb3.json b/data/unsuccessful-reproductions/bad748a02a738eaaea80529d96981ef329ba1eb3.json index 9ad3428e53d2..73276aaa2532 100644 --- a/data/unsuccessful-reproductions/bad748a02a738eaaea80529d96981ef329ba1eb3.json +++ b/data/unsuccessful-reproductions/bad748a02a738eaaea80529d96981ef329ba1eb3.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.56", "newVersion" : "8.13.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bada2f4a922f848d38ea1f2c5c17768c5a3976f6.json b/data/unsuccessful-reproductions/bada2f4a922f848d38ea1f2c5c17768c5a3976f6.json index 76af0b5e7724..b393985ac9a3 100644 --- a/data/unsuccessful-reproductions/bada2f4a922f848d38ea1f2c5c17768c5a3976f6.json +++ b/data/unsuccessful-reproductions/bada2f4a922f848d38ea1f2c5c17768c5a3976f6.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.43.v20210629", "newVersion" : "9.4.44.v20210927", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb02047dba2fd9f38838da78297fd17082f44005.json b/data/unsuccessful-reproductions/bb02047dba2fd9f38838da78297fd17082f44005.json index afb8497f3fc6..ce10e635fe15 100644 --- a/data/unsuccessful-reproductions/bb02047dba2fd9f38838da78297fd17082f44005.json +++ b/data/unsuccessful-reproductions/bb02047dba2fd9f38838da78297fd17082f44005.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.101", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb047da49bf4449c83fc77f1adfd1843ad6a668d.json b/data/unsuccessful-reproductions/bb047da49bf4449c83fc77f1adfd1843ad6a668d.json index 7d5d2f96bc70..7a337d44b2c8 100644 --- a/data/unsuccessful-reproductions/bb047da49bf4449c83fc77f1adfd1843ad6a668d.json +++ b/data/unsuccessful-reproductions/bb047da49bf4449c83fc77f1adfd1843ad6a668d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.330", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb0cb14df90d42bfff177d5c11d2674a4a285e86.json b/data/unsuccessful-reproductions/bb0cb14df90d42bfff177d5c11d2674a4a285e86.json index 6a69d9870d68..7505af4d6c9a 100644 --- a/data/unsuccessful-reproductions/bb0cb14df90d42bfff177d5c11d2674a4a285e86.json +++ b/data/unsuccessful-reproductions/bb0cb14df90d42bfff177d5c11d2674a4a285e86.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.82.Final", "newVersion" : "4.1.84.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb0d6866b13218dc5d9e82bdf58246758987773d.json b/data/unsuccessful-reproductions/bb0d6866b13218dc5d9e82bdf58246758987773d.json index 89ecec22dfb7..be772c70a2f5 100644 --- a/data/unsuccessful-reproductions/bb0d6866b13218dc5d9e82bdf58246758987773d.json +++ b/data/unsuccessful-reproductions/bb0d6866b13218dc5d9e82bdf58246758987773d.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.1", "newVersion" : "42.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb110f45b634f873762de39f4e0374b7a1f769b5.json b/data/unsuccessful-reproductions/bb110f45b634f873762de39f4e0374b7a1f769b5.json index 446b627515d2..5968fc765ae4 100644 --- a/data/unsuccessful-reproductions/bb110f45b634f873762de39f4e0374b7a1f769b5.json +++ b/data/unsuccessful-reproductions/bb110f45b634f873762de39f4e0374b7a1f769b5.json @@ -12,7 +12,10 @@ "previousVersion" : "8.1", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb2949e5f2757beb549de8317ad91cc829a7be6d.json b/data/unsuccessful-reproductions/bb2949e5f2757beb549de8317ad91cc829a7be6d.json index b0b4a7588db6..74e78004c898 100644 --- a/data/unsuccessful-reproductions/bb2949e5f2757beb549de8317ad91cc829a7be6d.json +++ b/data/unsuccessful-reproductions/bb2949e5f2757beb549de8317ad91cc829a7be6d.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.1.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb57f2496c1e8983716bc1cb30ec2ec5bfdefeb8.json b/data/unsuccessful-reproductions/bb57f2496c1e8983716bc1cb30ec2ec5bfdefeb8.json index 2e8e3fb229c3..2574dab79b84 100644 --- a/data/unsuccessful-reproductions/bb57f2496c1e8983716bc1cb30ec2ec5bfdefeb8.json +++ b/data/unsuccessful-reproductions/bb57f2496c1e8983716bc1cb30ec2ec5bfdefeb8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.6", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/eclipselink" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb61ae7eb1ce3e75cc466aa3ed672f8e57281198.json b/data/unsuccessful-reproductions/bb61ae7eb1ce3e75cc466aa3ed672f8e57281198.json index f016fdc9bf74..aad30fba7c44 100644 --- a/data/unsuccessful-reproductions/bb61ae7eb1ce3e75cc466aa3ed672f8e57281198.json +++ b/data/unsuccessful-reproductions/bb61ae7eb1ce3e75cc466aa3ed672f8e57281198.json @@ -12,7 +12,10 @@ "previousVersion" : "1370.vfa_e23fe119c3", "newVersion" : "1438.v6a_2c29d73f82", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb6fbb17f5b16e6c36458da2c1ab511d6f27db33.json b/data/unsuccessful-reproductions/bb6fbb17f5b16e6c36458da2c1ab511d6f27db33.json index f16adfec3d9d..dd2fe28967fd 100644 --- a/data/unsuccessful-reproductions/bb6fbb17f5b16e6c36458da2c1ab511d6f27db33.json +++ b/data/unsuccessful-reproductions/bb6fbb17f5b16e6c36458da2c1ab511d6f27db33.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.17.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb712c732c4768e326daa07f71e7785c86cbe0bc.json b/data/unsuccessful-reproductions/bb712c732c4768e326daa07f71e7785c86cbe0bc.json index 6bbca456f403..a5a307662e1d 100644 --- a/data/unsuccessful-reproductions/bb712c732c4768e326daa07f71e7785c86cbe0bc.json +++ b/data/unsuccessful-reproductions/bb712c732c4768e326daa07f71e7785c86cbe0bc.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.3", "newVersion" : "3.0.4", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb775b937d1ba954583642b74af2f242e8f18b70.json b/data/unsuccessful-reproductions/bb775b937d1ba954583642b74af2f242e8f18b70.json index 4204bf645685..186e914b34b4 100644 --- a/data/unsuccessful-reproductions/bb775b937d1ba954583642b74af2f242e8f18b70.json +++ b/data/unsuccessful-reproductions/bb775b937d1ba954583642b74af2f242e8f18b70.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.0.RELEASE", "newVersion" : "2.2.11.RELEASE", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bb9f3fb4027cbe93b330cd415526d7890b682ed2.json b/data/unsuccessful-reproductions/bb9f3fb4027cbe93b330cd415526d7890b682ed2.json index 61bff23e1c6f..aa3d34770550 100644 --- a/data/unsuccessful-reproductions/bb9f3fb4027cbe93b330cd415526d7890b682ed2.json +++ b/data/unsuccessful-reproductions/bb9f3fb4027cbe93b330cd415526d7890b682ed2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6", "newVersion" : "2.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bbb38ceacf24aba4d5fd552567874748a1a65fab.json b/data/unsuccessful-reproductions/bbb38ceacf24aba4d5fd552567874748a1a65fab.json index eb52b8cf7651..98b3eb450227 100644 --- a/data/unsuccessful-reproductions/bbb38ceacf24aba4d5fd552567874748a1a65fab.json +++ b/data/unsuccessful-reproductions/bbb38ceacf24aba4d5fd552567874748a1a65fab.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.0", "newVersion" : "1.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bbb811d3fc3c12feda149d58895ab4cc0401a4e2.json b/data/unsuccessful-reproductions/bbb811d3fc3c12feda149d58895ab4cc0401a4e2.json index 85ea669a048e..9bd91b732851 100644 --- a/data/unsuccessful-reproductions/bbb811d3fc3c12feda149d58895ab4cc0401a4e2.json +++ b/data/unsuccessful-reproductions/bbb811d3fc3c12feda149d58895ab4cc0401a4e2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bbdbb91c01925254e9242c3a2847e98b551b2d3d.json b/data/unsuccessful-reproductions/bbdbb91c01925254e9242c3a2847e98b551b2d3d.json index 92bee6a16007..342cc04aadb9 100644 --- a/data/unsuccessful-reproductions/bbdbb91c01925254e9242c3a2847e98b551b2d3d.json +++ b/data/unsuccessful-reproductions/bbdbb91c01925254e9242c3a2847e98b551b2d3d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "1118.v320cd028cb_a_0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bbe31e03fe21c844df210216a9505dcaf910bba9.json b/data/unsuccessful-reproductions/bbe31e03fe21c844df210216a9505dcaf910bba9.json index 13ef84ea791a..3375622c3766 100644 --- a/data/unsuccessful-reproductions/bbe31e03fe21c844df210216a9505dcaf910bba9.json +++ b/data/unsuccessful-reproductions/bbe31e03fe21c844df210216a9505dcaf910bba9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bbe87339c46cb52bdfa140c00370def83d323894.json b/data/unsuccessful-reproductions/bbe87339c46cb52bdfa140c00370def83d323894.json index 47ed7bce2913..c105e2219811 100644 --- a/data/unsuccessful-reproductions/bbe87339c46cb52bdfa140c00370def83d323894.json +++ b/data/unsuccessful-reproductions/bbe87339c46cb52bdfa140c00370def83d323894.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.9", "newVersion" : "3.22.2", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bbfce5a7a100052842d5da5e84016bdeaa89c695.json b/data/unsuccessful-reproductions/bbfce5a7a100052842d5da5e84016bdeaa89c695.json index ba6ff472f576..d7943a9eea0c 100644 --- a/data/unsuccessful-reproductions/bbfce5a7a100052842d5da5e84016bdeaa89c695.json +++ b/data/unsuccessful-reproductions/bbfce5a7a100052842d5da5e84016bdeaa89c695.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bc109b07bc29caa803dc237a2837220d16386fbd.json b/data/unsuccessful-reproductions/bc109b07bc29caa803dc237a2837220d16386fbd.json index 028c2777bc1d..4f1bd4dc5ac2 100644 --- a/data/unsuccessful-reproductions/bc109b07bc29caa803dc237a2837220d16386fbd.json +++ b/data/unsuccessful-reproductions/bc109b07bc29caa803dc237a2837220d16386fbd.json @@ -12,7 +12,10 @@ "previousVersion" : "6.0.1", "newVersion" : "6.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bc170cf8604706bd08e1ef855f3b10e042faae4d.json b/data/unsuccessful-reproductions/bc170cf8604706bd08e1ef855f3b10e042faae4d.json index 97dcbffd3a74..fe9ffbbad479 100644 --- a/data/unsuccessful-reproductions/bc170cf8604706bd08e1ef855f3b10e042faae4d.json +++ b/data/unsuccessful-reproductions/bc170cf8604706bd08e1ef855f3b10e042faae4d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bc3648fade889edb90702fe846a5d32b58ae2689.json b/data/unsuccessful-reproductions/bc3648fade889edb90702fe846a5d32b58ae2689.json index 9df6a2c1dda3..785c7a6aaf9e 100644 --- a/data/unsuccessful-reproductions/bc3648fade889edb90702fe846a5d32b58ae2689.json +++ b/data/unsuccessful-reproductions/bc3648fade889edb90702fe846a5d32b58ae2689.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bc48e013c7659ace4647f0c62eb88d6d9e491871.json b/data/unsuccessful-reproductions/bc48e013c7659ace4647f0c62eb88d6d9e491871.json index 9e678da13e33..dd3b7cb54366 100644 --- a/data/unsuccessful-reproductions/bc48e013c7659ace4647f0c62eb88d6d9e491871.json +++ b/data/unsuccessful-reproductions/bc48e013c7659ace4647f0c62eb88d6d9e491871.json @@ -1,18 +1,21 @@ -{ - "url" : "https://github.com/influxdata/influxdb-java/pull/859", - "project" : "influxdb-java", - "projectOrganisation" : "influxdata", - "breakingCommit" : "bc48e013c7659ace4647f0c62eb88d6d9e491871", - "prAuthor" : "bot", - "preCommitAuthor" : "bot", - "breakingCommitAuthor" : "bot", - "updatedDependency" : { - "dependencyGroupID" : "com.puppycrawl.tools", - "dependencyArtifactID" : "checkstyle", - "previousVersion" : "9.3", - "newVersion" : "10.3.2", - "dependencyScope" : "compile", - "versionUpdateType" : "other" - }, - "javaVersionUsedForReproduction" : "11" +{ + "url" : "https://github.com/influxdata/influxdb-java/pull/859", + "project" : "influxdb-java", + "projectOrganisation" : "influxdata", + "breakingCommit" : "bc48e013c7659ace4647f0c62eb88d6d9e491871", + "prAuthor" : "bot", + "preCommitAuthor" : "bot", + "breakingCommitAuthor" : "bot", + "updatedDependency" : { + "dependencyGroupID" : "com.puppycrawl.tools", + "dependencyArtifactID" : "checkstyle", + "previousVersion" : "9.3", + "newVersion" : "10.3.2", + "dependencyScope" : "compile", + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" + }, + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bc54fa06134d6563f70649b62c40c01c2d3ce5bd.json b/data/unsuccessful-reproductions/bc54fa06134d6563f70649b62c40c01c2d3ce5bd.json index f71987cb9569..c2f0e493f335 100644 --- a/data/unsuccessful-reproductions/bc54fa06134d6563f70649b62c40c01c2d3ce5bd.json +++ b/data/unsuccessful-reproductions/bc54fa06134d6563f70649b62c40c01c2d3ce5bd.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.2.17", "newVersion" : "v1.2.19", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bc66c248e04bc8a9796749c8b2008e09972fd948.json b/data/unsuccessful-reproductions/bc66c248e04bc8a9796749c8b2008e09972fd948.json index f33245768c33..24599c66d58b 100644 --- a/data/unsuccessful-reproductions/bc66c248e04bc8a9796749c8b2008e09972fd948.json +++ b/data/unsuccessful-reproductions/bc66c248e04bc8a9796749c8b2008e09972fd948.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bc72a822cdff30ccea6037066c4462589257a2e8.json b/data/unsuccessful-reproductions/bc72a822cdff30ccea6037066c4462589257a2e8.json index 23c7f60b2c94..b701bd2f43b8 100644 --- a/data/unsuccessful-reproductions/bc72a822cdff30ccea6037066c4462589257a2e8.json +++ b/data/unsuccessful-reproductions/bc72a822cdff30ccea6037066c4462589257a2e8.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.7", "newVersion" : "4.3.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bc7dc8bf7d05d5fdbecadce3d5a29425f46c2b16.json b/data/unsuccessful-reproductions/bc7dc8bf7d05d5fdbecadce3d5a29425f46c2b16.json index cfe062c621e8..0889b8b2efec 100644 --- a/data/unsuccessful-reproductions/bc7dc8bf7d05d5fdbecadce3d5a29425f46c2b16.json +++ b/data/unsuccessful-reproductions/bc7dc8bf7d05d5fdbecadce3d5a29425f46c2b16.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bca991157b9b246286746e92d618953215d5f68b.json b/data/unsuccessful-reproductions/bca991157b9b246286746e92d618953215d5f68b.json index c076ccd93a19..a25d96dcb587 100644 --- a/data/unsuccessful-reproductions/bca991157b9b246286746e92d618953215d5f68b.json +++ b/data/unsuccessful-reproductions/bca991157b9b246286746e92d618953215d5f68b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.85", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bcab0a8463521b1c5e3433ed363c1909f390e938.json b/data/unsuccessful-reproductions/bcab0a8463521b1c5e3433ed363c1909f390e938.json index b96419bc2f4b..954b1d334cdd 100644 --- a/data/unsuccessful-reproductions/bcab0a8463521b1c5e3433ed363c1909f390e938.json +++ b/data/unsuccessful-reproductions/bcab0a8463521b1c5e3433ed363c1909f390e938.json @@ -12,7 +12,10 @@ "previousVersion" : "3.25.0", "newVersion" : "3.27.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bcc315521e60202adcd3ed16b6bc54623758566f.json b/data/unsuccessful-reproductions/bcc315521e60202adcd3ed16b6bc54623758566f.json index 896252df5d8d..31880154e3f1 100644 --- a/data/unsuccessful-reproductions/bcc315521e60202adcd3ed16b6bc54623758566f.json +++ b/data/unsuccessful-reproductions/bcc315521e60202adcd3ed16b6bc54623758566f.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bcd2b72232f71a9afb0c28d85c4065f81d431f8e.json b/data/unsuccessful-reproductions/bcd2b72232f71a9afb0c28d85c4065f81d431f8e.json index 8626036216eb..cb6e6e54104f 100644 --- a/data/unsuccessful-reproductions/bcd2b72232f71a9afb0c28d85c4065f81d431f8e.json +++ b/data/unsuccessful-reproductions/bcd2b72232f71a9afb0c28d85c4065f81d431f8e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bcd41dd176f5f68578564cef4abc313fa3333e79.json b/data/unsuccessful-reproductions/bcd41dd176f5f68578564cef4abc313fa3333e79.json index d6782db69187..b4c7d8d3734b 100644 --- a/data/unsuccessful-reproductions/bcd41dd176f5f68578564cef4abc313fa3333e79.json +++ b/data/unsuccessful-reproductions/bcd41dd176f5f68578564cef4abc313fa3333e79.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.3", "newVersion" : "2.9.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bcdc7a7add9d7a9585806cedd92ea8b8725d3edd.json b/data/unsuccessful-reproductions/bcdc7a7add9d7a9585806cedd92ea8b8725d3edd.json index e36424e354ad..2070b1b06759 100644 --- a/data/unsuccessful-reproductions/bcdc7a7add9d7a9585806cedd92ea8b8725d3edd.json +++ b/data/unsuccessful-reproductions/bcdc7a7add9d7a9585806cedd92ea8b8725d3edd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.5", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bce672883c5f56203273e5646cc6ce96e0a6b999.json b/data/unsuccessful-reproductions/bce672883c5f56203273e5646cc6ce96e0a6b999.json index 9669b5424c39..04388e93db05 100644 --- a/data/unsuccessful-reproductions/bce672883c5f56203273e5646cc6ce96e0a6b999.json +++ b/data/unsuccessful-reproductions/bce672883c5f56203273e5646cc6ce96e0a6b999.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.26", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bcf6ed7f5f2feb47a2be0af875e2f52579f147b1.json b/data/unsuccessful-reproductions/bcf6ed7f5f2feb47a2be0af875e2f52579f147b1.json index ae963ea7f404..0d1ff2cf5623 100644 --- a/data/unsuccessful-reproductions/bcf6ed7f5f2feb47a2be0af875e2f52579f147b1.json +++ b/data/unsuccessful-reproductions/bcf6ed7f5f2feb47a2be0af875e2f52579f147b1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.218", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bcfaf5c3e16c8a2bdc160f0190e42dae66667f5c.json b/data/unsuccessful-reproductions/bcfaf5c3e16c8a2bdc160f0190e42dae66667f5c.json index c9f5728bf929..9897a84e77b4 100644 --- a/data/unsuccessful-reproductions/bcfaf5c3e16c8a2bdc160f0190e42dae66667f5c.json +++ b/data/unsuccessful-reproductions/bcfaf5c3e16c8a2bdc160f0190e42dae66667f5c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.0", "newVersion" : "4.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bcfdae308cf886364bbcb5a9d9381869c7972183.json b/data/unsuccessful-reproductions/bcfdae308cf886364bbcb5a9d9381869c7972183.json index 875bdb4a1a8e..10491778524b 100644 --- a/data/unsuccessful-reproductions/bcfdae308cf886364bbcb5a9d9381869c7972183.json +++ b/data/unsuccessful-reproductions/bcfdae308cf886364bbcb5a9d9381869c7972183.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.0", "newVersion" : "6.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bd06c68162d93a5db693da503b67dfb80a9eb629.json b/data/unsuccessful-reproductions/bd06c68162d93a5db693da503b67dfb80a9eb629.json index f2deb116bc21..93590406ae42 100644 --- a/data/unsuccessful-reproductions/bd06c68162d93a5db693da503b67dfb80a9eb629.json +++ b/data/unsuccessful-reproductions/bd06c68162d93a5db693da503b67dfb80a9eb629.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.90.Final", "newVersion" : "4.1.93.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bd2322c88c7c9e8bbc7bdc494e25f4f17ed94bfb.json b/data/unsuccessful-reproductions/bd2322c88c7c9e8bbc7bdc494e25f4f17ed94bfb.json index 9356f0830460..c0acd9c90a7e 100644 --- a/data/unsuccessful-reproductions/bd2322c88c7c9e8bbc7bdc494e25f4f17ed94bfb.json +++ b/data/unsuccessful-reproductions/bd2322c88c7c9e8bbc7bdc494e25f4f17ed94bfb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.62", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bd28ba5cefba13f093fb0474c1288209588dbb0f.json b/data/unsuccessful-reproductions/bd28ba5cefba13f093fb0474c1288209588dbb0f.json index 57c004275f34..7aebd012b506 100644 --- a/data/unsuccessful-reproductions/bd28ba5cefba13f093fb0474c1288209588dbb0f.json +++ b/data/unsuccessful-reproductions/bd28ba5cefba13f093fb0474c1288209588dbb0f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bd2e9f1a293aedf378721e44157fc140ffd27e4e.json b/data/unsuccessful-reproductions/bd2e9f1a293aedf378721e44157fc140ffd27e4e.json index 42c4dd00ba95..8828dbc2651c 100644 --- a/data/unsuccessful-reproductions/bd2e9f1a293aedf378721e44157fc140ffd27e4e.json +++ b/data/unsuccessful-reproductions/bd2e9f1a293aedf378721e44157fc140ffd27e4e.json @@ -12,7 +12,10 @@ "previousVersion" : "1144.v61c3180fa_03f", "newVersion" : "1164.v760c223ddb_32", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bd54f928983646bef8b14d7fed1de65b674544e7.json b/data/unsuccessful-reproductions/bd54f928983646bef8b14d7fed1de65b674544e7.json index fa7b8f90a491..f053f99e8897 100644 --- a/data/unsuccessful-reproductions/bd54f928983646bef8b14d7fed1de65b674544e7.json +++ b/data/unsuccessful-reproductions/bd54f928983646bef8b14d7fed1de65b674544e7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.22", "newVersion" : "1.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bd7b96f8ba5e268e27f246e7a28c8a381ea42ba2.json b/data/unsuccessful-reproductions/bd7b96f8ba5e268e27f246e7a28c8a381ea42ba2.json index 15693db011fe..13a22e22c442 100644 --- a/data/unsuccessful-reproductions/bd7b96f8ba5e268e27f246e7a28c8a381ea42ba2.json +++ b/data/unsuccessful-reproductions/bd7b96f8ba5e268e27f246e7a28c8a381ea42ba2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.47", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bd8142c8bf02a6ceedc7acf9e96d6396bc54b440.json b/data/unsuccessful-reproductions/bd8142c8bf02a6ceedc7acf9e96d6396bc54b440.json index e76adb0c40bd..8cc53b358925 100644 --- a/data/unsuccessful-reproductions/bd8142c8bf02a6ceedc7acf9e96d6396bc54b440.json +++ b/data/unsuccessful-reproductions/bd8142c8bf02a6ceedc7acf9e96d6396bc54b440.json @@ -12,7 +12,10 @@ "previousVersion" : "30.0-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bd81ef7ff8176f6a33c4521ef4679f2bb7c6512f.json b/data/unsuccessful-reproductions/bd81ef7ff8176f6a33c4521ef4679f2bb7c6512f.json index d0392320f7cd..fb75d5b574d0 100644 --- a/data/unsuccessful-reproductions/bd81ef7ff8176f6a33c4521ef4679f2bb7c6512f.json +++ b/data/unsuccessful-reproductions/bd81ef7ff8176f6a33c4521ef4679f2bb7c6512f.json @@ -12,7 +12,10 @@ "previousVersion" : "42.2.25", "newVersion" : "42.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bd8c1e613d4ffc6340c9a36fa12a7fe2c42bcf09.json b/data/unsuccessful-reproductions/bd8c1e613d4ffc6340c9a36fa12a7fe2c42bcf09.json index 6845a141e5fa..58d72b95e704 100644 --- a/data/unsuccessful-reproductions/bd8c1e613d4ffc6340c9a36fa12a7fe2c42bcf09.json +++ b/data/unsuccessful-reproductions/bd8c1e613d4ffc6340c9a36fa12a7fe2c42bcf09.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.215", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bda96786cf000e1b0f7514f3214cace6ca754d49.json b/data/unsuccessful-reproductions/bda96786cf000e1b0f7514f3214cace6ca754d49.json index ce1eea221675..910b8bc3198d 100644 --- a/data/unsuccessful-reproductions/bda96786cf000e1b0f7514f3214cace6ca754d49.json +++ b/data/unsuccessful-reproductions/bda96786cf000e1b0f7514f3214cace6ca754d49.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.85.Final", "newVersion" : "4.1.86.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bdd502988ef22a87ab29730b75f5f8e0d0c5d630.json b/data/unsuccessful-reproductions/bdd502988ef22a87ab29730b75f5f8e0d0c5d630.json index fb3fbbe3134e..be0cab120a4a 100644 --- a/data/unsuccessful-reproductions/bdd502988ef22a87ab29730b75f5f8e0d0c5d630.json +++ b/data/unsuccessful-reproductions/bdd502988ef22a87ab29730b75f5f8e0d0c5d630.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bdd5930d91f5ca070258e0334733cf5c54a3148b.json b/data/unsuccessful-reproductions/bdd5930d91f5ca070258e0334733cf5c54a3148b.json index 4abad12a604d..5c902c4f56f9 100644 --- a/data/unsuccessful-reproductions/bdd5930d91f5ca070258e0334733cf5c54a3148b.json +++ b/data/unsuccessful-reproductions/bdd5930d91f5ca070258e0334733cf5c54a3148b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.1", "newVersion" : "3.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bdea2f1cebf01e6afe943735f1ef0a9bc6b72a4c.json b/data/unsuccessful-reproductions/bdea2f1cebf01e6afe943735f1ef0a9bc6b72a4c.json index f8d4c5f5a007..f0d4e3a9a6b0 100644 --- a/data/unsuccessful-reproductions/bdea2f1cebf01e6afe943735f1ef0a9bc6b72a4c.json +++ b/data/unsuccessful-reproductions/bdea2f1cebf01e6afe943735f1ef0a9bc6b72a4c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.20221013", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bdf340224b7387bec2cfe903d876392f94cd9692.json b/data/unsuccessful-reproductions/bdf340224b7387bec2cfe903d876392f94cd9692.json index 8305c361c799..1127c7062ca5 100644 --- a/data/unsuccessful-reproductions/bdf340224b7387bec2cfe903d876392f94cd9692.json +++ b/data/unsuccessful-reproductions/bdf340224b7387bec2cfe903d876392f94cd9692.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.0", "newVersion" : "3.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be116f1383864ce2bf9357fde1a897e32e0580d2.json b/data/unsuccessful-reproductions/be116f1383864ce2bf9357fde1a897e32e0580d2.json index ab9db1dc4382..39cb2b2286e8 100644 --- a/data/unsuccessful-reproductions/be116f1383864ce2bf9357fde1a897e32e0580d2.json +++ b/data/unsuccessful-reproductions/be116f1383864ce2bf9357fde1a897e32e0580d2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.7", "newVersion" : "2.9.10.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be12dc75e080962c502e30d83f878b783acb623b.json b/data/unsuccessful-reproductions/be12dc75e080962c502e30d83f878b783acb623b.json index fb51f964db3d..e2a06ad650ef 100644 --- a/data/unsuccessful-reproductions/be12dc75e080962c502e30d83f878b783acb623b.json +++ b/data/unsuccessful-reproductions/be12dc75e080962c502e30d83f878b783acb623b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be2619402d2a3acfcd45d5c76921d9cbde12401d.json b/data/unsuccessful-reproductions/be2619402d2a3acfcd45d5c76921d9cbde12401d.json index edd154416db6..579164eee3a1 100644 --- a/data/unsuccessful-reproductions/be2619402d2a3acfcd45d5c76921d9cbde12401d.json +++ b/data/unsuccessful-reproductions/be2619402d2a3acfcd45d5c76921d9cbde12401d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be29c4d524c2d2bdd725168ab915ff3fec0210ea.json b/data/unsuccessful-reproductions/be29c4d524c2d2bdd725168ab915ff3fec0210ea.json index d540c947eab8..fddf660acba5 100644 --- a/data/unsuccessful-reproductions/be29c4d524c2d2bdd725168ab915ff3fec0210ea.json +++ b/data/unsuccessful-reproductions/be29c4d524c2d2bdd725168ab915ff3fec0210ea.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.204", "newVersion" : "2.17.209", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be2dec2f8e9c8556e448d412433037adbe9d3398.json b/data/unsuccessful-reproductions/be2dec2f8e9c8556e448d412433037adbe9d3398.json index 8e1a8046cd94..54b4380d8df3 100644 --- a/data/unsuccessful-reproductions/be2dec2f8e9c8556e448d412433037adbe9d3398.json +++ b/data/unsuccessful-reproductions/be2dec2f8e9c8556e448d412433037adbe9d3398.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.12", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be4deb15078eee2a4a935fbba41ae105034a55a1.json b/data/unsuccessful-reproductions/be4deb15078eee2a4a935fbba41ae105034a55a1.json index 237a951c1b6f..acec1b07328e 100644 --- a/data/unsuccessful-reproductions/be4deb15078eee2a4a935fbba41ae105034a55a1.json +++ b/data/unsuccessful-reproductions/be4deb15078eee2a4a935fbba41ae105034a55a1.json @@ -12,7 +12,10 @@ "previousVersion" : "1451.v15f1fdb_772a_f", "newVersion" : "1478.v81d3dc4f9a_43", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be4fff97737ace7741fcfb0c4da652c1d2829f5f.json b/data/unsuccessful-reproductions/be4fff97737ace7741fcfb0c4da652c1d2829f5f.json index 5e4323b7637d..ee726808a9d0 100644 --- a/data/unsuccessful-reproductions/be4fff97737ace7741fcfb0c4da652c1d2829f5f.json +++ b/data/unsuccessful-reproductions/be4fff97737ace7741fcfb0c4da652c1d2829f5f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.172", "newVersion" : "2.17.176", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be5ca4dc3ed8e3b5b15695693abb0aced85f4b5c.json b/data/unsuccessful-reproductions/be5ca4dc3ed8e3b5b15695693abb0aced85f4b5c.json index 244fc828fb30..11f2a1ab963c 100644 --- a/data/unsuccessful-reproductions/be5ca4dc3ed8e3b5b15695693abb0aced85f4b5c.json +++ b/data/unsuccessful-reproductions/be5ca4dc3ed8e3b5b15695693abb0aced85f4b5c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.29", "newVersion" : "1.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be5eaff3c9a403e9df9f86d827982a336da8d633.json b/data/unsuccessful-reproductions/be5eaff3c9a403e9df9f86d827982a336da8d633.json index c083f8f02336..71f8314cfa89 100644 --- a/data/unsuccessful-reproductions/be5eaff3c9a403e9df9f86d827982a336da8d633.json +++ b/data/unsuccessful-reproductions/be5eaff3c9a403e9df9f86d827982a336da8d633.json @@ -12,7 +12,10 @@ "previousVersion" : "1382.v7d694476f340", "newVersion" : "1750.v0071fa_4c4a_e3", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be6e07f3e12a583c53fc3f595b54807a43b83d91.json b/data/unsuccessful-reproductions/be6e07f3e12a583c53fc3f595b54807a43b83d91.json index f5bc4bcd6b01..b8548d55a941 100644 --- a/data/unsuccessful-reproductions/be6e07f3e12a583c53fc3f595b54807a43b83d91.json +++ b/data/unsuccessful-reproductions/be6e07f3e12a583c53fc3f595b54807a43b83d91.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be70d69ff7b0face726ed102b661044c6fb4de07.json b/data/unsuccessful-reproductions/be70d69ff7b0face726ed102b661044c6fb4de07.json index a917f46ff2f0..598d3ae5d2a0 100644 --- a/data/unsuccessful-reproductions/be70d69ff7b0face726ed102b661044c6fb4de07.json +++ b/data/unsuccessful-reproductions/be70d69ff7b0face726ed102b661044c6fb4de07.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.44", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/be93ad78d91b05d5eff95fe020f6774d7023a571.json b/data/unsuccessful-reproductions/be93ad78d91b05d5eff95fe020f6774d7023a571.json index a47e6b2287cc..31f5b8f6a928 100644 --- a/data/unsuccessful-reproductions/be93ad78d91b05d5eff95fe020f6774d7023a571.json +++ b/data/unsuccessful-reproductions/be93ad78d91b05d5eff95fe020f6774d7023a571.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bea5339ab77121550c862a3b456f80a9b3ec06f1.json b/data/unsuccessful-reproductions/bea5339ab77121550c862a3b456f80a9b3ec06f1.json index de3b849a7d13..de9d93b3e221 100644 --- a/data/unsuccessful-reproductions/bea5339ab77121550c862a3b456f80a9b3ec06f1.json +++ b/data/unsuccessful-reproductions/bea5339ab77121550c862a3b456f80a9b3ec06f1.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.183.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/beb2a9027239d24be1fc3fca22cc66a7d46b3592.json b/data/unsuccessful-reproductions/beb2a9027239d24be1fc3fca22cc66a7d46b3592.json index 8eaf0b84d6fe..5d278ae3f202 100644 --- a/data/unsuccessful-reproductions/beb2a9027239d24be1fc3fca22cc66a7d46b3592.json +++ b/data/unsuccessful-reproductions/beb2a9027239d24be1fc3fca22cc66a7d46b3592.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.19.26", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bebaa68267830e1117cb8794da55ee62ce5d63ec.json b/data/unsuccessful-reproductions/bebaa68267830e1117cb8794da55ee62ce5d63ec.json index 81028194f2b8..21fbc33b34cf 100644 --- a/data/unsuccessful-reproductions/bebaa68267830e1117cb8794da55ee62ce5d63ec.json +++ b/data/unsuccessful-reproductions/bebaa68267830e1117cb8794da55ee62ce5d63ec.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bec3caa0a615409fd3baa0119f91e02b133136dd.json b/data/unsuccessful-reproductions/bec3caa0a615409fd3baa0119f91e02b133136dd.json index 05331d73aa8d..f31bab05fc86 100644 --- a/data/unsuccessful-reproductions/bec3caa0a615409fd3baa0119f91e02b133136dd.json +++ b/data/unsuccessful-reproductions/bec3caa0a615409fd3baa0119f91e02b133136dd.json @@ -12,7 +12,10 @@ "previousVersion" : "8.7.0", "newVersion" : "8.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bec507ae4c7393e3160482d3d1b55ca85214a55f.json b/data/unsuccessful-reproductions/bec507ae4c7393e3160482d3d1b55ca85214a55f.json index cf1009bf4c5b..16ed09150361 100644 --- a/data/unsuccessful-reproductions/bec507ae4c7393e3160482d3d1b55ca85214a55f.json +++ b/data/unsuccessful-reproductions/bec507ae4c7393e3160482d3d1b55ca85214a55f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.8.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/becf978e09039cbea3dcd3c3154d38cc6fdcb48b.json b/data/unsuccessful-reproductions/becf978e09039cbea3dcd3c3154d38cc6fdcb48b.json index 2b41fc93064c..124807b62dc5 100644 --- a/data/unsuccessful-reproductions/becf978e09039cbea3dcd3c3154d38cc6fdcb48b.json +++ b/data/unsuccessful-reproductions/becf978e09039cbea3dcd3c3154d38cc6fdcb48b.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.78", "newVersion" : "8.5.85", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bed60d2bd88846aacb023b8a5d35e6df179ebf3c.json b/data/unsuccessful-reproductions/bed60d2bd88846aacb023b8a5d35e6df179ebf3c.json index 0efe97147e9c..bf4eeebc1ad4 100644 --- a/data/unsuccessful-reproductions/bed60d2bd88846aacb023b8a5d35e6df179ebf3c.json +++ b/data/unsuccessful-reproductions/bed60d2bd88846aacb023b8a5d35e6df179ebf3c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.267", "newVersion" : "2.17.268", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf0f5b998ec7093d8ddd131ea399b4eb5b7767f3.json b/data/unsuccessful-reproductions/bf0f5b998ec7093d8ddd131ea399b4eb5b7767f3.json index dbb118d6d76d..246ff8c05645 100644 --- a/data/unsuccessful-reproductions/bf0f5b998ec7093d8ddd131ea399b4eb5b7767f3.json +++ b/data/unsuccessful-reproductions/bf0f5b998ec7093d8ddd131ea399b4eb5b7767f3.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.14", "newVersion" : "8.0.25", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf163b2d870b12ac47181db29d00a03b0dcf8dbe.json b/data/unsuccessful-reproductions/bf163b2d870b12ac47181db29d00a03b0dcf8dbe.json index 45b3ad9be103..110059165e85 100644 --- a/data/unsuccessful-reproductions/bf163b2d870b12ac47181db29d00a03b0dcf8dbe.json +++ b/data/unsuccessful-reproductions/bf163b2d870b12ac47181db29d00a03b0dcf8dbe.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf230f7649df870e0756881a98f46e64ca159fcb.json b/data/unsuccessful-reproductions/bf230f7649df870e0756881a98f46e64ca159fcb.json index 5fe6cbf0484a..7930b5895063 100644 --- a/data/unsuccessful-reproductions/bf230f7649df870e0756881a98f46e64ca159fcb.json +++ b/data/unsuccessful-reproductions/bf230f7649df870e0756881a98f46e64ca159fcb.json @@ -12,7 +12,10 @@ "previousVersion" : "3.22.2", "newVersion" : "3.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf2736634597b5cc152f70a2411bfad3f238dd1c.json b/data/unsuccessful-reproductions/bf2736634597b5cc152f70a2411bfad3f238dd1c.json index d2c171a96dea..3f3cc457228c 100644 --- a/data/unsuccessful-reproductions/bf2736634597b5cc152f70a2411bfad3f238dd1c.json +++ b/data/unsuccessful-reproductions/bf2736634597b5cc152f70a2411bfad3f238dd1c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.11", "newVersion" : "1.6.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf29996fd122e5c52f0e4604c5d015e946206828.json b/data/unsuccessful-reproductions/bf29996fd122e5c52f0e4604c5d015e946206828.json index 9949d17f32f3..2c0e2acc19f0 100644 --- a/data/unsuccessful-reproductions/bf29996fd122e5c52f0e4604c5d015e946206828.json +++ b/data/unsuccessful-reproductions/bf29996fd122e5c52f0e4604c5d015e946206828.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.12.v20180830-redhat-1", "newVersion" : "10.0.14", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf3be08cf7b78ca8b64409068404de8ec2783f03.json b/data/unsuccessful-reproductions/bf3be08cf7b78ca8b64409068404de8ec2783f03.json index 1323fa1e7e30..56e0367908a0 100644 --- a/data/unsuccessful-reproductions/bf3be08cf7b78ca8b64409068404de8ec2783f03.json +++ b/data/unsuccessful-reproductions/bf3be08cf7b78ca8b64409068404de8ec2783f03.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.2", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf49b977059b1efa33c992574a18df4bb465d30a.json b/data/unsuccessful-reproductions/bf49b977059b1efa33c992574a18df4bb465d30a.json index 28d079702bde..fe3303e26c63 100644 --- a/data/unsuccessful-reproductions/bf49b977059b1efa33c992574a18df4bb465d30a.json +++ b/data/unsuccessful-reproductions/bf49b977059b1efa33c992574a18df4bb465d30a.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.0", "newVersion" : "5.9.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf6141528922fe1b72d3aeda80bf0ce3c0b7f96d.json b/data/unsuccessful-reproductions/bf6141528922fe1b72d3aeda80bf0ce3c0b7f96d.json index 45f0c6b3b736..1a1003286d2e 100644 --- a/data/unsuccessful-reproductions/bf6141528922fe1b72d3aeda80bf0ce3c0b7f96d.json +++ b/data/unsuccessful-reproductions/bf6141528922fe1b72d3aeda80bf0ce3c0b7f96d.json @@ -12,7 +12,10 @@ "previousVersion" : "25.1.0", "newVersion" : "25.2.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf6a4822b78d61be915ba6bf5b03bd44661059ea.json b/data/unsuccessful-reproductions/bf6a4822b78d61be915ba6bf5b03bd44661059ea.json index 6913a8e45c36..204f9c27057f 100644 --- a/data/unsuccessful-reproductions/bf6a4822b78d61be915ba6bf5b03bd44661059ea.json +++ b/data/unsuccessful-reproductions/bf6a4822b78d61be915ba6bf5b03bd44661059ea.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf6dd94b098e22c0acbac87aa98c3b4066e1db7b.json b/data/unsuccessful-reproductions/bf6dd94b098e22c0acbac87aa98c3b4066e1db7b.json index 18c61dfa7bdc..b793e68eb912 100644 --- a/data/unsuccessful-reproductions/bf6dd94b098e22c0acbac87aa98c3b4066e1db7b.json +++ b/data/unsuccessful-reproductions/bf6dd94b098e22c0acbac87aa98c3b4066e1db7b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.14", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf8b4b559247a57cf049b8bbe22472270ec61ad8.json b/data/unsuccessful-reproductions/bf8b4b559247a57cf049b8bbe22472270ec61ad8.json index d8f92d6f1953..45135585da8b 100644 --- a/data/unsuccessful-reproductions/bf8b4b559247a57cf049b8bbe22472270ec61ad8.json +++ b/data/unsuccessful-reproductions/bf8b4b559247a57cf049b8bbe22472270ec61ad8.json @@ -12,7 +12,10 @@ "previousVersion" : "0.15", "newVersion" : "1.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf8e8af0d8cc3428b40fe8944b9e9ad73f098cd9.json b/data/unsuccessful-reproductions/bf8e8af0d8cc3428b40fe8944b9e9ad73f098cd9.json index 7e85961f6eae..592009e2012b 100644 --- a/data/unsuccessful-reproductions/bf8e8af0d8cc3428b40fe8944b9e9ad73f098cd9.json +++ b/data/unsuccessful-reproductions/bf8e8af0d8cc3428b40fe8944b9e9ad73f098cd9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bf96d1afa079b4132184997bb9dafc0b38e6f4b3.json b/data/unsuccessful-reproductions/bf96d1afa079b4132184997bb9dafc0b38e6f4b3.json index f206e3446fbb..d6fec63043a4 100644 --- a/data/unsuccessful-reproductions/bf96d1afa079b4132184997bb9dafc0b38e6f4b3.json +++ b/data/unsuccessful-reproductions/bf96d1afa079b4132184997bb9dafc0b38e6f4b3.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.174.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfa4b43f2955b520c68d93b9b2a09d2fd09b8cf3.json b/data/unsuccessful-reproductions/bfa4b43f2955b520c68d93b9b2a09d2fd09b8cf3.json index e66da669fd88..bf8ee2287db2 100644 --- a/data/unsuccessful-reproductions/bfa4b43f2955b520c68d93b9b2a09d2fd09b8cf3.json +++ b/data/unsuccessful-reproductions/bfa4b43f2955b520c68d93b9b2a09d2fd09b8cf3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.75", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfa9e2549143035e4e4f9806defbd06ed4b8c154.json b/data/unsuccessful-reproductions/bfa9e2549143035e4e4f9806defbd06ed4b8c154.json index 50f17dd4fba6..7ebd2fc8eda7 100644 --- a/data/unsuccessful-reproductions/bfa9e2549143035e4e4f9806defbd06ed4b8c154.json +++ b/data/unsuccessful-reproductions/bfa9e2549143035e4e4f9806defbd06ed4b8c154.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.2", "newVersion" : "4.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfb1a0c15581e6f0ed01478cf3c55f9426650746.json b/data/unsuccessful-reproductions/bfb1a0c15581e6f0ed01478cf3c55f9426650746.json index c0e7b8d36307..41bc6865abe5 100644 --- a/data/unsuccessful-reproductions/bfb1a0c15581e6f0ed01478cf3c55f9426650746.json +++ b/data/unsuccessful-reproductions/bfb1a0c15581e6f0ed01478cf3c55f9426650746.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.12", "newVersion" : "3.0.15", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfb95389e138e514d12538874aaf908d8e6605fd.json b/data/unsuccessful-reproductions/bfb95389e138e514d12538874aaf908d8e6605fd.json index b754aade1fba..7f3a3d33c3e6 100644 --- a/data/unsuccessful-reproductions/bfb95389e138e514d12538874aaf908d8e6605fd.json +++ b/data/unsuccessful-reproductions/bfb95389e138e514d12538874aaf908d8e6605fd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfc5ef2ce53a1b4ee3f255ea454afa224e9a94d2.json b/data/unsuccessful-reproductions/bfc5ef2ce53a1b4ee3f255ea454afa224e9a94d2.json index 0e9ae008b7df..085c00453acd 100644 --- a/data/unsuccessful-reproductions/bfc5ef2ce53a1b4ee3f255ea454afa224e9a94d2.json +++ b/data/unsuccessful-reproductions/bfc5ef2ce53a1b4ee3f255ea454afa224e9a94d2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.7.0", "newVersion" : "3.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfd299875899640a4b52a0b5137e8e501531e32c.json b/data/unsuccessful-reproductions/bfd299875899640a4b52a0b5137e8e501531e32c.json index 6cfa2182d878..9c21daf46ba9 100644 --- a/data/unsuccessful-reproductions/bfd299875899640a4b52a0b5137e8e501531e32c.json +++ b/data/unsuccessful-reproductions/bfd299875899640a4b52a0b5137e8e501531e32c.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.56", "newVersion" : "8.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfd9cf7052891e5f03e829819a9397fc1d1122fe.json b/data/unsuccessful-reproductions/bfd9cf7052891e5f03e829819a9397fc1d1122fe.json index 082737985bc4..b1acddce600b 100644 --- a/data/unsuccessful-reproductions/bfd9cf7052891e5f03e829819a9397fc1d1122fe.json +++ b/data/unsuccessful-reproductions/bfd9cf7052891e5f03e829819a9397fc1d1122fe.json @@ -12,7 +12,10 @@ "previousVersion" : "3.25.0", "newVersion" : "3.26.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfdd6b294d1b7b75bb5c851a1056d9d9b832637b.json b/data/unsuccessful-reproductions/bfdd6b294d1b7b75bb5c851a1056d9d9b832637b.json index 329b5b5fa879..d27b7db7199a 100644 --- a/data/unsuccessful-reproductions/bfdd6b294d1b7b75bb5c851a1056d9d9b832637b.json +++ b/data/unsuccessful-reproductions/bfdd6b294d1b7b75bb5c851a1056d9d9b832637b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.7", "newVersion" : "1.2.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfe032f885dd266a6dc11c9770438153e0010809.json b/data/unsuccessful-reproductions/bfe032f885dd266a6dc11c9770438153e0010809.json index 53c564acf670..6300d4a43ed6 100644 --- a/data/unsuccessful-reproductions/bfe032f885dd266a6dc11c9770438153e0010809.json +++ b/data/unsuccessful-reproductions/bfe032f885dd266a6dc11c9770438153e0010809.json @@ -12,7 +12,10 @@ "previousVersion" : "0.27.0", "newVersion" : "0.27.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfe3efbc04c14e90c1b36377d98c8217a7b58495.json b/data/unsuccessful-reproductions/bfe3efbc04c14e90c1b36377d98c8217a7b58495.json index 924147485e4f..9620b8b737ea 100644 --- a/data/unsuccessful-reproductions/bfe3efbc04c14e90c1b36377d98c8217a7b58495.json +++ b/data/unsuccessful-reproductions/bfe3efbc04c14e90c1b36377d98c8217a7b58495.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.5", "newVersion" : "4.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bfef66da91a9dda5947fdd7e51d68f246b905508.json b/data/unsuccessful-reproductions/bfef66da91a9dda5947fdd7e51d68f246b905508.json index 1fe49be24d5c..aa315c3e1500 100644 --- a/data/unsuccessful-reproductions/bfef66da91a9dda5947fdd7e51d68f246b905508.json +++ b/data/unsuccessful-reproductions/bfef66da91a9dda5947fdd7e51d68f246b905508.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.9", "newVersion" : "1.6.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/bff7c7366178fc7f3fbeecc7ddce589237909fa8.json b/data/unsuccessful-reproductions/bff7c7366178fc7f3fbeecc7ddce589237909fa8.json index 2f4c2a5942f5..83db64e39682 100644 --- a/data/unsuccessful-reproductions/bff7c7366178fc7f3fbeecc7ddce589237909fa8.json +++ b/data/unsuccessful-reproductions/bff7c7366178fc7f3fbeecc7ddce589237909fa8.json @@ -12,7 +12,10 @@ "previousVersion" : "0.25.0", "newVersion" : "0.26.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c009fa1a4a0e5c3814f13cdda9901af683e12cee.json b/data/unsuccessful-reproductions/c009fa1a4a0e5c3814f13cdda9901af683e12cee.json index 3cd78aa59e4d..14980ca5e8ac 100644 --- a/data/unsuccessful-reproductions/c009fa1a4a0e5c3814f13cdda9901af683e12cee.json +++ b/data/unsuccessful-reproductions/c009fa1a4a0e5c3814f13cdda9901af683e12cee.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c011840af17dc976e2b4e9e816423bf86a7dc85a.json b/data/unsuccessful-reproductions/c011840af17dc976e2b4e9e816423bf86a7dc85a.json index 85fd45664932..509cb4ddb6e7 100644 --- a/data/unsuccessful-reproductions/c011840af17dc976e2b4e9e816423bf86a7dc85a.json +++ b/data/unsuccessful-reproductions/c011840af17dc976e2b4e9e816423bf86a7dc85a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.1", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c011df46a3e63155d0b9defe8cee6aad9e90853d.json b/data/unsuccessful-reproductions/c011df46a3e63155d0b9defe8cee6aad9e90853d.json index 7bede0df2231..cf39bfac1af7 100644 --- a/data/unsuccessful-reproductions/c011df46a3e63155d0b9defe8cee6aad9e90853d.json +++ b/data/unsuccessful-reproductions/c011df46a3e63155d0b9defe8cee6aad9e90853d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.11.0", "newVersion" : "3.12.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c013f885ba652e9fe20093543497f2a344a2d669.json b/data/unsuccessful-reproductions/c013f885ba652e9fe20093543497f2a344a2d669.json index 51334111758e..242f7ab3b2dc 100644 --- a/data/unsuccessful-reproductions/c013f885ba652e9fe20093543497f2a344a2d669.json +++ b/data/unsuccessful-reproductions/c013f885ba652e9fe20093543497f2a344a2d669.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.3", "newVersion" : "1.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c01b56ac1b20f3cb932d7151d00059e2cf2ecb2c.json b/data/unsuccessful-reproductions/c01b56ac1b20f3cb932d7151d00059e2cf2ecb2c.json index 747ba239b9f1..40df4555185b 100644 --- a/data/unsuccessful-reproductions/c01b56ac1b20f3cb932d7151d00059e2cf2ecb2c.json +++ b/data/unsuccessful-reproductions/c01b56ac1b20f3cb932d7151d00059e2cf2ecb2c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.5", "newVersion" : "2.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c035f3afbcadf96216e1214734c42000adba6730.json b/data/unsuccessful-reproductions/c035f3afbcadf96216e1214734c42000adba6730.json index ea6957c8b1af..1a89c0294665 100644 --- a/data/unsuccessful-reproductions/c035f3afbcadf96216e1214734c42000adba6730.json +++ b/data/unsuccessful-reproductions/c035f3afbcadf96216e1214734c42000adba6730.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.0", "newVersion" : "2.19.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c03b4439eb2264dfbacf1a8d4bcd4d47b4df2561.json b/data/unsuccessful-reproductions/c03b4439eb2264dfbacf1a8d4bcd4d47b4df2561.json index 5ad2eb12bf29..78844db8018f 100644 --- a/data/unsuccessful-reproductions/c03b4439eb2264dfbacf1a8d4bcd4d47b4df2561.json +++ b/data/unsuccessful-reproductions/c03b4439eb2264dfbacf1a8d4bcd4d47b4df2561.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.12", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c047aaa3db63aa2a70d6790b2b37778e5fdbf670.json b/data/unsuccessful-reproductions/c047aaa3db63aa2a70d6790b2b37778e5fdbf670.json index 9453174375f0..878c8167126b 100644 --- a/data/unsuccessful-reproductions/c047aaa3db63aa2a70d6790b2b37778e5fdbf670.json +++ b/data/unsuccessful-reproductions/c047aaa3db63aa2a70d6790b2b37778e5fdbf670.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.5", "newVersion" : "1.4.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c05fe20354be9dca8dd17dd65dd684a42368596f.json b/data/unsuccessful-reproductions/c05fe20354be9dca8dd17dd65dd684a42368596f.json index 578334dbfeec..08e50712a2b0 100644 --- a/data/unsuccessful-reproductions/c05fe20354be9dca8dd17dd65dd684a42368596f.json +++ b/data/unsuccessful-reproductions/c05fe20354be9dca8dd17dd65dd684a42368596f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.5", "newVersion" : "4.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c063510667356d3071c898019dc8754e0c2e6607.json b/data/unsuccessful-reproductions/c063510667356d3071c898019dc8754e0c2e6607.json index 7beaf246363a..cc8ca3f0f71b 100644 --- a/data/unsuccessful-reproductions/c063510667356d3071c898019dc8754e0c2e6607.json +++ b/data/unsuccessful-reproductions/c063510667356d3071c898019dc8754e0c2e6607.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.497", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c07910a09a4d0ec750f7277a5b2b932a8fa1c4a3.json b/data/unsuccessful-reproductions/c07910a09a4d0ec750f7277a5b2b932a8fa1c4a3.json index 6ce59b6d2d54..b366b4c9405e 100644 --- a/data/unsuccessful-reproductions/c07910a09a4d0ec750f7277a5b2b932a8fa1c4a3.json +++ b/data/unsuccessful-reproductions/c07910a09a4d0ec750f7277a5b2b932a8fa1c4a3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.4", "newVersion" : "1.8.6", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c07d13d24cae4e844a754861855229724c48c2ed.json b/data/unsuccessful-reproductions/c07d13d24cae4e844a754861855229724c48c2ed.json index 12e268fc297c..1670daebc12d 100644 --- a/data/unsuccessful-reproductions/c07d13d24cae4e844a754861855229724c48c2ed.json +++ b/data/unsuccessful-reproductions/c07d13d24cae4e844a754861855229724c48c2ed.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.301", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c0840fdcb7f43cb0ee9ff86c43ac0e020b4aa7bf.json b/data/unsuccessful-reproductions/c0840fdcb7f43cb0ee9ff86c43ac0e020b4aa7bf.json index 7a8b014a5684..c45ca6b8b0a8 100644 --- a/data/unsuccessful-reproductions/c0840fdcb7f43cb0ee9ff86c43ac0e020b4aa7bf.json +++ b/data/unsuccessful-reproductions/c0840fdcb7f43cb0ee9ff86c43ac0e020b4aa7bf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c08ee8aef09104941a03914ab8086742e36ff4ea.json b/data/unsuccessful-reproductions/c08ee8aef09104941a03914ab8086742e36ff4ea.json index a0bfc499fbef..5d83e8767ee4 100644 --- a/data/unsuccessful-reproductions/c08ee8aef09104941a03914ab8086742e36ff4ea.json +++ b/data/unsuccessful-reproductions/c08ee8aef09104941a03914ab8086742e36ff4ea.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.11.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c096d7cbebf31a31a752353e79c2ebab90c37a2b.json b/data/unsuccessful-reproductions/c096d7cbebf31a31a752353e79c2ebab90c37a2b.json index 48e59edf1802..097e8bae25cf 100644 --- a/data/unsuccessful-reproductions/c096d7cbebf31a31a752353e79c2ebab90c37a2b.json +++ b/data/unsuccessful-reproductions/c096d7cbebf31a31a752353e79c2ebab90c37a2b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.145", "newVersion" : "2.17.162", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c0aaa1ae0d649300ea8678c6fa471fc72dd35b72.json b/data/unsuccessful-reproductions/c0aaa1ae0d649300ea8678c6fa471fc72dd35b72.json index ff700ed34a3d..76e4ff3ed6f6 100644 --- a/data/unsuccessful-reproductions/c0aaa1ae0d649300ea8678c6fa471fc72dd35b72.json +++ b/data/unsuccessful-reproductions/c0aaa1ae0d649300ea8678c6fa471fc72dd35b72.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c0b15c2769044a78822be3493c3c92f80ebdb404.json b/data/unsuccessful-reproductions/c0b15c2769044a78822be3493c3c92f80ebdb404.json index 291044f680bc..d460d48012e0 100644 --- a/data/unsuccessful-reproductions/c0b15c2769044a78822be3493c3c92f80ebdb404.json +++ b/data/unsuccessful-reproductions/c0b15c2769044a78822be3493c3c92f80ebdb404.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.21.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c0f1a5034b4cf4d27194d2c03224571985c4dc22.json b/data/unsuccessful-reproductions/c0f1a5034b4cf4d27194d2c03224571985c4dc22.json index 6b9cf8367253..e6acd8e0e2d7 100644 --- a/data/unsuccessful-reproductions/c0f1a5034b4cf4d27194d2c03224571985c4dc22.json +++ b/data/unsuccessful-reproductions/c0f1a5034b4cf4d27194d2c03224571985c4dc22.json @@ -12,7 +12,10 @@ "previousVersion" : "1.24", "newVersion" : "1166.va_436e268e972", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c0fb9d02425e84fe6172546901f08f9ba474a758.json b/data/unsuccessful-reproductions/c0fb9d02425e84fe6172546901f08f9ba474a758.json index 5122f984bd82..7f1560baf6a0 100644 --- a/data/unsuccessful-reproductions/c0fb9d02425e84fe6172546901f08f9ba474a758.json +++ b/data/unsuccessful-reproductions/c0fb9d02425e84fe6172546901f08f9ba474a758.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.35", "newVersion" : "1.7.36", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c104adfa21810b03bcfc873f1a6b68255b8ccf83.json b/data/unsuccessful-reproductions/c104adfa21810b03bcfc873f1a6b68255b8ccf83.json index 602554c56d68..cc95ab2a8e16 100644 --- a/data/unsuccessful-reproductions/c104adfa21810b03bcfc873f1a6b68255b8ccf83.json +++ b/data/unsuccessful-reproductions/c104adfa21810b03bcfc873f1a6b68255b8ccf83.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.3", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c1065ec5d57497019a808f41d2f68453a0dfb705.json b/data/unsuccessful-reproductions/c1065ec5d57497019a808f41d2f68453a0dfb705.json index 66f077ea7495..6ce7b2facbbb 100644 --- a/data/unsuccessful-reproductions/c1065ec5d57497019a808f41d2f68453a0dfb705.json +++ b/data/unsuccessful-reproductions/c1065ec5d57497019a808f41d2f68453a0dfb705.json @@ -12,7 +12,10 @@ "previousVersion" : "2.36", "newVersion" : "3.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c106b793647d3f79b74fc307f532f012075ea06d.json b/data/unsuccessful-reproductions/c106b793647d3f79b74fc307f532f012075ea06d.json index 5c11b657b789..0dfab2826d3c 100644 --- a/data/unsuccessful-reproductions/c106b793647d3f79b74fc307f532f012075ea06d.json +++ b/data/unsuccessful-reproductions/c106b793647d3f79b74fc307f532f012075ea06d.json @@ -12,7 +12,10 @@ "previousVersion" : "1382.v7d694476f340", "newVersion" : "1742.vb_70478c1b_25f", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c116c683e6f8330716dbc8116e167a1448643ea3.json b/data/unsuccessful-reproductions/c116c683e6f8330716dbc8116e167a1448643ea3.json index ac122cd5a43d..626d71cf5079 100644 --- a/data/unsuccessful-reproductions/c116c683e6f8330716dbc8116e167a1448643ea3.json +++ b/data/unsuccessful-reproductions/c116c683e6f8330716dbc8116e167a1448643ea3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.0", "newVersion" : "1.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c11bf02c85e4d3457ddbb891714c11a73e64fa89.json b/data/unsuccessful-reproductions/c11bf02c85e4d3457ddbb891714c11a73e64fa89.json index cb141cdcda5e..09d3fbf6468c 100644 --- a/data/unsuccessful-reproductions/c11bf02c85e4d3457ddbb891714c11a73e64fa89.json +++ b/data/unsuccessful-reproductions/c11bf02c85e4d3457ddbb891714c11a73e64fa89.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c1285b4822a95927ecee8f0ce4589943a07515fd.json b/data/unsuccessful-reproductions/c1285b4822a95927ecee8f0ce4589943a07515fd.json index 225b73b296a6..56661713b706 100644 --- a/data/unsuccessful-reproductions/c1285b4822a95927ecee8f0ce4589943a07515fd.json +++ b/data/unsuccessful-reproductions/c1285b4822a95927ecee8f0ce4589943a07515fd.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c145454ea6a33605973b25b577e6a220f56f21eb.json b/data/unsuccessful-reproductions/c145454ea6a33605973b25b577e6a220f56f21eb.json index d82f3014eb09..3e878352df08 100644 --- a/data/unsuccessful-reproductions/c145454ea6a33605973b25b577e6a220f56f21eb.json +++ b/data/unsuccessful-reproductions/c145454ea6a33605973b25b577e6a220f56f21eb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.210", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c15a1fdd5d5a5f1a6e40de59fbfabc13e6c76a00.json b/data/unsuccessful-reproductions/c15a1fdd5d5a5f1a6e40de59fbfabc13e6c76a00.json index b7d85ca661c1..7b46c16e6878 100644 --- a/data/unsuccessful-reproductions/c15a1fdd5d5a5f1a6e40de59fbfabc13e6c76a00.json +++ b/data/unsuccessful-reproductions/c15a1fdd5d5a5f1a6e40de59fbfabc13e6c76a00.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.3", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c1619bae046cbd247d4dbe459db1e13e6fc9e234.json b/data/unsuccessful-reproductions/c1619bae046cbd247d4dbe459db1e13e6fc9e234.json index b93ace758d29..8609965a246a 100644 --- a/data/unsuccessful-reproductions/c1619bae046cbd247d4dbe459db1e13e6fc9e234.json +++ b/data/unsuccessful-reproductions/c1619bae046cbd247d4dbe459db1e13e6fc9e234.json @@ -12,7 +12,10 @@ "previousVersion" : "6.14.3", "newVersion" : "7.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c16987acd4792c00c1934dc4eade9e33409ee38f.json b/data/unsuccessful-reproductions/c16987acd4792c00c1934dc4eade9e33409ee38f.json index e70176f3f983..dbb10fd9ef05 100644 --- a/data/unsuccessful-reproductions/c16987acd4792c00c1934dc4eade9e33409ee38f.json +++ b/data/unsuccessful-reproductions/c16987acd4792c00c1934dc4eade9e33409ee38f.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c19ada74f59a698d341e1c21121d86472eb104c5.json b/data/unsuccessful-reproductions/c19ada74f59a698d341e1c21121d86472eb104c5.json index 8e0721b6f565..0abec9238cd7 100644 --- a/data/unsuccessful-reproductions/c19ada74f59a698d341e1c21121d86472eb104c5.json +++ b/data/unsuccessful-reproductions/c19ada74f59a698d341e1c21121d86472eb104c5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c1ab484fe754b59d8e002265a7cc5f4a4b470867.json b/data/unsuccessful-reproductions/c1ab484fe754b59d8e002265a7cc5f4a4b470867.json index 36d3c961e6e5..d4c4cba9aff7 100644 --- a/data/unsuccessful-reproductions/c1ab484fe754b59d8e002265a7cc5f4a4b470867.json +++ b/data/unsuccessful-reproductions/c1ab484fe754b59d8e002265a7cc5f4a4b470867.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c1abbcf93c4b58f21c075d0b17ceaffa75f96c70.json b/data/unsuccessful-reproductions/c1abbcf93c4b58f21c075d0b17ceaffa75f96c70.json index fa74cd9c3828..30d8de269d44 100644 --- a/data/unsuccessful-reproductions/c1abbcf93c4b58f21c075d0b17ceaffa75f96c70.json +++ b/data/unsuccessful-reproductions/c1abbcf93c4b58f21c075d0b17ceaffa75f96c70.json @@ -12,7 +12,10 @@ "previousVersion" : "3.34.0", "newVersion" : "3.41.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c1b463c27f27a46bd5b51ac0096db8653a13cca7.json b/data/unsuccessful-reproductions/c1b463c27f27a46bd5b51ac0096db8653a13cca7.json index fe8400435cc2..227330668efc 100644 --- a/data/unsuccessful-reproductions/c1b463c27f27a46bd5b51ac0096db8653a13cca7.json +++ b/data/unsuccessful-reproductions/c1b463c27f27a46bd5b51ac0096db8653a13cca7.json @@ -12,7 +12,10 @@ "previousVersion" : "0.4.8", "newVersion" : "0.4.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c1bed32bf59b1864dd2ebce659903b1e2ec7a350.json b/data/unsuccessful-reproductions/c1bed32bf59b1864dd2ebce659903b1e2ec7a350.json index 433c4074a8c6..6dcdfa95efa6 100644 --- a/data/unsuccessful-reproductions/c1bed32bf59b1864dd2ebce659903b1e2ec7a350.json +++ b/data/unsuccessful-reproductions/c1bed32bf59b1864dd2ebce659903b1e2ec7a350.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.34", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c1dc7d5b6235ed2ef17f8b35562638c4736edb62.json b/data/unsuccessful-reproductions/c1dc7d5b6235ed2ef17f8b35562638c4736edb62.json index 20529522484d..08342b114bfc 100644 --- a/data/unsuccessful-reproductions/c1dc7d5b6235ed2ef17f8b35562638c4736edb62.json +++ b/data/unsuccessful-reproductions/c1dc7d5b6235ed2ef17f8b35562638c4736edb62.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2038a125b26a2b38a48967d447723a94bb4fc3e.json b/data/unsuccessful-reproductions/c2038a125b26a2b38a48967d447723a94bb4fc3e.json index ab3c2ad27b76..b14aab08e00d 100644 --- a/data/unsuccessful-reproductions/c2038a125b26a2b38a48967d447723a94bb4fc3e.json +++ b/data/unsuccessful-reproductions/c2038a125b26a2b38a48967d447723a94bb4fc3e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c20500de9a1962a7748ad35269ba4ce9fde5859b.json b/data/unsuccessful-reproductions/c20500de9a1962a7748ad35269ba4ce9fde5859b.json index 1e27af0d3f39..902944b5bf3b 100644 --- a/data/unsuccessful-reproductions/c20500de9a1962a7748ad35269ba4ce9fde5859b.json +++ b/data/unsuccessful-reproductions/c20500de9a1962a7748ad35269ba4ce9fde5859b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.1", "newVersion" : "3.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c20568680266a49bbd07767b44a7d19bc0953c06.json b/data/unsuccessful-reproductions/c20568680266a49bbd07767b44a7d19bc0953c06.json index 2f0bbeebd6e7..16f75b8ce538 100644 --- a/data/unsuccessful-reproductions/c20568680266a49bbd07767b44a7d19bc0953c06.json +++ b/data/unsuccessful-reproductions/c20568680266a49bbd07767b44a7d19bc0953c06.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.20", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c227c07cacdf32f2995059c603c6ebdbf1454985.json b/data/unsuccessful-reproductions/c227c07cacdf32f2995059c603c6ebdbf1454985.json index 904d1bb0249f..8e3917bf4e66 100644 --- a/data/unsuccessful-reproductions/c227c07cacdf32f2995059c603c6ebdbf1454985.json +++ b/data/unsuccessful-reproductions/c227c07cacdf32f2995059c603c6ebdbf1454985.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.4", "newVersion" : "2.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2299cfd7d5d4fda4231d282e7ad34f5d0bad8ad.json b/data/unsuccessful-reproductions/c2299cfd7d5d4fda4231d282e7ad34f5d0bad8ad.json index 4ee1cb81c04e..6a0b7ced46de 100644 --- a/data/unsuccessful-reproductions/c2299cfd7d5d4fda4231d282e7ad34f5d0bad8ad.json +++ b/data/unsuccessful-reproductions/c2299cfd7d5d4fda4231d282e7ad34f5d0bad8ad.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.74.Final", "newVersion" : "4.1.77.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2417ad9261d5eb165c5e277e7ef7289f52f0518.json b/data/unsuccessful-reproductions/c2417ad9261d5eb165c5e277e7ef7289f52f0518.json index c2cb56ebd159..97021b0b6e38 100644 --- a/data/unsuccessful-reproductions/c2417ad9261d5eb165c5e277e7ef7289f52f0518.json +++ b/data/unsuccessful-reproductions/c2417ad9261d5eb165c5e277e7ef7289f52f0518.json @@ -12,7 +12,10 @@ "previousVersion" : "3.22.3", "newVersion" : "3.22.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c24980028d7967327860ab26e6737106da44e426.json b/data/unsuccessful-reproductions/c24980028d7967327860ab26e6737106da44e426.json index 7b89b81c3b0b..4a8def91fdff 100644 --- a/data/unsuccessful-reproductions/c24980028d7967327860ab26e6737106da44e426.json +++ b/data/unsuccessful-reproductions/c24980028d7967327860ab26e6737106da44e426.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.2", "newVersion" : "3.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c26eb8d0332aa5960988f22da5f11398a58d009e.json b/data/unsuccessful-reproductions/c26eb8d0332aa5960988f22da5f11398a58d009e.json index 42dfaade034d..74516d70635a 100644 --- a/data/unsuccessful-reproductions/c26eb8d0332aa5960988f22da5f11398a58d009e.json +++ b/data/unsuccessful-reproductions/c26eb8d0332aa5960988f22da5f11398a58d009e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2ae0053355aa9a97b7a5b89d6e577fcd4c714d1.json b/data/unsuccessful-reproductions/c2ae0053355aa9a97b7a5b89d6e577fcd4c714d1.json index 41dc3eb325ed..46d1d2687c65 100644 --- a/data/unsuccessful-reproductions/c2ae0053355aa9a97b7a5b89d6e577fcd4c714d1.json +++ b/data/unsuccessful-reproductions/c2ae0053355aa9a97b7a5b89d6e577fcd4c714d1.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.56", "newVersion" : "8.13.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2b582a42b4a2017705dbf7682269b6410de1022.json b/data/unsuccessful-reproductions/c2b582a42b4a2017705dbf7682269b6410de1022.json index 582c8867b82e..e4bcb98a6de3 100644 --- a/data/unsuccessful-reproductions/c2b582a42b4a2017705dbf7682269b6410de1022.json +++ b/data/unsuccessful-reproductions/c2b582a42b4a2017705dbf7682269b6410de1022.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.16.0", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2bfb5f3f9927d6900bb4190d7b63c63cb5d6068.json b/data/unsuccessful-reproductions/c2bfb5f3f9927d6900bb4190d7b63c63cb5d6068.json index e2296b994503..99fab0f3a70a 100644 --- a/data/unsuccessful-reproductions/c2bfb5f3f9927d6900bb4190d7b63c63cb5d6068.json +++ b/data/unsuccessful-reproductions/c2bfb5f3f9927d6900bb4190d7b63c63cb5d6068.json @@ -12,7 +12,10 @@ "previousVersion" : "3.24.2", "newVersion" : "3.24.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "javaparser/javaparser" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2c23f6b37da3e8777bd1925437c3e07e1705388.json b/data/unsuccessful-reproductions/c2c23f6b37da3e8777bd1925437c3e07e1705388.json index 1b279d8bbfeb..81778fce5fb6 100644 --- a/data/unsuccessful-reproductions/c2c23f6b37da3e8777bd1925437c3e07e1705388.json +++ b/data/unsuccessful-reproductions/c2c23f6b37da3e8777bd1925437c3e07e1705388.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.0", "newVersion" : "3.6.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2c2e8a6915350d81a97e99b2706579368e7a2be.json b/data/unsuccessful-reproductions/c2c2e8a6915350d81a97e99b2706579368e7a2be.json index 55acd009ae2d..8983c11059ca 100644 --- a/data/unsuccessful-reproductions/c2c2e8a6915350d81a97e99b2706579368e7a2be.json +++ b/data/unsuccessful-reproductions/c2c2e8a6915350d81a97e99b2706579368e7a2be.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2c38374ab205e3a8c1bf23db8fa3135e6934641.json b/data/unsuccessful-reproductions/c2c38374ab205e3a8c1bf23db8fa3135e6934641.json index 714976d4662e..0b8b35a5bdbd 100644 --- a/data/unsuccessful-reproductions/c2c38374ab205e3a8c1bf23db8fa3135e6934641.json +++ b/data/unsuccessful-reproductions/c2c38374ab205e3a8c1bf23db8fa3135e6934641.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2c3db3bb7c94a4b582a324850c250f50d501e63.json b/data/unsuccessful-reproductions/c2c3db3bb7c94a4b582a324850c250f50d501e63.json index 9182a0f89337..58915e76b00b 100644 --- a/data/unsuccessful-reproductions/c2c3db3bb7c94a4b582a324850c250f50d501e63.json +++ b/data/unsuccessful-reproductions/c2c3db3bb7c94a4b582a324850c250f50d501e63.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2dd80d1810f802d87daf9191ce747c418eb4673.json b/data/unsuccessful-reproductions/c2dd80d1810f802d87daf9191ce747c418eb4673.json index 8a12c11d8713..fff506af4c7e 100644 --- a/data/unsuccessful-reproductions/c2dd80d1810f802d87daf9191ce747c418eb4673.json +++ b/data/unsuccessful-reproductions/c2dd80d1810f802d87daf9191ce747c418eb4673.json @@ -12,7 +12,10 @@ "previousVersion" : "25.4.0", "newVersion" : "26.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2de5d605c9dc762db777904a6d21e752ecad76a.json b/data/unsuccessful-reproductions/c2de5d605c9dc762db777904a6d21e752ecad76a.json index e0767031c0b0..27e74bd71689 100644 --- a/data/unsuccessful-reproductions/c2de5d605c9dc762db777904a6d21e752ecad76a.json +++ b/data/unsuccessful-reproductions/c2de5d605c9dc762db777904a6d21e752ecad76a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.134.0", "newVersion" : "1.135.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2e6c4468684687dd4c6b0067272533f8572da4a.json b/data/unsuccessful-reproductions/c2e6c4468684687dd4c6b0067272533f8572da4a.json index 32f32a371ea6..621b4a59784c 100644 --- a/data/unsuccessful-reproductions/c2e6c4468684687dd4c6b0067272533f8572da4a.json +++ b/data/unsuccessful-reproductions/c2e6c4468684687dd4c6b0067272533f8572da4a.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c2ffed3bd83d4a8926191a0a8ca6159f8de79860.json b/data/unsuccessful-reproductions/c2ffed3bd83d4a8926191a0a8ca6159f8de79860.json index 069880bd5ec3..ebbfc91a39af 100644 --- a/data/unsuccessful-reproductions/c2ffed3bd83d4a8926191a0a8ca6159f8de79860.json +++ b/data/unsuccessful-reproductions/c2ffed3bd83d4a8926191a0a8ca6159f8de79860.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.2", "newVersion" : "1.6.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c3046c9eb6429f22ac1e9faf2dcb51d6d9786129.json b/data/unsuccessful-reproductions/c3046c9eb6429f22ac1e9faf2dcb51d6d9786129.json index d430c5260d7b..61636c5f38df 100644 --- a/data/unsuccessful-reproductions/c3046c9eb6429f22ac1e9faf2dcb51d6d9786129.json +++ b/data/unsuccessful-reproductions/c3046c9eb6429f22ac1e9faf2dcb51d6d9786129.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.2", "newVersion" : "5.2.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c304c644e37ccee05acabd11797d3a337823865e.json b/data/unsuccessful-reproductions/c304c644e37ccee05acabd11797d3a337823865e.json index 1092ab5e5a19..97e0c14b5c0d 100644 --- a/data/unsuccessful-reproductions/c304c644e37ccee05acabd11797d3a337823865e.json +++ b/data/unsuccessful-reproductions/c304c644e37ccee05acabd11797d3a337823865e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.1", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c30e45229e3a1e51f202f523526914d3f3eab65e.json b/data/unsuccessful-reproductions/c30e45229e3a1e51f202f523526914d3f3eab65e.json index b94e3a4ef616..af8a5c06be1c 100644 --- a/data/unsuccessful-reproductions/c30e45229e3a1e51f202f523526914d3f3eab65e.json +++ b/data/unsuccessful-reproductions/c30e45229e3a1e51f202f523526914d3f3eab65e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.19.0", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c312b40bba11abed55c44373783535d76f1c2e0f.json b/data/unsuccessful-reproductions/c312b40bba11abed55c44373783535d76f1c2e0f.json index ef05dfa1b75d..8b852e69bee7 100644 --- a/data/unsuccessful-reproductions/c312b40bba11abed55c44373783535d76f1c2e0f.json +++ b/data/unsuccessful-reproductions/c312b40bba11abed55c44373783535d76f1c2e0f.json @@ -12,7 +12,10 @@ "previousVersion" : "26.1.0", "newVersion" : "26.1.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c32fc10760fd8a0270daa0a996dca4a93595be16.json b/data/unsuccessful-reproductions/c32fc10760fd8a0270daa0a996dca4a93595be16.json index 05f1dd3bb332..8643d3df13ab 100644 --- a/data/unsuccessful-reproductions/c32fc10760fd8a0270daa0a996dca4a93595be16.json +++ b/data/unsuccessful-reproductions/c32fc10760fd8a0270daa0a996dca4a93595be16.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c330fcc884b5376039ba3e478b641ea2d3896f7b.json b/data/unsuccessful-reproductions/c330fcc884b5376039ba3e478b641ea2d3896f7b.json index 5e7d720d7619..482106c13c86 100644 --- a/data/unsuccessful-reproductions/c330fcc884b5376039ba3e478b641ea2d3896f7b.json +++ b/data/unsuccessful-reproductions/c330fcc884b5376039ba3e478b641ea2d3896f7b.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c3392286339b47f8f192f50b9442d50b762b60e7.json b/data/unsuccessful-reproductions/c3392286339b47f8f192f50b9442d50b762b60e7.json index e277b5d1cc5f..729d4ab89cb0 100644 --- a/data/unsuccessful-reproductions/c3392286339b47f8f192f50b9442d50b762b60e7.json +++ b/data/unsuccessful-reproductions/c3392286339b47f8f192f50b9442d50b762b60e7.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c34d17ab54efb1c49688592b4ada82574f9b3b85.json b/data/unsuccessful-reproductions/c34d17ab54efb1c49688592b4ada82574f9b3b85.json index f5b7d75d7104..4fbfa014ab1c 100644 --- a/data/unsuccessful-reproductions/c34d17ab54efb1c49688592b4ada82574f9b3b85.json +++ b/data/unsuccessful-reproductions/c34d17ab54efb1c49688592b4ada82574f9b3b85.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.2", "newVersion" : "4.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c34dc0ce4959f5fbb87214da7b1ffd563d629736.json b/data/unsuccessful-reproductions/c34dc0ce4959f5fbb87214da7b1ffd563d629736.json index 0d1bc1e479e0..5a02c5c1cc3c 100644 --- a/data/unsuccessful-reproductions/c34dc0ce4959f5fbb87214da7b1ffd563d629736.json +++ b/data/unsuccessful-reproductions/c34dc0ce4959f5fbb87214da7b1ffd563d629736.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.257", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c3568334af03c92491a3f74832e548ed8d154252.json b/data/unsuccessful-reproductions/c3568334af03c92491a3f74832e548ed8d154252.json index f606d59dfc9b..d8779ed4c9b3 100644 --- a/data/unsuccessful-reproductions/c3568334af03c92491a3f74832e548ed8d154252.json +++ b/data/unsuccessful-reproductions/c3568334af03c92491a3f74832e548ed8d154252.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.0", "newVersion" : "1.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c35fb21de1dfecd7fdb3e960912538a1d329aa8b.json b/data/unsuccessful-reproductions/c35fb21de1dfecd7fdb3e960912538a1d329aa8b.json index 277a762c6606..86e25a23ba26 100644 --- a/data/unsuccessful-reproductions/c35fb21de1dfecd7fdb3e960912538a1d329aa8b.json +++ b/data/unsuccessful-reproductions/c35fb21de1dfecd7fdb3e960912538a1d329aa8b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.13.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c36dc21264c9bf0ea5ce4c95275b7eea00894228.json b/data/unsuccessful-reproductions/c36dc21264c9bf0ea5ce4c95275b7eea00894228.json index 506a7e1a4356..a8c2a2a4dec5 100644 --- a/data/unsuccessful-reproductions/c36dc21264c9bf0ea5ce4c95275b7eea00894228.json +++ b/data/unsuccessful-reproductions/c36dc21264c9bf0ea5ce4c95275b7eea00894228.json @@ -12,7 +12,10 @@ "previousVersion" : "v20211107", "newVersion" : "v20211201", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c37b141dda48307dd328d234c2e09f1b96324eee.json b/data/unsuccessful-reproductions/c37b141dda48307dd328d234c2e09f1b96324eee.json index 8f2a025fd8eb..b5fd48bf6343 100644 --- a/data/unsuccessful-reproductions/c37b141dda48307dd328d234c2e09f1b96324eee.json +++ b/data/unsuccessful-reproductions/c37b141dda48307dd328d234c2e09f1b96324eee.json @@ -12,7 +12,10 @@ "previousVersion" : "6.2.1.Final", "newVersion" : "6.2.2.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c37db64bcb9de2710edaccfa1073a4e65168ea03.json b/data/unsuccessful-reproductions/c37db64bcb9de2710edaccfa1073a4e65168ea03.json index a197353c2409..27c373baa833 100644 --- a/data/unsuccessful-reproductions/c37db64bcb9de2710edaccfa1073a4e65168ea03.json +++ b/data/unsuccessful-reproductions/c37db64bcb9de2710edaccfa1073a4e65168ea03.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.74", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c38a3b1bd2b91524ee198b039a65f789b51ebde5.json b/data/unsuccessful-reproductions/c38a3b1bd2b91524ee198b039a65f789b51ebde5.json index 0284b429c2ae..8db0bb9d5677 100644 --- a/data/unsuccessful-reproductions/c38a3b1bd2b91524ee198b039a65f789b51ebde5.json +++ b/data/unsuccessful-reproductions/c38a3b1bd2b91524ee198b039a65f789b51ebde5.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.2", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c3a8e899ed21f47b6dd72eab52241bedc60de325.json b/data/unsuccessful-reproductions/c3a8e899ed21f47b6dd72eab52241bedc60de325.json index 1b45fb77acb0..b2cdbbc0990e 100644 --- a/data/unsuccessful-reproductions/c3a8e899ed21f47b6dd72eab52241bedc60de325.json +++ b/data/unsuccessful-reproductions/c3a8e899ed21f47b6dd72eab52241bedc60de325.json @@ -12,7 +12,10 @@ "previousVersion" : "11.2.1.jre8", "newVersion" : "12.1.0.jre8-preview", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c3a9f2ab37c57e3df2a57cb66ca8c4b4871b6aa9.json b/data/unsuccessful-reproductions/c3a9f2ab37c57e3df2a57cb66ca8c4b4871b6aa9.json index b8bae72f461c..015f5074a7c2 100644 --- a/data/unsuccessful-reproductions/c3a9f2ab37c57e3df2a57cb66ca8c4b4871b6aa9.json +++ b/data/unsuccessful-reproductions/c3a9f2ab37c57e3df2a57cb66ca8c4b4871b6aa9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c3ac6daaaf28dc4eadba97b5ff90e22d95a2f704.json b/data/unsuccessful-reproductions/c3ac6daaaf28dc4eadba97b5ff90e22d95a2f704.json index 6dc5a37695a5..5efc4b5068e5 100644 --- a/data/unsuccessful-reproductions/c3ac6daaaf28dc4eadba97b5ff90e22d95a2f704.json +++ b/data/unsuccessful-reproductions/c3ac6daaaf28dc4eadba97b5ff90e22d95a2f704.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.4", "newVersion" : "1.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c3b120e6204238c4eeffea66f815590ac27d8885.json b/data/unsuccessful-reproductions/c3b120e6204238c4eeffea66f815590ac27d8885.json index cd1c908b6035..7bb04567bb0c 100644 --- a/data/unsuccessful-reproductions/c3b120e6204238c4eeffea66f815590ac27d8885.json +++ b/data/unsuccessful-reproductions/c3b120e6204238c4eeffea66f815590ac27d8885.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4152ad8a119aaa057bf2db1cf76c0fd108832c1.json b/data/unsuccessful-reproductions/c4152ad8a119aaa057bf2db1cf76c0fd108832c1.json index badb47c03600..e0d4ddbbdc88 100644 --- a/data/unsuccessful-reproductions/c4152ad8a119aaa057bf2db1cf76c0fd108832c1.json +++ b/data/unsuccessful-reproductions/c4152ad8a119aaa057bf2db1cf76c0fd108832c1.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.0.1", "newVersion" : "v1.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c41e2c28b2eba9e56367792b4b85ac756569405e.json b/data/unsuccessful-reproductions/c41e2c28b2eba9e56367792b4b85ac756569405e.json index b810055693e7..5285488716cc 100644 --- a/data/unsuccessful-reproductions/c41e2c28b2eba9e56367792b4b85ac756569405e.json +++ b/data/unsuccessful-reproductions/c41e2c28b2eba9e56367792b4b85ac756569405e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c42e9a7d85c1eed4058d3bad1bcf5c13664d0d69.json b/data/unsuccessful-reproductions/c42e9a7d85c1eed4058d3bad1bcf5c13664d0d69.json index bf7adc786f19..e7f2a5704513 100644 --- a/data/unsuccessful-reproductions/c42e9a7d85c1eed4058d3bad1bcf5c13664d0d69.json +++ b/data/unsuccessful-reproductions/c42e9a7d85c1eed4058d3bad1bcf5c13664d0d69.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "24.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Unlicense" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c43c27a1ac41bb129230d71b5c0649aa3f35eddd.json b/data/unsuccessful-reproductions/c43c27a1ac41bb129230d71b5c0649aa3f35eddd.json index 5b9beb72851d..7637c6a50a0b 100644 --- a/data/unsuccessful-reproductions/c43c27a1ac41bb129230d71b5c0649aa3f35eddd.json +++ b/data/unsuccessful-reproductions/c43c27a1ac41bb129230d71b5c0649aa3f35eddd.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.41.v20210516", "newVersion" : "10.0.10", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c43dfc34bc4e57cf71b1871988bf572a7e4b31b9.json b/data/unsuccessful-reproductions/c43dfc34bc4e57cf71b1871988bf572a7e4b31b9.json index 10a53c4a96d2..f092809b1b29 100644 --- a/data/unsuccessful-reproductions/c43dfc34bc4e57cf71b1871988bf572a7e4b31b9.json +++ b/data/unsuccessful-reproductions/c43dfc34bc4e57cf71b1871988bf572a7e4b31b9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.0", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4408fecdcf66fe350e3c75f44d19f4d73a3cb1b.json b/data/unsuccessful-reproductions/c4408fecdcf66fe350e3c75f44d19f4d73a3cb1b.json index c4b95b831773..d6b1b873bde5 100644 --- a/data/unsuccessful-reproductions/c4408fecdcf66fe350e3c75f44d19f4d73a3cb1b.json +++ b/data/unsuccessful-reproductions/c4408fecdcf66fe350e3c75f44d19f4d73a3cb1b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.0", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c44f0f3a759725342e34250bff483899e140d429.json b/data/unsuccessful-reproductions/c44f0f3a759725342e34250bff483899e140d429.json index e3effac9115b..39915eef288d 100644 --- a/data/unsuccessful-reproductions/c44f0f3a759725342e34250bff483899e140d429.json +++ b/data/unsuccessful-reproductions/c44f0f3a759725342e34250bff483899e140d429.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.34", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4575b47c0c21d785202367c8e8f6c7807fa8b91.json b/data/unsuccessful-reproductions/c4575b47c0c21d785202367c8e8f6c7807fa8b91.json index 99d92ab906bc..776057418481 100644 --- a/data/unsuccessful-reproductions/c4575b47c0c21d785202367c8e8f6c7807fa8b91.json +++ b/data/unsuccessful-reproductions/c4575b47c0c21d785202367c8e8f6c7807fa8b91.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5541.va_c0a_36b_b_f825", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c46dd74d96539d21b15eac9b01be9a34dfb62aa4.json b/data/unsuccessful-reproductions/c46dd74d96539d21b15eac9b01be9a34dfb62aa4.json index 87418c212e90..d1b847793b27 100644 --- a/data/unsuccessful-reproductions/c46dd74d96539d21b15eac9b01be9a34dfb62aa4.json +++ b/data/unsuccessful-reproductions/c46dd74d96539d21b15eac9b01be9a34dfb62aa4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.239", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c48ef6ac6f564555cbe8aff1c47ee16b548ccb9a.json b/data/unsuccessful-reproductions/c48ef6ac6f564555cbe8aff1c47ee16b548ccb9a.json index 826807049615..36fab4d11f19 100644 --- a/data/unsuccessful-reproductions/c48ef6ac6f564555cbe8aff1c47ee16b548ccb9a.json +++ b/data/unsuccessful-reproductions/c48ef6ac6f564555cbe8aff1c47ee16b548ccb9a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.72", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c49bb1c1ed6bada81b4a8e16e85f3a1a8fa98e02.json b/data/unsuccessful-reproductions/c49bb1c1ed6bada81b4a8e16e85f3a1a8fa98e02.json index 84626a348bac..2baba2e588e7 100644 --- a/data/unsuccessful-reproductions/c49bb1c1ed6bada81b4a8e16e85f3a1a8fa98e02.json +++ b/data/unsuccessful-reproductions/c49bb1c1ed6bada81b4a8e16e85f3a1a8fa98e02.json @@ -12,7 +12,10 @@ "previousVersion" : "v0.26.1", "newVersion" : "v1.1.2-d", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4a7d611f36d8f5bc2020e7c92018478bc97613b.json b/data/unsuccessful-reproductions/c4a7d611f36d8f5bc2020e7c92018478bc97613b.json index ad445b1bb1ba..6db876d17ba5 100644 --- a/data/unsuccessful-reproductions/c4a7d611f36d8f5bc2020e7c92018478bc97613b.json +++ b/data/unsuccessful-reproductions/c4a7d611f36d8f5bc2020e7c92018478bc97613b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4aa2de387d1bd695865fe7aa090df92b091fb39.json b/data/unsuccessful-reproductions/c4aa2de387d1bd695865fe7aa090df92b091fb39.json index 2acab62dc69e..c35510f8dfc5 100644 --- a/data/unsuccessful-reproductions/c4aa2de387d1bd695865fe7aa090df92b091fb39.json +++ b/data/unsuccessful-reproductions/c4aa2de387d1bd695865fe7aa090df92b091fb39.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4af0004abfcc4cfd1ac089e4ec67a1bd13ac7f5.json b/data/unsuccessful-reproductions/c4af0004abfcc4cfd1ac089e4ec67a1bd13ac7f5.json index d2c910464ed4..6bcd7baaddcb 100644 --- a/data/unsuccessful-reproductions/c4af0004abfcc4cfd1ac089e4ec67a1bd13ac7f5.json +++ b/data/unsuccessful-reproductions/c4af0004abfcc4cfd1ac089e4ec67a1bd13ac7f5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "2.11.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4af767b6c2f231fdc1eb73401fd3caeda652378.json b/data/unsuccessful-reproductions/c4af767b6c2f231fdc1eb73401fd3caeda652378.json index 97bd78c1f92f..b0b355d51ae1 100644 --- a/data/unsuccessful-reproductions/c4af767b6c2f231fdc1eb73401fd3caeda652378.json +++ b/data/unsuccessful-reproductions/c4af767b6c2f231fdc1eb73401fd3caeda652378.json @@ -12,7 +12,10 @@ "previousVersion" : "3.22.0", "newVersion" : "3.22.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4b38be38d31d26a91b638127737f93e5307e463.json b/data/unsuccessful-reproductions/c4b38be38d31d26a91b638127737f93e5307e463.json index 92231b727b63..091665b6663a 100644 --- a/data/unsuccessful-reproductions/c4b38be38d31d26a91b638127737f93e5307e463.json +++ b/data/unsuccessful-reproductions/c4b38be38d31d26a91b638127737f93e5307e463.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.191", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4cba171d9570c3e209594f6ff42e1632f1b0a36.json b/data/unsuccessful-reproductions/c4cba171d9570c3e209594f6ff42e1632f1b0a36.json index 9061611d008f..f29c60709e7b 100644 --- a/data/unsuccessful-reproductions/c4cba171d9570c3e209594f6ff42e1632f1b0a36.json +++ b/data/unsuccessful-reproductions/c4cba171d9570c3e209594f6ff42e1632f1b0a36.json @@ -12,7 +12,10 @@ "previousVersion" : "8.18", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4d530f9034999f73e9b858c9779abe305c5388c.json b/data/unsuccessful-reproductions/c4d530f9034999f73e9b858c9779abe305c5388c.json index ab11ca72a807..d57512b96760 100644 --- a/data/unsuccessful-reproductions/c4d530f9034999f73e9b858c9779abe305c5388c.json +++ b/data/unsuccessful-reproductions/c4d530f9034999f73e9b858c9779abe305c5388c.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4dd4cc933e606c1d317c2a42b66c19260ae68b7.json b/data/unsuccessful-reproductions/c4dd4cc933e606c1d317c2a42b66c19260ae68b7.json index f9b54efdd418..0f1168176331 100644 --- a/data/unsuccessful-reproductions/c4dd4cc933e606c1d317c2a42b66c19260ae68b7.json +++ b/data/unsuccessful-reproductions/c4dd4cc933e606c1d317c2a42b66c19260ae68b7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.258", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4de4511abe5cae8a89b6946cc5469344c71afad.json b/data/unsuccessful-reproductions/c4de4511abe5cae8a89b6946cc5469344c71afad.json index 50689bf306b6..fa2b3b4923e8 100644 --- a/data/unsuccessful-reproductions/c4de4511abe5cae8a89b6946cc5469344c71afad.json +++ b/data/unsuccessful-reproductions/c4de4511abe5cae8a89b6946cc5469344c71afad.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.233", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4dfcf6092dc8e9e8390460d8c90b97c1c673de4.json b/data/unsuccessful-reproductions/c4dfcf6092dc8e9e8390460d8c90b97c1c673de4.json index 7b9bf8886464..fb83d4c41418 100644 --- a/data/unsuccessful-reproductions/c4dfcf6092dc8e9e8390460d8c90b97c1c673de4.json +++ b/data/unsuccessful-reproductions/c4dfcf6092dc8e9e8390460d8c90b97c1c673de4.json @@ -12,7 +12,10 @@ "previousVersion" : "23.1.0", "newVersion" : "24.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4e578a3331744adc82677b35f1b5164c17d118c.json b/data/unsuccessful-reproductions/c4e578a3331744adc82677b35f1b5164c17d118c.json index 04e2629f60c9..5ba6506a8177 100644 --- a/data/unsuccessful-reproductions/c4e578a3331744adc82677b35f1b5164c17d118c.json +++ b/data/unsuccessful-reproductions/c4e578a3331744adc82677b35f1b5164c17d118c.json @@ -12,7 +12,10 @@ "previousVersion" : "0.25.4", "newVersion" : "0.25.5", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4f437a5488112c4a87fd10c56d0831a4b5bcd4d.json b/data/unsuccessful-reproductions/c4f437a5488112c4a87fd10c56d0831a4b5bcd4d.json index 90fa1b863d1e..955da073e260 100644 --- a/data/unsuccessful-reproductions/c4f437a5488112c4a87fd10c56d0831a4b5bcd4d.json +++ b/data/unsuccessful-reproductions/c4f437a5488112c4a87fd10c56d0831a4b5bcd4d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.8", "newVersion" : "3.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4f7d2812bac77d1184cac78dfba04bb57f00365.json b/data/unsuccessful-reproductions/c4f7d2812bac77d1184cac78dfba04bb57f00365.json index f83eda7e646a..aa836c03441e 100644 --- a/data/unsuccessful-reproductions/c4f7d2812bac77d1184cac78dfba04bb57f00365.json +++ b/data/unsuccessful-reproductions/c4f7d2812bac77d1184cac78dfba04bb57f00365.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.6", "newVersion" : "[4.5.13,)", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4fc4a034936cbca6e36a7dfbf3dc8dcea2a0b01.json b/data/unsuccessful-reproductions/c4fc4a034936cbca6e36a7dfbf3dc8dcea2a0b01.json index e3ca807f204d..76ce722abb07 100644 --- a/data/unsuccessful-reproductions/c4fc4a034936cbca6e36a7dfbf3dc8dcea2a0b01.json +++ b/data/unsuccessful-reproductions/c4fc4a034936cbca6e36a7dfbf3dc8dcea2a0b01.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.5.Final", "newVersion" : "5.6.7.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c4fec9a2413297bca9d2756d6a168c8c7c9d907b.json b/data/unsuccessful-reproductions/c4fec9a2413297bca9d2756d6a168c8c7c9d907b.json index be55b0bed491..210ae9439f5f 100644 --- a/data/unsuccessful-reproductions/c4fec9a2413297bca9d2756d6a168c8c7c9d907b.json +++ b/data/unsuccessful-reproductions/c4fec9a2413297bca9d2756d6a168c8c7c9d907b.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c516d6f283e319814b8ddb2098fbe235f567cc9d.json b/data/unsuccessful-reproductions/c516d6f283e319814b8ddb2098fbe235f567cc9d.json index aa757f9c8d98..029c82651212 100644 --- a/data/unsuccessful-reproductions/c516d6f283e319814b8ddb2098fbe235f567cc9d.json +++ b/data/unsuccessful-reproductions/c516d6f283e319814b8ddb2098fbe235f567cc9d.json @@ -12,7 +12,10 @@ "previousVersion" : "10.8.1", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c5197ec6ff14b4e145d9ccef3b97d34c9230cd34.json b/data/unsuccessful-reproductions/c5197ec6ff14b4e145d9ccef3b97d34c9230cd34.json index aa58042626de..6b4558095965 100644 --- a/data/unsuccessful-reproductions/c5197ec6ff14b4e145d9ccef3b97d34c9230cd34.json +++ b/data/unsuccessful-reproductions/c5197ec6ff14b4e145d9ccef3b97d34c9230cd34.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.1", "newVersion" : "1.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c523e598a991a4e98fe503878b37fb84caaa4d2b.json b/data/unsuccessful-reproductions/c523e598a991a4e98fe503878b37fb84caaa4d2b.json index ffe899bca40d..0aec7465fb7f 100644 --- a/data/unsuccessful-reproductions/c523e598a991a4e98fe503878b37fb84caaa4d2b.json +++ b/data/unsuccessful-reproductions/c523e598a991a4e98fe503878b37fb84caaa4d2b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c533e515768c994ff853fb112aab830aac93224b.json b/data/unsuccessful-reproductions/c533e515768c994ff853fb112aab830aac93224b.json index b75c79546e0e..c61a5e959415 100644 --- a/data/unsuccessful-reproductions/c533e515768c994ff853fb112aab830aac93224b.json +++ b/data/unsuccessful-reproductions/c533e515768c994ff853fb112aab830aac93224b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c53b14eccf0ba501535672cd5dbfb200e603476d.json b/data/unsuccessful-reproductions/c53b14eccf0ba501535672cd5dbfb200e603476d.json index 03240dda1ca6..09c5579eb54f 100644 --- a/data/unsuccessful-reproductions/c53b14eccf0ba501535672cd5dbfb200e603476d.json +++ b/data/unsuccessful-reproductions/c53b14eccf0ba501535672cd5dbfb200e603476d.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220104-1.32.1", "newVersion" : "v1-rev20220819-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c553b0be2b0ff8d9ab4e11611d936121227a1c48.json b/data/unsuccessful-reproductions/c553b0be2b0ff8d9ab4e11611d936121227a1c48.json index c4f5465b988d..ad87ce7d27e5 100644 --- a/data/unsuccessful-reproductions/c553b0be2b0ff8d9ab4e11611d936121227a1c48.json +++ b/data/unsuccessful-reproductions/c553b0be2b0ff8d9ab4e11611d936121227a1c48.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.4", "newVersion" : "2.7.5", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "ECL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c56cef89dba3764e3f28bb2b45102ba11723620c.json b/data/unsuccessful-reproductions/c56cef89dba3764e3f28bb2b45102ba11723620c.json index 0e7b47950d6e..e67d7ddafb3d 100644 --- a/data/unsuccessful-reproductions/c56cef89dba3764e3f28bb2b45102ba11723620c.json +++ b/data/unsuccessful-reproductions/c56cef89dba3764e3f28bb2b45102ba11723620c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.0", "newVersion" : "2.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c5774e8850355e0748b08b62603929f8c964a5f1.json b/data/unsuccessful-reproductions/c5774e8850355e0748b08b62603929f8c964a5f1.json index 02ee8edc9aa0..fa6e8d4eefc1 100644 --- a/data/unsuccessful-reproductions/c5774e8850355e0748b08b62603929f8c964a5f1.json +++ b/data/unsuccessful-reproductions/c5774e8850355e0748b08b62603929f8c964a5f1.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.0", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c5c077b93d44c4a0d59c3cb4da49a12bc4f54608.json b/data/unsuccessful-reproductions/c5c077b93d44c4a0d59c3cb4da49a12bc4f54608.json index 82a63c7e4910..26650fe8f981 100644 --- a/data/unsuccessful-reproductions/c5c077b93d44c4a0d59c3cb4da49a12bc4f54608.json +++ b/data/unsuccessful-reproductions/c5c077b93d44c4a0d59c3cb4da49a12bc4f54608.json @@ -12,7 +12,10 @@ "previousVersion" : "3.11.1", "newVersion" : "3.16.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c5c69a4078c8d28a0fcc0ff08ae1f634d3160563.json b/data/unsuccessful-reproductions/c5c69a4078c8d28a0fcc0ff08ae1f634d3160563.json index 818097e07dc4..a8d824afaa20 100644 --- a/data/unsuccessful-reproductions/c5c69a4078c8d28a0fcc0ff08ae1f634d3160563.json +++ b/data/unsuccessful-reproductions/c5c69a4078c8d28a0fcc0ff08ae1f634d3160563.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.1", "newVersion" : "1.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c5d0d86777a783e9a889e42e5a4a115df57b8704.json b/data/unsuccessful-reproductions/c5d0d86777a783e9a889e42e5a4a115df57b8704.json index d935c131f545..9b3ba0304f59 100644 --- a/data/unsuccessful-reproductions/c5d0d86777a783e9a889e42e5a4a115df57b8704.json +++ b/data/unsuccessful-reproductions/c5d0d86777a783e9a889e42e5a4a115df57b8704.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.21", "newVersion" : "2.8.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c5d3668c11c9fe4d5823739eb92c5d59728366bc.json b/data/unsuccessful-reproductions/c5d3668c11c9fe4d5823739eb92c5d59728366bc.json index c7498120a8d0..429ef8042808 100644 --- a/data/unsuccessful-reproductions/c5d3668c11c9fe4d5823739eb92c5d59728366bc.json +++ b/data/unsuccessful-reproductions/c5d3668c11c9fe4d5823739eb92c5d59728366bc.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.4", "newVersion" : "3.8.7", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c5d806af474987714767d538301fb6755401bb94.json b/data/unsuccessful-reproductions/c5d806af474987714767d538301fb6755401bb94.json index 0b1c116a13f8..34c728a4a37a 100644 --- a/data/unsuccessful-reproductions/c5d806af474987714767d538301fb6755401bb94.json +++ b/data/unsuccessful-reproductions/c5d806af474987714767d538301fb6755401bb94.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c5da5673c46176bc1c7e404e4e921f80200647a1.json b/data/unsuccessful-reproductions/c5da5673c46176bc1c7e404e4e921f80200647a1.json index 5129547a8fa0..1486f681442d 100644 --- a/data/unsuccessful-reproductions/c5da5673c46176bc1c7e404e4e921f80200647a1.json +++ b/data/unsuccessful-reproductions/c5da5673c46176bc1c7e404e4e921f80200647a1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c5e436ffe9b3505cfaf7f2d0ddd323e65f38b966.json b/data/unsuccessful-reproductions/c5e436ffe9b3505cfaf7f2d0ddd323e65f38b966.json index 5370acbe4ee3..018fd7ba33ca 100644 --- a/data/unsuccessful-reproductions/c5e436ffe9b3505cfaf7f2d0ddd323e65f38b966.json +++ b/data/unsuccessful-reproductions/c5e436ffe9b3505cfaf7f2d0ddd323e65f38b966.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c5f5f3921383b01a8094a2381838d12078010cc7.json b/data/unsuccessful-reproductions/c5f5f3921383b01a8094a2381838d12078010cc7.json index d53e069b6d35..9c2e485a9784 100644 --- a/data/unsuccessful-reproductions/c5f5f3921383b01a8094a2381838d12078010cc7.json +++ b/data/unsuccessful-reproductions/c5f5f3921383b01a8094a2381838d12078010cc7.json @@ -12,7 +12,10 @@ "previousVersion" : "5568.v2b_9ea_7d7ea_98", "newVersion" : "5581.vfd8e43f46a_03", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c605a39052c2a36dda7d2256453ba1aad41896ee.json b/data/unsuccessful-reproductions/c605a39052c2a36dda7d2256453ba1aad41896ee.json index 1ccd6ba195a6..d851181b596c 100644 --- a/data/unsuccessful-reproductions/c605a39052c2a36dda7d2256453ba1aad41896ee.json +++ b/data/unsuccessful-reproductions/c605a39052c2a36dda7d2256453ba1aad41896ee.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c609309fb48194b54a5f01c05118669eeb22ef70.json b/data/unsuccessful-reproductions/c609309fb48194b54a5f01c05118669eeb22ef70.json index 3985a3f03df5..f7c162f41207 100644 --- a/data/unsuccessful-reproductions/c609309fb48194b54a5f01c05118669eeb22ef70.json +++ b/data/unsuccessful-reproductions/c609309fb48194b54a5f01c05118669eeb22ef70.json @@ -12,7 +12,10 @@ "previousVersion" : "1.26", "newVersion" : "1.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6125658baf93d3e764a639b4c6692a1d0b9f8e3.json b/data/unsuccessful-reproductions/c6125658baf93d3e764a639b4c6692a1d0b9f8e3.json index 1bcfb156aa9e..fd22eb985517 100644 --- a/data/unsuccessful-reproductions/c6125658baf93d3e764a639b4c6692a1d0b9f8e3.json +++ b/data/unsuccessful-reproductions/c6125658baf93d3e764a639b4c6692a1d0b9f8e3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c62b333b9ed006f45c4dc8c5bec41948afe07ce0.json b/data/unsuccessful-reproductions/c62b333b9ed006f45c4dc8c5bec41948afe07ce0.json index 8a7271bcb413..eb15bde44a76 100644 --- a/data/unsuccessful-reproductions/c62b333b9ed006f45c4dc8c5bec41948afe07ce0.json +++ b/data/unsuccessful-reproductions/c62b333b9ed006f45c4dc8c5bec41948afe07ce0.json @@ -12,7 +12,10 @@ "previousVersion" : "8.7.5", "newVersion" : "8.7.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c632d7f5ee27dd56319831671cd24a9f9ee9a05e.json b/data/unsuccessful-reproductions/c632d7f5ee27dd56319831671cd24a9f9ee9a05e.json index b6e172bf3e6d..e1badb9a4111 100644 --- a/data/unsuccessful-reproductions/c632d7f5ee27dd56319831671cd24a9f9ee9a05e.json +++ b/data/unsuccessful-reproductions/c632d7f5ee27dd56319831671cd24a9f9ee9a05e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.1", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6428dc8506757b3913cc44129dbbaa43836e0df.json b/data/unsuccessful-reproductions/c6428dc8506757b3913cc44129dbbaa43836e0df.json index f31056465e87..9ddc8c1662c7 100644 --- a/data/unsuccessful-reproductions/c6428dc8506757b3913cc44129dbbaa43836e0df.json +++ b/data/unsuccessful-reproductions/c6428dc8506757b3913cc44129dbbaa43836e0df.json @@ -12,7 +12,10 @@ "previousVersion" : "1.57", "newVersion" : "1.67", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "MIT", + "githubRepoSlug" : "bcgit/bc-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c644ae0b693c274ef71851c0822cf0aebd9593bf.json b/data/unsuccessful-reproductions/c644ae0b693c274ef71851c0822cf0aebd9593bf.json index ded1eb6db6f0..a05472c27f35 100644 --- a/data/unsuccessful-reproductions/c644ae0b693c274ef71851c0822cf0aebd9593bf.json +++ b/data/unsuccessful-reproductions/c644ae0b693c274ef71851c0822cf0aebd9593bf.json @@ -12,7 +12,10 @@ "previousVersion" : "20220320", "newVersion" : "20220924", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c645c19da9992b8d746e4cb20e219452731cfe41.json b/data/unsuccessful-reproductions/c645c19da9992b8d746e4cb20e219452731cfe41.json index 3744fed47acc..5b0a8b9acb13 100644 --- a/data/unsuccessful-reproductions/c645c19da9992b8d746e4cb20e219452731cfe41.json +++ b/data/unsuccessful-reproductions/c645c19da9992b8d746e4cb20e219452731cfe41.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c64b362fb7f7c2b8c74fc6be23c652d11ef14b0e.json b/data/unsuccessful-reproductions/c64b362fb7f7c2b8c74fc6be23c652d11ef14b0e.json index 34bd01687110..82de4fcafced 100644 --- a/data/unsuccessful-reproductions/c64b362fb7f7c2b8c74fc6be23c652d11ef14b0e.json +++ b/data/unsuccessful-reproductions/c64b362fb7f7c2b8c74fc6be23c652d11ef14b0e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.5", "newVersion" : "3.8.6", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c65279429baea0129011465eacf8e2490c613028.json b/data/unsuccessful-reproductions/c65279429baea0129011465eacf8e2490c613028.json index eefa2a0e7715..ba7a948eff74 100644 --- a/data/unsuccessful-reproductions/c65279429baea0129011465eacf8e2490c613028.json +++ b/data/unsuccessful-reproductions/c65279429baea0129011465eacf8e2490c613028.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.1", "newVersion" : "3.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c657967a21837a157fb0d0ae7028e5836f5cc92e.json b/data/unsuccessful-reproductions/c657967a21837a157fb0d0ae7028e5836f5cc92e.json index 079d21e79f4f..c5430315f998 100644 --- a/data/unsuccessful-reproductions/c657967a21837a157fb0d0ae7028e5836f5cc92e.json +++ b/data/unsuccessful-reproductions/c657967a21837a157fb0d0ae7028e5836f5cc92e.json @@ -12,7 +12,10 @@ "previousVersion" : "1556.vfc6a_f216e3c6", "newVersion" : "1595.v8c71c13cc3a_9", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c659568953783611f636c11f39966ee49d2fac5b.json b/data/unsuccessful-reproductions/c659568953783611f636c11f39966ee49d2fac5b.json index 07ce176cb12d..474b42e80180 100644 --- a/data/unsuccessful-reproductions/c659568953783611f636c11f39966ee49d2fac5b.json +++ b/data/unsuccessful-reproductions/c659568953783611f636c11f39966ee49d2fac5b.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.45", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c66a9554ef9099872d455d1c5470642536cb0723.json b/data/unsuccessful-reproductions/c66a9554ef9099872d455d1c5470642536cb0723.json index ff623654b770..5b451d37147f 100644 --- a/data/unsuccessful-reproductions/c66a9554ef9099872d455d1c5470642536cb0723.json +++ b/data/unsuccessful-reproductions/c66a9554ef9099872d455d1c5470642536cb0723.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.142.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c674985cc78af1c192e84096b8d6caced6487386.json b/data/unsuccessful-reproductions/c674985cc78af1c192e84096b8d6caced6487386.json index 48b9f791014b..b920685024ec 100644 --- a/data/unsuccessful-reproductions/c674985cc78af1c192e84096b8d6caced6487386.json +++ b/data/unsuccessful-reproductions/c674985cc78af1c192e84096b8d6caced6487386.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.5", "newVersion" : "1.6.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c67872a8d5fe126642b2347bf38e22a1534845e7.json b/data/unsuccessful-reproductions/c67872a8d5fe126642b2347bf38e22a1534845e7.json index de412f58aa0a..dfa91d550fd8 100644 --- a/data/unsuccessful-reproductions/c67872a8d5fe126642b2347bf38e22a1534845e7.json +++ b/data/unsuccessful-reproductions/c67872a8d5fe126642b2347bf38e22a1534845e7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.5", "newVersion" : "1.6.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c67a4e69e0afc3458d5719a327300ae0307e2aa2.json b/data/unsuccessful-reproductions/c67a4e69e0afc3458d5719a327300ae0307e2aa2.json index 537a32c9a936..ad25cbea2f96 100644 --- a/data/unsuccessful-reproductions/c67a4e69e0afc3458d5719a327300ae0307e2aa2.json +++ b/data/unsuccessful-reproductions/c67a4e69e0afc3458d5719a327300ae0307e2aa2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9", "newVersion" : "1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6809c0239937752ad71a4c38c274e51fcfb8b05.json b/data/unsuccessful-reproductions/c6809c0239937752ad71a4c38c274e51fcfb8b05.json index 6f68786769fb..eda530792dd5 100644 --- a/data/unsuccessful-reproductions/c6809c0239937752ad71a4c38c274e51fcfb8b05.json +++ b/data/unsuccessful-reproductions/c6809c0239937752ad71a4c38c274e51fcfb8b05.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "UPL-1.0", + "githubRepoSlug" : "oracle/graaljs" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c68374d46108434269ab8e2febf24d9c8be6350d.json b/data/unsuccessful-reproductions/c68374d46108434269ab8e2febf24d9c8be6350d.json index 80cacca23e04..24442f6d9613 100644 --- a/data/unsuccessful-reproductions/c68374d46108434269ab8e2febf24d9c8be6350d.json +++ b/data/unsuccessful-reproductions/c68374d46108434269ab8e2febf24d9c8be6350d.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.7", "newVersion" : "0.10.8", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6975d8835ba875627a7c5cb493c83e068649ac1.json b/data/unsuccessful-reproductions/c6975d8835ba875627a7c5cb493c83e068649ac1.json index 089dcb96af6d..f433315857cb 100644 --- a/data/unsuccessful-reproductions/c6975d8835ba875627a7c5cb493c83e068649ac1.json +++ b/data/unsuccessful-reproductions/c6975d8835ba875627a7c5cb493c83e068649ac1.json @@ -12,7 +12,10 @@ "previousVersion" : "0.3.5", "newVersion" : "0.3.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6a8bcf2f7b84cb9b7a9c763a2e938b8f8a3438a.json b/data/unsuccessful-reproductions/c6a8bcf2f7b84cb9b7a9c763a2e938b8f8a3438a.json index 621867abb0f6..8f41f3bcdfa8 100644 --- a/data/unsuccessful-reproductions/c6a8bcf2f7b84cb9b7a9c763a2e938b8f8a3438a.json +++ b/data/unsuccessful-reproductions/c6a8bcf2f7b84cb9b7a9c763a2e938b8f8a3438a.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0-5", "newVersion" : "8.0-6", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6b1d33daa9f931df2b9fc9a3d10aec0ec0d61cd.json b/data/unsuccessful-reproductions/c6b1d33daa9f931df2b9fc9a3d10aec0ec0d61cd.json index 3fd780dd5514..3b7007732f21 100644 --- a/data/unsuccessful-reproductions/c6b1d33daa9f931df2b9fc9a3d10aec0ec0d61cd.json +++ b/data/unsuccessful-reproductions/c6b1d33daa9f931df2b9fc9a3d10aec0ec0d61cd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.20", "newVersion" : "1.18.22", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6d07ce2064d16fe4ac3c7b89c81d8072be325de.json b/data/unsuccessful-reproductions/c6d07ce2064d16fe4ac3c7b89c81d8072be325de.json index 7f06197a41ab..b77559d18557 100644 --- a/data/unsuccessful-reproductions/c6d07ce2064d16fe4ac3c7b89c81d8072be325de.json +++ b/data/unsuccessful-reproductions/c6d07ce2064d16fe4ac3c7b89c81d8072be325de.json @@ -12,7 +12,10 @@ "previousVersion" : "20.8.0", "newVersion" : "20.9.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6d558015ecb32c7ec8e2b775bdc55e5ed2b4be9.json b/data/unsuccessful-reproductions/c6d558015ecb32c7ec8e2b775bdc55e5ed2b4be9.json index 72fe25423649..6cec77cb59b5 100644 --- a/data/unsuccessful-reproductions/c6d558015ecb32c7ec8e2b775bdc55e5ed2b4be9.json +++ b/data/unsuccessful-reproductions/c6d558015ecb32c7ec8e2b775bdc55e5ed2b4be9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6da9f61d49eda697f8f938969624f57e0cc15bc.json b/data/unsuccessful-reproductions/c6da9f61d49eda697f8f938969624f57e0cc15bc.json index 2af2215a2323..1d7d84636e20 100644 --- a/data/unsuccessful-reproductions/c6da9f61d49eda697f8f938969624f57e0cc15bc.json +++ b/data/unsuccessful-reproductions/c6da9f61d49eda697f8f938969624f57e0cc15bc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.193", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6e3e8d2f07bf500872445a604a55ed0e3240d56.json b/data/unsuccessful-reproductions/c6e3e8d2f07bf500872445a604a55ed0e3240d56.json index 55e06fb663c4..ec85717b1376 100644 --- a/data/unsuccessful-reproductions/c6e3e8d2f07bf500872445a604a55ed0e3240d56.json +++ b/data/unsuccessful-reproductions/c6e3e8d2f07bf500872445a604a55ed0e3240d56.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.6", "newVersion" : "2.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6e7eed09596d20bb24c77f8527dc2c439a21493.json b/data/unsuccessful-reproductions/c6e7eed09596d20bb24c77f8527dc2c439a21493.json index 54f188d6579f..e93d0b65ab76 100644 --- a/data/unsuccessful-reproductions/c6e7eed09596d20bb24c77f8527dc2c439a21493.json +++ b/data/unsuccessful-reproductions/c6e7eed09596d20bb24c77f8527dc2c439a21493.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c6f9c0a6c2190271af967094e9abcf7731720d27.json b/data/unsuccessful-reproductions/c6f9c0a6c2190271af967094e9abcf7731720d27.json index 16f3294ce789..028314539e42 100644 --- a/data/unsuccessful-reproductions/c6f9c0a6c2190271af967094e9abcf7731720d27.json +++ b/data/unsuccessful-reproductions/c6f9c0a6c2190271af967094e9abcf7731720d27.json @@ -12,7 +12,10 @@ "previousVersion" : "0.22.2", "newVersion" : "0.25.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c70f400d91bb480b32625a31b872440311444780.json b/data/unsuccessful-reproductions/c70f400d91bb480b32625a31b872440311444780.json index 1ff9e0b3d7c9..953ed48c9ca6 100644 --- a/data/unsuccessful-reproductions/c70f400d91bb480b32625a31b872440311444780.json +++ b/data/unsuccessful-reproductions/c70f400d91bb480b32625a31b872440311444780.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c75a0f650c54227703db754edcc67277b905c7f4.json b/data/unsuccessful-reproductions/c75a0f650c54227703db754edcc67277b905c7f4.json index fa9424ec8ad1..089e07b45d39 100644 --- a/data/unsuccessful-reproductions/c75a0f650c54227703db754edcc67277b905c7f4.json +++ b/data/unsuccessful-reproductions/c75a0f650c54227703db754edcc67277b905c7f4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.3", "newVersion" : "1.4.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c7acd232d133377ce7339ede972f53f7e88ebc3f.json b/data/unsuccessful-reproductions/c7acd232d133377ce7339ede972f53f7e88ebc3f.json index d92b692db945..e34958bc1c93 100644 --- a/data/unsuccessful-reproductions/c7acd232d133377ce7339ede972f53f7e88ebc3f.json +++ b/data/unsuccessful-reproductions/c7acd232d133377ce7339ede972f53f7e88ebc3f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.118.0", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c7bbb5485bcd6c8a7c7ef76f60e3889ba5eb195c.json b/data/unsuccessful-reproductions/c7bbb5485bcd6c8a7c7ef76f60e3889ba5eb195c.json index b8f52c3a5814..2ae1b0904abf 100644 --- a/data/unsuccessful-reproductions/c7bbb5485bcd6c8a7c7ef76f60e3889ba5eb195c.json +++ b/data/unsuccessful-reproductions/c7bbb5485bcd6c8a7c7ef76f60e3889ba5eb195c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c7bccb4a9d5118fc9e27025582f488935e9c1d51.json b/data/unsuccessful-reproductions/c7bccb4a9d5118fc9e27025582f488935e9c1d51.json index 930af8b5103b..a71d2af664dc 100644 --- a/data/unsuccessful-reproductions/c7bccb4a9d5118fc9e27025582f488935e9c1d51.json +++ b/data/unsuccessful-reproductions/c7bccb4a9d5118fc9e27025582f488935e9c1d51.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.53", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c7ceb3eddb3851e90d97713ce5c26d32807196cf.json b/data/unsuccessful-reproductions/c7ceb3eddb3851e90d97713ce5c26d32807196cf.json index 6ee0e710a406..2a7f0bafc1b5 100644 --- a/data/unsuccessful-reproductions/c7ceb3eddb3851e90d97713ce5c26d32807196cf.json +++ b/data/unsuccessful-reproductions/c7ceb3eddb3851e90d97713ce5c26d32807196cf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.7", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c7e0c3bd84faace11b849cba7df77fa7e5db2b95.json b/data/unsuccessful-reproductions/c7e0c3bd84faace11b849cba7df77fa7e5db2b95.json index 810a3e587a4d..0a0dd07d0821 100644 --- a/data/unsuccessful-reproductions/c7e0c3bd84faace11b849cba7df77fa7e5db2b95.json +++ b/data/unsuccessful-reproductions/c7e0c3bd84faace11b849cba7df77fa7e5db2b95.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.83_noneautotype", "newVersion" : "1.2.83", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c80e19f4ea7727c6fdb88fea08e3b6e35d39a80a.json b/data/unsuccessful-reproductions/c80e19f4ea7727c6fdb88fea08e3b6e35d39a80a.json index bde4596faf03..6d4db843f41a 100644 --- a/data/unsuccessful-reproductions/c80e19f4ea7727c6fdb88fea08e3b6e35d39a80a.json +++ b/data/unsuccessful-reproductions/c80e19f4ea7727c6fdb88fea08e3b6e35d39a80a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "2.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c833905aa6dfcd080029d09e928240128afee126.json b/data/unsuccessful-reproductions/c833905aa6dfcd080029d09e928240128afee126.json index d40530fc566a..f64fe449adeb 100644 --- a/data/unsuccessful-reproductions/c833905aa6dfcd080029d09e928240128afee126.json +++ b/data/unsuccessful-reproductions/c833905aa6dfcd080029d09e928240128afee126.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.1", "newVersion" : "1.5.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c840d2cd83828944b7f5bd43465e244b52839b92.json b/data/unsuccessful-reproductions/c840d2cd83828944b7f5bd43465e244b52839b92.json index 6ac4c8e8747a..a44b7e78b22e 100644 --- a/data/unsuccessful-reproductions/c840d2cd83828944b7f5bd43465e244b52839b92.json +++ b/data/unsuccessful-reproductions/c840d2cd83828944b7f5bd43465e244b52839b92.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "3.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c8420816603a1b45277b0ee0d377b204242009d7.json b/data/unsuccessful-reproductions/c8420816603a1b45277b0ee0d377b204242009d7.json index 23ee7daa997e..7f7deb2d227c 100644 --- a/data/unsuccessful-reproductions/c8420816603a1b45277b0ee0d377b204242009d7.json +++ b/data/unsuccessful-reproductions/c8420816603a1b45277b0ee0d377b204242009d7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.38", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c84379d03609a82d39bb7a3b649f356d432e31ca.json b/data/unsuccessful-reproductions/c84379d03609a82d39bb7a3b649f356d432e31ca.json index f551057fcad8..889930fc7174 100644 --- a/data/unsuccessful-reproductions/c84379d03609a82d39bb7a3b649f356d432e31ca.json +++ b/data/unsuccessful-reproductions/c84379d03609a82d39bb7a3b649f356d432e31ca.json @@ -12,7 +12,10 @@ "previousVersion" : "1.78", "newVersion" : "1.82", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c8573b5400dc22d360f231bd8ebfb8db8c4afe45.json b/data/unsuccessful-reproductions/c8573b5400dc22d360f231bd8ebfb8db8c4afe45.json index ab5c94722ed1..b16ba131ff93 100644 --- a/data/unsuccessful-reproductions/c8573b5400dc22d360f231bd8ebfb8db8c4afe45.json +++ b/data/unsuccessful-reproductions/c8573b5400dc22d360f231bd8ebfb8db8c4afe45.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.81", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c86d2f292e3b4bacefaa519a970bece186967ad6.json b/data/unsuccessful-reproductions/c86d2f292e3b4bacefaa519a970bece186967ad6.json index dde109463dde..81dd8e53debe 100644 --- a/data/unsuccessful-reproductions/c86d2f292e3b4bacefaa519a970bece186967ad6.json +++ b/data/unsuccessful-reproductions/c86d2f292e3b4bacefaa519a970bece186967ad6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.41", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c878b065f5f44b2e14b95f0a869a0be1cf8eac85.json b/data/unsuccessful-reproductions/c878b065f5f44b2e14b95f0a869a0be1cf8eac85.json index 1146af00c1e6..a0c0ea1fd43e 100644 --- a/data/unsuccessful-reproductions/c878b065f5f44b2e14b95f0a869a0be1cf8eac85.json +++ b/data/unsuccessful-reproductions/c878b065f5f44b2e14b95f0a869a0be1cf8eac85.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.1", "newVersion" : "3.19.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c87cdaf1fa3ee129678cce52e73757e236defe70.json b/data/unsuccessful-reproductions/c87cdaf1fa3ee129678cce52e73757e236defe70.json index f8610a2e2726..11117b8ebb3c 100644 --- a/data/unsuccessful-reproductions/c87cdaf1fa3ee129678cce52e73757e236defe70.json +++ b/data/unsuccessful-reproductions/c87cdaf1fa3ee129678cce52e73757e236defe70.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.24", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c87da1fbc0742a0cdb54d368bc458a7727ca55c4.json b/data/unsuccessful-reproductions/c87da1fbc0742a0cdb54d368bc458a7727ca55c4.json index 6b5c4c57e815..a5be8392f4b3 100644 --- a/data/unsuccessful-reproductions/c87da1fbc0742a0cdb54d368bc458a7727ca55c4.json +++ b/data/unsuccessful-reproductions/c87da1fbc0742a0cdb54d368bc458a7727ca55c4.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.9.RELEASE", "newVersion" : "5.2.21.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c88a1a0685161c587b1952cdb75a0c561812973a.json b/data/unsuccessful-reproductions/c88a1a0685161c587b1952cdb75a0c561812973a.json index e2c0897e0fcf..42409f781467 100644 --- a/data/unsuccessful-reproductions/c88a1a0685161c587b1952cdb75a0c561812973a.json +++ b/data/unsuccessful-reproductions/c88a1a0685161c587b1952cdb75a0c561812973a.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c88dc3d253eda3497026975ccafb285f2ee3589b.json b/data/unsuccessful-reproductions/c88dc3d253eda3497026975ccafb285f2ee3589b.json index ebd4936d4ec7..1aeda9443584 100644 --- a/data/unsuccessful-reproductions/c88dc3d253eda3497026975ccafb285f2ee3589b.json +++ b/data/unsuccessful-reproductions/c88dc3d253eda3497026975ccafb285f2ee3589b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.2-4", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c8a4504a5ee94c9b0dd9b9af9f1913836525fcdd.json b/data/unsuccessful-reproductions/c8a4504a5ee94c9b0dd9b9af9f1913836525fcdd.json index a587a1e2bf36..e18773402de3 100644 --- a/data/unsuccessful-reproductions/c8a4504a5ee94c9b0dd9b9af9f1913836525fcdd.json +++ b/data/unsuccessful-reproductions/c8a4504a5ee94c9b0dd9b9af9f1913836525fcdd.json @@ -12,7 +12,10 @@ "previousVersion" : "3.22.2", "newVersion" : "3.22.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c8a76a60216e0a3f27884224e7f2abff8aa36164.json b/data/unsuccessful-reproductions/c8a76a60216e0a3f27884224e7f2abff8aa36164.json index 53d0171c509b..fe0633cfe1e9 100644 --- a/data/unsuccessful-reproductions/c8a76a60216e0a3f27884224e7f2abff8aa36164.json +++ b/data/unsuccessful-reproductions/c8a76a60216e0a3f27884224e7f2abff8aa36164.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.01", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c8c448d63fee83f23b33bd2cb7236d6d399169b3.json b/data/unsuccessful-reproductions/c8c448d63fee83f23b33bd2cb7236d6d399169b3.json index bbd7a95cf7ad..65d1aa998445 100644 --- a/data/unsuccessful-reproductions/c8c448d63fee83f23b33bd2cb7236d6d399169b3.json +++ b/data/unsuccessful-reproductions/c8c448d63fee83f23b33bd2cb7236d6d399169b3.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.49.v20220914", "newVersion" : "9.4.50.v20221201", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c8ca702f4dbff78cd2f7199f9462d9f85c8015ae.json b/data/unsuccessful-reproductions/c8ca702f4dbff78cd2f7199f9462d9f85c8015ae.json index 3f4bb4b1d998..67968c7cce10 100644 --- a/data/unsuccessful-reproductions/c8ca702f4dbff78cd2f7199f9462d9f85c8015ae.json +++ b/data/unsuccessful-reproductions/c8ca702f4dbff78cd2f7199f9462d9f85c8015ae.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.382", "newVersion" : "1.12.389", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c8fdcab911dba77f6fbf24f26097a49def166c36.json b/data/unsuccessful-reproductions/c8fdcab911dba77f6fbf24f26097a49def166c36.json index 92e3291c05a8..82d097bb68e0 100644 --- a/data/unsuccessful-reproductions/c8fdcab911dba77f6fbf24f26097a49def166c36.json +++ b/data/unsuccessful-reproductions/c8fdcab911dba77f6fbf24f26097a49def166c36.json @@ -12,7 +12,10 @@ "previousVersion" : "2.34.1", "newVersion" : "2.34.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c9249f5a8b061c03c10fcd48ee9d668ca8b2de0b.json b/data/unsuccessful-reproductions/c9249f5a8b061c03c10fcd48ee9d668ca8b2de0b.json index ee7acaeb0653..1bb353fcf53e 100644 --- a/data/unsuccessful-reproductions/c9249f5a8b061c03c10fcd48ee9d668ca8b2de0b.json +++ b/data/unsuccessful-reproductions/c9249f5a8b061c03c10fcd48ee9d668ca8b2de0b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-M5", "newVersion" : "3.0.0-M6", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c92a1b90a158fca5ff2963eeda8e6a109461ddfd.json b/data/unsuccessful-reproductions/c92a1b90a158fca5ff2963eeda8e6a109461ddfd.json index 3daccf0d77df..93c61dfec501 100644 --- a/data/unsuccessful-reproductions/c92a1b90a158fca5ff2963eeda8e6a109461ddfd.json +++ b/data/unsuccessful-reproductions/c92a1b90a158fca5ff2963eeda8e6a109461ddfd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.257", "newVersion" : "2.17.258", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c92dc5f68f55bc892e79af9095d8064a43f8d911.json b/data/unsuccessful-reproductions/c92dc5f68f55bc892e79af9095d8064a43f8d911.json index f45b6c095424..937f69d01e3e 100644 --- a/data/unsuccessful-reproductions/c92dc5f68f55bc892e79af9095d8064a43f8d911.json +++ b/data/unsuccessful-reproductions/c92dc5f68f55bc892e79af9095d8064a43f8d911.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.261", "newVersion" : "1.12.462", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c93113b4062a1c03ff4e488fbbf6e53898076fa1.json b/data/unsuccessful-reproductions/c93113b4062a1c03ff4e488fbbf6e53898076fa1.json index d9e28e231287..447054a148c9 100644 --- a/data/unsuccessful-reproductions/c93113b4062a1c03ff4e488fbbf6e53898076fa1.json +++ b/data/unsuccessful-reproductions/c93113b4062a1c03ff4e488fbbf6e53898076fa1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.3", "newVersion" : "1.15.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c9416c95ec84f2a2c6bee839d4c244a27e376810.json b/data/unsuccessful-reproductions/c9416c95ec84f2a2c6bee839d4c244a27e376810.json index c7948f894cc0..375233a46e05 100644 --- a/data/unsuccessful-reproductions/c9416c95ec84f2a2c6bee839d4c244a27e376810.json +++ b/data/unsuccessful-reproductions/c9416c95ec84f2a2c6bee839d4c244a27e376810.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c956d0344ecbc8286aa13f9414d3d790ef5293dd.json b/data/unsuccessful-reproductions/c956d0344ecbc8286aa13f9414d3d790ef5293dd.json index accbbff18ee8..66100df10c8c 100644 --- a/data/unsuccessful-reproductions/c956d0344ecbc8286aa13f9414d3d790ef5293dd.json +++ b/data/unsuccessful-reproductions/c956d0344ecbc8286aa13f9414d3d790ef5293dd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.26", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c95731bad2ffc6fe2a480e5f8f3d5d60849278c0.json b/data/unsuccessful-reproductions/c95731bad2ffc6fe2a480e5f8f3d5d60849278c0.json index 484dca4ad9c6..3a25bb1d91b1 100644 --- a/data/unsuccessful-reproductions/c95731bad2ffc6fe2a480e5f8f3d5d60849278c0.json +++ b/data/unsuccessful-reproductions/c95731bad2ffc6fe2a480e5f8f3d5d60849278c0.json @@ -12,7 +12,10 @@ "previousVersion" : "f41ae6744c", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c968d171909c12a07059cbb4cbcd06aa0de3271c.json b/data/unsuccessful-reproductions/c968d171909c12a07059cbb4cbcd06aa0de3271c.json index 320c6c700f63..914cdb387809 100644 --- a/data/unsuccessful-reproductions/c968d171909c12a07059cbb4cbcd06aa0de3271c.json +++ b/data/unsuccessful-reproductions/c968d171909c12a07059cbb4cbcd06aa0de3271c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c96e81ddb258dd9c51c40090b2ad34f4343a4deb.json b/data/unsuccessful-reproductions/c96e81ddb258dd9c51c40090b2ad34f4343a4deb.json index 8bb54b8923d7..96dc3bdb968a 100644 --- a/data/unsuccessful-reproductions/c96e81ddb258dd9c51c40090b2ad34f4343a4deb.json +++ b/data/unsuccessful-reproductions/c96e81ddb258dd9c51c40090b2ad34f4343a4deb.json @@ -12,7 +12,10 @@ "previousVersion" : "7.12.0", "newVersion" : "7.12.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c98a866c2103c58298ebe69ccae918dbc6afb8cc.json b/data/unsuccessful-reproductions/c98a866c2103c58298ebe69ccae918dbc6afb8cc.json index 9b26bf77ec78..fe11a066719a 100644 --- a/data/unsuccessful-reproductions/c98a866c2103c58298ebe69ccae918dbc6afb8cc.json +++ b/data/unsuccessful-reproductions/c98a866c2103c58298ebe69ccae918dbc6afb8cc.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.16.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c99b3e82e94c4258f9d3506329e0093f08baa18a.json b/data/unsuccessful-reproductions/c99b3e82e94c4258f9d3506329e0093f08baa18a.json index bcb3adb30662..f7fe0d7844ae 100644 --- a/data/unsuccessful-reproductions/c99b3e82e94c4258f9d3506329e0093f08baa18a.json +++ b/data/unsuccessful-reproductions/c99b3e82e94c4258f9d3506329e0093f08baa18a.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.3", "newVersion" : "5.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "junit-team/junit5" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c99d236b791b32e240dac3b0387b24f4b14ce531.json b/data/unsuccessful-reproductions/c99d236b791b32e240dac3b0387b24f4b14ce531.json index aac6f6cca2ea..71e6532c8b1e 100644 --- a/data/unsuccessful-reproductions/c99d236b791b32e240dac3b0387b24f4b14ce531.json +++ b/data/unsuccessful-reproductions/c99d236b791b32e240dac3b0387b24f4b14ce531.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.56", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c99d5ef60a9db037f81369532da97f9549aff480.json b/data/unsuccessful-reproductions/c99d5ef60a9db037f81369532da97f9549aff480.json index 5dd412840cfa..84b385c96b4a 100644 --- a/data/unsuccessful-reproductions/c99d5ef60a9db037f81369532da97f9549aff480.json +++ b/data/unsuccessful-reproductions/c99d5ef60a9db037f81369532da97f9549aff480.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.1", "newVersion" : "2.13.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c9af09df591d9064ef0b18bc0ddf401bc610400b.json b/data/unsuccessful-reproductions/c9af09df591d9064ef0b18bc0ddf401bc610400b.json index f984df49e02a..5cf2dad5d701 100644 --- a/data/unsuccessful-reproductions/c9af09df591d9064ef0b18bc0ddf401bc610400b.json +++ b/data/unsuccessful-reproductions/c9af09df591d9064ef0b18bc0ddf401bc610400b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.4", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c9d53a72e13e1f7779d643528381a0af52457b4a.json b/data/unsuccessful-reproductions/c9d53a72e13e1f7779d643528381a0af52457b4a.json index 64e6dee4ff5d..ca381c503f87 100644 --- a/data/unsuccessful-reproductions/c9d53a72e13e1f7779d643528381a0af52457b4a.json +++ b/data/unsuccessful-reproductions/c9d53a72e13e1f7779d643528381a0af52457b4a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.29.0", "newVersion" : "1.32.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c9e4629fde0bd4d998979d14af54847077157836.json b/data/unsuccessful-reproductions/c9e4629fde0bd4d998979d14af54847077157836.json index 097e3ea37c3d..6cf9ca835464 100644 --- a/data/unsuccessful-reproductions/c9e4629fde0bd4d998979d14af54847077157836.json +++ b/data/unsuccessful-reproductions/c9e4629fde0bd4d998979d14af54847077157836.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.1", "newVersion" : "5.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "junit-team/junit5" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c9f2ce59bbf6c89d5251144f6c128f41fa39851d.json b/data/unsuccessful-reproductions/c9f2ce59bbf6c89d5251144f6c128f41fa39851d.json index f8edec125f55..e6520e0cb00e 100644 --- a/data/unsuccessful-reproductions/c9f2ce59bbf6c89d5251144f6c128f41fa39851d.json +++ b/data/unsuccessful-reproductions/c9f2ce59bbf6c89d5251144f6c128f41fa39851d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.19.0", "newVersion" : "2.19.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c9fd9d9285780862637dbe016ee85867f9c12553.json b/data/unsuccessful-reproductions/c9fd9d9285780862637dbe016ee85867f9c12553.json index 8df5a66d4a3f..c0e6ad5397b9 100644 --- a/data/unsuccessful-reproductions/c9fd9d9285780862637dbe016ee85867f9c12553.json +++ b/data/unsuccessful-reproductions/c9fd9d9285780862637dbe016ee85867f9c12553.json @@ -12,7 +12,10 @@ "previousVersion" : "0.8.0", "newVersion" : "2.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/c9fe148bc227242ee408a7115361a0c9adb2d5eb.json b/data/unsuccessful-reproductions/c9fe148bc227242ee408a7115361a0c9adb2d5eb.json index c7088b82e657..3a60d92ac783 100644 --- a/data/unsuccessful-reproductions/c9fe148bc227242ee408a7115361a0c9adb2d5eb.json +++ b/data/unsuccessful-reproductions/c9fe148bc227242ee408a7115361a0c9adb2d5eb.json @@ -12,7 +12,10 @@ "previousVersion" : "3.20.1", "newVersion" : "3.41.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca0200216c8c4cf800cddbe5e2a40ef54bb6eabd.json b/data/unsuccessful-reproductions/ca0200216c8c4cf800cddbe5e2a40ef54bb6eabd.json index 939a5069a32e..f26ef3a8a188 100644 --- a/data/unsuccessful-reproductions/ca0200216c8c4cf800cddbe5e2a40ef54bb6eabd.json +++ b/data/unsuccessful-reproductions/ca0200216c8c4cf800cddbe5e2a40ef54bb6eabd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca0b5d2fff817c2d7d3ea984e64573f55cd5119e.json b/data/unsuccessful-reproductions/ca0b5d2fff817c2d7d3ea984e64573f55cd5119e.json index 4f8d20714069..49594c746d22 100644 --- a/data/unsuccessful-reproductions/ca0b5d2fff817c2d7d3ea984e64573f55cd5119e.json +++ b/data/unsuccessful-reproductions/ca0b5d2fff817c2d7d3ea984e64573f55cd5119e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.2.9", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca13faad0e765b69f98a952d938418f123c4b54d.json b/data/unsuccessful-reproductions/ca13faad0e765b69f98a952d938418f123c4b54d.json index 862f565054c8..e1a465783fa9 100644 --- a/data/unsuccessful-reproductions/ca13faad0e765b69f98a952d938418f123c4b54d.json +++ b/data/unsuccessful-reproductions/ca13faad0e765b69f98a952d938418f123c4b54d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.0", "newVersion" : "5.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca19cce0a74692d4a98ee1f6f18d5703541f9930.json b/data/unsuccessful-reproductions/ca19cce0a74692d4a98ee1f6f18d5703541f9930.json index d5c415240b24..7a8abaf5de9a 100644 --- a/data/unsuccessful-reproductions/ca19cce0a74692d4a98ee1f6f18d5703541f9930.json +++ b/data/unsuccessful-reproductions/ca19cce0a74692d4a98ee1f6f18d5703541f9930.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.1", "newVersion" : "2.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca29d97eede92d407610025dae504b47b26212cf.json b/data/unsuccessful-reproductions/ca29d97eede92d407610025dae504b47b26212cf.json index 59d581c59c56..19badcaa9227 100644 --- a/data/unsuccessful-reproductions/ca29d97eede92d407610025dae504b47b26212cf.json +++ b/data/unsuccessful-reproductions/ca29d97eede92d407610025dae504b47b26212cf.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.1.5", "newVersion" : "v1.2.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca303edeed6affa6dc95f7f45306e380152ddcc6.json b/data/unsuccessful-reproductions/ca303edeed6affa6dc95f7f45306e380152ddcc6.json index f98bf0961636..02ba58d5546e 100644 --- a/data/unsuccessful-reproductions/ca303edeed6affa6dc95f7f45306e380152ddcc6.json +++ b/data/unsuccessful-reproductions/ca303edeed6affa6dc95f7f45306e380152ddcc6.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.16", "newVersion" : "4.2.17", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca32defabc177617cba724ee1daa9631b046c41e.json b/data/unsuccessful-reproductions/ca32defabc177617cba724ee1daa9631b046c41e.json index 15a1ffbcb082..8be9203b5240 100644 --- a/data/unsuccessful-reproductions/ca32defabc177617cba724ee1daa9631b046c41e.json +++ b/data/unsuccessful-reproductions/ca32defabc177617cba724ee1daa9631b046c41e.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.13", "newVersion" : "5.3.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca352f18bd9589386716c31403cc4dac040bb218.json b/data/unsuccessful-reproductions/ca352f18bd9589386716c31403cc4dac040bb218.json index 8434c8ee83de..ad377bae541d 100644 --- a/data/unsuccessful-reproductions/ca352f18bd9589386716c31403cc4dac040bb218.json +++ b/data/unsuccessful-reproductions/ca352f18bd9589386716c31403cc4dac040bb218.json @@ -12,7 +12,10 @@ "previousVersion" : "f41ae6744c", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca70a681d3b382d804ff07daf67a4f4a401fdc33.json b/data/unsuccessful-reproductions/ca70a681d3b382d804ff07daf67a4f4a401fdc33.json index a3d494a75519..e9c3e53e575f 100644 --- a/data/unsuccessful-reproductions/ca70a681d3b382d804ff07daf67a4f4a401fdc33.json +++ b/data/unsuccessful-reproductions/ca70a681d3b382d804ff07daf67a4f4a401fdc33.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca79854636c3b783e199405d4ef122bf0b115594.json b/data/unsuccessful-reproductions/ca79854636c3b783e199405d4ef122bf0b115594.json index 0146943f4188..0e5018adfbde 100644 --- a/data/unsuccessful-reproductions/ca79854636c3b783e199405d4ef122bf0b115594.json +++ b/data/unsuccessful-reproductions/ca79854636c3b783e199405d4ef122bf0b115594.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.1", "dependencyScope" : "runtime", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca85abe504be9d07d77e462f8756f2f479316b1e.json b/data/unsuccessful-reproductions/ca85abe504be9d07d77e462f8756f2f479316b1e.json index d7cc4c1a91e0..04453870f2dd 100644 --- a/data/unsuccessful-reproductions/ca85abe504be9d07d77e462f8756f2f479316b1e.json +++ b/data/unsuccessful-reproductions/ca85abe504be9d07d77e462f8756f2f479316b1e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "WTFPL" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca8e5fb7730b09688645240a71b600a9e045065d.json b/data/unsuccessful-reproductions/ca8e5fb7730b09688645240a71b600a9e045065d.json index 2fe9768f155a..26497bdd2069 100644 --- a/data/unsuccessful-reproductions/ca8e5fb7730b09688645240a71b600a9e045065d.json +++ b/data/unsuccessful-reproductions/ca8e5fb7730b09688645240a71b600a9e045065d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.23.0", "newVersion" : "3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ca9532e14687bf1b3aee8dd9861eaedc15defba0.json b/data/unsuccessful-reproductions/ca9532e14687bf1b3aee8dd9861eaedc15defba0.json index 9bae1589bd9e..c772e60bf46f 100644 --- a/data/unsuccessful-reproductions/ca9532e14687bf1b3aee8dd9861eaedc15defba0.json +++ b/data/unsuccessful-reproductions/ca9532e14687bf1b3aee8dd9861eaedc15defba0.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/caa236f73b537093259924b6996d537deeebbe93.json b/data/unsuccessful-reproductions/caa236f73b537093259924b6996d537deeebbe93.json index 6d5f63d9eece..b79d99f7bbdf 100644 --- a/data/unsuccessful-reproductions/caa236f73b537093259924b6996d537deeebbe93.json +++ b/data/unsuccessful-reproductions/caa236f73b537093259924b6996d537deeebbe93.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.109", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cab5ca489697e4a2045ddeb64a0ccf7f0f9bed6e.json b/data/unsuccessful-reproductions/cab5ca489697e4a2045ddeb64a0ccf7f0f9bed6e.json index c124ef2a1d45..7a8c75ad366d 100644 --- a/data/unsuccessful-reproductions/cab5ca489697e4a2045ddeb64a0ccf7f0f9bed6e.json +++ b/data/unsuccessful-reproductions/cab5ca489697e4a2045ddeb64a0ccf7f0f9bed6e.json @@ -12,7 +12,10 @@ "previousVersion" : "5.29.0", "newVersion" : "5.29.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cab8fa272fe099775f25ec0ac9fec8819e0b7a85.json b/data/unsuccessful-reproductions/cab8fa272fe099775f25ec0ac9fec8819e0b7a85.json index 8828b740d033..9b63b96985d3 100644 --- a/data/unsuccessful-reproductions/cab8fa272fe099775f25ec0ac9fec8819e0b7a85.json +++ b/data/unsuccessful-reproductions/cab8fa272fe099775f25ec0ac9fec8819e0b7a85.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.4", "newVersion" : "2.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cacc63bae317a33bfba58388208a61d1b49aada7.json b/data/unsuccessful-reproductions/cacc63bae317a33bfba58388208a61d1b49aada7.json index dd5733d991ed..2964eed4d51d 100644 --- a/data/unsuccessful-reproductions/cacc63bae317a33bfba58388208a61d1b49aada7.json +++ b/data/unsuccessful-reproductions/cacc63bae317a33bfba58388208a61d1b49aada7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.1", "newVersion" : "2.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cad6d112f4f5936821e71578cbd83695dc5be58e.json b/data/unsuccessful-reproductions/cad6d112f4f5936821e71578cbd83695dc5be58e.json index fa811e9fc2ad..62417485c01f 100644 --- a/data/unsuccessful-reproductions/cad6d112f4f5936821e71578cbd83695dc5be58e.json +++ b/data/unsuccessful-reproductions/cad6d112f4f5936821e71578cbd83695dc5be58e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.11.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cae04ece7b43809570b1182478ce73cdb30c5481.json b/data/unsuccessful-reproductions/cae04ece7b43809570b1182478ce73cdb30c5481.json index 7f809b619492..af2059e8a834 100644 --- a/data/unsuccessful-reproductions/cae04ece7b43809570b1182478ce73cdb30c5481.json +++ b/data/unsuccessful-reproductions/cae04ece7b43809570b1182478ce73cdb30c5481.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7", "newVersion" : "1.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/caec34260382f530d2b214cb0b023cd8fed7a11c.json b/data/unsuccessful-reproductions/caec34260382f530d2b214cb0b023cd8fed7a11c.json index 2b3392338659..ef6ce9a28ee5 100644 --- a/data/unsuccessful-reproductions/caec34260382f530d2b214cb0b023cd8fed7a11c.json +++ b/data/unsuccessful-reproductions/caec34260382f530d2b214cb0b023cd8fed7a11c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.34.1", "newVersion" : "2.34.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/caec69ef4345e481cf49223f6931399770f1fe94.json b/data/unsuccessful-reproductions/caec69ef4345e481cf49223f6931399770f1fe94.json index 8c58d0403428..c5a91e3fe6ea 100644 --- a/data/unsuccessful-reproductions/caec69ef4345e481cf49223f6931399770f1fe94.json +++ b/data/unsuccessful-reproductions/caec69ef4345e481cf49223f6931399770f1fe94.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.3", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cafb79d280c600e4a830a87ad2f72cd9d758e47b.json b/data/unsuccessful-reproductions/cafb79d280c600e4a830a87ad2f72cd9d758e47b.json index 314d7b8bde32..b2e383f61e42 100644 --- a/data/unsuccessful-reproductions/cafb79d280c600e4a830a87ad2f72cd9d758e47b.json +++ b/data/unsuccessful-reproductions/cafb79d280c600e4a830a87ad2f72cd9d758e47b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb117e00c348b93f4ac4133a6c2d10a83eeb11d9.json b/data/unsuccessful-reproductions/cb117e00c348b93f4ac4133a6c2d10a83eeb11d9.json index c97de032c780..cb173708592d 100644 --- a/data/unsuccessful-reproductions/cb117e00c348b93f4ac4133a6c2d10a83eeb11d9.json +++ b/data/unsuccessful-reproductions/cb117e00c348b93f4ac4133a6c2d10a83eeb11d9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.102", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb14b4d8ae072bc1ea12ead3c5ed999dd3971f7d.json b/data/unsuccessful-reproductions/cb14b4d8ae072bc1ea12ead3c5ed999dd3971f7d.json index 8e301be76756..c2692d62e23a 100644 --- a/data/unsuccessful-reproductions/cb14b4d8ae072bc1ea12ead3c5ed999dd3971f7d.json +++ b/data/unsuccessful-reproductions/cb14b4d8ae072bc1ea12ead3c5ed999dd3971f7d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.3", "newVersion" : "2.18.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb28002a04c5b01a23b7df301b8a26f9afc4712d.json b/data/unsuccessful-reproductions/cb28002a04c5b01a23b7df301b8a26f9afc4712d.json index 874a56ef6add..8da87087052a 100644 --- a/data/unsuccessful-reproductions/cb28002a04c5b01a23b7df301b8a26f9afc4712d.json +++ b/data/unsuccessful-reproductions/cb28002a04c5b01a23b7df301b8a26f9afc4712d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.1", "newVersion" : "2.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb5d5cba173b051615265d5d355f355075c5f682.json b/data/unsuccessful-reproductions/cb5d5cba173b051615265d5d355f355075c5f682.json index c0de7517e0cc..20e71ddf2e50 100644 --- a/data/unsuccessful-reproductions/cb5d5cba173b051615265d5d355f355075c5f682.json +++ b/data/unsuccessful-reproductions/cb5d5cba173b051615265d5d355f355075c5f682.json @@ -12,7 +12,10 @@ "previousVersion" : "5497.vca_4a_876045ce", "newVersion" : "5504.v485694f31cdf", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb779f1b472e0b549760fa6605b0fa6fd88ffd32.json b/data/unsuccessful-reproductions/cb779f1b472e0b549760fa6605b0fa6fd88ffd32.json index 8e72981d9116..2460a47fc676 100644 --- a/data/unsuccessful-reproductions/cb779f1b472e0b549760fa6605b0fa6fd88ffd32.json +++ b/data/unsuccessful-reproductions/cb779f1b472e0b549760fa6605b0fa6fd88ffd32.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.92", "newVersion" : "2.20.94", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb7b658a2ea33f50d0282c27393dc088c8b9a6ba.json b/data/unsuccessful-reproductions/cb7b658a2ea33f50d0282c27393dc088c8b9a6ba.json index f2e5c5fdd9c1..9c49b0cc65e3 100644 --- a/data/unsuccessful-reproductions/cb7b658a2ea33f50d0282c27393dc088c8b9a6ba.json +++ b/data/unsuccessful-reproductions/cb7b658a2ea33f50d0282c27393dc088c8b9a6ba.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.199", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb7db18518afd0722cf54563771a94d8f7ea070a.json b/data/unsuccessful-reproductions/cb7db18518afd0722cf54563771a94d8f7ea070a.json index 4bd712bc3f56..e1fc8dab6d69 100644 --- a/data/unsuccessful-reproductions/cb7db18518afd0722cf54563771a94d8f7ea070a.json +++ b/data/unsuccessful-reproductions/cb7db18518afd0722cf54563771a94d8f7ea070a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.264", "newVersion" : "2.17.289", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb84f2dcdfc494a925c664840e58c6275c6a4d9b.json b/data/unsuccessful-reproductions/cb84f2dcdfc494a925c664840e58c6275c6a4d9b.json index 62c70123ce6a..cb49dd9e5d17 100644 --- a/data/unsuccessful-reproductions/cb84f2dcdfc494a925c664840e58c6275c6a4d9b.json +++ b/data/unsuccessful-reproductions/cb84f2dcdfc494a925c664840e58c6275c6a4d9b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.225", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb88b53be1c214faeeec18d97bb5064862c1627a.json b/data/unsuccessful-reproductions/cb88b53be1c214faeeec18d97bb5064862c1627a.json index 51fecb480a48..8d52121e9c26 100644 --- a/data/unsuccessful-reproductions/cb88b53be1c214faeeec18d97bb5064862c1627a.json +++ b/data/unsuccessful-reproductions/cb88b53be1c214faeeec18d97bb5064862c1627a.json @@ -12,7 +12,10 @@ "previousVersion" : "30.0-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb88e54cd3fba1d33c142bf642fb98e147020739.json b/data/unsuccessful-reproductions/cb88e54cd3fba1d33c142bf642fb98e147020739.json index cc616c388f2b..a3c6680fe3d2 100644 --- a/data/unsuccessful-reproductions/cb88e54cd3fba1d33c142bf642fb98e147020739.json +++ b/data/unsuccessful-reproductions/cb88e54cd3fba1d33c142bf642fb98e147020739.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.85.Final", "newVersion" : "4.1.86.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb899ca4a700ed9d62a06a25477138a4649a427c.json b/data/unsuccessful-reproductions/cb899ca4a700ed9d62a06a25477138a4649a427c.json index a24e85b0ce19..06ab75f76b83 100644 --- a/data/unsuccessful-reproductions/cb899ca4a700ed9d62a06a25477138a4649a427c.json +++ b/data/unsuccessful-reproductions/cb899ca4a700ed9d62a06a25477138a4649a427c.json @@ -12,7 +12,10 @@ "previousVersion" : "30.0-jre", "newVersion" : "32.1.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cb9e9ad1a1dd23db156f12ba1f27d37bdf8616bd.json b/data/unsuccessful-reproductions/cb9e9ad1a1dd23db156f12ba1f27d37bdf8616bd.json index b3755980c3a6..2f4ebdbaf77a 100644 --- a/data/unsuccessful-reproductions/cb9e9ad1a1dd23db156f12ba1f27d37bdf8616bd.json +++ b/data/unsuccessful-reproductions/cb9e9ad1a1dd23db156f12ba1f27d37bdf8616bd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbaeeb243b39fa1e696fd666e5c65f421ce866d5.json b/data/unsuccessful-reproductions/cbaeeb243b39fa1e696fd666e5c65f421ce866d5.json index 997cc4b895d4..fad21bc03112 100644 --- a/data/unsuccessful-reproductions/cbaeeb243b39fa1e696fd666e5c65f421ce866d5.json +++ b/data/unsuccessful-reproductions/cbaeeb243b39fa1e696fd666e5c65f421ce866d5.json @@ -12,7 +12,10 @@ "previousVersion" : "6.5.5-jdk8", "newVersion" : "6.7-jdk8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbb31a90f007f37e92257e5cb1b6281f472a9c52.json b/data/unsuccessful-reproductions/cbb31a90f007f37e92257e5cb1b6281f472a9c52.json index fd6dfb9c0c7a..4d9527e38858 100644 --- a/data/unsuccessful-reproductions/cbb31a90f007f37e92257e5cb1b6281f472a9c52.json +++ b/data/unsuccessful-reproductions/cbb31a90f007f37e92257e5cb1b6281f472a9c52.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbbaadad882962b648b0872f41d4acf6ad8fbbba.json b/data/unsuccessful-reproductions/cbbaadad882962b648b0872f41d4acf6ad8fbbba.json index 5466ad62960e..ff667de414bf 100644 --- a/data/unsuccessful-reproductions/cbbaadad882962b648b0872f41d4acf6ad8fbbba.json +++ b/data/unsuccessful-reproductions/cbbaadad882962b648b0872f41d4acf6ad8fbbba.json @@ -12,7 +12,10 @@ "previousVersion" : "30.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbcdd0efbc25795cc283e92cd795e3eba7c0d970.json b/data/unsuccessful-reproductions/cbcdd0efbc25795cc283e92cd795e3eba7c0d970.json index 24f7bfdbb7bd..8f814ae387d9 100644 --- a/data/unsuccessful-reproductions/cbcdd0efbc25795cc283e92cd795e3eba7c0d970.json +++ b/data/unsuccessful-reproductions/cbcdd0efbc25795cc283e92cd795e3eba7c0d970.json @@ -12,7 +12,10 @@ "previousVersion" : "7.2.7", "newVersion" : "7.2.8", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "CC-BY-SA-4.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbd46c18395f4e485ce94191d5f0e8595d81d952.json b/data/unsuccessful-reproductions/cbd46c18395f4e485ce94191d5f0e8595d81d952.json index 5c9891ca9a4c..97b687268afe 100644 --- a/data/unsuccessful-reproductions/cbd46c18395f4e485ce94191d5f0e8595d81d952.json +++ b/data/unsuccessful-reproductions/cbd46c18395f4e485ce94191d5f0e8595d81d952.json @@ -12,7 +12,10 @@ "previousVersion" : "27.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbd513e10bf441bdfcf451a561dc62ce2e5d940c.json b/data/unsuccessful-reproductions/cbd513e10bf441bdfcf451a561dc62ce2e5d940c.json index d991e0ba0656..749fc6ee6ccb 100644 --- a/data/unsuccessful-reproductions/cbd513e10bf441bdfcf451a561dc62ce2e5d940c.json +++ b/data/unsuccessful-reproductions/cbd513e10bf441bdfcf451a561dc62ce2e5d940c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.2", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbe07bc5a3b0753756770794b78dfdb4e97f6792.json b/data/unsuccessful-reproductions/cbe07bc5a3b0753756770794b78dfdb4e97f6792.json index 4bb97a211461..ab3746cc47a4 100644 --- a/data/unsuccessful-reproductions/cbe07bc5a3b0753756770794b78dfdb4e97f6792.json +++ b/data/unsuccessful-reproductions/cbe07bc5a3b0753756770794b78dfdb4e97f6792.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.4", "newVersion" : "1.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbeda18647d3db2da36dd3ced1496f38019c5b7c.json b/data/unsuccessful-reproductions/cbeda18647d3db2da36dd3ced1496f38019c5b7c.json index 32568ad0f0db..9f63640c059f 100644 --- a/data/unsuccessful-reproductions/cbeda18647d3db2da36dd3ced1496f38019c5b7c.json +++ b/data/unsuccessful-reproductions/cbeda18647d3db2da36dd3ced1496f38019c5b7c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.6", "newVersion" : "3.1.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbfae7da5c877f8722b9d3b5b2e9f2046c876ae4.json b/data/unsuccessful-reproductions/cbfae7da5c877f8722b9d3b5b2e9f2046c876ae4.json index fffc72c41113..826432237929 100644 --- a/data/unsuccessful-reproductions/cbfae7da5c877f8722b9d3b5b2e9f2046c876ae4.json +++ b/data/unsuccessful-reproductions/cbfae7da5c877f8722b9d3b5b2e9f2046c876ae4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.111", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbfc19b80a39e756133a3dc4b783a7315e3db87a.json b/data/unsuccessful-reproductions/cbfc19b80a39e756133a3dc4b783a7315e3db87a.json index 46b2b17d1665..a752423a5a00 100644 --- a/data/unsuccessful-reproductions/cbfc19b80a39e756133a3dc4b783a7315e3db87a.json +++ b/data/unsuccessful-reproductions/cbfc19b80a39e756133a3dc4b783a7315e3db87a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.14", "newVersion" : "3.0.13", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cbfcee55a214856a417751625f56b95c1b1bd8cc.json b/data/unsuccessful-reproductions/cbfcee55a214856a417751625f56b95c1b1bd8cc.json index a5324b42f192..9a3ed24005d5 100644 --- a/data/unsuccessful-reproductions/cbfcee55a214856a417751625f56b95c1b1bd8cc.json +++ b/data/unsuccessful-reproductions/cbfcee55a214856a417751625f56b95c1b1bd8cc.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.18", "newVersion" : "1.4.19", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc04ee4821ec35518604ea9a99e530ce58677105.json b/data/unsuccessful-reproductions/cc04ee4821ec35518604ea9a99e530ce58677105.json index 4dc4156976de..660e7ad75f8b 100644 --- a/data/unsuccessful-reproductions/cc04ee4821ec35518604ea9a99e530ce58677105.json +++ b/data/unsuccessful-reproductions/cc04ee4821ec35518604ea9a99e530ce58677105.json @@ -12,7 +12,10 @@ "previousVersion" : "19.0.1.Final", "newVersion" : "20.0.1.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc26f6b1f22da215a9f39efeda84087b3632a184.json b/data/unsuccessful-reproductions/cc26f6b1f22da215a9f39efeda84087b3632a184.json index 96324768ea55..d144ec362021 100644 --- a/data/unsuccessful-reproductions/cc26f6b1f22da215a9f39efeda84087b3632a184.json +++ b/data/unsuccessful-reproductions/cc26f6b1f22da215a9f39efeda84087b3632a184.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.101", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc279cc39b076a83ce42ca49619d3f46e7245abb.json b/data/unsuccessful-reproductions/cc279cc39b076a83ce42ca49619d3f46e7245abb.json index d5e8c2a84826..8827b6ccc400 100644 --- a/data/unsuccessful-reproductions/cc279cc39b076a83ce42ca49619d3f46e7245abb.json +++ b/data/unsuccessful-reproductions/cc279cc39b076a83ce42ca49619d3f46e7245abb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc2b54d14d975352fb3706f1126164e473fc9ca0.json b/data/unsuccessful-reproductions/cc2b54d14d975352fb3706f1126164e473fc9ca0.json index 1ad2b10d2071..3660689f4e66 100644 --- a/data/unsuccessful-reproductions/cc2b54d14d975352fb3706f1126164e473fc9ca0.json +++ b/data/unsuccessful-reproductions/cc2b54d14d975352fb3706f1126164e473fc9ca0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.7", "newVersion" : "2.4.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc2c067b2b5dbf7ecd3b1ccf41196f199cb94770.json b/data/unsuccessful-reproductions/cc2c067b2b5dbf7ecd3b1ccf41196f199cb94770.json index 74fe2f8d68c6..98f2f96c3cda 100644 --- a/data/unsuccessful-reproductions/cc2c067b2b5dbf7ecd3b1ccf41196f199cb94770.json +++ b/data/unsuccessful-reproductions/cc2c067b2b5dbf7ecd3b1ccf41196f199cb94770.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.6", "newVersion" : "1.6.3.0-PNX", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc3dd628b64652465a252ef3e5445bbf34187acb.json b/data/unsuccessful-reproductions/cc3dd628b64652465a252ef3e5445bbf34187acb.json index 9e6fe37686c2..e93d57331d08 100644 --- a/data/unsuccessful-reproductions/cc3dd628b64652465a252ef3e5445bbf34187acb.json +++ b/data/unsuccessful-reproductions/cc3dd628b64652465a252ef3e5445bbf34187acb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "2.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc4b339dd6b5a510a2462403b650859983627e60.json b/data/unsuccessful-reproductions/cc4b339dd6b5a510a2462403b650859983627e60.json index 83e016d49697..2c43523088d7 100644 --- a/data/unsuccessful-reproductions/cc4b339dd6b5a510a2462403b650859983627e60.json +++ b/data/unsuccessful-reproductions/cc4b339dd6b5a510a2462403b650859983627e60.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.30", "newVersion" : "1.7.31", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc578da391ec9b3c1a5f303cf75b45ed7da2bad8.json b/data/unsuccessful-reproductions/cc578da391ec9b3c1a5f303cf75b45ed7da2bad8.json index 84251b391b6f..83fe73547aad 100644 --- a/data/unsuccessful-reproductions/cc578da391ec9b3c1a5f303cf75b45ed7da2bad8.json +++ b/data/unsuccessful-reproductions/cc578da391ec9b3c1a5f303cf75b45ed7da2bad8.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.0", "newVersion" : "5.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc5bb127fab5afbc658c76276aefde4a80ec5318.json b/data/unsuccessful-reproductions/cc5bb127fab5afbc658c76276aefde4a80ec5318.json index 81ad9537e954..a085b7261184 100644 --- a/data/unsuccessful-reproductions/cc5bb127fab5afbc658c76276aefde4a80ec5318.json +++ b/data/unsuccessful-reproductions/cc5bb127fab5afbc658c76276aefde4a80ec5318.json @@ -12,7 +12,10 @@ "previousVersion" : "31.0.1-jre", "newVersion" : "31.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc68dd29ac89922a611f6c54d32c6d21f0b3113e.json b/data/unsuccessful-reproductions/cc68dd29ac89922a611f6c54d32c6d21f0b3113e.json index 0d7dac5aa54a..94709a5fb75a 100644 --- a/data/unsuccessful-reproductions/cc68dd29ac89922a611f6c54d32c6d21f0b3113e.json +++ b/data/unsuccessful-reproductions/cc68dd29ac89922a611f6c54d32c6d21f0b3113e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.23", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc80496bc871a6491cd6be0f1de6dc65ae63aab6.json b/data/unsuccessful-reproductions/cc80496bc871a6491cd6be0f1de6dc65ae63aab6.json index 9f11f22cb324..09312581f259 100644 --- a/data/unsuccessful-reproductions/cc80496bc871a6491cd6be0f1de6dc65ae63aab6.json +++ b/data/unsuccessful-reproductions/cc80496bc871a6491cd6be0f1de6dc65ae63aab6.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.2.Final", "newVersion" : "6.0.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc8cd77079506a77b3c8b1949719b0c51c749551.json b/data/unsuccessful-reproductions/cc8cd77079506a77b3c8b1949719b0c51c749551.json index 5d839761182f..ec4355ca0a8e 100644 --- a/data/unsuccessful-reproductions/cc8cd77079506a77b3c8b1949719b0c51c749551.json +++ b/data/unsuccessful-reproductions/cc8cd77079506a77b3c8b1949719b0c51c749551.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.202", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc8d2b2dce0a784c67f105cd86d3f2e6fdf76baa.json b/data/unsuccessful-reproductions/cc8d2b2dce0a784c67f105cd86d3f2e6fdf76baa.json index 6f6e4efdebb7..56f27afb066b 100644 --- a/data/unsuccessful-reproductions/cc8d2b2dce0a784c67f105cd86d3f2e6fdf76baa.json +++ b/data/unsuccessful-reproductions/cc8d2b2dce0a784c67f105cd86d3f2e6fdf76baa.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.2", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc8e513a1befa7d9357f59df3abca191a04ffd73.json b/data/unsuccessful-reproductions/cc8e513a1befa7d9357f59df3abca191a04ffd73.json index cdbfa377feaf..1e8ca2c2aa3b 100644 --- a/data/unsuccessful-reproductions/cc8e513a1befa7d9357f59df3abca191a04ffd73.json +++ b/data/unsuccessful-reproductions/cc8e513a1befa7d9357f59df3abca191a04ffd73.json @@ -12,7 +12,10 @@ "previousVersion" : "10.1", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc8ea133872fd61e437f41ae3f372b46b2129c9a.json b/data/unsuccessful-reproductions/cc8ea133872fd61e437f41ae3f372b46b2129c9a.json index 58c8c8950a27..6dac6259ac1a 100644 --- a/data/unsuccessful-reproductions/cc8ea133872fd61e437f41ae3f372b46b2129c9a.json +++ b/data/unsuccessful-reproductions/cc8ea133872fd61e437f41ae3f372b46b2129c9a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "4.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cc922f074216a589c219db1fd941f88894bb5124.json b/data/unsuccessful-reproductions/cc922f074216a589c219db1fd941f88894bb5124.json index 0bb75d75531a..8ef02cafabe1 100644 --- a/data/unsuccessful-reproductions/cc922f074216a589c219db1fd941f88894bb5124.json +++ b/data/unsuccessful-reproductions/cc922f074216a589c219db1fd941f88894bb5124.json @@ -12,7 +12,10 @@ "previousVersion" : "0.18.2", "newVersion" : "0.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cca4fc867fd85d9f1126c62d4edfa041bd90b61a.json b/data/unsuccessful-reproductions/cca4fc867fd85d9f1126c62d4edfa041bd90b61a.json index e0d6925ba2ad..2a690e239211 100644 --- a/data/unsuccessful-reproductions/cca4fc867fd85d9f1126c62d4edfa041bd90b61a.json +++ b/data/unsuccessful-reproductions/cca4fc867fd85d9f1126c62d4edfa041bd90b61a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.1.6", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cca52fe5fcc1ced056bd7a6dd3cedf6ebc6b1a7b.json b/data/unsuccessful-reproductions/cca52fe5fcc1ced056bd7a6dd3cedf6ebc6b1a7b.json index fa02a54882ed..bd2636700e94 100644 --- a/data/unsuccessful-reproductions/cca52fe5fcc1ced056bd7a6dd3cedf6ebc6b1a7b.json +++ b/data/unsuccessful-reproductions/cca52fe5fcc1ced056bd7a6dd3cedf6ebc6b1a7b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.6", "newVersion" : "1.4.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ccd0c69ee2e7e8d161c27097d22ca846b9d8aeef.json b/data/unsuccessful-reproductions/ccd0c69ee2e7e8d161c27097d22ca846b9d8aeef.json index beff8b62b292..1c8cc9853cd0 100644 --- a/data/unsuccessful-reproductions/ccd0c69ee2e7e8d161c27097d22ca846b9d8aeef.json +++ b/data/unsuccessful-reproductions/ccd0c69ee2e7e8d161c27097d22ca846b9d8aeef.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.0", "newVersion" : "3.28.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cd1a713b75db767a797e9814e45b7cf999e54598.json b/data/unsuccessful-reproductions/cd1a713b75db767a797e9814e45b7cf999e54598.json index 1c906c4a5d15..47f1f0d89437 100644 --- a/data/unsuccessful-reproductions/cd1a713b75db767a797e9814e45b7cf999e54598.json +++ b/data/unsuccessful-reproductions/cd1a713b75db767a797e9814e45b7cf999e54598.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "6.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cd2839357ca30ad90713eb5e04cc985f25bf789f.json b/data/unsuccessful-reproductions/cd2839357ca30ad90713eb5e04cc985f25bf789f.json index 1dcf83ea3604..c111500de95a 100644 --- a/data/unsuccessful-reproductions/cd2839357ca30ad90713eb5e04cc985f25bf789f.json +++ b/data/unsuccessful-reproductions/cd2839357ca30ad90713eb5e04cc985f25bf789f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.4", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cd299cea54c15212a09548fcb4e092f1eb5868e8.json b/data/unsuccessful-reproductions/cd299cea54c15212a09548fcb4e092f1eb5868e8.json index 4c8eddcbbe47..20ceacbc4902 100644 --- a/data/unsuccessful-reproductions/cd299cea54c15212a09548fcb4e092f1eb5868e8.json +++ b/data/unsuccessful-reproductions/cd299cea54c15212a09548fcb4e092f1eb5868e8.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cd3a8d0298e96228c35115ec51be074a335516c3.json b/data/unsuccessful-reproductions/cd3a8d0298e96228c35115ec51be074a335516c3.json index d4e757ab0689..2f4c2112d125 100644 --- a/data/unsuccessful-reproductions/cd3a8d0298e96228c35115ec51be074a335516c3.json +++ b/data/unsuccessful-reproductions/cd3a8d0298e96228c35115ec51be074a335516c3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.20", "newVersion" : "2.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cd3ac5207cbda4d415aadb7ae7fe351a1764f2ac.json b/data/unsuccessful-reproductions/cd3ac5207cbda4d415aadb7ae7fe351a1764f2ac.json index 54a65dffe101..e4768ae58bf1 100644 --- a/data/unsuccessful-reproductions/cd3ac5207cbda4d415aadb7ae7fe351a1764f2ac.json +++ b/data/unsuccessful-reproductions/cd3ac5207cbda4d415aadb7ae7fe351a1764f2ac.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-beta-1", "newVersion" : "3.16.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cd61810389d99b738049288f2bd0d9f443ad5c04.json b/data/unsuccessful-reproductions/cd61810389d99b738049288f2bd0d9f443ad5c04.json index 53ebb6a53b10..1a062ae0f656 100644 --- a/data/unsuccessful-reproductions/cd61810389d99b738049288f2bd0d9f443ad5c04.json +++ b/data/unsuccessful-reproductions/cd61810389d99b738049288f2bd0d9f443ad5c04.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.15", "newVersion" : "4.4.16", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cd78ea44f75dc625d57b9dd22a5cfddc3bf80bae.json b/data/unsuccessful-reproductions/cd78ea44f75dc625d57b9dd22a5cfddc3bf80bae.json index 9f7c092f215b..a1f017908b75 100644 --- a/data/unsuccessful-reproductions/cd78ea44f75dc625d57b9dd22a5cfddc3bf80bae.json +++ b/data/unsuccessful-reproductions/cd78ea44f75dc625d57b9dd22a5cfddc3bf80bae.json @@ -12,7 +12,10 @@ "previousVersion" : "3.3", "newVersion" : "3.7.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/maven-plugin-tools" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cd8b6730ab111df294b951824bfa8022bcf77193.json b/data/unsuccessful-reproductions/cd8b6730ab111df294b951824bfa8022bcf77193.json index 2fb021326531..9bd7f249397a 100644 --- a/data/unsuccessful-reproductions/cd8b6730ab111df294b951824bfa8022bcf77193.json +++ b/data/unsuccessful-reproductions/cd8b6730ab111df294b951824bfa8022bcf77193.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cd95f770efcf64073a5c29932dfb619da75ded00.json b/data/unsuccessful-reproductions/cd95f770efcf64073a5c29932dfb619da75ded00.json index aac693dc3625..de2099978da1 100644 --- a/data/unsuccessful-reproductions/cd95f770efcf64073a5c29932dfb619da75ded00.json +++ b/data/unsuccessful-reproductions/cd95f770efcf64073a5c29932dfb619da75ded00.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.12.v20180830-redhat-1", "newVersion" : "10.0.10", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cda4d2de77d23438cff0b74af3d63c620310dc0e.json b/data/unsuccessful-reproductions/cda4d2de77d23438cff0b74af3d63c620310dc0e.json index b9d198c0feaa..b347ee564a79 100644 --- a/data/unsuccessful-reproductions/cda4d2de77d23438cff0b74af3d63c620310dc0e.json +++ b/data/unsuccessful-reproductions/cda4d2de77d23438cff0b74af3d63c620310dc0e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.30", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cda54cd6f3269db129fb07e4bca1af2f71d72de1.json b/data/unsuccessful-reproductions/cda54cd6f3269db129fb07e4bca1af2f71d72de1.json index 7c24e530970a..907baf5cc8ae 100644 --- a/data/unsuccessful-reproductions/cda54cd6f3269db129fb07e4bca1af2f71d72de1.json +++ b/data/unsuccessful-reproductions/cda54cd6f3269db129fb07e4bca1af2f71d72de1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.2.20220328-273.v11d70a_b_a_1a_52", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cdaa6620fec51e381435173640537055ebc76592.json b/data/unsuccessful-reproductions/cdaa6620fec51e381435173640537055ebc76592.json index afb21824aae3..5e588d933517 100644 --- a/data/unsuccessful-reproductions/cdaa6620fec51e381435173640537055ebc76592.json +++ b/data/unsuccessful-reproductions/cdaa6620fec51e381435173640537055ebc76592.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "24.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Unlicense" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cdda7fd6797cfcaf56e6dd8d5f98159c0f572da2.json b/data/unsuccessful-reproductions/cdda7fd6797cfcaf56e6dd8d5f98159c0f572da2.json index 84b27a1aa20b..7582ce0c38f7 100644 --- a/data/unsuccessful-reproductions/cdda7fd6797cfcaf56e6dd8d5f98159c0f572da2.json +++ b/data/unsuccessful-reproductions/cdda7fd6797cfcaf56e6dd8d5f98159c0f572da2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0.1", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cde650dc5df2ecc74f038c126b1086cc4ecad912.json b/data/unsuccessful-reproductions/cde650dc5df2ecc74f038c126b1086cc4ecad912.json index f397223f5e90..cff4c216ea21 100644 --- a/data/unsuccessful-reproductions/cde650dc5df2ecc74f038c126b1086cc4ecad912.json +++ b/data/unsuccessful-reproductions/cde650dc5df2ecc74f038c126b1086cc4ecad912.json @@ -12,7 +12,10 @@ "previousVersion" : "8.19", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cdeb74a3d653e5b6b7d269b6c5f5dfea83ba3c37.json b/data/unsuccessful-reproductions/cdeb74a3d653e5b6b7d269b6c5f5dfea83ba3c37.json index a9fcfe65c915..1a646cea8952 100644 --- a/data/unsuccessful-reproductions/cdeb74a3d653e5b6b7d269b6c5f5dfea83ba3c37.json +++ b/data/unsuccessful-reproductions/cdeb74a3d653e5b6b7d269b6c5f5dfea83ba3c37.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "3.0.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cdf9ba9c34371870926e668c6386ab61324b5b3d.json b/data/unsuccessful-reproductions/cdf9ba9c34371870926e668c6386ab61324b5b3d.json index 222ec49790b3..a33fc06134b6 100644 --- a/data/unsuccessful-reproductions/cdf9ba9c34371870926e668c6386ab61324b5b3d.json +++ b/data/unsuccessful-reproductions/cdf9ba9c34371870926e668c6386ab61324b5b3d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.1", "newVersion" : "3.19.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce055b8f1bf0c978605aa8a8656f9ff47c42b6e1.json b/data/unsuccessful-reproductions/ce055b8f1bf0c978605aa8a8656f9ff47c42b6e1.json index 8e75ad2f5a53..4ec70b926227 100644 --- a/data/unsuccessful-reproductions/ce055b8f1bf0c978605aa8a8656f9ff47c42b6e1.json +++ b/data/unsuccessful-reproductions/ce055b8f1bf0c978605aa8a8656f9ff47c42b6e1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.105", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce0a3001af5bdad4557b53009389686a43fdb111.json b/data/unsuccessful-reproductions/ce0a3001af5bdad4557b53009389686a43fdb111.json index cb1adb8ccf02..6081176c6b78 100644 --- a/data/unsuccessful-reproductions/ce0a3001af5bdad4557b53009389686a43fdb111.json +++ b/data/unsuccessful-reproductions/ce0a3001af5bdad4557b53009389686a43fdb111.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.253", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce223a8e08d96acff6d2bfd6b4f3ea27e2cced16.json b/data/unsuccessful-reproductions/ce223a8e08d96acff6d2bfd6b4f3ea27e2cced16.json index 89b5e4ec93e7..a751a604b03c 100644 --- a/data/unsuccessful-reproductions/ce223a8e08d96acff6d2bfd6b4f3ea27e2cced16.json +++ b/data/unsuccessful-reproductions/ce223a8e08d96acff6d2bfd6b4f3ea27e2cced16.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "23.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce3886717c52971b7c8aee19fca518bf51369f7b.json b/data/unsuccessful-reproductions/ce3886717c52971b7c8aee19fca518bf51369f7b.json index 7ff1b24c752b..cdbb18bc5e94 100644 --- a/data/unsuccessful-reproductions/ce3886717c52971b7c8aee19fca518bf51369f7b.json +++ b/data/unsuccessful-reproductions/ce3886717c52971b7c8aee19fca518bf51369f7b.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.9.0", "newVersion" : "v1.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce3d3783868a056991d3227cf7cf3de56c715d5e.json b/data/unsuccessful-reproductions/ce3d3783868a056991d3227cf7cf3de56c715d5e.json index 8b2f5a6aa194..711907609d35 100644 --- a/data/unsuccessful-reproductions/ce3d3783868a056991d3227cf7cf3de56c715d5e.json +++ b/data/unsuccessful-reproductions/ce3d3783868a056991d3227cf7cf3de56c715d5e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce6ddde3a792477a951720548322f443f2453f68.json b/data/unsuccessful-reproductions/ce6ddde3a792477a951720548322f443f2453f68.json index 77be61980f31..3f4e010ae5df 100644 --- a/data/unsuccessful-reproductions/ce6ddde3a792477a951720548322f443f2453f68.json +++ b/data/unsuccessful-reproductions/ce6ddde3a792477a951720548322f443f2453f68.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.266", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce7ea7b9e3b9ab74c95c447c0363e2dacd9f8c99.json b/data/unsuccessful-reproductions/ce7ea7b9e3b9ab74c95c447c0363e2dacd9f8c99.json index 5f63611a7759..b03f0f8d4127 100644 --- a/data/unsuccessful-reproductions/ce7ea7b9e3b9ab74c95c447c0363e2dacd9f8c99.json +++ b/data/unsuccessful-reproductions/ce7ea7b9e3b9ab74c95c447c0363e2dacd9f8c99.json @@ -12,7 +12,10 @@ "previousVersion" : "10.2", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce8579ccf7554395e8588e0622952f029474a47b.json b/data/unsuccessful-reproductions/ce8579ccf7554395e8588e0622952f029474a47b.json index 4bc6ec639e99..3bd606f47e08 100644 --- a/data/unsuccessful-reproductions/ce8579ccf7554395e8588e0622952f029474a47b.json +++ b/data/unsuccessful-reproductions/ce8579ccf7554395e8588e0622952f029474a47b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.1", "newVersion" : "3.5.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce86c48b85aa28d369ae5a9eac25fdbb27a6f967.json b/data/unsuccessful-reproductions/ce86c48b85aa28d369ae5a9eac25fdbb27a6f967.json index beab084fc774..cd968814fa54 100644 --- a/data/unsuccessful-reproductions/ce86c48b85aa28d369ae5a9eac25fdbb27a6f967.json +++ b/data/unsuccessful-reproductions/ce86c48b85aa28d369ae5a9eac25fdbb27a6f967.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce90cb4d56522b86adfae7cfaef54ef162683899.json b/data/unsuccessful-reproductions/ce90cb4d56522b86adfae7cfaef54ef162683899.json index e97b32956d30..a897eb6a6503 100644 --- a/data/unsuccessful-reproductions/ce90cb4d56522b86adfae7cfaef54ef162683899.json +++ b/data/unsuccessful-reproductions/ce90cb4d56522b86adfae7cfaef54ef162683899.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.14.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ce9d963897f032f78669dc40ecc5ff84e0cdfd00.json b/data/unsuccessful-reproductions/ce9d963897f032f78669dc40ecc5ff84e0cdfd00.json index ff570c22ebfc..37fd24043668 100644 --- a/data/unsuccessful-reproductions/ce9d963897f032f78669dc40ecc5ff84e0cdfd00.json +++ b/data/unsuccessful-reproductions/ce9d963897f032f78669dc40ecc5ff84e0cdfd00.json @@ -12,7 +12,10 @@ "previousVersion" : "3.9.1", "newVersion" : "3.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ceaabcb97cac730f3188f1b69ff6fd132dee562d.json b/data/unsuccessful-reproductions/ceaabcb97cac730f3188f1b69ff6fd132dee562d.json index b5d2c6aa5869..34d3fe205c22 100644 --- a/data/unsuccessful-reproductions/ceaabcb97cac730f3188f1b69ff6fd132dee562d.json +++ b/data/unsuccessful-reproductions/ceaabcb97cac730f3188f1b69ff6fd132dee562d.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1.0.RC0", "newVersion" : "9.4.41.v20210516", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ceb09304cb257854b6876b03902a1ba4331bf966.json b/data/unsuccessful-reproductions/ceb09304cb257854b6876b03902a1ba4331bf966.json index 5954dfa6a8cf..346b039f7f86 100644 --- a/data/unsuccessful-reproductions/ceb09304cb257854b6876b03902a1ba4331bf966.json +++ b/data/unsuccessful-reproductions/ceb09304cb257854b6876b03902a1ba4331bf966.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cebeb9347cbae489d489dd0dbe6f8d75d006976a.json b/data/unsuccessful-reproductions/cebeb9347cbae489d489dd0dbe6f8d75d006976a.json index fda967cac455..97a9d5040b06 100644 --- a/data/unsuccessful-reproductions/cebeb9347cbae489d489dd0dbe6f8d75d006976a.json +++ b/data/unsuccessful-reproductions/cebeb9347cbae489d489dd0dbe6f8d75d006976a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.3", "newVersion" : "1.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cec14e35236cc80500e63fd9a2d261cb67b85120.json b/data/unsuccessful-reproductions/cec14e35236cc80500e63fd9a2d261cb67b85120.json index 633d03db9c65..7d8a4b92f5f8 100644 --- a/data/unsuccessful-reproductions/cec14e35236cc80500e63fd9a2d261cb67b85120.json +++ b/data/unsuccessful-reproductions/cec14e35236cc80500e63fd9a2d261cb67b85120.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.2", "newVersion" : "1.6.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cec6a2d5e76ab763ea956266ba8599e207c63119.json b/data/unsuccessful-reproductions/cec6a2d5e76ab763ea956266ba8599e207c63119.json index d96c72ac4859..8ed4044b78d7 100644 --- a/data/unsuccessful-reproductions/cec6a2d5e76ab763ea956266ba8599e207c63119.json +++ b/data/unsuccessful-reproductions/cec6a2d5e76ab763ea956266ba8599e207c63119.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ceca551d263660ddc8c0f3416d141ceba1d4feff.json b/data/unsuccessful-reproductions/ceca551d263660ddc8c0f3416d141ceba1d4feff.json index 5b1c1f39b810..921f04af845a 100644 --- a/data/unsuccessful-reproductions/ceca551d263660ddc8c0f3416d141ceba1d4feff.json +++ b/data/unsuccessful-reproductions/ceca551d263660ddc8c0f3416d141ceba1d4feff.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.7", "newVersion" : "1.2.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ced490a438e8fa095acf8091cdd3f30c3ead624e.json b/data/unsuccessful-reproductions/ced490a438e8fa095acf8091cdd3f30c3ead624e.json index 771b266122c0..5f02966d1a74 100644 --- a/data/unsuccessful-reproductions/ced490a438e8fa095acf8091cdd3f30c3ead624e.json +++ b/data/unsuccessful-reproductions/ced490a438e8fa095acf8091cdd3f30c3ead624e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.2", "newVersion" : "2.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/mina-sshd" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cedce86180f14aa4e1844dc7064821016f88ab4d.json b/data/unsuccessful-reproductions/cedce86180f14aa4e1844dc7064821016f88ab4d.json index 55b313d803f0..743002352400 100644 --- a/data/unsuccessful-reproductions/cedce86180f14aa4e1844dc7064821016f88ab4d.json +++ b/data/unsuccessful-reproductions/cedce86180f14aa4e1844dc7064821016f88ab4d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.23.1", "newVersion" : "1.24.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cedd08bb20f917b4a756a1ec5220fd1fcd5788b7.json b/data/unsuccessful-reproductions/cedd08bb20f917b4a756a1ec5220fd1fcd5788b7.json index d1d09857fc41..3802c8cb434b 100644 --- a/data/unsuccessful-reproductions/cedd08bb20f917b4a756a1ec5220fd1fcd5788b7.json +++ b/data/unsuccessful-reproductions/cedd08bb20f917b4a756a1ec5220fd1fcd5788b7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0-b180830.0438", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf0e390d632f1e50fcad50007c067f1c750e7f92.json b/data/unsuccessful-reproductions/cf0e390d632f1e50fcad50007c067f1c750e7f92.json index 5d64d199ee56..cbbf8c49ae1e 100644 --- a/data/unsuccessful-reproductions/cf0e390d632f1e50fcad50007c067f1c750e7f92.json +++ b/data/unsuccessful-reproductions/cf0e390d632f1e50fcad50007c067f1c750e7f92.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.99", "newVersion" : "2.16.104", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf286b5871ae1841f617307191a3ded955332095.json b/data/unsuccessful-reproductions/cf286b5871ae1841f617307191a3ded955332095.json index 53d101f3bdf5..2f0cb7e90805 100644 --- a/data/unsuccessful-reproductions/cf286b5871ae1841f617307191a3ded955332095.json +++ b/data/unsuccessful-reproductions/cf286b5871ae1841f617307191a3ded955332095.json @@ -12,7 +12,10 @@ "previousVersion" : "9.9.1-8", "newVersion" : "11.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf5074642a9b65f0053ba8e8392ab8175d8812d0.json b/data/unsuccessful-reproductions/cf5074642a9b65f0053ba8e8392ab8175d8812d0.json index 5c17d25530c8..05d980cdd9fd 100644 --- a/data/unsuccessful-reproductions/cf5074642a9b65f0053ba8e8392ab8175d8812d0.json +++ b/data/unsuccessful-reproductions/cf5074642a9b65f0053ba8e8392ab8175d8812d0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.435", "newVersion" : "1.12.438", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf508e38f891f61824aaeb92e136f8730e1fe7ca.json b/data/unsuccessful-reproductions/cf508e38f891f61824aaeb92e136f8730e1fe7ca.json index b792fa64eaf0..8c909ff2a761 100644 --- a/data/unsuccessful-reproductions/cf508e38f891f61824aaeb92e136f8730e1fe7ca.json +++ b/data/unsuccessful-reproductions/cf508e38f891f61824aaeb92e136f8730e1fe7ca.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf64648bea71abf797e82bf24bc128b28f784b01.json b/data/unsuccessful-reproductions/cf64648bea71abf797e82bf24bc128b28f784b01.json index 924ef8e28868..9b189672f065 100644 --- a/data/unsuccessful-reproductions/cf64648bea71abf797e82bf24bc128b28f784b01.json +++ b/data/unsuccessful-reproductions/cf64648bea71abf797e82bf24bc128b28f784b01.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.223", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf6d60192a1a6874b11822cec4a9b0353c25c10b.json b/data/unsuccessful-reproductions/cf6d60192a1a6874b11822cec4a9b0353c25c10b.json index a62aebdc80b1..fda73a9d7876 100644 --- a/data/unsuccessful-reproductions/cf6d60192a1a6874b11822cec4a9b0353c25c10b.json +++ b/data/unsuccessful-reproductions/cf6d60192a1a6874b11822cec4a9b0353c25c10b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf75515fc66b591b123cf473c541f160e194f8a0.json b/data/unsuccessful-reproductions/cf75515fc66b591b123cf473c541f160e194f8a0.json index bf6540193ab3..66fadcb4c409 100644 --- a/data/unsuccessful-reproductions/cf75515fc66b591b123cf473c541f160e194f8a0.json +++ b/data/unsuccessful-reproductions/cf75515fc66b591b123cf473c541f160e194f8a0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.16", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf7cfa78778047303fe14bc6424fab2b3a9f0fc3.json b/data/unsuccessful-reproductions/cf7cfa78778047303fe14bc6424fab2b3a9f0fc3.json index b4340787fb96..c263a408b8ec 100644 --- a/data/unsuccessful-reproductions/cf7cfa78778047303fe14bc6424fab2b3a9f0fc3.json +++ b/data/unsuccessful-reproductions/cf7cfa78778047303fe14bc6424fab2b3a9f0fc3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.36", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf88adef2087f081dfc1e60d7982c24fea46ad57.json b/data/unsuccessful-reproductions/cf88adef2087f081dfc1e60d7982c24fea46ad57.json index 57381a379feb..9877b9e0be42 100644 --- a/data/unsuccessful-reproductions/cf88adef2087f081dfc1e60d7982c24fea46ad57.json +++ b/data/unsuccessful-reproductions/cf88adef2087f081dfc1e60d7982c24fea46ad57.json @@ -12,7 +12,10 @@ "previousVersion" : "5.9.1", "newVersion" : "5.9.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf88d454f9b644593a0dfafb1727d56b136d5c17.json b/data/unsuccessful-reproductions/cf88d454f9b644593a0dfafb1727d56b136d5c17.json index 8e5324efcafc..e94a89e3ff59 100644 --- a/data/unsuccessful-reproductions/cf88d454f9b644593a0dfafb1727d56b136d5c17.json +++ b/data/unsuccessful-reproductions/cf88d454f9b644593a0dfafb1727d56b136d5c17.json @@ -12,7 +12,10 @@ "previousVersion" : "2.20.92", "newVersion" : "2.20.93", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf8c73c00cac38b3e4ebb37a9629590ada6d39e3.json b/data/unsuccessful-reproductions/cf8c73c00cac38b3e4ebb37a9629590ada6d39e3.json index e882d5f67c38..5f0dc4ada3e5 100644 --- a/data/unsuccessful-reproductions/cf8c73c00cac38b3e4ebb37a9629590ada6d39e3.json +++ b/data/unsuccessful-reproductions/cf8c73c00cac38b3e4ebb37a9629590ada6d39e3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.6", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf8f4e49989040bed837e6214cf04fcbc6fd61fa.json b/data/unsuccessful-reproductions/cf8f4e49989040bed837e6214cf04fcbc6fd61fa.json index 79d5d26b2281..300890746de9 100644 --- a/data/unsuccessful-reproductions/cf8f4e49989040bed837e6214cf04fcbc6fd61fa.json +++ b/data/unsuccessful-reproductions/cf8f4e49989040bed837e6214cf04fcbc6fd61fa.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.0.13", "newVersion" : "2.1.0.14", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cf92fac507f812290bc393280e183ffe1b54b805.json b/data/unsuccessful-reproductions/cf92fac507f812290bc393280e183ffe1b54b805.json index 0cf3dac243b7..c3907c0ecd71 100644 --- a/data/unsuccessful-reproductions/cf92fac507f812290bc393280e183ffe1b54b805.json +++ b/data/unsuccessful-reproductions/cf92fac507f812290bc393280e183ffe1b54b805.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cfa0ae11221778438bc081adb60617dcd139a1bb.json b/data/unsuccessful-reproductions/cfa0ae11221778438bc081adb60617dcd139a1bb.json index daa15cac7f91..098786bca5c2 100644 --- a/data/unsuccessful-reproductions/cfa0ae11221778438bc081adb60617dcd139a1bb.json +++ b/data/unsuccessful-reproductions/cfa0ae11221778438bc081adb60617dcd139a1bb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cfad4fafb37419d78ab0b63b57b142e6052d47e6.json b/data/unsuccessful-reproductions/cfad4fafb37419d78ab0b63b57b142e6052d47e6.json index ee77800510e4..e780da0eb4c3 100644 --- a/data/unsuccessful-reproductions/cfad4fafb37419d78ab0b63b57b142e6052d47e6.json +++ b/data/unsuccessful-reproductions/cfad4fafb37419d78ab0b63b57b142e6052d47e6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.1", "newVersion" : "2.10", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cfb686cc0a9010e87d505c24acc3f6e2eeb6092d.json b/data/unsuccessful-reproductions/cfb686cc0a9010e87d505c24acc3f6e2eeb6092d.json index 1ccb0f8e0d87..e4eefdc4506d 100644 --- a/data/unsuccessful-reproductions/cfb686cc0a9010e87d505c24acc3f6e2eeb6092d.json +++ b/data/unsuccessful-reproductions/cfb686cc0a9010e87d505c24acc3f6e2eeb6092d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.24", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cfc1d88f90a2f924f462a04e7670226026f066ec.json b/data/unsuccessful-reproductions/cfc1d88f90a2f924f462a04e7670226026f066ec.json index 02be252d4502..075ec33d9831 100644 --- a/data/unsuccessful-reproductions/cfc1d88f90a2f924f462a04e7670226026f066ec.json +++ b/data/unsuccessful-reproductions/cfc1d88f90a2f924f462a04e7670226026f066ec.json @@ -12,7 +12,10 @@ "previousVersion" : "1370.vfa_e23fe119c3", "newVersion" : "1409.v7659b_c072f18", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cfc2fc089d1dd62453c4faed2609a8f0621406dc.json b/data/unsuccessful-reproductions/cfc2fc089d1dd62453c4faed2609a8f0621406dc.json index 299948467fea..2ffb00c01ec5 100644 --- a/data/unsuccessful-reproductions/cfc2fc089d1dd62453c4faed2609a8f0621406dc.json +++ b/data/unsuccessful-reproductions/cfc2fc089d1dd62453c4faed2609a8f0621406dc.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.193", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/cfe814636dc791db9808b4fff54e51dcfc4a0ed6.json b/data/unsuccessful-reproductions/cfe814636dc791db9808b4fff54e51dcfc4a0ed6.json index a1d8f0395122..18eca013d5b6 100644 --- a/data/unsuccessful-reproductions/cfe814636dc791db9808b4fff54e51dcfc4a0ed6.json +++ b/data/unsuccessful-reproductions/cfe814636dc791db9808b4fff54e51dcfc4a0ed6.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.2.RELEASE", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d000220796b604d61eebc8ca3702c333348b7dfa.json b/data/unsuccessful-reproductions/d000220796b604d61eebc8ca3702c333348b7dfa.json index 55921be73016..01f647b31d3e 100644 --- a/data/unsuccessful-reproductions/d000220796b604d61eebc8ca3702c333348b7dfa.json +++ b/data/unsuccessful-reproductions/d000220796b604d61eebc8ca3702c333348b7dfa.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.22", "newVersion" : "1.18.24", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d009520e38c3881a022befd76d7e24a7013b7e50.json b/data/unsuccessful-reproductions/d009520e38c3881a022befd76d7e24a7013b7e50.json index 27a9467b5545..35bbe04ec301 100644 --- a/data/unsuccessful-reproductions/d009520e38c3881a022befd76d7e24a7013b7e50.json +++ b/data/unsuccessful-reproductions/d009520e38c3881a022befd76d7e24a7013b7e50.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.0", "newVersion" : "3.19.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d0145e63eaa459a5de61df4b9623d89f4985ee6c.json b/data/unsuccessful-reproductions/d0145e63eaa459a5de61df4b9623d89f4985ee6c.json index fc50adea6332..f31ad7400cdc 100644 --- a/data/unsuccessful-reproductions/d0145e63eaa459a5de61df4b9623d89f4985ee6c.json +++ b/data/unsuccessful-reproductions/d0145e63eaa459a5de61df4b9623d89f4985ee6c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15", "newVersion" : "1.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d02cc05c4401ae3e9a69e95cf983662139149237.json b/data/unsuccessful-reproductions/d02cc05c4401ae3e9a69e95cf983662139149237.json index bb95a9dfb73b..db16b05473f5 100644 --- a/data/unsuccessful-reproductions/d02cc05c4401ae3e9a69e95cf983662139149237.json +++ b/data/unsuccessful-reproductions/d02cc05c4401ae3e9a69e95cf983662139149237.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.52", "newVersion" : "8.12.54", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d02d256377ff21979ad14dc6bc7925e41981334b.json b/data/unsuccessful-reproductions/d02d256377ff21979ad14dc6bc7925e41981334b.json index cd4cc1a41015..385fddebe749 100644 --- a/data/unsuccessful-reproductions/d02d256377ff21979ad14dc6bc7925e41981334b.json +++ b/data/unsuccessful-reproductions/d02d256377ff21979ad14dc6bc7925e41981334b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0", "newVersion" : "2.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d035885fc104f070d562cd8ee24036dd32824151.json b/data/unsuccessful-reproductions/d035885fc104f070d562cd8ee24036dd32824151.json index 40815e4c7e7e..8161906ecddd 100644 --- a/data/unsuccessful-reproductions/d035885fc104f070d562cd8ee24036dd32824151.json +++ b/data/unsuccessful-reproductions/d035885fc104f070d562cd8ee24036dd32824151.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d03d24efeaab5c4c1ae4c55cb26f7575a6307e30.json b/data/unsuccessful-reproductions/d03d24efeaab5c4c1ae4c55cb26f7575a6307e30.json index 9aac0a0f1227..f41179306490 100644 --- a/data/unsuccessful-reproductions/d03d24efeaab5c4c1ae4c55cb26f7575a6307e30.json +++ b/data/unsuccessful-reproductions/d03d24efeaab5c4c1ae4c55cb26f7575a6307e30.json @@ -13,7 +13,10 @@ "newVersion" : "2.20.80", "dependencyScope" : "compile", "versionUpdateType" : "minor", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d0461563fdb1ed17801fc4c8fcb96792779db303.json b/data/unsuccessful-reproductions/d0461563fdb1ed17801fc4c8fcb96792779db303.json index a4d3b704a7f3..2be0b9d37c3b 100644 --- a/data/unsuccessful-reproductions/d0461563fdb1ed17801fc4c8fcb96792779db303.json +++ b/data/unsuccessful-reproductions/d0461563fdb1ed17801fc4c8fcb96792779db303.json @@ -12,7 +12,10 @@ "previousVersion" : "6.14.2", "newVersion" : "7.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d04d468ebb4cbdabe38609d327ff4cb075ece1a4.json b/data/unsuccessful-reproductions/d04d468ebb4cbdabe38609d327ff4cb075ece1a4.json index 80c7e06d7732..d4c0ccd4feb6 100644 --- a/data/unsuccessful-reproductions/d04d468ebb4cbdabe38609d327ff4cb075ece1a4.json +++ b/data/unsuccessful-reproductions/d04d468ebb4cbdabe38609d327ff4cb075ece1a4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.27", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d0515f78559c8c739564f8043e5f8488c62b01af.json b/data/unsuccessful-reproductions/d0515f78559c8c739564f8043e5f8488c62b01af.json index f8d1ff7d73eb..7315d77e999c 100644 --- a/data/unsuccessful-reproductions/d0515f78559c8c739564f8043e5f8488c62b01af.json +++ b/data/unsuccessful-reproductions/d0515f78559c8c739564f8043e5f8488c62b01af.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.5", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d06000403cce9b12079ca7a58b5777e725de22e6.json b/data/unsuccessful-reproductions/d06000403cce9b12079ca7a58b5777e725de22e6.json index 654edbbcdc4c..b4c646f5ca64 100644 --- a/data/unsuccessful-reproductions/d06000403cce9b12079ca7a58b5777e725de22e6.json +++ b/data/unsuccessful-reproductions/d06000403cce9b12079ca7a58b5777e725de22e6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0", "newVersion" : "1.0-20050927.133100", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d06ba13f8e4e35db6f727c21be554499309636fb.json b/data/unsuccessful-reproductions/d06ba13f8e4e35db6f727c21be554499309636fb.json index 98a67c43aa38..25252722d233 100644 --- a/data/unsuccessful-reproductions/d06ba13f8e4e35db6f727c21be554499309636fb.json +++ b/data/unsuccessful-reproductions/d06ba13f8e4e35db6f727c21be554499309636fb.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d07b0c57761b81118ba0c0c6a2380788cd7b9103.json b/data/unsuccessful-reproductions/d07b0c57761b81118ba0c0c6a2380788cd7b9103.json index 151929d6314f..cf2888ead271 100644 --- a/data/unsuccessful-reproductions/d07b0c57761b81118ba0c0c6a2380788cd7b9103.json +++ b/data/unsuccessful-reproductions/d07b0c57761b81118ba0c0c6a2380788cd7b9103.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d08877a2ebcedab4590c0564d560a3c34681b4c4.json b/data/unsuccessful-reproductions/d08877a2ebcedab4590c0564d560a3c34681b4c4.json index 5be24a680c5b..a6fcb236dfd7 100644 --- a/data/unsuccessful-reproductions/d08877a2ebcedab4590c0564d560a3c34681b4c4.json +++ b/data/unsuccessful-reproductions/d08877a2ebcedab4590c0564d560a3c34681b4c4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.450", "newVersion" : "1.12.452", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d08eff61540f7d21e08ca2c3b88cf5ecfacb4cb0.json b/data/unsuccessful-reproductions/d08eff61540f7d21e08ca2c3b88cf5ecfacb4cb0.json index e6dc7a8e41d7..adb117db85d6 100644 --- a/data/unsuccessful-reproductions/d08eff61540f7d21e08ca2c3b88cf5ecfacb4cb0.json +++ b/data/unsuccessful-reproductions/d08eff61540f7d21e08ca2c3b88cf5ecfacb4cb0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.14", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d092d62ff0c14e24d65cc9818c3b6aeb9b00b090.json b/data/unsuccessful-reproductions/d092d62ff0c14e24d65cc9818c3b6aeb9b00b090.json index 6c50c2b7a43d..e2f5b65fcddc 100644 --- a/data/unsuccessful-reproductions/d092d62ff0c14e24d65cc9818c3b6aeb9b00b090.json +++ b/data/unsuccessful-reproductions/d092d62ff0c14e24d65cc9818c3b6aeb9b00b090.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.1.5", "newVersion" : "v1.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d0942bc8991e06e63d1b9002578ceafd6b5a4a21.json b/data/unsuccessful-reproductions/d0942bc8991e06e63d1b9002578ceafd6b5a4a21.json index fac175ea8d13..b849fbb1ea82 100644 --- a/data/unsuccessful-reproductions/d0942bc8991e06e63d1b9002578ceafd6b5a4a21.json +++ b/data/unsuccessful-reproductions/d0942bc8991e06e63d1b9002578ceafd6b5a4a21.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d0981f36d21ab920c5a31e58b5a4ea185fd47ada.json b/data/unsuccessful-reproductions/d0981f36d21ab920c5a31e58b5a4ea185fd47ada.json index c4bb64f4a05d..53698bdc8e8e 100644 --- a/data/unsuccessful-reproductions/d0981f36d21ab920c5a31e58b5a4ea185fd47ada.json +++ b/data/unsuccessful-reproductions/d0981f36d21ab920c5a31e58b5a4ea185fd47ada.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.16", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d09c7fd2030589bc801f820390c084250960301b.json b/data/unsuccessful-reproductions/d09c7fd2030589bc801f820390c084250960301b.json index fd89b30ada9d..5208ca724700 100644 --- a/data/unsuccessful-reproductions/d09c7fd2030589bc801f820390c084250960301b.json +++ b/data/unsuccessful-reproductions/d09c7fd2030589bc801f820390c084250960301b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d0a44f7a2688cd3939856fe04d6863994ec6e3a2.json b/data/unsuccessful-reproductions/d0a44f7a2688cd3939856fe04d6863994ec6e3a2.json index 16b8af42659f..f55a48a99ebe 100644 --- a/data/unsuccessful-reproductions/d0a44f7a2688cd3939856fe04d6863994ec6e3a2.json +++ b/data/unsuccessful-reproductions/d0a44f7a2688cd3939856fe04d6863994ec6e3a2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6", "newVersion" : "2.12.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d0da5c25a56d8323caf069168fc5fec69dc7291b.json b/data/unsuccessful-reproductions/d0da5c25a56d8323caf069168fc5fec69dc7291b.json index 56a4b05207d3..a4607bb0ba1f 100644 --- a/data/unsuccessful-reproductions/d0da5c25a56d8323caf069168fc5fec69dc7291b.json +++ b/data/unsuccessful-reproductions/d0da5c25a56d8323caf069168fc5fec69dc7291b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d0dfae8bcbe66984691a6fad488aaa475507c886.json b/data/unsuccessful-reproductions/d0dfae8bcbe66984691a6fad488aaa475507c886.json index 84b4001c7734..1887c4348223 100644 --- a/data/unsuccessful-reproductions/d0dfae8bcbe66984691a6fad488aaa475507c886.json +++ b/data/unsuccessful-reproductions/d0dfae8bcbe66984691a6fad488aaa475507c886.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.0", "newVersion" : "1.18.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d0fd5e20947d8682006b92e66e73c85b01e01a8b.json b/data/unsuccessful-reproductions/d0fd5e20947d8682006b92e66e73c85b01e01a8b.json index 2567122fef06..1351f39f9bed 100644 --- a/data/unsuccessful-reproductions/d0fd5e20947d8682006b92e66e73c85b01e01a8b.json +++ b/data/unsuccessful-reproductions/d0fd5e20947d8682006b92e66e73c85b01e01a8b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.40", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d10a93b499937564aa657781e0947cb81780196f.json b/data/unsuccessful-reproductions/d10a93b499937564aa657781e0947cb81780196f.json index 657f6e760491..1e66e75fdcaf 100644 --- a/data/unsuccessful-reproductions/d10a93b499937564aa657781e0947cb81780196f.json +++ b/data/unsuccessful-reproductions/d10a93b499937564aa657781e0947cb81780196f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.3", "newVersion" : "3.21.4", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d10faabdd2cb13c84c11a7ffd3bfcc41b08fa175.json b/data/unsuccessful-reproductions/d10faabdd2cb13c84c11a7ffd3bfcc41b08fa175.json index 49a02a33a953..839ff3502c14 100644 --- a/data/unsuccessful-reproductions/d10faabdd2cb13c84c11a7ffd3bfcc41b08fa175.json +++ b/data/unsuccessful-reproductions/d10faabdd2cb13c84c11a7ffd3bfcc41b08fa175.json @@ -12,7 +12,10 @@ "previousVersion" : "4.7.2", "newVersion" : "4.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1157c2ea76a68f99768f51e82af9f14cbcb8c8d.json b/data/unsuccessful-reproductions/d1157c2ea76a68f99768f51e82af9f14cbcb8c8d.json index d83b874aaf3d..515d1f1c021c 100644 --- a/data/unsuccessful-reproductions/d1157c2ea76a68f99768f51e82af9f14cbcb8c8d.json +++ b/data/unsuccessful-reproductions/d1157c2ea76a68f99768f51e82af9f14cbcb8c8d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.29.0-GA", "newVersion" : "3.29.1-GA", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d121fd1fad9127035a137f8bd0466a9b5aa8560b.json b/data/unsuccessful-reproductions/d121fd1fad9127035a137f8bd0466a9b5aa8560b.json index b8acbe60cb2f..94cc20f65e79 100644 --- a/data/unsuccessful-reproductions/d121fd1fad9127035a137f8bd0466a9b5aa8560b.json +++ b/data/unsuccessful-reproductions/d121fd1fad9127035a137f8bd0466a9b5aa8560b.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d12c3a940da65991295ed3756e383358e24c5053.json b/data/unsuccessful-reproductions/d12c3a940da65991295ed3756e383358e24c5053.json index e50835fc77a1..4832b7b28476 100644 --- a/data/unsuccessful-reproductions/d12c3a940da65991295ed3756e383358e24c5053.json +++ b/data/unsuccessful-reproductions/d12c3a940da65991295ed3756e383358e24c5053.json @@ -12,7 +12,10 @@ "previousVersion" : "10.6.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d135f9490927922b3a941ecc7c8889996d9fc7f1.json b/data/unsuccessful-reproductions/d135f9490927922b3a941ecc7c8889996d9fc7f1.json index 2d206209340c..0bba6569d1cd 100644 --- a/data/unsuccessful-reproductions/d135f9490927922b3a941ecc7c8889996d9fc7f1.json +++ b/data/unsuccessful-reproductions/d135f9490927922b3a941ecc7c8889996d9fc7f1.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "4.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d143197fba6596e4d9b4f2d124a71d07bc761b4e.json b/data/unsuccessful-reproductions/d143197fba6596e4d9b4f2d124a71d07bc761b4e.json index f905c7ff45bf..a6068cfeb06e 100644 --- a/data/unsuccessful-reproductions/d143197fba6596e4d9b4f2d124a71d07bc761b4e.json +++ b/data/unsuccessful-reproductions/d143197fba6596e4d9b4f2d124a71d07bc761b4e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.64", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1485e55e62ffda6bf0badd499156728cc57731c.json b/data/unsuccessful-reproductions/d1485e55e62ffda6bf0badd499156728cc57731c.json index d18bfa146b88..53077018a4ba 100644 --- a/data/unsuccessful-reproductions/d1485e55e62ffda6bf0badd499156728cc57731c.json +++ b/data/unsuccessful-reproductions/d1485e55e62ffda6bf0badd499156728cc57731c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.39", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d14b576cc8dd18efc272caa3451f20146f91b31d.json b/data/unsuccessful-reproductions/d14b576cc8dd18efc272caa3451f20146f91b31d.json index 6581e58fe653..9f1337bed73e 100644 --- a/data/unsuccessful-reproductions/d14b576cc8dd18efc272caa3451f20146f91b31d.json +++ b/data/unsuccessful-reproductions/d14b576cc8dd18efc272caa3451f20146f91b31d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.1.1001", "newVersion" : "2.1.0.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1586f1d4dfb2a1cb485235487f8d6b7fb5257e5.json b/data/unsuccessful-reproductions/d1586f1d4dfb2a1cb485235487f8d6b7fb5257e5.json index a02190862e77..142810512a42 100644 --- a/data/unsuccessful-reproductions/d1586f1d4dfb2a1cb485235487f8d6b7fb5257e5.json +++ b/data/unsuccessful-reproductions/d1586f1d4dfb2a1cb485235487f8d6b7fb5257e5.json @@ -12,7 +12,10 @@ "previousVersion" : "0.14.3", "newVersion" : "0.27.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d162a80f5c6b39dd49c7dd3ad6f061fab8162a4d.json b/data/unsuccessful-reproductions/d162a80f5c6b39dd49c7dd3ad6f061fab8162a4d.json index c0e74fe403ac..482f90510c66 100644 --- a/data/unsuccessful-reproductions/d162a80f5c6b39dd49c7dd3ad6f061fab8162a4d.json +++ b/data/unsuccessful-reproductions/d162a80f5c6b39dd49c7dd3ad6f061fab8162a4d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.28.0", "newVersion" : "3.33.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1650d2c9fcc7364d51ee0a67fb8ecb4a214ac23.json b/data/unsuccessful-reproductions/d1650d2c9fcc7364d51ee0a67fb8ecb4a214ac23.json index 5425cfdb6f65..e1d84bc2f288 100644 --- a/data/unsuccessful-reproductions/d1650d2c9fcc7364d51ee0a67fb8ecb4a214ac23.json +++ b/data/unsuccessful-reproductions/d1650d2c9fcc7364d51ee0a67fb8ecb4a214ac23.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.15.2-350.v0c2f3f8fc595", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1676d859565e98fe5cf9645f2f66fe20ae2850f.json b/data/unsuccessful-reproductions/d1676d859565e98fe5cf9645f2f66fe20ae2850f.json index 983ef2c7ca92..e736798e4277 100644 --- a/data/unsuccessful-reproductions/d1676d859565e98fe5cf9645f2f66fe20ae2850f.json +++ b/data/unsuccessful-reproductions/d1676d859565e98fe5cf9645f2f66fe20ae2850f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1812abd51c4047e250b4937ce039bf9d732f227.json b/data/unsuccessful-reproductions/d1812abd51c4047e250b4937ce039bf9d732f227.json index 9e040e2fc5f2..223391c142ff 100644 --- a/data/unsuccessful-reproductions/d1812abd51c4047e250b4937ce039bf9d732f227.json +++ b/data/unsuccessful-reproductions/d1812abd51c4047e250b4937ce039bf9d732f227.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1a1e32592cfb6c9e3ae340c552b20421750eb12.json b/data/unsuccessful-reproductions/d1a1e32592cfb6c9e3ae340c552b20421750eb12.json index a00d224cc309..d771a9e75466 100644 --- a/data/unsuccessful-reproductions/d1a1e32592cfb6c9e3ae340c552b20421750eb12.json +++ b/data/unsuccessful-reproductions/d1a1e32592cfb6c9e3ae340c552b20421750eb12.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.1", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1a752e4248f55a0d5297f1bfcd6f201e3f7de2e.json b/data/unsuccessful-reproductions/d1a752e4248f55a0d5297f1bfcd6f201e3f7de2e.json index ca7f9c9162ea..bd8e2badc1d4 100644 --- a/data/unsuccessful-reproductions/d1a752e4248f55a0d5297f1bfcd6f201e3f7de2e.json +++ b/data/unsuccessful-reproductions/d1a752e4248f55a0d5297f1bfcd6f201e3f7de2e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.6.1", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1bdee52438ae6b74faed41d098057d8f34d0898.json b/data/unsuccessful-reproductions/d1bdee52438ae6b74faed41d098057d8f34d0898.json index f735ee9ef845..aa9548e6f5ab 100644 --- a/data/unsuccessful-reproductions/d1bdee52438ae6b74faed41d098057d8f34d0898.json +++ b/data/unsuccessful-reproductions/d1bdee52438ae6b74faed41d098057d8f34d0898.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.5.Final", "newVersion" : "5.5.3.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1bf0b5e418c13188ef5f95c4ffbdc87d6812788.json b/data/unsuccessful-reproductions/d1bf0b5e418c13188ef5f95c4ffbdc87d6812788.json index af7e18e35b7d..9eba648fc916 100644 --- a/data/unsuccessful-reproductions/d1bf0b5e418c13188ef5f95c4ffbdc87d6812788.json +++ b/data/unsuccessful-reproductions/d1bf0b5e418c13188ef5f95c4ffbdc87d6812788.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7", "newVersion" : "1.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1c0a20175fcdc76ea3600e7bf4e64825b288d1a.json b/data/unsuccessful-reproductions/d1c0a20175fcdc76ea3600e7bf4e64825b288d1a.json index aa52bf2c7dcc..b1d00c0a8563 100644 --- a/data/unsuccessful-reproductions/d1c0a20175fcdc76ea3600e7bf4e64825b288d1a.json +++ b/data/unsuccessful-reproductions/d1c0a20175fcdc76ea3600e7bf4e64825b288d1a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.3", "newVersion" : "1.4.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1c22ffa634cb20d87349300c22550383309e8c1.json b/data/unsuccessful-reproductions/d1c22ffa634cb20d87349300c22550383309e8c1.json index 44328114060a..d7b3c96a0493 100644 --- a/data/unsuccessful-reproductions/d1c22ffa634cb20d87349300c22550383309e8c1.json +++ b/data/unsuccessful-reproductions/d1c22ffa634cb20d87349300c22550383309e8c1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.1", "newVersion" : "1.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d1c80803c41cfee5934b5ecdc780eeca97b04e59.json b/data/unsuccessful-reproductions/d1c80803c41cfee5934b5ecdc780eeca97b04e59.json index ca8591b0e04d..c520ac86c72b 100644 --- a/data/unsuccessful-reproductions/d1c80803c41cfee5934b5ecdc780eeca97b04e59.json +++ b/data/unsuccessful-reproductions/d1c80803c41cfee5934b5ecdc780eeca97b04e59.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d20c5db70c436d10dff1e8a825e7e5992804f755.json b/data/unsuccessful-reproductions/d20c5db70c436d10dff1e8a825e7e5992804f755.json index f055da8db259..e12d4636c00f 100644 --- a/data/unsuccessful-reproductions/d20c5db70c436d10dff1e8a825e7e5992804f755.json +++ b/data/unsuccessful-reproductions/d20c5db70c436d10dff1e8a825e7e5992804f755.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.14", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d2136e836b08db3793e438960d2c30fa7793c272.json b/data/unsuccessful-reproductions/d2136e836b08db3793e438960d2c30fa7793c272.json index 1092817aff77..f3463d8fe732 100644 --- a/data/unsuccessful-reproductions/d2136e836b08db3793e438960d2c30fa7793c272.json +++ b/data/unsuccessful-reproductions/d2136e836b08db3793e438960d2c30fa7793c272.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d2146fd5d395fd77f4b1497ee7ae450687ee62ad.json b/data/unsuccessful-reproductions/d2146fd5d395fd77f4b1497ee7ae450687ee62ad.json index 53ca90fc4323..0c8d0164ed5b 100644 --- a/data/unsuccessful-reproductions/d2146fd5d395fd77f4b1497ee7ae450687ee62ad.json +++ b/data/unsuccessful-reproductions/d2146fd5d395fd77f4b1497ee7ae450687ee62ad.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.432", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d218c9357c17d330f278143a69dabc97aec00605.json b/data/unsuccessful-reproductions/d218c9357c17d330f278143a69dabc97aec00605.json index 5ea70d4e6c75..ca519cc1da63 100644 --- a/data/unsuccessful-reproductions/d218c9357c17d330f278143a69dabc97aec00605.json +++ b/data/unsuccessful-reproductions/d218c9357c17d330f278143a69dabc97aec00605.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.1", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d22702488eb677276b8480ba28251f795193e789.json b/data/unsuccessful-reproductions/d22702488eb677276b8480ba28251f795193e789.json index 4b4bbfd775c9..e2ec2ee1be58 100644 --- a/data/unsuccessful-reproductions/d22702488eb677276b8480ba28251f795193e789.json +++ b/data/unsuccessful-reproductions/d22702488eb677276b8480ba28251f795193e789.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.5", "newVersion" : "2.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/mina-sshd" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d24456da6f7a635c8de1d42a7459a0e750f433f1.json b/data/unsuccessful-reproductions/d24456da6f7a635c8de1d42a7459a0e750f433f1.json index b6d68a500147..6204070df1a5 100644 --- a/data/unsuccessful-reproductions/d24456da6f7a635c8de1d42a7459a0e750f433f1.json +++ b/data/unsuccessful-reproductions/d24456da6f7a635c8de1d42a7459a0e750f433f1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.33", "newVersion" : "3.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d24eb0b15126f8852b9672aa590b1dd3fbff6f58.json b/data/unsuccessful-reproductions/d24eb0b15126f8852b9672aa590b1dd3fbff6f58.json index 8e7353e98c0c..f821390575d4 100644 --- a/data/unsuccessful-reproductions/d24eb0b15126f8852b9672aa590b1dd3fbff6f58.json +++ b/data/unsuccessful-reproductions/d24eb0b15126f8852b9672aa590b1dd3fbff6f58.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d25de6767ad26ee9852cc09a89562a95fac1d454.json b/data/unsuccessful-reproductions/d25de6767ad26ee9852cc09a89562a95fac1d454.json index f2e8d359e728..657b2874d430 100644 --- a/data/unsuccessful-reproductions/d25de6767ad26ee9852cc09a89562a95fac1d454.json +++ b/data/unsuccessful-reproductions/d25de6767ad26ee9852cc09a89562a95fac1d454.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.86", "newVersion" : "8.5.88", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d26d2cec10944ca746bbce71c9c8517d3588919a.json b/data/unsuccessful-reproductions/d26d2cec10944ca746bbce71c9c8517d3588919a.json index 4c467a0a623b..efb4166fe665 100644 --- a/data/unsuccessful-reproductions/d26d2cec10944ca746bbce71c9c8517d3588919a.json +++ b/data/unsuccessful-reproductions/d26d2cec10944ca746bbce71c9c8517d3588919a.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.49", "newVersion" : "8.0.30", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d295874bfb6f2749eda9689523000d1d35e5e6ce.json b/data/unsuccessful-reproductions/d295874bfb6f2749eda9689523000d1d35e5e6ce.json index 9ccce971de98..b377b860aedc 100644 --- a/data/unsuccessful-reproductions/d295874bfb6f2749eda9689523000d1d35e5e6ce.json +++ b/data/unsuccessful-reproductions/d295874bfb6f2749eda9689523000d1d35e5e6ce.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.5", "newVersion" : "2.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d2ac25aac8156050ae1cc12f59a0a905ceaa28df.json b/data/unsuccessful-reproductions/d2ac25aac8156050ae1cc12f59a0a905ceaa28df.json index 084f76e96ed9..bd54beaa76a0 100644 --- a/data/unsuccessful-reproductions/d2ac25aac8156050ae1cc12f59a0a905ceaa28df.json +++ b/data/unsuccessful-reproductions/d2ac25aac8156050ae1cc12f59a0a905ceaa28df.json @@ -12,7 +12,10 @@ "previousVersion" : "8.44", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d2d76f540c245d3bf35ec182916252f4fd56963a.json b/data/unsuccessful-reproductions/d2d76f540c245d3bf35ec182916252f4fd56963a.json index df27d41c6f21..07e7e81cb6ae 100644 --- a/data/unsuccessful-reproductions/d2d76f540c245d3bf35ec182916252f4fd56963a.json +++ b/data/unsuccessful-reproductions/d2d76f540c245d3bf35ec182916252f4fd56963a.json @@ -12,7 +12,10 @@ "previousVersion" : "20090211", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d2e1ba08c37ad8fbb4651f28742d21fd83f4f82a.json b/data/unsuccessful-reproductions/d2e1ba08c37ad8fbb4651f28742d21fd83f4f82a.json index a1c2db693325..e4494d3cc66b 100644 --- a/data/unsuccessful-reproductions/d2e1ba08c37ad8fbb4651f28742d21fd83f4f82a.json +++ b/data/unsuccessful-reproductions/d2e1ba08c37ad8fbb4651f28742d21fd83f4f82a.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "UPL-1.0", + "githubRepoSlug" : "oracle/graaljs" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d2f845ce91b6a99bf4b0d0ce000359405a90c90c.json b/data/unsuccessful-reproductions/d2f845ce91b6a99bf4b0d0ce000359405a90c90c.json index 39240f5e53ec..7560a27a06ec 100644 --- a/data/unsuccessful-reproductions/d2f845ce91b6a99bf4b0d0ce000359405a90c90c.json +++ b/data/unsuccessful-reproductions/d2f845ce91b6a99bf4b0d0ce000359405a90c90c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.115", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d30993f970985f3b9a6c8409697ebec7911c29a4.json b/data/unsuccessful-reproductions/d30993f970985f3b9a6c8409697ebec7911c29a4.json index 0f50d0ddfb5b..6e28ef56d064 100644 --- a/data/unsuccessful-reproductions/d30993f970985f3b9a6c8409697ebec7911c29a4.json +++ b/data/unsuccessful-reproductions/d30993f970985f3b9a6c8409697ebec7911c29a4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d321b8d5d19cea4027d11f0c2e9932f34d5b54e5.json b/data/unsuccessful-reproductions/d321b8d5d19cea4027d11f0c2e9932f34d5b54e5.json index 522f8304eec9..7180e5f4aa95 100644 --- a/data/unsuccessful-reproductions/d321b8d5d19cea4027d11f0c2e9932f34d5b54e5.json +++ b/data/unsuccessful-reproductions/d321b8d5d19cea4027d11f0c2e9932f34d5b54e5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.42", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d33686550bba0dcc1dafa53524a4b9cc8867dca8.json b/data/unsuccessful-reproductions/d33686550bba0dcc1dafa53524a4b9cc8867dca8.json index 94d41a35e41e..acca678e9207 100644 --- a/data/unsuccessful-reproductions/d33686550bba0dcc1dafa53524a4b9cc8867dca8.json +++ b/data/unsuccessful-reproductions/d33686550bba0dcc1dafa53524a4b9cc8867dca8.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.190.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d33a02148f97581bf8eeea15f853ff57903b1ec1.json b/data/unsuccessful-reproductions/d33a02148f97581bf8eeea15f853ff57903b1ec1.json index dd38fd50c33a..36a20e4cd48b 100644 --- a/data/unsuccessful-reproductions/d33a02148f97581bf8eeea15f853ff57903b1ec1.json +++ b/data/unsuccessful-reproductions/d33a02148f97581bf8eeea15f853ff57903b1ec1.json @@ -12,7 +12,10 @@ "previousVersion" : "6.11.0", "newVersion" : "7.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d35099780ee7fce02f255e6daa25a00fc81a7e38.json b/data/unsuccessful-reproductions/d35099780ee7fce02f255e6daa25a00fc81a7e38.json index 827ec93b1c2c..8c467cebc609 100644 --- a/data/unsuccessful-reproductions/d35099780ee7fce02f255e6daa25a00fc81a7e38.json +++ b/data/unsuccessful-reproductions/d35099780ee7fce02f255e6daa25a00fc81a7e38.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d364e633e1736e73a084f8bd139414ed728b04c1.json b/data/unsuccessful-reproductions/d364e633e1736e73a084f8bd139414ed728b04c1.json index 1601b371f748..0431cab480ed 100644 --- a/data/unsuccessful-reproductions/d364e633e1736e73a084f8bd139414ed728b04c1.json +++ b/data/unsuccessful-reproductions/d364e633e1736e73a084f8bd139414ed728b04c1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.116", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d3753d84c3dc9453ffe5b2c76f2ce931e07ebc7f.json b/data/unsuccessful-reproductions/d3753d84c3dc9453ffe5b2c76f2ce931e07ebc7f.json index 974b1533e428..da0b09af8075 100644 --- a/data/unsuccessful-reproductions/d3753d84c3dc9453ffe5b2c76f2ce931e07ebc7f.json +++ b/data/unsuccessful-reproductions/d3753d84c3dc9453ffe5b2c76f2ce931e07ebc7f.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d37befe001100fe7df6148c7440ff7e4fa70e146.json b/data/unsuccessful-reproductions/d37befe001100fe7df6148c7440ff7e4fa70e146.json index 8707ad62eba8..ab9cab9e301b 100644 --- a/data/unsuccessful-reproductions/d37befe001100fe7df6148c7440ff7e4fa70e146.json +++ b/data/unsuccessful-reproductions/d37befe001100fe7df6148c7440ff7e4fa70e146.json @@ -12,7 +12,10 @@ "previousVersion" : "0.12.6", "newVersion" : "0.12.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d3807aa46b1db4a9f1a4317e833417a43030ba70.json b/data/unsuccessful-reproductions/d3807aa46b1db4a9f1a4317e833417a43030ba70.json index 52a5ba5675a5..f244a056550a 100644 --- a/data/unsuccessful-reproductions/d3807aa46b1db4a9f1a4317e833417a43030ba70.json +++ b/data/unsuccessful-reproductions/d3807aa46b1db4a9f1a4317e833417a43030ba70.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "24.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Unlicense" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d380ff35ab5ce51f681bdd402f9a25e13905fe12.json b/data/unsuccessful-reproductions/d380ff35ab5ce51f681bdd402f9a25e13905fe12.json index 1a649baaa13b..498cd3dbbb31 100644 --- a/data/unsuccessful-reproductions/d380ff35ab5ce51f681bdd402f9a25e13905fe12.json +++ b/data/unsuccessful-reproductions/d380ff35ab5ce51f681bdd402f9a25e13905fe12.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.2", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d393ee9b69712d2694cea1b497108e5a12f2b969.json b/data/unsuccessful-reproductions/d393ee9b69712d2694cea1b497108e5a12f2b969.json index 3195304006b9..87431fdc4906 100644 --- a/data/unsuccessful-reproductions/d393ee9b69712d2694cea1b497108e5a12f2b969.json +++ b/data/unsuccessful-reproductions/d393ee9b69712d2694cea1b497108e5a12f2b969.json @@ -12,7 +12,10 @@ "previousVersion" : "27.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d39fbc6d5249876bec8df84bb63c82454bbaf4e9.json b/data/unsuccessful-reproductions/d39fbc6d5249876bec8df84bb63c82454bbaf4e9.json index 1330798bcb25..9be37e1efb34 100644 --- a/data/unsuccessful-reproductions/d39fbc6d5249876bec8df84bb63c82454bbaf4e9.json +++ b/data/unsuccessful-reproductions/d39fbc6d5249876bec8df84bb63c82454bbaf4e9.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d3a31712cdc7afe1b06758ff2c7fdf39c9f525af.json b/data/unsuccessful-reproductions/d3a31712cdc7afe1b06758ff2c7fdf39c9f525af.json index cdad2e4289d8..b34ea19713f7 100644 --- a/data/unsuccessful-reproductions/d3a31712cdc7afe1b06758ff2c7fdf39c9f525af.json +++ b/data/unsuccessful-reproductions/d3a31712cdc7afe1b06758ff2c7fdf39c9f525af.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d3b8666da0b16f2d1714bc8fbd14ff55f4e96558.json b/data/unsuccessful-reproductions/d3b8666da0b16f2d1714bc8fbd14ff55f4e96558.json index cdee1ae6ab16..df39826e581a 100644 --- a/data/unsuccessful-reproductions/d3b8666da0b16f2d1714bc8fbd14ff55f4e96558.json +++ b/data/unsuccessful-reproductions/d3b8666da0b16f2d1714bc8fbd14ff55f4e96558.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.63", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d3c1af9b01cae19cd4b1c424a446dee8325ec014.json b/data/unsuccessful-reproductions/d3c1af9b01cae19cd4b1c424a446dee8325ec014.json index 7acc78533fe5..e9bc4e18b967 100644 --- a/data/unsuccessful-reproductions/d3c1af9b01cae19cd4b1c424a446dee8325ec014.json +++ b/data/unsuccessful-reproductions/d3c1af9b01cae19cd4b1c424a446dee8325ec014.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d3f1b123a6e15673067016bdf4a91917b9690357.json b/data/unsuccessful-reproductions/d3f1b123a6e15673067016bdf4a91917b9690357.json index a4a322a4dfd8..cf7cb4245bbf 100644 --- a/data/unsuccessful-reproductions/d3f1b123a6e15673067016bdf4a91917b9690357.json +++ b/data/unsuccessful-reproductions/d3f1b123a6e15673067016bdf4a91917b9690357.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.279", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d3f34c7009cfca14b87092906003c4258676c03a.json b/data/unsuccessful-reproductions/d3f34c7009cfca14b87092906003c4258676c03a.json index 6fd044c2da5d..cb7c3d1245bd 100644 --- a/data/unsuccessful-reproductions/d3f34c7009cfca14b87092906003c4258676c03a.json +++ b/data/unsuccessful-reproductions/d3f34c7009cfca14b87092906003c4258676c03a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.6", "newVersion" : "3.8.7", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d3fec7ae0392f38ead1cb40d856dfccf5650c20f.json b/data/unsuccessful-reproductions/d3fec7ae0392f38ead1cb40d856dfccf5650c20f.json index 505a2983ab46..e925317277ad 100644 --- a/data/unsuccessful-reproductions/d3fec7ae0392f38ead1cb40d856dfccf5650c20f.json +++ b/data/unsuccessful-reproductions/d3fec7ae0392f38ead1cb40d856dfccf5650c20f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0-alpha2", "newVersion" : "1.0-alpha3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "ECL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d40b010107d266269cb73cc23587aa53e8013b8c.json b/data/unsuccessful-reproductions/d40b010107d266269cb73cc23587aa53e8013b8c.json index 0ac282749b8d..6743b48fbc17 100644 --- a/data/unsuccessful-reproductions/d40b010107d266269cb73cc23587aa53e8013b8c.json +++ b/data/unsuccessful-reproductions/d40b010107d266269cb73cc23587aa53e8013b8c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-M5", "newVersion" : "3.0.0-M6", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d40f371d67307c0b7319159b323fcea1b146c51a.json b/data/unsuccessful-reproductions/d40f371d67307c0b7319159b323fcea1b146c51a.json index f797cc394cd9..63880498dc6e 100644 --- a/data/unsuccessful-reproductions/d40f371d67307c0b7319159b323fcea1b146c51a.json +++ b/data/unsuccessful-reproductions/d40f371d67307c0b7319159b323fcea1b146c51a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.1", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d4163d412365b211a884f0841ff6a3513da3c096.json b/data/unsuccessful-reproductions/d4163d412365b211a884f0841ff6a3513da3c096.json index def0e91e91d0..43ae42768475 100644 --- a/data/unsuccessful-reproductions/d4163d412365b211a884f0841ff6a3513da3c096.json +++ b/data/unsuccessful-reproductions/d4163d412365b211a884f0841ff6a3513da3c096.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d41f8582b4095503ae48bbfe1ed32ba303c94af1.json b/data/unsuccessful-reproductions/d41f8582b4095503ae48bbfe1ed32ba303c94af1.json index 18775cbc6ffc..d7c0b94050fd 100644 --- a/data/unsuccessful-reproductions/d41f8582b4095503ae48bbfe1ed32ba303c94af1.json +++ b/data/unsuccessful-reproductions/d41f8582b4095503ae48bbfe1ed32ba303c94af1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.261", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d4226574dfd65221a49cb4e31a27d0588b23963a.json b/data/unsuccessful-reproductions/d4226574dfd65221a49cb4e31a27d0588b23963a.json index 9d3d35095f8d..89d1363c1542 100644 --- a/data/unsuccessful-reproductions/d4226574dfd65221a49cb4e31a27d0588b23963a.json +++ b/data/unsuccessful-reproductions/d4226574dfd65221a49cb4e31a27d0588b23963a.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "9.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d42796d0bba6448c6a099a9761f12d71d82fee38.json b/data/unsuccessful-reproductions/d42796d0bba6448c6a099a9761f12d71d82fee38.json index 3f840855e7dc..2352683cef77 100644 --- a/data/unsuccessful-reproductions/d42796d0bba6448c6a099a9761f12d71d82fee38.json +++ b/data/unsuccessful-reproductions/d42796d0bba6448c6a099a9761f12d71d82fee38.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.94", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d43c6a4ee477c260ba5aa914327db2ce5962bb8f.json b/data/unsuccessful-reproductions/d43c6a4ee477c260ba5aa914327db2ce5962bb8f.json index 1fb2653b22eb..3366a5175ad1 100644 --- a/data/unsuccessful-reproductions/d43c6a4ee477c260ba5aa914327db2ce5962bb8f.json +++ b/data/unsuccessful-reproductions/d43c6a4ee477c260ba5aa914327db2ce5962bb8f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d4545aaad5f1b5fd34701f849d867518c8e111c1.json b/data/unsuccessful-reproductions/d4545aaad5f1b5fd34701f849d867518c8e111c1.json index 927583f14ac3..c6e2fbe9195e 100644 --- a/data/unsuccessful-reproductions/d4545aaad5f1b5fd34701f849d867518c8e111c1.json +++ b/data/unsuccessful-reproductions/d4545aaad5f1b5fd34701f849d867518c8e111c1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.102", "newVersion" : "1.103", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d45e029554a4a9f3dc421be2a61e167554459c7a.json b/data/unsuccessful-reproductions/d45e029554a4a9f3dc421be2a61e167554459c7a.json index 33a88fffe9c0..f29049b86eec 100644 --- a/data/unsuccessful-reproductions/d45e029554a4a9f3dc421be2a61e167554459c7a.json +++ b/data/unsuccessful-reproductions/d45e029554a4a9f3dc421be2a61e167554459c7a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.9", "newVersion" : "2.9.10.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d460ca2caa0a38a08ee0d2a31f7f8a64992cf3d3.json b/data/unsuccessful-reproductions/d460ca2caa0a38a08ee0d2a31f7f8a64992cf3d3.json index 1871e3a2d000..cb26ffa05c77 100644 --- a/data/unsuccessful-reproductions/d460ca2caa0a38a08ee0d2a31f7f8a64992cf3d3.json +++ b/data/unsuccessful-reproductions/d460ca2caa0a38a08ee0d2a31f7f8a64992cf3d3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d4618692845ff4c5f268a6117ce127ca53aa1441.json b/data/unsuccessful-reproductions/d4618692845ff4c5f268a6117ce127ca53aa1441.json index 5a0cc67fd6ac..74146c7ce4ea 100644 --- a/data/unsuccessful-reproductions/d4618692845ff4c5f268a6117ce127ca53aa1441.json +++ b/data/unsuccessful-reproductions/d4618692845ff4c5f268a6117ce127ca53aa1441.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.2", "newVersion" : "3.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d46932c21d520edb8c97069db80c8d18c8215557.json b/data/unsuccessful-reproductions/d46932c21d520edb8c97069db80c8d18c8215557.json index c05ff489942f..d8cc6cb86e60 100644 --- a/data/unsuccessful-reproductions/d46932c21d520edb8c97069db80c8d18c8215557.json +++ b/data/unsuccessful-reproductions/d46932c21d520edb8c97069db80c8d18c8215557.json @@ -12,7 +12,10 @@ "previousVersion" : "1.108", "newVersion" : "1.109", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d46c7d5ba2ae2a37e86445e8f964b0179ed2ab1a.json b/data/unsuccessful-reproductions/d46c7d5ba2ae2a37e86445e8f964b0179ed2ab1a.json index 2fbab3549941..b63ee6b00ec2 100644 --- a/data/unsuccessful-reproductions/d46c7d5ba2ae2a37e86445e8f964b0179ed2ab1a.json +++ b/data/unsuccessful-reproductions/d46c7d5ba2ae2a37e86445e8f964b0179ed2ab1a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d46d57da44e89b252920d1a3409b44852d0fe68d.json b/data/unsuccessful-reproductions/d46d57da44e89b252920d1a3409b44852d0fe68d.json index ebd625683c79..8e0eb958d616 100644 --- a/data/unsuccessful-reproductions/d46d57da44e89b252920d1a3409b44852d0fe68d.json +++ b/data/unsuccessful-reproductions/d46d57da44e89b252920d1a3409b44852d0fe68d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d491eb724a9201cde11a5572f574e0fa860a9185.json b/data/unsuccessful-reproductions/d491eb724a9201cde11a5572f574e0fa860a9185.json index ff0d3d73f79e..94215fcda3f8 100644 --- a/data/unsuccessful-reproductions/d491eb724a9201cde11a5572f574e0fa860a9185.json +++ b/data/unsuccessful-reproductions/d491eb724a9201cde11a5572f574e0fa860a9185.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.36", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "WTFPL" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d49aba3275b2d1295d3b7ed30de794b57aee8afe.json b/data/unsuccessful-reproductions/d49aba3275b2d1295d3b7ed30de794b57aee8afe.json index 23f61efce9b2..c3bcc688ff45 100644 --- a/data/unsuccessful-reproductions/d49aba3275b2d1295d3b7ed30de794b57aee8afe.json +++ b/data/unsuccessful-reproductions/d49aba3275b2d1295d3b7ed30de794b57aee8afe.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.5", "newVersion" : "3.8.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d4a40093c505f368c4cacedf2a14e3874f8501c8.json b/data/unsuccessful-reproductions/d4a40093c505f368c4cacedf2a14e3874f8501c8.json index 66acefc47520..ebeb34865586 100644 --- a/data/unsuccessful-reproductions/d4a40093c505f368c4cacedf2a14e3874f8501c8.json +++ b/data/unsuccessful-reproductions/d4a40093c505f368c4cacedf2a14e3874f8501c8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11", "newVersion" : "707.v71c3f0a_6ccdb_", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d4b163cc3990f2a57d57e3d0516d482136e18e18.json b/data/unsuccessful-reproductions/d4b163cc3990f2a57d57e3d0516d482136e18e18.json index 2b5d91f2c088..20c328e7161c 100644 --- a/data/unsuccessful-reproductions/d4b163cc3990f2a57d57e3d0516d482136e18e18.json +++ b/data/unsuccessful-reproductions/d4b163cc3990f2a57d57e3d0516d482136e18e18.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.23", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d4cd61ca0ede5f3b013b85e37d61e5ce13408153.json b/data/unsuccessful-reproductions/d4cd61ca0ede5f3b013b85e37d61e5ce13408153.json index 05140fcc649b..25a57adc0adb 100644 --- a/data/unsuccessful-reproductions/d4cd61ca0ede5f3b013b85e37d61e5ce13408153.json +++ b/data/unsuccessful-reproductions/d4cd61ca0ede5f3b013b85e37d61e5ce13408153.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.3", "newVersion" : "3.13.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d4e783906d4a7d5942e0b76c7d0d5120e780b1ba.json b/data/unsuccessful-reproductions/d4e783906d4a7d5942e0b76c7d0d5120e780b1ba.json index 65a4b20fd892..a9b48688676d 100644 --- a/data/unsuccessful-reproductions/d4e783906d4a7d5942e0b76c7d0d5120e780b1ba.json +++ b/data/unsuccessful-reproductions/d4e783906d4a7d5942e0b76c7d0d5120e780b1ba.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.24", "newVersion" : "2.18.30", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d4eb2cc89c387af207d1fcd2a877258677adb227.json b/data/unsuccessful-reproductions/d4eb2cc89c387af207d1fcd2a877258677adb227.json index 263ba4fe5edc..d90bc506c0c6 100644 --- a/data/unsuccessful-reproductions/d4eb2cc89c387af207d1fcd2a877258677adb227.json +++ b/data/unsuccessful-reproductions/d4eb2cc89c387af207d1fcd2a877258677adb227.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d4f04e7b1cd3b446e8b9eed20eee740b2c5537c7.json b/data/unsuccessful-reproductions/d4f04e7b1cd3b446e8b9eed20eee740b2c5537c7.json index 983b170d023c..28e2c49fec12 100644 --- a/data/unsuccessful-reproductions/d4f04e7b1cd3b446e8b9eed20eee740b2c5537c7.json +++ b/data/unsuccessful-reproductions/d4f04e7b1cd3b446e8b9eed20eee740b2c5537c7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.72", "newVersion" : "1.75", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d50321db3f69012b445b5ca7e2f8a9275ba41b1c.json b/data/unsuccessful-reproductions/d50321db3f69012b445b5ca7e2f8a9275ba41b1c.json index 667d14e7351a..a678cb3f6c6f 100644 --- a/data/unsuccessful-reproductions/d50321db3f69012b445b5ca7e2f8a9275ba41b1c.json +++ b/data/unsuccessful-reproductions/d50321db3f69012b445b5ca7e2f8a9275ba41b1c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d50750e84a8b59b3a4aca2522b3377a4978a8263.json b/data/unsuccessful-reproductions/d50750e84a8b59b3a4aca2522b3377a4978a8263.json index 3747d701c7bb..b36726845c1c 100644 --- a/data/unsuccessful-reproductions/d50750e84a8b59b3a4aca2522b3377a4978a8263.json +++ b/data/unsuccessful-reproductions/d50750e84a8b59b3a4aca2522b3377a4978a8263.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.2", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "ECL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d518ffd0380417a9876fe5f9011d2abb4b9b34e7.json b/data/unsuccessful-reproductions/d518ffd0380417a9876fe5f9011d2abb4b9b34e7.json index db8e5793137a..234e60543d51 100644 --- a/data/unsuccessful-reproductions/d518ffd0380417a9876fe5f9011d2abb4b9b34e7.json +++ b/data/unsuccessful-reproductions/d518ffd0380417a9876fe5f9011d2abb4b9b34e7.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.1", "newVersion" : "4.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d51c345ef53ddf1bea99aea0510defd900847241.json b/data/unsuccessful-reproductions/d51c345ef53ddf1bea99aea0510defd900847241.json index 7cbc6d7c50f6..16bab785ff34 100644 --- a/data/unsuccessful-reproductions/d51c345ef53ddf1bea99aea0510defd900847241.json +++ b/data/unsuccessful-reproductions/d51c345ef53ddf1bea99aea0510defd900847241.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d5482f5114dca140dec617557ff996195afa0b33.json b/data/unsuccessful-reproductions/d5482f5114dca140dec617557ff996195afa0b33.json index 1c09c53ed96f..1b5801e8efe2 100644 --- a/data/unsuccessful-reproductions/d5482f5114dca140dec617557ff996195afa0b33.json +++ b/data/unsuccessful-reproductions/d5482f5114dca140dec617557ff996195afa0b33.json @@ -12,7 +12,10 @@ "previousVersion" : "6.11", "newVersion" : "7.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d556ee107274687bb0c0d9219c26d2310ba95ff0.json b/data/unsuccessful-reproductions/d556ee107274687bb0c0d9219c26d2310ba95ff0.json index 3e320383cd28..c468952f52e4 100644 --- a/data/unsuccessful-reproductions/d556ee107274687bb0c0d9219c26d2310ba95ff0.json +++ b/data/unsuccessful-reproductions/d556ee107274687bb0c0d9219c26d2310ba95ff0.json @@ -13,7 +13,10 @@ "newVersion" : "0.202.0", "dependencyScope" : "import", "versionUpdateType" : "minor", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d5668366297937e48eeb23303dade672ed7c59de.json b/data/unsuccessful-reproductions/d5668366297937e48eeb23303dade672ed7c59de.json index 9703edcf5db8..b6f6097f0823 100644 --- a/data/unsuccessful-reproductions/d5668366297937e48eeb23303dade672ed7c59de.json +++ b/data/unsuccessful-reproductions/d5668366297937e48eeb23303dade672ed7c59de.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6", "newVersion" : "1.8.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d569ab30175c592eaeb474938787e62475d25ec5.json b/data/unsuccessful-reproductions/d569ab30175c592eaeb474938787e62475d25ec5.json index f26cb72142a6..0e1586eb5294 100644 --- a/data/unsuccessful-reproductions/d569ab30175c592eaeb474938787e62475d25ec5.json +++ b/data/unsuccessful-reproductions/d569ab30175c592eaeb474938787e62475d25ec5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.50.1", "newVersion" : "1.50.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d57b66b9f55d9adeffb23770fcbdfd992acbf79f.json b/data/unsuccessful-reproductions/d57b66b9f55d9adeffb23770fcbdfd992acbf79f.json index beae229aa380..b326c0b3a4bf 100644 --- a/data/unsuccessful-reproductions/d57b66b9f55d9adeffb23770fcbdfd992acbf79f.json +++ b/data/unsuccessful-reproductions/d57b66b9f55d9adeffb23770fcbdfd992acbf79f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.24.1", "newVersion" : "3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d5863bb0947e460c24714aafe428d30dbf5a02f8.json b/data/unsuccessful-reproductions/d5863bb0947e460c24714aafe428d30dbf5a02f8.json index 243d103016f1..ee246113bc83 100644 --- a/data/unsuccessful-reproductions/d5863bb0947e460c24714aafe428d30dbf5a02f8.json +++ b/data/unsuccessful-reproductions/d5863bb0947e460c24714aafe428d30dbf5a02f8.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d58951f6b1bd4ec7e04e39c19ddfaa8337094114.json b/data/unsuccessful-reproductions/d58951f6b1bd4ec7e04e39c19ddfaa8337094114.json index eedb6ef6858c..4b46012fb981 100644 --- a/data/unsuccessful-reproductions/d58951f6b1bd4ec7e04e39c19ddfaa8337094114.json +++ b/data/unsuccessful-reproductions/d58951f6b1bd4ec7e04e39c19ddfaa8337094114.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.441", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d593b46e1f76ce52ef6ec80bda4394c25e96e811.json b/data/unsuccessful-reproductions/d593b46e1f76ce52ef6ec80bda4394c25e96e811.json index 9a0fddf5ec97..f888d88895a2 100644 --- a/data/unsuccessful-reproductions/d593b46e1f76ce52ef6ec80bda4394c25e96e811.json +++ b/data/unsuccessful-reproductions/d593b46e1f76ce52ef6ec80bda4394c25e96e811.json @@ -12,7 +12,10 @@ "previousVersion" : "1.29", "newVersion" : "1.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d59b1b3ec9e9fd88316c1e89550410350f3d918b.json b/data/unsuccessful-reproductions/d59b1b3ec9e9fd88316c1e89550410350f3d918b.json index b5e26c211ef6..5e3bd2eb0171 100644 --- a/data/unsuccessful-reproductions/d59b1b3ec9e9fd88316c1e89550410350f3d918b.json +++ b/data/unsuccessful-reproductions/d59b1b3ec9e9fd88316c1e89550410350f3d918b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.244", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d5aba9dc5f5905e9aed266343f81e2b63f7aa275.json b/data/unsuccessful-reproductions/d5aba9dc5f5905e9aed266343f81e2b63f7aa275.json index 28cbc2c65ee9..3875bedd6c84 100644 --- a/data/unsuccessful-reproductions/d5aba9dc5f5905e9aed266343f81e2b63f7aa275.json +++ b/data/unsuccessful-reproductions/d5aba9dc5f5905e9aed266343f81e2b63f7aa275.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.245", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d5af5126af76049b44bbf922006ed9b1be014e08.json b/data/unsuccessful-reproductions/d5af5126af76049b44bbf922006ed9b1be014e08.json index 6487b22228e7..5603c4b71d85 100644 --- a/data/unsuccessful-reproductions/d5af5126af76049b44bbf922006ed9b1be014e08.json +++ b/data/unsuccessful-reproductions/d5af5126af76049b44bbf922006ed9b1be014e08.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.1", "newVersion" : "1.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d5b1325dd19e6c5fd7b314615220e3149edbb149.json b/data/unsuccessful-reproductions/d5b1325dd19e6c5fd7b314615220e3149edbb149.json index 32af199ce247..e20a39e7614a 100644 --- a/data/unsuccessful-reproductions/d5b1325dd19e6c5fd7b314615220e3149edbb149.json +++ b/data/unsuccessful-reproductions/d5b1325dd19e6c5fd7b314615220e3149edbb149.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.9", "newVersion" : "1.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d5d0e21bbe32b709af8cdcfc59a96abacd042f4a.json b/data/unsuccessful-reproductions/d5d0e21bbe32b709af8cdcfc59a96abacd042f4a.json index 8019efea0a46..c6486ccc5af1 100644 --- a/data/unsuccessful-reproductions/d5d0e21bbe32b709af8cdcfc59a96abacd042f4a.json +++ b/data/unsuccessful-reproductions/d5d0e21bbe32b709af8cdcfc59a96abacd042f4a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.26", "newVersion" : "1.32", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d5d39590e6bc3ee4e2f1b596745cbbc483d0cddd.json b/data/unsuccessful-reproductions/d5d39590e6bc3ee4e2f1b596745cbbc483d0cddd.json index 4b7893a613a3..9f957cf5f492 100644 --- a/data/unsuccessful-reproductions/d5d39590e6bc3ee4e2f1b596745cbbc483d0cddd.json +++ b/data/unsuccessful-reproductions/d5d39590e6bc3ee4e2f1b596745cbbc483d0cddd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.91", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d5ddf410590849d6183256bbc4facdb500c6eb2f.json b/data/unsuccessful-reproductions/d5ddf410590849d6183256bbc4facdb500c6eb2f.json index 6972d5b6694a..e8c5143f7a4c 100644 --- a/data/unsuccessful-reproductions/d5ddf410590849d6183256bbc4facdb500c6eb2f.json +++ b/data/unsuccessful-reproductions/d5ddf410590849d6183256bbc4facdb500c6eb2f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "9.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d5f1054d0a75bf666041781027a10237c879bec4.json b/data/unsuccessful-reproductions/d5f1054d0a75bf666041781027a10237c879bec4.json index 839fa9c65967..f5353ef801fd 100644 --- a/data/unsuccessful-reproductions/d5f1054d0a75bf666041781027a10237c879bec4.json +++ b/data/unsuccessful-reproductions/d5f1054d0a75bf666041781027a10237c879bec4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0-M2", "newVersion" : "2.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d60a37679368ae785f7410784c85a551159f6f4f.json b/data/unsuccessful-reproductions/d60a37679368ae785f7410784c85a551159f6f4f.json index 3e91dc91e599..8e84d3e29e14 100644 --- a/data/unsuccessful-reproductions/d60a37679368ae785f7410784c85a551159f6f4f.json +++ b/data/unsuccessful-reproductions/d60a37679368ae785f7410784c85a551159f6f4f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d62b27b47b347fca0f359f0043e037fff9d4439e.json b/data/unsuccessful-reproductions/d62b27b47b347fca0f359f0043e037fff9d4439e.json index 61ecee29fffd..dd2445cd7190 100644 --- a/data/unsuccessful-reproductions/d62b27b47b347fca0f359f0043e037fff9d4439e.json +++ b/data/unsuccessful-reproductions/d62b27b47b347fca0f359f0043e037fff9d4439e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d633bfb15d1ac27b359ef82902e97a10ec2f689e.json b/data/unsuccessful-reproductions/d633bfb15d1ac27b359ef82902e97a10ec2f689e.json index 2cf322cd3ac3..2a1a010d685a 100644 --- a/data/unsuccessful-reproductions/d633bfb15d1ac27b359ef82902e97a10ec2f689e.json +++ b/data/unsuccessful-reproductions/d633bfb15d1ac27b359ef82902e97a10ec2f689e.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6397bcb04d70d697692f8f3d604070adb98f35b.json b/data/unsuccessful-reproductions/d6397bcb04d70d697692f8f3d604070adb98f35b.json index 099cf29bd923..1bfa935d69aa 100644 --- a/data/unsuccessful-reproductions/d6397bcb04d70d697692f8f3d604070adb98f35b.json +++ b/data/unsuccessful-reproductions/d6397bcb04d70d697692f8f3d604070adb98f35b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.13", "newVersion" : "3.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d63cd2b88064ae4bd6ce96e146e09632bec56f9b.json b/data/unsuccessful-reproductions/d63cd2b88064ae4bd6ce96e146e09632bec56f9b.json index df77da9bf539..c52dcd9a6a3d 100644 --- a/data/unsuccessful-reproductions/d63cd2b88064ae4bd6ce96e146e09632bec56f9b.json +++ b/data/unsuccessful-reproductions/d63cd2b88064ae4bd6ce96e146e09632bec56f9b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.0", "newVersion" : "2.3.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d648874736fc9640fe19e78e4cd1dfde6d844e1a.json b/data/unsuccessful-reproductions/d648874736fc9640fe19e78e4cd1dfde6d844e1a.json index f20f2102e5bd..3b4c0f630f42 100644 --- a/data/unsuccessful-reproductions/d648874736fc9640fe19e78e4cd1dfde6d844e1a.json +++ b/data/unsuccessful-reproductions/d648874736fc9640fe19e78e4cd1dfde6d844e1a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.29.0", "newVersion" : "3.30.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d64e2060e6c44eed1b0209e0fa1ddb5f58da524c.json b/data/unsuccessful-reproductions/d64e2060e6c44eed1b0209e0fa1ddb5f58da524c.json index 63b1faa738e7..6ee0ae14cf76 100644 --- a/data/unsuccessful-reproductions/d64e2060e6c44eed1b0209e0fa1ddb5f58da524c.json +++ b/data/unsuccessful-reproductions/d64e2060e6c44eed1b0209e0fa1ddb5f58da524c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.112", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6500697a7ef1d562f2f60195766d700883a67c2.json b/data/unsuccessful-reproductions/d6500697a7ef1d562f2f60195766d700883a67c2.json index cb3a646e83d4..861d881b6d95 100644 --- a/data/unsuccessful-reproductions/d6500697a7ef1d562f2f60195766d700883a67c2.json +++ b/data/unsuccessful-reproductions/d6500697a7ef1d562f2f60195766d700883a67c2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.36", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d65ae4bd70729ba1c5778c183e1afb1ff95c9618.json b/data/unsuccessful-reproductions/d65ae4bd70729ba1c5778c183e1afb1ff95c9618.json index 0b66627c79da..1d7c8ddb65fb 100644 --- a/data/unsuccessful-reproductions/d65ae4bd70729ba1c5778c183e1afb1ff95c9618.json +++ b/data/unsuccessful-reproductions/d65ae4bd70729ba1c5778c183e1afb1ff95c9618.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.3", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d65f34fb8a7f0001eb7cb1cb8b088e81dcb18fbb.json b/data/unsuccessful-reproductions/d65f34fb8a7f0001eb7cb1cb8b088e81dcb18fbb.json index 4244f1eb0d33..cf48fb3c68d2 100644 --- a/data/unsuccessful-reproductions/d65f34fb8a7f0001eb7cb1cb8b088e81dcb18fbb.json +++ b/data/unsuccessful-reproductions/d65f34fb8a7f0001eb7cb1cb8b088e81dcb18fbb.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.9", "newVersion" : "4.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6685dcd3964828cb0baef4d09a71dc99769f9a0.json b/data/unsuccessful-reproductions/d6685dcd3964828cb0baef4d09a71dc99769f9a0.json index 81d92e764bbb..58c519508ed9 100644 --- a/data/unsuccessful-reproductions/d6685dcd3964828cb0baef4d09a71dc99769f9a0.json +++ b/data/unsuccessful-reproductions/d6685dcd3964828cb0baef4d09a71dc99769f9a0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.14-01", "newVersion" : "3.0.8-01", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d67d68a14b7fe2bf9c5ad100702ce54cdc072993.json b/data/unsuccessful-reproductions/d67d68a14b7fe2bf9c5ad100702ce54cdc072993.json index 719a726557a0..c36b45eef6d9 100644 --- a/data/unsuccessful-reproductions/d67d68a14b7fe2bf9c5ad100702ce54cdc072993.json +++ b/data/unsuccessful-reproductions/d67d68a14b7fe2bf9c5ad100702ce54cdc072993.json @@ -12,7 +12,10 @@ "previousVersion" : "2021.12.28", "newVersion" : "2022.02.05", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d687d559232706e584e25c41d16be703b3ee84a1.json b/data/unsuccessful-reproductions/d687d559232706e584e25c41d16be703b3ee84a1.json index bb352aa2e012..ef19e9ee9a7e 100644 --- a/data/unsuccessful-reproductions/d687d559232706e584e25c41d16be703b3ee84a1.json +++ b/data/unsuccessful-reproductions/d687d559232706e584e25c41d16be703b3ee84a1.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "22.2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "UPL-1.0", + "githubRepoSlug" : "oracle/graaljs" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d691f9080ecb2c29064185f3c9f0cec0ec109905.json b/data/unsuccessful-reproductions/d691f9080ecb2c29064185f3c9f0cec0ec109905.json index dced0ca83f2f..09dc3961ead3 100644 --- a/data/unsuccessful-reproductions/d691f9080ecb2c29064185f3c9f0cec0ec109905.json +++ b/data/unsuccessful-reproductions/d691f9080ecb2c29064185f3c9f0cec0ec109905.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6a9c4f7cefa9ee18a8fcb4a2f1866c6fb4178b6.json b/data/unsuccessful-reproductions/d6a9c4f7cefa9ee18a8fcb4a2f1866c6fb4178b6.json index aa1692ab5303..119fe5ac0a52 100644 --- a/data/unsuccessful-reproductions/d6a9c4f7cefa9ee18a8fcb4a2f1866c6fb4178b6.json +++ b/data/unsuccessful-reproductions/d6a9c4f7cefa9ee18a8fcb4a2f1866c6fb4178b6.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.4", "newVersion" : "5.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6c5f27278b733fd9348a55accb7431a58328d35.json b/data/unsuccessful-reproductions/d6c5f27278b733fd9348a55accb7431a58328d35.json index c5e4f83e6aef..2f83121077e0 100644 --- a/data/unsuccessful-reproductions/d6c5f27278b733fd9348a55accb7431a58328d35.json +++ b/data/unsuccessful-reproductions/d6c5f27278b733fd9348a55accb7431a58328d35.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.490", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6c7b0092fc6919b6445f17407aa0393b96d38ff.json b/data/unsuccessful-reproductions/d6c7b0092fc6919b6445f17407aa0393b96d38ff.json index c0e520ebf0f3..73f1f933a50b 100644 --- a/data/unsuccessful-reproductions/d6c7b0092fc6919b6445f17407aa0393b96d38ff.json +++ b/data/unsuccessful-reproductions/d6c7b0092fc6919b6445f17407aa0393b96d38ff.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.3", "newVersion" : "1.15.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6d9e4b2bb3695504b00c9bd92b9ce4fe134e102.json b/data/unsuccessful-reproductions/d6d9e4b2bb3695504b00c9bd92b9ce4fe134e102.json index 1843bce7d3cc..963dac331251 100644 --- a/data/unsuccessful-reproductions/d6d9e4b2bb3695504b00c9bd92b9ce4fe134e102.json +++ b/data/unsuccessful-reproductions/d6d9e4b2bb3695504b00c9bd92b9ce4fe134e102.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.1", "newVersion" : "2.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6e013dac8ab2fb4d9372aa2c200fa5cc70bf6a2.json b/data/unsuccessful-reproductions/d6e013dac8ab2fb4d9372aa2c200fa5cc70bf6a2.json index 495300270ae6..62141e306323 100644 --- a/data/unsuccessful-reproductions/d6e013dac8ab2fb4d9372aa2c200fa5cc70bf6a2.json +++ b/data/unsuccessful-reproductions/d6e013dac8ab2fb4d9372aa2c200fa5cc70bf6a2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "20030203.000550", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6e2b12d187eddb52fc22db84978e5c22d0d85d9.json b/data/unsuccessful-reproductions/d6e2b12d187eddb52fc22db84978e5c22d0d85d9.json index d8482dc73322..56b23a98fea4 100644 --- a/data/unsuccessful-reproductions/d6e2b12d187eddb52fc22db84978e5c22d0d85d9.json +++ b/data/unsuccessful-reproductions/d6e2b12d187eddb52fc22db84978e5c22d0d85d9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6e70547bac44fd30d9e8c064118c59b8f8c42b2.json b/data/unsuccessful-reproductions/d6e70547bac44fd30d9e8c064118c59b8f8c42b2.json index 2e05d77f76f8..0c37c194ffd2 100644 --- a/data/unsuccessful-reproductions/d6e70547bac44fd30d9e8c064118c59b8f8c42b2.json +++ b/data/unsuccessful-reproductions/d6e70547bac44fd30d9e8c064118c59b8f8c42b2.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d6f08ace0349327b1d3906e9e9cea791b1c473f1.json b/data/unsuccessful-reproductions/d6f08ace0349327b1d3906e9e9cea791b1c473f1.json index 60ed34432731..22624b934030 100644 --- a/data/unsuccessful-reproductions/d6f08ace0349327b1d3906e9e9cea791b1c473f1.json +++ b/data/unsuccessful-reproductions/d6f08ace0349327b1d3906e9e9cea791b1c473f1.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10.0", "newVersion" : "4.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d712c8f085b2cbfc8f944763c2a5eadf5afa6e63.json b/data/unsuccessful-reproductions/d712c8f085b2cbfc8f944763c2a5eadf5afa6e63.json index 3a56960a81f6..be4fae955def 100644 --- a/data/unsuccessful-reproductions/d712c8f085b2cbfc8f944763c2a5eadf5afa6e63.json +++ b/data/unsuccessful-reproductions/d712c8f085b2cbfc8f944763c2a5eadf5afa6e63.json @@ -12,7 +12,10 @@ "previousVersion" : "cece086081", "newVersion" : "1.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d71b68a6161113be014d8e4639dbde28072a21c6.json b/data/unsuccessful-reproductions/d71b68a6161113be014d8e4639dbde28072a21c6.json index 4a5137673718..6a0594c09a3d 100644 --- a/data/unsuccessful-reproductions/d71b68a6161113be014d8e4639dbde28072a21c6.json +++ b/data/unsuccessful-reproductions/d71b68a6161113be014d8e4639dbde28072a21c6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.210", "newVersion" : "2.2.220", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d71fb6eabbfab5b9f591a4ce41840ed87b66342d.json b/data/unsuccessful-reproductions/d71fb6eabbfab5b9f591a4ce41840ed87b66342d.json index 93f74cef9778..19057e0d37ad 100644 --- a/data/unsuccessful-reproductions/d71fb6eabbfab5b9f591a4ce41840ed87b66342d.json +++ b/data/unsuccessful-reproductions/d71fb6eabbfab5b9f591a4ce41840ed87b66342d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d72b1f0a99608378cc6cfe475820e692c1815562.json b/data/unsuccessful-reproductions/d72b1f0a99608378cc6cfe475820e692c1815562.json index b542359f50f2..fce8d6ec1d1f 100644 --- a/data/unsuccessful-reproductions/d72b1f0a99608378cc6cfe475820e692c1815562.json +++ b/data/unsuccessful-reproductions/d72b1f0a99608378cc6cfe475820e692c1815562.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.16", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d72d4f6e9c6dbe513eb59c960813cf353a1607c6.json b/data/unsuccessful-reproductions/d72d4f6e9c6dbe513eb59c960813cf353a1607c6.json index 5f80cc685fa4..d8603f4e7115 100644 --- a/data/unsuccessful-reproductions/d72d4f6e9c6dbe513eb59c960813cf353a1607c6.json +++ b/data/unsuccessful-reproductions/d72d4f6e9c6dbe513eb59c960813cf353a1607c6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.31", "newVersion" : "2.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d7417f4bb46b32831741c6ddaa69f9e6c1b369ec.json b/data/unsuccessful-reproductions/d7417f4bb46b32831741c6ddaa69f9e6c1b369ec.json index cf871f0ea689..4519863e4c35 100644 --- a/data/unsuccessful-reproductions/d7417f4bb46b32831741c6ddaa69f9e6c1b369ec.json +++ b/data/unsuccessful-reproductions/d7417f4bb46b32831741c6ddaa69f9e6c1b369ec.json @@ -12,7 +12,10 @@ "previousVersion" : "4.4.0", "newVersion" : "5.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d76d4e854350fa82144ba260170b3508da172b7e.json b/data/unsuccessful-reproductions/d76d4e854350fa82144ba260170b3508da172b7e.json index 134236330ac1..84a1362c9879 100644 --- a/data/unsuccessful-reproductions/d76d4e854350fa82144ba260170b3508da172b7e.json +++ b/data/unsuccessful-reproductions/d76d4e854350fa82144ba260170b3508da172b7e.json @@ -12,7 +12,10 @@ "previousVersion" : "8.14", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d7777d81bb20ebd2be194cc66f5648b43d82e21a.json b/data/unsuccessful-reproductions/d7777d81bb20ebd2be194cc66f5648b43d82e21a.json index 4bdbcff57ca4..9e98647fc0f0 100644 --- a/data/unsuccessful-reproductions/d7777d81bb20ebd2be194cc66f5648b43d82e21a.json +++ b/data/unsuccessful-reproductions/d7777d81bb20ebd2be194cc66f5648b43d82e21a.json @@ -12,7 +12,10 @@ "previousVersion" : "25.3.0", "newVersion" : "25.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d783c5f43f45bcd3108db628eeed935ba54a8898.json b/data/unsuccessful-reproductions/d783c5f43f45bcd3108db628eeed935ba54a8898.json index 0dacb9399b66..f9f72f41ed85 100644 --- a/data/unsuccessful-reproductions/d783c5f43f45bcd3108db628eeed935ba54a8898.json +++ b/data/unsuccessful-reproductions/d783c5f43f45bcd3108db628eeed935ba54a8898.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.199", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d7a9012bab1801749e7bb193e3ee644d214ef66f.json b/data/unsuccessful-reproductions/d7a9012bab1801749e7bb193e3ee644d214ef66f.json index 091940c56814..bdd423abadca 100644 --- a/data/unsuccessful-reproductions/d7a9012bab1801749e7bb193e3ee644d214ef66f.json +++ b/data/unsuccessful-reproductions/d7a9012bab1801749e7bb193e3ee644d214ef66f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.7", "newVersion" : "3.13.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d7be8d0616d5c4a5dcf1879659fb718a8c442cda.json b/data/unsuccessful-reproductions/d7be8d0616d5c4a5dcf1879659fb718a8c442cda.json index 612e0b7c2bb7..a30630274c68 100644 --- a/data/unsuccessful-reproductions/d7be8d0616d5c4a5dcf1879659fb718a8c442cda.json +++ b/data/unsuccessful-reproductions/d7be8d0616d5c4a5dcf1879659fb718a8c442cda.json @@ -12,7 +12,10 @@ "previousVersion" : "5.8.2", "newVersion" : "5.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "junit-team/junit5" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d7c226f2c718c048576a778be99f3afb65d8b76a.json b/data/unsuccessful-reproductions/d7c226f2c718c048576a778be99f3afb65d8b76a.json index ac63a0734ad2..840c002a8e4c 100644 --- a/data/unsuccessful-reproductions/d7c226f2c718c048576a778be99f3afb65d8b76a.json +++ b/data/unsuccessful-reproductions/d7c226f2c718c048576a778be99f3afb65d8b76a.json @@ -12,7 +12,10 @@ "previousVersion" : "8.18", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d7e51f73a0b9c70963dacbda44618fb039788abc.json b/data/unsuccessful-reproductions/d7e51f73a0b9c70963dacbda44618fb039788abc.json index 6cf3ed4dcfdc..79ad4d8268c8 100644 --- a/data/unsuccessful-reproductions/d7e51f73a0b9c70963dacbda44618fb039788abc.json +++ b/data/unsuccessful-reproductions/d7e51f73a0b9c70963dacbda44618fb039788abc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.2", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d7eec7b56f8408e3539cb401e00151b01dcb6dfb.json b/data/unsuccessful-reproductions/d7eec7b56f8408e3539cb401e00151b01dcb6dfb.json index b51283880c55..777bf3e27027 100644 --- a/data/unsuccessful-reproductions/d7eec7b56f8408e3539cb401e00151b01dcb6dfb.json +++ b/data/unsuccessful-reproductions/d7eec7b56f8408e3539cb401e00151b01dcb6dfb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.4.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d80ac149c11174fd9311eddcd34c7495b581c8bc.json b/data/unsuccessful-reproductions/d80ac149c11174fd9311eddcd34c7495b581c8bc.json index eff691e934e5..c322ae219ccc 100644 --- a/data/unsuccessful-reproductions/d80ac149c11174fd9311eddcd34c7495b581c8bc.json +++ b/data/unsuccessful-reproductions/d80ac149c11174fd9311eddcd34c7495b581c8bc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.88", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d814637068273392f5868aa915a6bcfcc3fa5556.json b/data/unsuccessful-reproductions/d814637068273392f5868aa915a6bcfcc3fa5556.json index 14452b1d0c41..7959c7f0311d 100644 --- a/data/unsuccessful-reproductions/d814637068273392f5868aa915a6bcfcc3fa5556.json +++ b/data/unsuccessful-reproductions/d814637068273392f5868aa915a6bcfcc3fa5556.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d8161a8c61e6c03151a97590f52432cd6374ac44.json b/data/unsuccessful-reproductions/d8161a8c61e6c03151a97590f52432cd6374ac44.json index 5141375d5f0f..f4c772dd12ac 100644 --- a/data/unsuccessful-reproductions/d8161a8c61e6c03151a97590f52432cd6374ac44.json +++ b/data/unsuccessful-reproductions/d8161a8c61e6c03151a97590f52432cd6374ac44.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2", "newVersion" : "2.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d82aa24764b7b9b9310e73e493b651bedde1021c.json b/data/unsuccessful-reproductions/d82aa24764b7b9b9310e73e493b651bedde1021c.json index 126862f7c126..43c369df96fb 100644 --- a/data/unsuccessful-reproductions/d82aa24764b7b9b9310e73e493b651bedde1021c.json +++ b/data/unsuccessful-reproductions/d82aa24764b7b9b9310e73e493b651bedde1021c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d831692dd6501e286f07aac96d91cb1e152b828b.json b/data/unsuccessful-reproductions/d831692dd6501e286f07aac96d91cb1e152b828b.json index 9fe2b014d1d4..e9ebd1a5dd8d 100644 --- a/data/unsuccessful-reproductions/d831692dd6501e286f07aac96d91cb1e152b828b.json +++ b/data/unsuccessful-reproductions/d831692dd6501e286f07aac96d91cb1e152b828b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.3", "newVersion" : "1.2.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d858ed24b51c94f48f8b1e5b8e1cbbbc177e20a7.json b/data/unsuccessful-reproductions/d858ed24b51c94f48f8b1e5b8e1cbbbc177e20a7.json index 3ffc1aa3d0f9..803a39a33606 100644 --- a/data/unsuccessful-reproductions/d858ed24b51c94f48f8b1e5b8e1cbbbc177e20a7.json +++ b/data/unsuccessful-reproductions/d858ed24b51c94f48f8b1e5b8e1cbbbc177e20a7.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d86c9e5837eab0496b56315e83a607a85c158de0.json b/data/unsuccessful-reproductions/d86c9e5837eab0496b56315e83a607a85c158de0.json index 67d2bbb84044..8a7d7352f68e 100644 --- a/data/unsuccessful-reproductions/d86c9e5837eab0496b56315e83a607a85c158de0.json +++ b/data/unsuccessful-reproductions/d86c9e5837eab0496b56315e83a607a85c158de0.json @@ -12,7 +12,10 @@ "previousVersion" : "7.5", "newVersion" : "7.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d88a77e41729e6e8702ce82bbb7939ebe87a332f.json b/data/unsuccessful-reproductions/d88a77e41729e6e8702ce82bbb7939ebe87a332f.json index 4660f2a79a98..a55e6448d86a 100644 --- a/data/unsuccessful-reproductions/d88a77e41729e6e8702ce82bbb7939ebe87a332f.json +++ b/data/unsuccessful-reproductions/d88a77e41729e6e8702ce82bbb7939ebe87a332f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.264", "newVersion" : "2.17.288", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d8920d4141a5509c4c1b10c2535eecdec7aa9600.json b/data/unsuccessful-reproductions/d8920d4141a5509c4c1b10c2535eecdec7aa9600.json index 231023fe6e6f..5f1f246f2360 100644 --- a/data/unsuccessful-reproductions/d8920d4141a5509c4c1b10c2535eecdec7aa9600.json +++ b/data/unsuccessful-reproductions/d8920d4141a5509c4c1b10c2535eecdec7aa9600.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d892eee8e2c059ef5dfb80fd8d8f8b2c0fb0dc9d.json b/data/unsuccessful-reproductions/d892eee8e2c059ef5dfb80fd8d8f8b2c0fb0dc9d.json index 7d64acb28d3f..2066365bc7e0 100644 --- a/data/unsuccessful-reproductions/d892eee8e2c059ef5dfb80fd8d8f8b2c0fb0dc9d.json +++ b/data/unsuccessful-reproductions/d892eee8e2c059ef5dfb80fd8d8f8b2c0fb0dc9d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.7.1", "newVersion" : "4.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-2-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d89f1003e68236beb0ca521fe816c593c6e0fe2d.json b/data/unsuccessful-reproductions/d89f1003e68236beb0ca521fe816c593c6e0fe2d.json index a69f6610c6c8..d26591aab6e2 100644 --- a/data/unsuccessful-reproductions/d89f1003e68236beb0ca521fe816c593c6e0fe2d.json +++ b/data/unsuccessful-reproductions/d89f1003e68236beb0ca521fe816c593c6e0fe2d.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.8.RELEASE", "newVersion" : "5.2.24.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d8a1f18e2ff322c1668b877ca2a12a037b70cb2c.json b/data/unsuccessful-reproductions/d8a1f18e2ff322c1668b877ca2a12a037b70cb2c.json index 604638837805..160ad0719934 100644 --- a/data/unsuccessful-reproductions/d8a1f18e2ff322c1668b877ca2a12a037b70cb2c.json +++ b/data/unsuccessful-reproductions/d8a1f18e2ff322c1668b877ca2a12a037b70cb2c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.4.0", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d8b74a2f292b8e745e7a9007a1b892b886544a97.json b/data/unsuccessful-reproductions/d8b74a2f292b8e745e7a9007a1b892b886544a97.json index 9c375d2b7bbb..a695f966df12 100644 --- a/data/unsuccessful-reproductions/d8b74a2f292b8e745e7a9007a1b892b886544a97.json +++ b/data/unsuccessful-reproductions/d8b74a2f292b8e745e7a9007a1b892b886544a97.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.1", "newVersion" : "1.5.10", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d8b8eaa2046091bdd0225ae4b12efa446e5eafd3.json b/data/unsuccessful-reproductions/d8b8eaa2046091bdd0225ae4b12efa446e5eafd3.json index a62c93c91351..6a3c4c85ab98 100644 --- a/data/unsuccessful-reproductions/d8b8eaa2046091bdd0225ae4b12efa446e5eafd3.json +++ b/data/unsuccessful-reproductions/d8b8eaa2046091bdd0225ae4b12efa446e5eafd3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d8bd8b31c8b7576fc7504f7fafe16b984fcb873b.json b/data/unsuccessful-reproductions/d8bd8b31c8b7576fc7504f7fafe16b984fcb873b.json index 03a426773c38..6773c674f41e 100644 --- a/data/unsuccessful-reproductions/d8bd8b31c8b7576fc7504f7fafe16b984fcb873b.json +++ b/data/unsuccessful-reproductions/d8bd8b31c8b7576fc7504f7fafe16b984fcb873b.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.32", "newVersion" : "8.0.33", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d8f66d6caf63e92d42ca6506877503dfef9947a2.json b/data/unsuccessful-reproductions/d8f66d6caf63e92d42ca6506877503dfef9947a2.json index d6be359f41e7..b1edec106dee 100644 --- a/data/unsuccessful-reproductions/d8f66d6caf63e92d42ca6506877503dfef9947a2.json +++ b/data/unsuccessful-reproductions/d8f66d6caf63e92d42ca6506877503dfef9947a2.json @@ -12,7 +12,10 @@ "previousVersion" : "6.8.21", "newVersion" : "7.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d8f8b351935f3c93fef0916a59f650ab91b6ed18.json b/data/unsuccessful-reproductions/d8f8b351935f3c93fef0916a59f650ab91b6ed18.json index 4e3eae0fda2a..21eb81eb030a 100644 --- a/data/unsuccessful-reproductions/d8f8b351935f3c93fef0916a59f650ab91b6ed18.json +++ b/data/unsuccessful-reproductions/d8f8b351935f3c93fef0916a59f650ab91b6ed18.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.219", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d90488aacc17fe16f3b7a362982e895216fd7ec1.json b/data/unsuccessful-reproductions/d90488aacc17fe16f3b7a362982e895216fd7ec1.json index 161da715afcc..df2b689f2ba8 100644 --- a/data/unsuccessful-reproductions/d90488aacc17fe16f3b7a362982e895216fd7ec1.json +++ b/data/unsuccessful-reproductions/d90488aacc17fe16f3b7a362982e895216fd7ec1.json @@ -12,7 +12,10 @@ "previousVersion" : "3.25.1", "newVersion" : "3.25.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "javaparser/javaparser" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d938f34c7dd4f714b6ed4afd913b5c25b87fbd2c.json b/data/unsuccessful-reproductions/d938f34c7dd4f714b6ed4afd913b5c25b87fbd2c.json index 246c3cce0231..69a7ffa5a438 100644 --- a/data/unsuccessful-reproductions/d938f34c7dd4f714b6ed4afd913b5c25b87fbd2c.json +++ b/data/unsuccessful-reproductions/d938f34c7dd4f714b6ed4afd913b5c25b87fbd2c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.3", "newVersion" : "1.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d94af82e2e97454b9d29e09a842701fd11d12d69.json b/data/unsuccessful-reproductions/d94af82e2e97454b9d29e09a842701fd11d12d69.json index cc9caaa5e7d4..6b14609fe9c1 100644 --- a/data/unsuccessful-reproductions/d94af82e2e97454b9d29e09a842701fd11d12d69.json +++ b/data/unsuccessful-reproductions/d94af82e2e97454b9d29e09a842701fd11d12d69.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.2.Final", "newVersion" : "5.1.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d959a6642de7693c14f0c6ba11c9d38ac4f08b62.json b/data/unsuccessful-reproductions/d959a6642de7693c14f0c6ba11c9d38ac4f08b62.json index c030c5b49a37..273c26b4668d 100644 --- a/data/unsuccessful-reproductions/d959a6642de7693c14f0c6ba11c9d38ac4f08b62.json +++ b/data/unsuccessful-reproductions/d959a6642de7693c14f0c6ba11c9d38ac4f08b62.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.1", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d95ac4947272940196cfd2d5cbbff5766424efb9.json b/data/unsuccessful-reproductions/d95ac4947272940196cfd2d5cbbff5766424efb9.json index 89a702b17c06..f41db66d6376 100644 --- a/data/unsuccessful-reproductions/d95ac4947272940196cfd2d5cbbff5766424efb9.json +++ b/data/unsuccessful-reproductions/d95ac4947272940196cfd2d5cbbff5766424efb9.json @@ -12,7 +12,10 @@ "previousVersion" : "0.2.5", "newVersion" : "0.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d96ae0d47b2fb731aab4ee029d4f2f563949ee89.json b/data/unsuccessful-reproductions/d96ae0d47b2fb731aab4ee029d4f2f563949ee89.json index 9986257740c5..5bd0222700fb 100644 --- a/data/unsuccessful-reproductions/d96ae0d47b2fb731aab4ee029d4f2f563949ee89.json +++ b/data/unsuccessful-reproductions/d96ae0d47b2fb731aab4ee029d4f2f563949ee89.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.24", "newVersion" : "8.0.29", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d98b0aaa5dacf2de495664ea2b08b543bac10608.json b/data/unsuccessful-reproductions/d98b0aaa5dacf2de495664ea2b08b543bac10608.json index 1e896d67c719..36525a0383f9 100644 --- a/data/unsuccessful-reproductions/d98b0aaa5dacf2de495664ea2b08b543bac10608.json +++ b/data/unsuccessful-reproductions/d98b0aaa5dacf2de495664ea2b08b543bac10608.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d98f5d9127ef7b03b101ae891135f1028b4cfe0e.json b/data/unsuccessful-reproductions/d98f5d9127ef7b03b101ae891135f1028b4cfe0e.json index 942f9e9b457c..471a41c5a2e8 100644 --- a/data/unsuccessful-reproductions/d98f5d9127ef7b03b101ae891135f1028b4cfe0e.json +++ b/data/unsuccessful-reproductions/d98f5d9127ef7b03b101ae891135f1028b4cfe0e.json @@ -12,7 +12,10 @@ "previousVersion" : "0.25.1", "newVersion" : "0.25.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d9b1da88abc1f16eabe696d1d657dd6d4f35638a.json b/data/unsuccessful-reproductions/d9b1da88abc1f16eabe696d1d657dd6d4f35638a.json index f3d70b901e2b..0069671f31f4 100644 --- a/data/unsuccessful-reproductions/d9b1da88abc1f16eabe696d1d657dd6d4f35638a.json +++ b/data/unsuccessful-reproductions/d9b1da88abc1f16eabe696d1d657dd6d4f35638a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.107", "newVersion" : "2.17.112", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d9bd4a5827ebf96dd7949f20a8bb99435713960d.json b/data/unsuccessful-reproductions/d9bd4a5827ebf96dd7949f20a8bb99435713960d.json index db1b80d76b21..c2fdb2f37900 100644 --- a/data/unsuccessful-reproductions/d9bd4a5827ebf96dd7949f20a8bb99435713960d.json +++ b/data/unsuccessful-reproductions/d9bd4a5827ebf96dd7949f20a8bb99435713960d.json @@ -12,7 +12,10 @@ "previousVersion" : "0.45", "newVersion" : "0.46", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d9c6f81a90e040fa44355fd91f06cf9117ed6d21.json b/data/unsuccessful-reproductions/d9c6f81a90e040fa44355fd91f06cf9117ed6d21.json index 37365de94554..803eba57fe98 100644 --- a/data/unsuccessful-reproductions/d9c6f81a90e040fa44355fd91f06cf9117ed6d21.json +++ b/data/unsuccessful-reproductions/d9c6f81a90e040fa44355fd91f06cf9117ed6d21.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.10", "newVersion" : "1.2.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/d9d0c567f7a94aa83cf02aecbd5d56ab7b3fba49.json b/data/unsuccessful-reproductions/d9d0c567f7a94aa83cf02aecbd5d56ab7b3fba49.json index 80d6e8a017cd..7c46b8b7983c 100644 --- a/data/unsuccessful-reproductions/d9d0c567f7a94aa83cf02aecbd5d56ab7b3fba49.json +++ b/data/unsuccessful-reproductions/d9d0c567f7a94aa83cf02aecbd5d56ab7b3fba49.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.194.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/da01334f8df0d51d2dbf3e9be03ad06f0d90cba3.json b/data/unsuccessful-reproductions/da01334f8df0d51d2dbf3e9be03ad06f0d90cba3.json index 7886b403ed7b..728e5e4faf19 100644 --- a/data/unsuccessful-reproductions/da01334f8df0d51d2dbf3e9be03ad06f0d90cba3.json +++ b/data/unsuccessful-reproductions/da01334f8df0d51d2dbf3e9be03ad06f0d90cba3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.19", "newVersion" : "2.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/da0a9ca83676acdd7f07c8f3e822d58c1e474285.json b/data/unsuccessful-reproductions/da0a9ca83676acdd7f07c8f3e822d58c1e474285.json index 811a6908d175..e8f26c9228fb 100644 --- a/data/unsuccessful-reproductions/da0a9ca83676acdd7f07c8f3e822d58c1e474285.json +++ b/data/unsuccessful-reproductions/da0a9ca83676acdd7f07c8f3e822d58c1e474285.json @@ -12,7 +12,10 @@ "previousVersion" : "8.18", "newVersion" : "10.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/da46253c74e0a1c30745d855c49a02031181d35e.json b/data/unsuccessful-reproductions/da46253c74e0a1c30745d855c49a02031181d35e.json index d800248bd5a4..0e205c243b7d 100644 --- a/data/unsuccessful-reproductions/da46253c74e0a1c30745d855c49a02031181d35e.json +++ b/data/unsuccessful-reproductions/da46253c74e0a1c30745d855c49a02031181d35e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.0", "newVersion" : "1.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/da7293058de2eaff9fd9d6b6fc226907d3c615e5.json b/data/unsuccessful-reproductions/da7293058de2eaff9fd9d6b6fc226907d3c615e5.json index edfefff55982..4657fa1773ae 100644 --- a/data/unsuccessful-reproductions/da7293058de2eaff9fd9d6b6fc226907d3c615e5.json +++ b/data/unsuccessful-reproductions/da7293058de2eaff9fd9d6b6fc226907d3c615e5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.29.1", "newVersion" : "1.30.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/da72965d4b800ac0e2cf2c26c63062f8ee1aed2b.json b/data/unsuccessful-reproductions/da72965d4b800ac0e2cf2c26c63062f8ee1aed2b.json index bc8368eb4178..59172d8b9e84 100644 --- a/data/unsuccessful-reproductions/da72965d4b800ac0e2cf2c26c63062f8ee1aed2b.json +++ b/data/unsuccessful-reproductions/da72965d4b800ac0e2cf2c26c63062f8ee1aed2b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.6", "newVersion" : "3.9.4", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/da9dc27a8a41ee7bc6b4213ca3da7a5afc288a6d.json b/data/unsuccessful-reproductions/da9dc27a8a41ee7bc6b4213ca3da7a5afc288a6d.json index e7a616743c52..560bb78c1a04 100644 --- a/data/unsuccessful-reproductions/da9dc27a8a41ee7bc6b4213ca3da7a5afc288a6d.json +++ b/data/unsuccessful-reproductions/da9dc27a8a41ee7bc6b4213ca3da7a5afc288a6d.json @@ -12,7 +12,10 @@ "previousVersion" : "0.8.0", "newVersion" : "0.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/da9f45d03ff38f90a84da8050276260910fdff19.json b/data/unsuccessful-reproductions/da9f45d03ff38f90a84da8050276260910fdff19.json index c4cae263014f..91910f3d5db0 100644 --- a/data/unsuccessful-reproductions/da9f45d03ff38f90a84da8050276260910fdff19.json +++ b/data/unsuccessful-reproductions/da9f45d03ff38f90a84da8050276260910fdff19.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/daa56c2a0b8fe0eca5aff3a0b98a6a1902da3063.json b/data/unsuccessful-reproductions/daa56c2a0b8fe0eca5aff3a0b98a6a1902da3063.json index debdadbdf4e5..71e85912c3bb 100644 --- a/data/unsuccessful-reproductions/daa56c2a0b8fe0eca5aff3a0b98a6a1902da3063.json +++ b/data/unsuccessful-reproductions/daa56c2a0b8fe0eca5aff3a0b98a6a1902da3063.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.11.Final", "newVersion" : "5.3.20.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/daa6376586582f64ee8a9276874fcc45ac361222.json b/data/unsuccessful-reproductions/daa6376586582f64ee8a9276874fcc45ac361222.json index 676db63e3fcf..fc0e590b2333 100644 --- a/data/unsuccessful-reproductions/daa6376586582f64ee8a9276874fcc45ac361222.json +++ b/data/unsuccessful-reproductions/daa6376586582f64ee8a9276874fcc45ac361222.json @@ -12,7 +12,10 @@ "previousVersion" : "5.29.1", "newVersion" : "5.30.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/daaf402de8b7eb881aaad02e7c583e86e4a50e52.json b/data/unsuccessful-reproductions/daaf402de8b7eb881aaad02e7c583e86e4a50e52.json index 62c1bb636bd9..434d7804aaf5 100644 --- a/data/unsuccessful-reproductions/daaf402de8b7eb881aaad02e7c583e86e4a50e52.json +++ b/data/unsuccessful-reproductions/daaf402de8b7eb881aaad02e7c583e86e4a50e52.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.10", "newVersion" : "3.13.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dabd4377d4562ebbdefa31a6254ee8caf2f3627e.json b/data/unsuccessful-reproductions/dabd4377d4562ebbdefa31a6254ee8caf2f3627e.json index fd0365c16ddf..dda1c412e8df 100644 --- a/data/unsuccessful-reproductions/dabd4377d4562ebbdefa31a6254ee8caf2f3627e.json +++ b/data/unsuccessful-reproductions/dabd4377d4562ebbdefa31a6254ee8caf2f3627e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dac3e0825ee00c89521865a816c74977ea7dda9b.json b/data/unsuccessful-reproductions/dac3e0825ee00c89521865a816c74977ea7dda9b.json index dfbbe0200254..139d74ea815f 100644 --- a/data/unsuccessful-reproductions/dac3e0825ee00c89521865a816c74977ea7dda9b.json +++ b/data/unsuccessful-reproductions/dac3e0825ee00c89521865a816c74977ea7dda9b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.260", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dac494ad890392d630fb3d4ed31eeae4e8ddd48f.json b/data/unsuccessful-reproductions/dac494ad890392d630fb3d4ed31eeae4e8ddd48f.json index 4273f9982885..7a09f8b89c5f 100644 --- a/data/unsuccessful-reproductions/dac494ad890392d630fb3d4ed31eeae4e8ddd48f.json +++ b/data/unsuccessful-reproductions/dac494ad890392d630fb3d4ed31eeae4e8ddd48f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.3", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dad42f2878f4df3fc10c7cc85056acb7a955fd06.json b/data/unsuccessful-reproductions/dad42f2878f4df3fc10c7cc85056acb7a955fd06.json index 9c3ff0744ebc..1a19b3350363 100644 --- a/data/unsuccessful-reproductions/dad42f2878f4df3fc10c7cc85056acb7a955fd06.json +++ b/data/unsuccessful-reproductions/dad42f2878f4df3fc10c7cc85056acb7a955fd06.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dad5f40a469e8238fc6fb0532a6edfd5b387b7a8.json b/data/unsuccessful-reproductions/dad5f40a469e8238fc6fb0532a6edfd5b387b7a8.json index 06542ba8f482..fad8a66a9cc3 100644 --- a/data/unsuccessful-reproductions/dad5f40a469e8238fc6fb0532a6edfd5b387b7a8.json +++ b/data/unsuccessful-reproductions/dad5f40a469e8238fc6fb0532a6edfd5b387b7a8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.23.RELEASE", "newVersion" : "2.5.5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-data-jpa" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dadd01cde144ab266700237e10298d10da375a5a.json b/data/unsuccessful-reproductions/dadd01cde144ab266700237e10298d10da375a5a.json index a7e9187343ae..c814d02b5987 100644 --- a/data/unsuccessful-reproductions/dadd01cde144ab266700237e10298d10da375a5a.json +++ b/data/unsuccessful-reproductions/dadd01cde144ab266700237e10298d10da375a5a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.3", "newVersion" : "3.14.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/daf4180223d4675aaac6ca167803b84d74608734.json b/data/unsuccessful-reproductions/daf4180223d4675aaac6ca167803b84d74608734.json index 2af5a603f78c..b05e7208722a 100644 --- a/data/unsuccessful-reproductions/daf4180223d4675aaac6ca167803b84d74608734.json +++ b/data/unsuccessful-reproductions/daf4180223d4675aaac6ca167803b84d74608734.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10", "newVersion" : "2.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db05170497750880cda5914e4c611e0787f7b99c.json b/data/unsuccessful-reproductions/db05170497750880cda5914e4c611e0787f7b99c.json index f96766ffddf7..78ffaccfa84b 100644 --- a/data/unsuccessful-reproductions/db05170497750880cda5914e4c611e0787f7b99c.json +++ b/data/unsuccessful-reproductions/db05170497750880cda5914e4c611e0787f7b99c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.29.0", "newVersion" : "1.47.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db2f856c3c4c9581f34dc47089fefa0ad63a5647.json b/data/unsuccessful-reproductions/db2f856c3c4c9581f34dc47089fefa0ad63a5647.json index 4dbe99716f5c..c269e6cde123 100644 --- a/data/unsuccessful-reproductions/db2f856c3c4c9581f34dc47089fefa0ad63a5647.json +++ b/data/unsuccessful-reproductions/db2f856c3c4c9581f34dc47089fefa0ad63a5647.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.1", "newVersion" : "3.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db3b944ec2ccf601bca92661b4219aaeb9d44ef1.json b/data/unsuccessful-reproductions/db3b944ec2ccf601bca92661b4219aaeb9d44ef1.json index 39bdae14d29f..7423cf1c1803 100644 --- a/data/unsuccessful-reproductions/db3b944ec2ccf601bca92661b4219aaeb9d44ef1.json +++ b/data/unsuccessful-reproductions/db3b944ec2ccf601bca92661b4219aaeb9d44ef1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.12.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db3d82356156cf68b43eac1c88e6935eabb868a6.json b/data/unsuccessful-reproductions/db3d82356156cf68b43eac1c88e6935eabb868a6.json index 5786d9f0d332..d7a61ac51682 100644 --- a/data/unsuccessful-reproductions/db3d82356156cf68b43eac1c88e6935eabb868a6.json +++ b/data/unsuccessful-reproductions/db3d82356156cf68b43eac1c88e6935eabb868a6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.49.1", "newVersion" : "1.49.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db6a2fd88e4a3d1326782db6d42c9ba010577d0f.json b/data/unsuccessful-reproductions/db6a2fd88e4a3d1326782db6d42c9ba010577d0f.json index cd21cd81267d..4020f9d09596 100644 --- a/data/unsuccessful-reproductions/db6a2fd88e4a3d1326782db6d42c9ba010577d0f.json +++ b/data/unsuccessful-reproductions/db6a2fd88e4a3d1326782db6d42c9ba010577d0f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.5", "newVersion" : "2.11.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db70ed23983071a94f1f0d84f8dfe0d7ddae35b2.json b/data/unsuccessful-reproductions/db70ed23983071a94f1f0d84f8dfe0d7ddae35b2.json index aadf6dcaa27a..c1f8c5da2051 100644 --- a/data/unsuccessful-reproductions/db70ed23983071a94f1f0d84f8dfe0d7ddae35b2.json +++ b/data/unsuccessful-reproductions/db70ed23983071a94f1f0d84f8dfe0d7ddae35b2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.2", "newVersion" : "3.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okio" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db81e114bc745f9ef1ea06b4046a8faf523dfa24.json b/data/unsuccessful-reproductions/db81e114bc745f9ef1ea06b4046a8faf523dfa24.json index 6f8a9c075a0f..2fbafb04f074 100644 --- a/data/unsuccessful-reproductions/db81e114bc745f9ef1ea06b4046a8faf523dfa24.json +++ b/data/unsuccessful-reproductions/db81e114bc745f9ef1ea06b4046a8faf523dfa24.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.3", "newVersion" : "1.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db81eacc2925c5d6d4a51837c05aff2dd8110c96.json b/data/unsuccessful-reproductions/db81eacc2925c5d6d4a51837c05aff2dd8110c96.json index 8ed2e92ebf97..d9de1074119a 100644 --- a/data/unsuccessful-reproductions/db81eacc2925c5d6d4a51837c05aff2dd8110c96.json +++ b/data/unsuccessful-reproductions/db81eacc2925c5d6d4a51837c05aff2dd8110c96.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.3", "newVersion" : "1.15.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db8838092a871542ce53c7c907bf26b606aaba35.json b/data/unsuccessful-reproductions/db8838092a871542ce53c7c907bf26b606aaba35.json index 82142dfd6ced..8b7d1cfcf8d7 100644 --- a/data/unsuccessful-reproductions/db8838092a871542ce53c7c907bf26b606aaba35.json +++ b/data/unsuccessful-reproductions/db8838092a871542ce53c7c907bf26b606aaba35.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "1.7.35", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db8a27f9a0c468898f563ac1ef962f2a3e0f4c76.json b/data/unsuccessful-reproductions/db8a27f9a0c468898f563ac1ef962f2a3e0f4c76.json index e06a9453daa1..453e52068ef9 100644 --- a/data/unsuccessful-reproductions/db8a27f9a0c468898f563ac1ef962f2a3e0f4c76.json +++ b/data/unsuccessful-reproductions/db8a27f9a0c468898f563ac1ef962f2a3e0f4c76.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.515", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/db8f781d5a63af244d59f0173b89da7822c59810.json b/data/unsuccessful-reproductions/db8f781d5a63af244d59f0173b89da7822c59810.json index 9e817bd8fe3b..9f7f977f9c64 100644 --- a/data/unsuccessful-reproductions/db8f781d5a63af244d59f0173b89da7822c59810.json +++ b/data/unsuccessful-reproductions/db8f781d5a63af244d59f0173b89da7822c59810.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.61", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dba94e2638337bf23d137fe01a60c3d3ad759645.json b/data/unsuccessful-reproductions/dba94e2638337bf23d137fe01a60c3d3ad759645.json index 50fdcf66d6f7..d3c221badf42 100644 --- a/data/unsuccessful-reproductions/dba94e2638337bf23d137fe01a60c3d3ad759645.json +++ b/data/unsuccessful-reproductions/dba94e2638337bf23d137fe01a60c3d3ad759645.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.41", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dbb48fd990452f2ed0ffe7a8e87db8a17c15074b.json b/data/unsuccessful-reproductions/dbb48fd990452f2ed0ffe7a8e87db8a17c15074b.json index e6f5b5e5be14..89c3e2d90cda 100644 --- a/data/unsuccessful-reproductions/dbb48fd990452f2ed0ffe7a8e87db8a17c15074b.json +++ b/data/unsuccessful-reproductions/dbb48fd990452f2ed0ffe7a8e87db8a17c15074b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8", "newVersion" : "2.18.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dbb5387d0d6ecafb38b198a0ee54793faef93112.json b/data/unsuccessful-reproductions/dbb5387d0d6ecafb38b198a0ee54793faef93112.json index 0cb7caa6c796..cc3def576b7f 100644 --- a/data/unsuccessful-reproductions/dbb5387d0d6ecafb38b198a0ee54793faef93112.json +++ b/data/unsuccessful-reproductions/dbb5387d0d6ecafb38b198a0ee54793faef93112.json @@ -12,7 +12,10 @@ "previousVersion" : "1.23", "newVersion" : "1.27", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dbb631ae89b2d71a1df0f6836d4544880be7158b.json b/data/unsuccessful-reproductions/dbb631ae89b2d71a1df0f6836d4544880be7158b.json index d33b63d01b88..dc84d8a432c2 100644 --- a/data/unsuccessful-reproductions/dbb631ae89b2d71a1df0f6836d4544880be7158b.json +++ b/data/unsuccessful-reproductions/dbb631ae89b2d71a1df0f6836d4544880be7158b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "3.0.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dbc0aac3cc9558b33f60ed746c8af7920fa529c7.json b/data/unsuccessful-reproductions/dbc0aac3cc9558b33f60ed746c8af7920fa529c7.json index 129f9f73c71c..f0a4aefbcc0d 100644 --- a/data/unsuccessful-reproductions/dbc0aac3cc9558b33f60ed746c8af7920fa529c7.json +++ b/data/unsuccessful-reproductions/dbc0aac3cc9558b33f60ed746c8af7920fa529c7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.79", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dbda2f74dbff0d85de72ab502dc0da142b0086a4.json b/data/unsuccessful-reproductions/dbda2f74dbff0d85de72ab502dc0da142b0086a4.json index 6f6a59845c7f..9dc89d2a447c 100644 --- a/data/unsuccessful-reproductions/dbda2f74dbff0d85de72ab502dc0da142b0086a4.json +++ b/data/unsuccessful-reproductions/dbda2f74dbff0d85de72ab502dc0da142b0086a4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.24", "newVersion" : "2.17.138", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dbdd2468e656733e0db5eeb6a289bf8c04c7afc3.json b/data/unsuccessful-reproductions/dbdd2468e656733e0db5eeb6a289bf8c04c7afc3.json index 0c2e934a1e8a..381c95b3dd2f 100644 --- a/data/unsuccessful-reproductions/dbdd2468e656733e0db5eeb6a289bf8c04c7afc3.json +++ b/data/unsuccessful-reproductions/dbdd2468e656733e0db5eeb6a289bf8c04c7afc3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.2", "newVersion" : "2.11.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "srikanth-lingala/zip4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dbe32f9dacd67ad25325fdf564c36c40f677d2a1.json b/data/unsuccessful-reproductions/dbe32f9dacd67ad25325fdf564c36c40f677d2a1.json index 09cb5052f3a1..63857ae0d31b 100644 --- a/data/unsuccessful-reproductions/dbe32f9dacd67ad25325fdf564c36c40f677d2a1.json +++ b/data/unsuccessful-reproductions/dbe32f9dacd67ad25325fdf564c36c40f677d2a1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dbe778bcddb886d2683d57dd83964704867ad049.json b/data/unsuccessful-reproductions/dbe778bcddb886d2683d57dd83964704867ad049.json index d792f95678d7..acf218beeedd 100644 --- a/data/unsuccessful-reproductions/dbe778bcddb886d2683d57dd83964704867ad049.json +++ b/data/unsuccessful-reproductions/dbe778bcddb886d2683d57dd83964704867ad049.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.12", "newVersion" : "2.18.30", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dbede360fbc7459361fe8b7b5609187785113035.json b/data/unsuccessful-reproductions/dbede360fbc7459361fe8b7b5609187785113035.json index bd525a90f805..cc86264c9d2c 100644 --- a/data/unsuccessful-reproductions/dbede360fbc7459361fe8b7b5609187785113035.json +++ b/data/unsuccessful-reproductions/dbede360fbc7459361fe8b7b5609187785113035.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.6", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc09d8fb3765189b0251212942dec4c7fae6549b.json b/data/unsuccessful-reproductions/dc09d8fb3765189b0251212942dec4c7fae6549b.json index b6a7f60ea573..d6feadd484d9 100644 --- a/data/unsuccessful-reproductions/dc09d8fb3765189b0251212942dec4c7fae6549b.json +++ b/data/unsuccessful-reproductions/dc09d8fb3765189b0251212942dec4c7fae6549b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.7", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc1a48ce850ba0d7c107267ae7d8c78bb2661bf5.json b/data/unsuccessful-reproductions/dc1a48ce850ba0d7c107267ae7d8c78bb2661bf5.json index df386aec8707..0ee9f9c97fcb 100644 --- a/data/unsuccessful-reproductions/dc1a48ce850ba0d7c107267ae7d8c78bb2661bf5.json +++ b/data/unsuccessful-reproductions/dc1a48ce850ba0d7c107267ae7d8c78bb2661bf5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc3fb3618110c777116982bb5d7c1b8a60285f63.json b/data/unsuccessful-reproductions/dc3fb3618110c777116982bb5d7c1b8a60285f63.json index 6031f30e628b..64c0142f01a0 100644 --- a/data/unsuccessful-reproductions/dc3fb3618110c777116982bb5d7c1b8a60285f63.json +++ b/data/unsuccessful-reproductions/dc3fb3618110c777116982bb5d7c1b8a60285f63.json @@ -12,7 +12,10 @@ "previousVersion" : "8.18", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc499c0fa8932f019e4095b578c89a4a3f32f9bf.json b/data/unsuccessful-reproductions/dc499c0fa8932f019e4095b578c89a4a3f32f9bf.json index 84e9d23d4bb7..498840133ee5 100644 --- a/data/unsuccessful-reproductions/dc499c0fa8932f019e4095b578c89a4a3f32f9bf.json +++ b/data/unsuccessful-reproductions/dc499c0fa8932f019e4095b578c89a4a3f32f9bf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.29.2", "newVersion" : "1.34.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc5c74f338d04a861fa88f379a19ecb4ecdd0d64.json b/data/unsuccessful-reproductions/dc5c74f338d04a861fa88f379a19ecb4ecdd0d64.json index d619e7229a20..d3130a2d43e6 100644 --- a/data/unsuccessful-reproductions/dc5c74f338d04a861fa88f379a19ecb4ecdd0d64.json +++ b/data/unsuccessful-reproductions/dc5c74f338d04a861fa88f379a19ecb4ecdd0d64.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0", "newVersion" : "2.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc5f41ed4cc651371d05437dacd60acd4f94ad60.json b/data/unsuccessful-reproductions/dc5f41ed4cc651371d05437dacd60acd4f94ad60.json index 4d2fee46984d..6a4f0224b6ef 100644 --- a/data/unsuccessful-reproductions/dc5f41ed4cc651371d05437dacd60acd4f94ad60.json +++ b/data/unsuccessful-reproductions/dc5f41ed4cc651371d05437dacd60acd4f94ad60.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc70687e9e0e03ad6559e4b1f093efdd162247bf.json b/data/unsuccessful-reproductions/dc70687e9e0e03ad6559e4b1f093efdd162247bf.json index 09d882e00506..a0ba2341e3fd 100644 --- a/data/unsuccessful-reproductions/dc70687e9e0e03ad6559e4b1f093efdd162247bf.json +++ b/data/unsuccessful-reproductions/dc70687e9e0e03ad6559e4b1f093efdd162247bf.json @@ -12,7 +12,10 @@ "previousVersion" : "31.0.1-jre", "newVersion" : "31.1-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc824c0eac80bae5592539b2dd486b2a5b076f58.json b/data/unsuccessful-reproductions/dc824c0eac80bae5592539b2dd486b2a5b076f58.json index 47f3f34ee552..14712344de4a 100644 --- a/data/unsuccessful-reproductions/dc824c0eac80bae5592539b2dd486b2a5b076f58.json +++ b/data/unsuccessful-reproductions/dc824c0eac80bae5592539b2dd486b2a5b076f58.json @@ -13,7 +13,10 @@ "newVersion" : "4.1.94.Final", "dependencyScope" : "compile", "versionUpdateType" : "other", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc88610fb9eed2bbbecbc35a7f7889e300e61101.json b/data/unsuccessful-reproductions/dc88610fb9eed2bbbecbc35a7f7889e300e61101.json index fb412f497bad..33b791215d61 100644 --- a/data/unsuccessful-reproductions/dc88610fb9eed2bbbecbc35a7f7889e300e61101.json +++ b/data/unsuccessful-reproductions/dc88610fb9eed2bbbecbc35a7f7889e300e61101.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.7", "newVersion" : "2.4.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc8df721e4f3446a51a7454dfb204196c0609608.json b/data/unsuccessful-reproductions/dc8df721e4f3446a51a7454dfb204196c0609608.json index c7722edd8ac6..254f1d482bdd 100644 --- a/data/unsuccessful-reproductions/dc8df721e4f3446a51a7454dfb204196c0609608.json +++ b/data/unsuccessful-reproductions/dc8df721e4f3446a51a7454dfb204196c0609608.json @@ -12,7 +12,10 @@ "previousVersion" : "10.9.3", "newVersion" : "10.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc91a06ed5ccd61d787cabe761d385d84ed8eac3.json b/data/unsuccessful-reproductions/dc91a06ed5ccd61d787cabe761d385d84ed8eac3.json index 2aa2eab8dbbf..a67e0f4179c0 100644 --- a/data/unsuccessful-reproductions/dc91a06ed5ccd61d787cabe761d385d84ed8eac3.json +++ b/data/unsuccessful-reproductions/dc91a06ed5ccd61d787cabe761d385d84ed8eac3.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.178.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dc99ab3fbc5745e1d41e6c151d377e6693a9eb87.json b/data/unsuccessful-reproductions/dc99ab3fbc5745e1d41e6c151d377e6693a9eb87.json index c6a9d9dddda1..e7a615cb3907 100644 --- a/data/unsuccessful-reproductions/dc99ab3fbc5745e1d41e6c151d377e6693a9eb87.json +++ b/data/unsuccessful-reproductions/dc99ab3fbc5745e1d41e6c151d377e6693a9eb87.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.0", "newVersion" : "1.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dca523a782074f4c0db424a8d61d1be92649857b.json b/data/unsuccessful-reproductions/dca523a782074f4c0db424a8d61d1be92649857b.json index c5c353d73b4f..a2648a6d61e3 100644 --- a/data/unsuccessful-reproductions/dca523a782074f4c0db424a8d61d1be92649857b.json +++ b/data/unsuccessful-reproductions/dca523a782074f4c0db424a8d61d1be92649857b.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dca5822f5a0e1845fc83b31ffac00ca9f98e9f89.json b/data/unsuccessful-reproductions/dca5822f5a0e1845fc83b31ffac00ca9f98e9f89.json index c414125709d1..c713c2947b5a 100644 --- a/data/unsuccessful-reproductions/dca5822f5a0e1845fc83b31ffac00ca9f98e9f89.json +++ b/data/unsuccessful-reproductions/dca5822f5a0e1845fc83b31ffac00ca9f98e9f89.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.1", "newVersion" : "4.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dca97a15359fd5c0838fbd20c6e0b438cfe0a53d.json b/data/unsuccessful-reproductions/dca97a15359fd5c0838fbd20c6e0b438cfe0a53d.json index ffb79f43fbc2..81c83047ab8d 100644 --- a/data/unsuccessful-reproductions/dca97a15359fd5c0838fbd20c6e0b438cfe0a53d.json +++ b/data/unsuccessful-reproductions/dca97a15359fd5c0838fbd20c6e0b438cfe0a53d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "8.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "flyway/flyway" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dcb5fb3a704161d11ea8afc7e8d3a6200251f0df.json b/data/unsuccessful-reproductions/dcb5fb3a704161d11ea8afc7e8d3a6200251f0df.json index cc453cc7ab48..d2521adb8f43 100644 --- a/data/unsuccessful-reproductions/dcb5fb3a704161d11ea8afc7e8d3a6200251f0df.json +++ b/data/unsuccessful-reproductions/dcb5fb3a704161d11ea8afc7e8d3a6200251f0df.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.47", "newVersion" : "8.0.16", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dcb77b757ea52e90f98ac2a6474061a32da868bc.json b/data/unsuccessful-reproductions/dcb77b757ea52e90f98ac2a6474061a32da868bc.json index 54e8253b8b47..a1a735e7c985 100644 --- a/data/unsuccessful-reproductions/dcb77b757ea52e90f98ac2a6474061a32da868bc.json +++ b/data/unsuccessful-reproductions/dcb77b757ea52e90f98ac2a6474061a32da868bc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.0", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dcc8e813afad537f6f017db1603c1e0cfbe10195.json b/data/unsuccessful-reproductions/dcc8e813afad537f6f017db1603c1e0cfbe10195.json index 90d823a89754..06082c084509 100644 --- a/data/unsuccessful-reproductions/dcc8e813afad537f6f017db1603c1e0cfbe10195.json +++ b/data/unsuccessful-reproductions/dcc8e813afad537f6f017db1603c1e0cfbe10195.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dcce677bb2dd1d0c90685ceb2f93cfbe92c2fb5c.json b/data/unsuccessful-reproductions/dcce677bb2dd1d0c90685ceb2f93cfbe92c2fb5c.json index 8c6a5ed9e64a..986663403dd3 100644 --- a/data/unsuccessful-reproductions/dcce677bb2dd1d0c90685ceb2f93cfbe92c2fb5c.json +++ b/data/unsuccessful-reproductions/dcce677bb2dd1d0c90685ceb2f93cfbe92c2fb5c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dcee34c26b45115c17029f97800b2c6e29b76d95.json b/data/unsuccessful-reproductions/dcee34c26b45115c17029f97800b2c6e29b76d95.json index 4e5139c41f65..923f9b9f3a0f 100644 --- a/data/unsuccessful-reproductions/dcee34c26b45115c17029f97800b2c6e29b76d95.json +++ b/data/unsuccessful-reproductions/dcee34c26b45115c17029f97800b2c6e29b76d95.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.69", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dcfda73a381f8e4621dc6cc7dcbc94a0e7bef2b1.json b/data/unsuccessful-reproductions/dcfda73a381f8e4621dc6cc7dcbc94a0e7bef2b1.json index ef0059abd27a..aa82bc72f323 100644 --- a/data/unsuccessful-reproductions/dcfda73a381f8e4621dc6cc7dcbc94a0e7bef2b1.json +++ b/data/unsuccessful-reproductions/dcfda73a381f8e4621dc6cc7dcbc94a0e7bef2b1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.95", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dcff731b5533ad8bd88978c90ca46da83872fa56.json b/data/unsuccessful-reproductions/dcff731b5533ad8bd88978c90ca46da83872fa56.json index 287a14dce9ac..680e322dcb87 100644 --- a/data/unsuccessful-reproductions/dcff731b5533ad8bd88978c90ca46da83872fa56.json +++ b/data/unsuccessful-reproductions/dcff731b5533ad8bd88978c90ca46da83872fa56.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.197", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd0233f6fd81a556a2b4b6f10bace4cf2b543c99.json b/data/unsuccessful-reproductions/dd0233f6fd81a556a2b4b6f10bace4cf2b543c99.json index 3b5a12804a73..11444f68f1fc 100644 --- a/data/unsuccessful-reproductions/dd0233f6fd81a556a2b4b6f10bace4cf2b543c99.json +++ b/data/unsuccessful-reproductions/dd0233f6fd81a556a2b4b6f10bace4cf2b543c99.json @@ -12,7 +12,10 @@ "previousVersion" : "9.0.8", "newVersion" : "9.0.9", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd134558d7ce189392d186aafcd6d0aea5555680.json b/data/unsuccessful-reproductions/dd134558d7ce189392d186aafcd6d0aea5555680.json index a2274673f35a..d0c9692e4029 100644 --- a/data/unsuccessful-reproductions/dd134558d7ce189392d186aafcd6d0aea5555680.json +++ b/data/unsuccessful-reproductions/dd134558d7ce189392d186aafcd6d0aea5555680.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.15.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd158770f7fb7a81b8bca132309df1be91e6da77.json b/data/unsuccessful-reproductions/dd158770f7fb7a81b8bca132309df1be91e6da77.json index 23df46f9abf1..23116f414f3f 100644 --- a/data/unsuccessful-reproductions/dd158770f7fb7a81b8bca132309df1be91e6da77.json +++ b/data/unsuccessful-reproductions/dd158770f7fb7a81b8bca132309df1be91e6da77.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.3", "newVersion" : "5.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd2e7523e3f5f5f9210589d72be1c4d1ace6eb25.json b/data/unsuccessful-reproductions/dd2e7523e3f5f5f9210589d72be1c4d1ace6eb25.json index 78f1014c0824..1512b7c21810 100644 --- a/data/unsuccessful-reproductions/dd2e7523e3f5f5f9210589d72be1c4d1ace6eb25.json +++ b/data/unsuccessful-reproductions/dd2e7523e3f5f5f9210589d72be1c4d1ace6eb25.json @@ -12,7 +12,10 @@ "previousVersion" : "3.12.0", "newVersion" : "3.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd34ce8c3b5043adff3161d760ee71a938f11f1b.json b/data/unsuccessful-reproductions/dd34ce8c3b5043adff3161d760ee71a938f11f1b.json index 723fdac6f1fe..23b9d745f14a 100644 --- a/data/unsuccessful-reproductions/dd34ce8c3b5043adff3161d760ee71a938f11f1b.json +++ b/data/unsuccessful-reproductions/dd34ce8c3b5043adff3161d760ee71a938f11f1b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.12", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd5478bac64554dd508e2cda1153b8e59fdce2ae.json b/data/unsuccessful-reproductions/dd5478bac64554dd508e2cda1153b8e59fdce2ae.json index 01f5c8454b02..229fccecc69e 100644 --- a/data/unsuccessful-reproductions/dd5478bac64554dd508e2cda1153b8e59fdce2ae.json +++ b/data/unsuccessful-reproductions/dd5478bac64554dd508e2cda1153b8e59fdce2ae.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.1", "newVersion" : "1.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd567b1b51b3d0af67dda5b37b83dfc828211a36.json b/data/unsuccessful-reproductions/dd567b1b51b3d0af67dda5b37b83dfc828211a36.json index 839de4136237..4cfceed8cdfb 100644 --- a/data/unsuccessful-reproductions/dd567b1b51b3d0af67dda5b37b83dfc828211a36.json +++ b/data/unsuccessful-reproductions/dd567b1b51b3d0af67dda5b37b83dfc828211a36.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd691a2e447fc163d682c02f9346bfee4ef8a264.json b/data/unsuccessful-reproductions/dd691a2e447fc163d682c02f9346bfee4ef8a264.json index 2ff38d856ad4..8f0b1a5d0a59 100644 --- a/data/unsuccessful-reproductions/dd691a2e447fc163d682c02f9346bfee4ef8a264.json +++ b/data/unsuccessful-reproductions/dd691a2e447fc163d682c02f9346bfee4ef8a264.json @@ -12,7 +12,10 @@ "previousVersion" : "25.3.0", "newVersion" : "25.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd7bb569a3b4b1030aee9ca80cafb5c69d28ed4a.json b/data/unsuccessful-reproductions/dd7bb569a3b4b1030aee9ca80cafb5c69d28ed4a.json index f1135e06dfb9..0b838a045a43 100644 --- a/data/unsuccessful-reproductions/dd7bb569a3b4b1030aee9ca80cafb5c69d28ed4a.json +++ b/data/unsuccessful-reproductions/dd7bb569a3b4b1030aee9ca80cafb5c69d28ed4a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd8c58b10bac05bbd5ef734850f0076acca87ac9.json b/data/unsuccessful-reproductions/dd8c58b10bac05bbd5ef734850f0076acca87ac9.json index 2143dd8fcc63..974f1c547cdf 100644 --- a/data/unsuccessful-reproductions/dd8c58b10bac05bbd5ef734850f0076acca87ac9.json +++ b/data/unsuccessful-reproductions/dd8c58b10bac05bbd5ef734850f0076acca87ac9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.2", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd8f6afcebfe9846406f5c7373d6624966a35a94.json b/data/unsuccessful-reproductions/dd8f6afcebfe9846406f5c7373d6624966a35a94.json index 0a5208313d92..d3b83ab2ae65 100644 --- a/data/unsuccessful-reproductions/dd8f6afcebfe9846406f5c7373d6624966a35a94.json +++ b/data/unsuccessful-reproductions/dd8f6afcebfe9846406f5c7373d6624966a35a94.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.15", "newVersion" : "5.3.16", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd96d247c6eb760a58ddc5211a1b75a2625d577d.json b/data/unsuccessful-reproductions/dd96d247c6eb760a58ddc5211a1b75a2625d577d.json index 90e8a6896836..63e35138021a 100644 --- a/data/unsuccessful-reproductions/dd96d247c6eb760a58ddc5211a1b75a2625d577d.json +++ b/data/unsuccessful-reproductions/dd96d247c6eb760a58ddc5211a1b75a2625d577d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.3", "newVersion" : "3.2.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dd9b0b4709c93362d479a5695d0a15bc2f6ecc68.json b/data/unsuccessful-reproductions/dd9b0b4709c93362d479a5695d0a15bc2f6ecc68.json index bd29928fb283..0f40fd6e671f 100644 --- a/data/unsuccessful-reproductions/dd9b0b4709c93362d479a5695d0a15bc2f6ecc68.json +++ b/data/unsuccessful-reproductions/dd9b0b4709c93362d479a5695d0a15bc2f6ecc68.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.0", "newVersion" : "1.9.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ddbbc88ba2867e13fa2915bc214f932100be4b65.json b/data/unsuccessful-reproductions/ddbbc88ba2867e13fa2915bc214f932100be4b65.json index 162f1c4bb0c2..14b4954248b9 100644 --- a/data/unsuccessful-reproductions/ddbbc88ba2867e13fa2915bc214f932100be4b65.json +++ b/data/unsuccessful-reproductions/ddbbc88ba2867e13fa2915bc214f932100be4b65.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ddc061fd9e723fdd2735997ba8a1609010885b9a.json b/data/unsuccessful-reproductions/ddc061fd9e723fdd2735997ba8a1609010885b9a.json index b4eec3f8fd7f..3fd6e7413d6a 100644 --- a/data/unsuccessful-reproductions/ddc061fd9e723fdd2735997ba8a1609010885b9a.json +++ b/data/unsuccessful-reproductions/ddc061fd9e723fdd2735997ba8a1609010885b9a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.9", "newVersion" : "1.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ddcfadbbf02013457bb472591f482fe61cf9dac4.json b/data/unsuccessful-reproductions/ddcfadbbf02013457bb472591f482fe61cf9dac4.json index ffce8f503051..0097bb675d3d 100644 --- a/data/unsuccessful-reproductions/ddcfadbbf02013457bb472591f482fe61cf9dac4.json +++ b/data/unsuccessful-reproductions/ddcfadbbf02013457bb472591f482fe61cf9dac4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.41.8-SNAPSHOT", "newVersion" : "1.41.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ddd72cfa126e4b377082fdc2573aa6a177908a31.json b/data/unsuccessful-reproductions/ddd72cfa126e4b377082fdc2573aa6a177908a31.json index c7cb57a4b014..711ca0e156bb 100644 --- a/data/unsuccessful-reproductions/ddd72cfa126e4b377082fdc2573aa6a177908a31.json +++ b/data/unsuccessful-reproductions/ddd72cfa126e4b377082fdc2573aa6a177908a31.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ddf4f746ff948d36f995eaf60eaa2f971a33d4b4.json b/data/unsuccessful-reproductions/ddf4f746ff948d36f995eaf60eaa2f971a33d4b4.json index 39a12db43fe3..395a2c77dfd4 100644 --- a/data/unsuccessful-reproductions/ddf4f746ff948d36f995eaf60eaa2f971a33d4b4.json +++ b/data/unsuccessful-reproductions/ddf4f746ff948d36f995eaf60eaa2f971a33d4b4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.12", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de116d2c7929aa1304ee00739b20e747a4536d54.json b/data/unsuccessful-reproductions/de116d2c7929aa1304ee00739b20e747a4536d54.json index e3a84b611928..9412bc720445 100644 --- a/data/unsuccessful-reproductions/de116d2c7929aa1304ee00739b20e747a4536d54.json +++ b/data/unsuccessful-reproductions/de116d2c7929aa1304ee00739b20e747a4536d54.json @@ -12,7 +12,10 @@ "previousVersion" : "9.1", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de16fbf3175ff34f2e6785572d64343027179770.json b/data/unsuccessful-reproductions/de16fbf3175ff34f2e6785572d64343027179770.json index b648eedc81c8..d4e4c37cd72e 100644 --- a/data/unsuccessful-reproductions/de16fbf3175ff34f2e6785572d64343027179770.json +++ b/data/unsuccessful-reproductions/de16fbf3175ff34f2e6785572d64343027179770.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.11", "newVersion" : "2.7.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "eclipse-ee4j/eclipselink" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de1c4b896fb672a1407ceb7f131527bbbc778d1f.json b/data/unsuccessful-reproductions/de1c4b896fb672a1407ceb7f131527bbbc778d1f.json index 432752721ded..99e3268ea092 100644 --- a/data/unsuccessful-reproductions/de1c4b896fb672a1407ceb7f131527bbbc778d1f.json +++ b/data/unsuccessful-reproductions/de1c4b896fb672a1407ceb7f131527bbbc778d1f.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.2", "newVersion" : "5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de2976139512daefafa3c8e692d5ab928af740dc.json b/data/unsuccessful-reproductions/de2976139512daefafa3c8e692d5ab928af740dc.json index 46f61d710af7..dabb23d755a4 100644 --- a/data/unsuccessful-reproductions/de2976139512daefafa3c8e692d5ab928af740dc.json +++ b/data/unsuccessful-reproductions/de2976139512daefafa3c8e692d5ab928af740dc.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "6.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de32d223f6ea46ba29ab77d6a42a3ec5905cd2b4.json b/data/unsuccessful-reproductions/de32d223f6ea46ba29ab77d6a42a3ec5905cd2b4.json index 660311abb6c4..d869ddc5a8b2 100644 --- a/data/unsuccessful-reproductions/de32d223f6ea46ba29ab77d6a42a3ec5905cd2b4.json +++ b/data/unsuccessful-reproductions/de32d223f6ea46ba29ab77d6a42a3ec5905cd2b4.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de34802f4d046cd5db03a16ceb2a31ab32e77ada.json b/data/unsuccessful-reproductions/de34802f4d046cd5db03a16ceb2a31ab32e77ada.json index c0df6cff8415..87736b1956e7 100644 --- a/data/unsuccessful-reproductions/de34802f4d046cd5db03a16ceb2a31ab32e77ada.json +++ b/data/unsuccessful-reproductions/de34802f4d046cd5db03a16ceb2a31ab32e77ada.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de5dde4ce0dc070d14ffe49388654081ee58f2cf.json b/data/unsuccessful-reproductions/de5dde4ce0dc070d14ffe49388654081ee58f2cf.json index e75e9ff55955..7c116368ff87 100644 --- a/data/unsuccessful-reproductions/de5dde4ce0dc070d14ffe49388654081ee58f2cf.json +++ b/data/unsuccessful-reproductions/de5dde4ce0dc070d14ffe49388654081ee58f2cf.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.1", "newVersion" : "3.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de608d02e9d3c552e0097b67c341d53c10824637.json b/data/unsuccessful-reproductions/de608d02e9d3c552e0097b67c341d53c10824637.json index 68d76a3d7593..f26521dcd155 100644 --- a/data/unsuccessful-reproductions/de608d02e9d3c552e0097b67c341d53c10824637.json +++ b/data/unsuccessful-reproductions/de608d02e9d3c552e0097b67c341d53c10824637.json @@ -12,7 +12,10 @@ "previousVersion" : "7.6.0.v20120127", "newVersion" : "9.4.51.v20230217", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de6b04f70eb6a56549bc6543f200cccf678bc7e4.json b/data/unsuccessful-reproductions/de6b04f70eb6a56549bc6543f200cccf678bc7e4.json index 4b0756553f0f..c262f4ecd082 100644 --- a/data/unsuccessful-reproductions/de6b04f70eb6a56549bc6543f200cccf678bc7e4.json +++ b/data/unsuccessful-reproductions/de6b04f70eb6a56549bc6543f200cccf678bc7e4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.4", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de75e244c545dd54bfcc1c264ba9c0903aa9e5c9.json b/data/unsuccessful-reproductions/de75e244c545dd54bfcc1c264ba9c0903aa9e5c9.json index 22d6df7b2ea0..a3e26ac60838 100644 --- a/data/unsuccessful-reproductions/de75e244c545dd54bfcc1c264ba9c0903aa9e5c9.json +++ b/data/unsuccessful-reproductions/de75e244c545dd54bfcc1c264ba9c0903aa9e5c9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.1-MQTT-SNAPSHOT", "newVersion" : "1.12.1-FIX-SNAPSHOT", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de78c55fad00862b4eaa7afe783775cc83823c8e.json b/data/unsuccessful-reproductions/de78c55fad00862b4eaa7afe783775cc83823c8e.json index a6ee1bbc57d3..e694a23457ac 100644 --- a/data/unsuccessful-reproductions/de78c55fad00862b4eaa7afe783775cc83823c8e.json +++ b/data/unsuccessful-reproductions/de78c55fad00862b4eaa7afe783775cc83823c8e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.66", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de7ed26a150159dc2f914f1180b1454b5f7a1f52.json b/data/unsuccessful-reproductions/de7ed26a150159dc2f914f1180b1454b5f7a1f52.json index 21bc4fac6a79..4b0171eb7461 100644 --- a/data/unsuccessful-reproductions/de7ed26a150159dc2f914f1180b1454b5f7a1f52.json +++ b/data/unsuccessful-reproductions/de7ed26a150159dc2f914f1180b1454b5f7a1f52.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.2", "newVersion" : "5.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de8857a8579310a4e5b040b16a1d757209c87f67.json b/data/unsuccessful-reproductions/de8857a8579310a4e5b040b16a1d757209c87f67.json index 0143a63812da..455ac6371bac 100644 --- a/data/unsuccessful-reproductions/de8857a8579310a4e5b040b16a1d757209c87f67.json +++ b/data/unsuccessful-reproductions/de8857a8579310a4e5b040b16a1d757209c87f67.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "3.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de89d04b5281b49f19db2fd3a4134be537ce56a8.json b/data/unsuccessful-reproductions/de89d04b5281b49f19db2fd3a4134be537ce56a8.json index 3e16e286fd39..bf9aba96a567 100644 --- a/data/unsuccessful-reproductions/de89d04b5281b49f19db2fd3a4134be537ce56a8.json +++ b/data/unsuccessful-reproductions/de89d04b5281b49f19db2fd3a4134be537ce56a8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de9021287c9411e33d1c34a591eb3c3ce5514022.json b/data/unsuccessful-reproductions/de9021287c9411e33d1c34a591eb3c3ce5514022.json index 687d1b44785e..d75397e59e0b 100644 --- a/data/unsuccessful-reproductions/de9021287c9411e33d1c34a591eb3c3ce5514022.json +++ b/data/unsuccessful-reproductions/de9021287c9411e33d1c34a591eb3c3ce5514022.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.1.1", "newVersion" : "v1.1.2-d", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de970f2e8ea8bb75f6f425269e873dbd2bfa29ae.json b/data/unsuccessful-reproductions/de970f2e8ea8bb75f6f425269e873dbd2bfa29ae.json index 003853d982f4..8211318028b2 100644 --- a/data/unsuccessful-reproductions/de970f2e8ea8bb75f6f425269e873dbd2bfa29ae.json +++ b/data/unsuccessful-reproductions/de970f2e8ea8bb75f6f425269e873dbd2bfa29ae.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/de9f8ac390832a347724204910bb9471e69faae4.json b/data/unsuccessful-reproductions/de9f8ac390832a347724204910bb9471e69faae4.json index 7cd5bfc85ca4..c8b940fc03f6 100644 --- a/data/unsuccessful-reproductions/de9f8ac390832a347724204910bb9471e69faae4.json +++ b/data/unsuccessful-reproductions/de9f8ac390832a347724204910bb9471e69faae4.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.4", "newVersion" : "4.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dea64615f5262642266851de26e0382f099bb6c5.json b/data/unsuccessful-reproductions/dea64615f5262642266851de26e0382f099bb6c5.json index ce37f22d7588..f16b060994b0 100644 --- a/data/unsuccessful-reproductions/dea64615f5262642266851de26e0382f099bb6c5.json +++ b/data/unsuccessful-reproductions/dea64615f5262642266851de26e0382f099bb6c5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.427", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/debf909c3fbab279a951318f80573628797c4688.json b/data/unsuccessful-reproductions/debf909c3fbab279a951318f80573628797c4688.json index 0da753f7d1e9..1d4108301bb5 100644 --- a/data/unsuccessful-reproductions/debf909c3fbab279a951318f80573628797c4688.json +++ b/data/unsuccessful-reproductions/debf909c3fbab279a951318f80573628797c4688.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ded57ff9a0b9dc319ec0310af1e50a5e8637ee9f.json b/data/unsuccessful-reproductions/ded57ff9a0b9dc319ec0310af1e50a5e8637ee9f.json index 437a1c1cc70c..40f2bf6ce83c 100644 --- a/data/unsuccessful-reproductions/ded57ff9a0b9dc319ec0310af1e50a5e8637ee9f.json +++ b/data/unsuccessful-reproductions/ded57ff9a0b9dc319ec0310af1e50a5e8637ee9f.json @@ -12,7 +12,10 @@ "previousVersion" : "v1.9.0", "newVersion" : "v1.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dedaa685b03569c0f2b6ab36161ba49d9c7bc817.json b/data/unsuccessful-reproductions/dedaa685b03569c0f2b6ab36161ba49d9c7bc817.json index 0d7068ce06d8..e269f90f3565 100644 --- a/data/unsuccessful-reproductions/dedaa685b03569c0f2b6ab36161ba49d9c7bc817.json +++ b/data/unsuccessful-reproductions/dedaa685b03569c0f2b6ab36161ba49d9c7bc817.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.4.RELEASE", "newVersion" : "3.1.0.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dee2cf9e75da42824fef753af4322829f495d396.json b/data/unsuccessful-reproductions/dee2cf9e75da42824fef753af4322829f495d396.json index 010294b23eeb..7a62f455bdaa 100644 --- a/data/unsuccessful-reproductions/dee2cf9e75da42824fef753af4322829f495d396.json +++ b/data/unsuccessful-reproductions/dee2cf9e75da42824fef753af4322829f495d396.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.261", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/def5d5536bab4690279bb7d05c2779d1503f074b.json b/data/unsuccessful-reproductions/def5d5536bab4690279bb7d05c2779d1503f074b.json index f26db3a255bd..9c112c6cac58 100644 --- a/data/unsuccessful-reproductions/def5d5536bab4690279bb7d05c2779d1503f074b.json +++ b/data/unsuccessful-reproductions/def5d5536bab4690279bb7d05c2779d1503f074b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df08e2cee72d08ad14fc43e8ce955db918ed8cd3.json b/data/unsuccessful-reproductions/df08e2cee72d08ad14fc43e8ce955db918ed8cd3.json index 7880a01d68dd..93fce8ac5cc9 100644 --- a/data/unsuccessful-reproductions/df08e2cee72d08ad14fc43e8ce955db918ed8cd3.json +++ b/data/unsuccessful-reproductions/df08e2cee72d08ad14fc43e8ce955db918ed8cd3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3", "newVersion" : "1.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df0cda9b92e8f35fed97ce4b30aef371326f281d.json b/data/unsuccessful-reproductions/df0cda9b92e8f35fed97ce4b30aef371326f281d.json index 26f6b09e89ad..fa930709dec1 100644 --- a/data/unsuccessful-reproductions/df0cda9b92e8f35fed97ce4b30aef371326f281d.json +++ b/data/unsuccessful-reproductions/df0cda9b92e8f35fed97ce4b30aef371326f281d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.55", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df133271cd9b326e6450dffd9bbc4dc46dccf809.json b/data/unsuccessful-reproductions/df133271cd9b326e6450dffd9bbc4dc46dccf809.json index 94651a906c4d..85d191280f9d 100644 --- a/data/unsuccessful-reproductions/df133271cd9b326e6450dffd9bbc4dc46dccf809.json +++ b/data/unsuccessful-reproductions/df133271cd9b326e6450dffd9bbc4dc46dccf809.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.457", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df1e98b42829ae356d0e2aa7db7ae260b293a984.json b/data/unsuccessful-reproductions/df1e98b42829ae356d0e2aa7db7ae260b293a984.json index 79f14852d5c9..2d5acdaf98a1 100644 --- a/data/unsuccessful-reproductions/df1e98b42829ae356d0e2aa7db7ae260b293a984.json +++ b/data/unsuccessful-reproductions/df1e98b42829ae356d0e2aa7db7ae260b293a984.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.3", "newVersion" : "1.12.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df1eb31b621d4c4fca73b0d1ed87f9cf6a3cee8a.json b/data/unsuccessful-reproductions/df1eb31b621d4c4fca73b0d1ed87f9cf6a3cee8a.json index aa73baf76db2..8c6de58762bb 100644 --- a/data/unsuccessful-reproductions/df1eb31b621d4c4fca73b0d1ed87f9cf6a3cee8a.json +++ b/data/unsuccessful-reproductions/df1eb31b621d4c4fca73b0d1ed87f9cf6a3cee8a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.194", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df481a3a09591f455157631d8e24723ab811d6eb.json b/data/unsuccessful-reproductions/df481a3a09591f455157631d8e24723ab811d6eb.json index d930d3acf7d9..b42e7f8c9ce7 100644 --- a/data/unsuccessful-reproductions/df481a3a09591f455157631d8e24723ab811d6eb.json +++ b/data/unsuccessful-reproductions/df481a3a09591f455157631d8e24723ab811d6eb.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df4899e8c004e128e5b61038079047cf97db16e3.json b/data/unsuccessful-reproductions/df4899e8c004e128e5b61038079047cf97db16e3.json index 51668edfd168..b1e7a55b2613 100644 --- a/data/unsuccessful-reproductions/df4899e8c004e128e5b61038079047cf97db16e3.json +++ b/data/unsuccessful-reproductions/df4899e8c004e128e5b61038079047cf97db16e3.json @@ -12,7 +12,10 @@ "previousVersion" : "8.25", "newVersion" : "8.29", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df5f00196b7b52cbdd6663e2abcd17626fd44aa7.json b/data/unsuccessful-reproductions/df5f00196b7b52cbdd6663e2abcd17626fd44aa7.json index 4820a20afe28..c874002afc73 100644 --- a/data/unsuccessful-reproductions/df5f00196b7b52cbdd6663e2abcd17626fd44aa7.json +++ b/data/unsuccessful-reproductions/df5f00196b7b52cbdd6663e2abcd17626fd44aa7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df666662e7de4294c2cf97305e0079b0b704d219.json b/data/unsuccessful-reproductions/df666662e7de4294c2cf97305e0079b0b704d219.json index fc75fc724239..372d155907b7 100644 --- a/data/unsuccessful-reproductions/df666662e7de4294c2cf97305e0079b0b704d219.json +++ b/data/unsuccessful-reproductions/df666662e7de4294c2cf97305e0079b0b704d219.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df6da4392a7e1bdefe9af03e93cd76a6633561be.json b/data/unsuccessful-reproductions/df6da4392a7e1bdefe9af03e93cd76a6633561be.json index 6b6cb7d6062b..8c4569a79908 100644 --- a/data/unsuccessful-reproductions/df6da4392a7e1bdefe9af03e93cd76a6633561be.json +++ b/data/unsuccessful-reproductions/df6da4392a7e1bdefe9af03e93cd76a6633561be.json @@ -12,7 +12,10 @@ "previousVersion" : "2.34", "newVersion" : "3.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df77a781361c833f3439fab04424f3f130dff3eb.json b/data/unsuccessful-reproductions/df77a781361c833f3439fab04424f3f130dff3eb.json index c5fcd1b9d690..45a7d6b5d56e 100644 --- a/data/unsuccessful-reproductions/df77a781361c833f3439fab04424f3f130dff3eb.json +++ b/data/unsuccessful-reproductions/df77a781361c833f3439fab04424f3f130dff3eb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df789cb2bb368675b335def4ee49c6e2f92d70f9.json b/data/unsuccessful-reproductions/df789cb2bb368675b335def4ee49c6e2f92d70f9.json index cec4e0a9ed95..6e33f03a9f3d 100644 --- a/data/unsuccessful-reproductions/df789cb2bb368675b335def4ee49c6e2f92d70f9.json +++ b/data/unsuccessful-reproductions/df789cb2bb368675b335def4ee49c6e2f92d70f9.json @@ -12,7 +12,10 @@ "previousVersion" : "90.v7dc2c937f9a_8", "newVersion" : "102.v3f020960a_646", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df7a9c3a1773110d4f007c9af743686f2b224072.json b/data/unsuccessful-reproductions/df7a9c3a1773110d4f007c9af743686f2b224072.json index 095710d255a8..6ce2c27e112a 100644 --- a/data/unsuccessful-reproductions/df7a9c3a1773110d4f007c9af743686f2b224072.json +++ b/data/unsuccessful-reproductions/df7a9c3a1773110d4f007c9af743686f2b224072.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2", "newVersion" : "4.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df7eed386d5d851c59e1773569cc1cdc068b3954.json b/data/unsuccessful-reproductions/df7eed386d5d851c59e1773569cc1cdc068b3954.json index 10ac4ff716d2..ee311438085b 100644 --- a/data/unsuccessful-reproductions/df7eed386d5d851c59e1773569cc1cdc068b3954.json +++ b/data/unsuccessful-reproductions/df7eed386d5d851c59e1773569cc1cdc068b3954.json @@ -12,7 +12,10 @@ "previousVersion" : "42.4.1", "newVersion" : "42.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df80e75f21fe5092dc2a0cd52f125890b9353511.json b/data/unsuccessful-reproductions/df80e75f21fe5092dc2a0cd52f125890b9353511.json index 451a6c9f069f..e4faab7dbaa3 100644 --- a/data/unsuccessful-reproductions/df80e75f21fe5092dc2a0cd52f125890b9353511.json +++ b/data/unsuccessful-reproductions/df80e75f21fe5092dc2a0cd52f125890b9353511.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.270", "newVersion" : "2.17.271", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df8cfb7b36ff2064d646e7e3a7aa1c9ae0911e66.json b/data/unsuccessful-reproductions/df8cfb7b36ff2064d646e7e3a7aa1c9ae0911e66.json index 0f9233b70116..12dcfaa589c6 100644 --- a/data/unsuccessful-reproductions/df8cfb7b36ff2064d646e7e3a7aa1c9ae0911e66.json +++ b/data/unsuccessful-reproductions/df8cfb7b36ff2064d646e7e3a7aa1c9ae0911e66.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df8f5987fc219f45c29cdd5ced69200be9fdbf3e.json b/data/unsuccessful-reproductions/df8f5987fc219f45c29cdd5ced69200be9fdbf3e.json index deab069669d6..04dcaf9250ef 100644 --- a/data/unsuccessful-reproductions/df8f5987fc219f45c29cdd5ced69200be9fdbf3e.json +++ b/data/unsuccessful-reproductions/df8f5987fc219f45c29cdd5ced69200be9fdbf3e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.30", "newVersion" : "1.31", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/df9b7bc062a4d520535a27cd7dd254f2a1edc277.json b/data/unsuccessful-reproductions/df9b7bc062a4d520535a27cd7dd254f2a1edc277.json index 0c92bdef8281..7bc91444395d 100644 --- a/data/unsuccessful-reproductions/df9b7bc062a4d520535a27cd7dd254f2a1edc277.json +++ b/data/unsuccessful-reproductions/df9b7bc062a4d520535a27cd7dd254f2a1edc277.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.10", "newVersion" : "3.13.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dfa407778abd607fc9da76269f82ae407312db6c.json b/data/unsuccessful-reproductions/dfa407778abd607fc9da76269f82ae407312db6c.json index 157840221b43..1222ce132748 100644 --- a/data/unsuccessful-reproductions/dfa407778abd607fc9da76269f82ae407312db6c.json +++ b/data/unsuccessful-reproductions/dfa407778abd607fc9da76269f82ae407312db6c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.261", "newVersion" : "1.12.472", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dfb0fa290205a7c2e0015d0aa02c1c1b208de24f.json b/data/unsuccessful-reproductions/dfb0fa290205a7c2e0015d0aa02c1c1b208de24f.json index 9503b90e73d4..356b93ba39e4 100644 --- a/data/unsuccessful-reproductions/dfb0fa290205a7c2e0015d0aa02c1c1b208de24f.json +++ b/data/unsuccessful-reproductions/dfb0fa290205a7c2e0015d0aa02c1c1b208de24f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.7", "newVersion" : "1.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dfb233b6198cde6f72b74da416ccfdf8eedc8dd1.json b/data/unsuccessful-reproductions/dfb233b6198cde6f72b74da416ccfdf8eedc8dd1.json index 94e9feed7d02..3bca00ff4299 100644 --- a/data/unsuccessful-reproductions/dfb233b6198cde6f72b74da416ccfdf8eedc8dd1.json +++ b/data/unsuccessful-reproductions/dfb233b6198cde6f72b74da416ccfdf8eedc8dd1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.0", "newVersion" : "2.16", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dfbae00c76c7867b417a6f4cc1e61aa8fef0d0f7.json b/data/unsuccessful-reproductions/dfbae00c76c7867b417a6f4cc1e61aa8fef0d0f7.json index d54f4d306e7a..88a93b817940 100644 --- a/data/unsuccessful-reproductions/dfbae00c76c7867b417a6f4cc1e61aa8fef0d0f7.json +++ b/data/unsuccessful-reproductions/dfbae00c76c7867b417a6f4cc1e61aa8fef0d0f7.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.13.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/dfbee98d151ca002760d4e63a8ec94231e4bc15a.json b/data/unsuccessful-reproductions/dfbee98d151ca002760d4e63a8ec94231e4bc15a.json index b4316589ad08..1a42effde7b4 100644 --- a/data/unsuccessful-reproductions/dfbee98d151ca002760d4e63a8ec94231e4bc15a.json +++ b/data/unsuccessful-reproductions/dfbee98d151ca002760d4e63a8ec94231e4bc15a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.22", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e005b0ecb0801d7adab81e2c720efd9b6f1752ae.json b/data/unsuccessful-reproductions/e005b0ecb0801d7adab81e2c720efd9b6f1752ae.json index 21c3010ade2c..97499e270aed 100644 --- a/data/unsuccessful-reproductions/e005b0ecb0801d7adab81e2c720efd9b6f1752ae.json +++ b/data/unsuccessful-reproductions/e005b0ecb0801d7adab81e2c720efd9b6f1752ae.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e00a82218992fe525f7df829c08058b8b1fa940f.json b/data/unsuccessful-reproductions/e00a82218992fe525f7df829c08058b8b1fa940f.json index 008ac0f45099..2de1dae0374b 100644 --- a/data/unsuccessful-reproductions/e00a82218992fe525f7df829c08058b8b1fa940f.json +++ b/data/unsuccessful-reproductions/e00a82218992fe525f7df829c08058b8b1fa940f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.4", "newVersion" : "2.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0184ae6a2fcc3b61dfc3553e0d35aee0296bf82.json b/data/unsuccessful-reproductions/e0184ae6a2fcc3b61dfc3553e0d35aee0296bf82.json index 263d77bc1de3..4f0100fcf121 100644 --- a/data/unsuccessful-reproductions/e0184ae6a2fcc3b61dfc3553e0d35aee0296bf82.json +++ b/data/unsuccessful-reproductions/e0184ae6a2fcc3b61dfc3553e0d35aee0296bf82.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0189cf92ef8ecbb3658805b5032139895d095ea.json b/data/unsuccessful-reproductions/e0189cf92ef8ecbb3658805b5032139895d095ea.json index 0dd8116385d6..9aac335fc65f 100644 --- a/data/unsuccessful-reproductions/e0189cf92ef8ecbb3658805b5032139895d095ea.json +++ b/data/unsuccessful-reproductions/e0189cf92ef8ecbb3658805b5032139895d095ea.json @@ -12,7 +12,10 @@ "previousVersion" : "1.43.1", "newVersion" : "1.43.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e01aec054458ca7299a03376fdab49a0999d3880.json b/data/unsuccessful-reproductions/e01aec054458ca7299a03376fdab49a0999d3880.json index c7328fa8cf13..9ac2ea8228cb 100644 --- a/data/unsuccessful-reproductions/e01aec054458ca7299a03376fdab49a0999d3880.json +++ b/data/unsuccessful-reproductions/e01aec054458ca7299a03376fdab49a0999d3880.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.26", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e02a4e701ad329ff474a35ccb579ea7d3f69f983.json b/data/unsuccessful-reproductions/e02a4e701ad329ff474a35ccb579ea7d3f69f983.json index 07792ed38622..290096d3c834 100644 --- a/data/unsuccessful-reproductions/e02a4e701ad329ff474a35ccb579ea7d3f69f983.json +++ b/data/unsuccessful-reproductions/e02a4e701ad329ff474a35ccb579ea7d3f69f983.json @@ -12,7 +12,10 @@ "previousVersion" : "1.42.0", "newVersion" : "1.42.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "googleapis/google-http-java-client" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e03402e3a5c30bb211ebb42422c12cd51ab5aecb.json b/data/unsuccessful-reproductions/e03402e3a5c30bb211ebb42422c12cd51ab5aecb.json index 9d22dd2a96c0..6b9d44f933d4 100644 --- a/data/unsuccessful-reproductions/e03402e3a5c30bb211ebb42422c12cd51ab5aecb.json +++ b/data/unsuccessful-reproductions/e03402e3a5c30bb211ebb42422c12cd51ab5aecb.json @@ -12,7 +12,10 @@ "previousVersion" : "21.0.2", "newVersion" : "22.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e052f308e4aed7a179e59109787be74329dbfbbc.json b/data/unsuccessful-reproductions/e052f308e4aed7a179e59109787be74329dbfbbc.json index c6d8de99af0c..c438123e865a 100644 --- a/data/unsuccessful-reproductions/e052f308e4aed7a179e59109787be74329dbfbbc.json +++ b/data/unsuccessful-reproductions/e052f308e4aed7a179e59109787be74329dbfbbc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.51", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0636325deae144ecc17a3363d5d82baa397a7a2.json b/data/unsuccessful-reproductions/e0636325deae144ecc17a3363d5d82baa397a7a2.json index 9d8ba91b98e0..f769a9b8e017 100644 --- a/data/unsuccessful-reproductions/e0636325deae144ecc17a3363d5d82baa397a7a2.json +++ b/data/unsuccessful-reproductions/e0636325deae144ecc17a3363d5d82baa397a7a2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.4", "newVersion" : "1.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e06434df1b72494823c0ec78cc635e8e7313e34a.json b/data/unsuccessful-reproductions/e06434df1b72494823c0ec78cc635e8e7313e34a.json index 1e7ced39ee2d..fae69644558e 100644 --- a/data/unsuccessful-reproductions/e06434df1b72494823c0ec78cc635e8e7313e34a.json +++ b/data/unsuccessful-reproductions/e06434df1b72494823c0ec78cc635e8e7313e34a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.0", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e07791687a1e91a7c326cbe1e12bbdda9a2d9897.json b/data/unsuccessful-reproductions/e07791687a1e91a7c326cbe1e12bbdda9a2d9897.json index 6d67b6ae2271..69b00e1c4bde 100644 --- a/data/unsuccessful-reproductions/e07791687a1e91a7c326cbe1e12bbdda9a2d9897.json +++ b/data/unsuccessful-reproductions/e07791687a1e91a7c326cbe1e12bbdda9a2d9897.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.366", "newVersion" : "1.12.368", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e09eecbbf06a456e1f533ab0df54b387ae8b67c2.json b/data/unsuccessful-reproductions/e09eecbbf06a456e1f533ab0df54b387ae8b67c2.json index b4094c3bf225..afef306d0197 100644 --- a/data/unsuccessful-reproductions/e09eecbbf06a456e1f533ab0df54b387ae8b67c2.json +++ b/data/unsuccessful-reproductions/e09eecbbf06a456e1f533ab0df54b387ae8b67c2.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0a137b426d09dac120c817a470e667aa42c31b2.json b/data/unsuccessful-reproductions/e0a137b426d09dac120c817a470e667aa42c31b2.json index 1f1878082056..3563dc13d87f 100644 --- a/data/unsuccessful-reproductions/e0a137b426d09dac120c817a470e667aa42c31b2.json +++ b/data/unsuccessful-reproductions/e0a137b426d09dac120c817a470e667aa42c31b2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.18.2", "newVersion" : "3.23.11", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0a59505e0d60469f02e343a52ca3648162ed22f.json b/data/unsuccessful-reproductions/e0a59505e0d60469f02e343a52ca3648162ed22f.json index 71652ceb4a19..467104613a60 100644 --- a/data/unsuccessful-reproductions/e0a59505e0d60469f02e343a52ca3648162ed22f.json +++ b/data/unsuccessful-reproductions/e0a59505e0d60469f02e343a52ca3648162ed22f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0-alpha7", "newVersion" : "2.0.0-beta1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0b9eb71e13edc3c40e8160ca62473f7095a97ea.json b/data/unsuccessful-reproductions/e0b9eb71e13edc3c40e8160ca62473f7095a97ea.json index 0ffb98abafcf..02c85d20bc9e 100644 --- a/data/unsuccessful-reproductions/e0b9eb71e13edc3c40e8160ca62473f7095a97ea.json +++ b/data/unsuccessful-reproductions/e0b9eb71e13edc3c40e8160ca62473f7095a97ea.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0baf10ee04e914a85f0aba9930ec56dd532d542.json b/data/unsuccessful-reproductions/e0baf10ee04e914a85f0aba9930ec56dd532d542.json index 43568b61951b..819ca7e0dc46 100644 --- a/data/unsuccessful-reproductions/e0baf10ee04e914a85f0aba9930ec56dd532d542.json +++ b/data/unsuccessful-reproductions/e0baf10ee04e914a85f0aba9930ec56dd532d542.json @@ -12,7 +12,10 @@ "previousVersion" : "0.12.0", "newVersion" : "0.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0bee3320762cddbf5a8caea7d7747612ad7ef92.json b/data/unsuccessful-reproductions/e0bee3320762cddbf5a8caea7d7747612ad7ef92.json index 64057fe708af..70b874375bc4 100644 --- a/data/unsuccessful-reproductions/e0bee3320762cddbf5a8caea7d7747612ad7ef92.json +++ b/data/unsuccessful-reproductions/e0bee3320762cddbf5a8caea7d7747612ad7ef92.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0c1302b826515c7d98a2a2f3f4b57b13f03a2e1.json b/data/unsuccessful-reproductions/e0c1302b826515c7d98a2a2f3f4b57b13f03a2e1.json index ad7e6ef46cb3..98dd788bfde6 100644 --- a/data/unsuccessful-reproductions/e0c1302b826515c7d98a2a2f3f4b57b13f03a2e1.json +++ b/data/unsuccessful-reproductions/e0c1302b826515c7d98a2a2f3f4b57b13f03a2e1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.0.14", "newVersion" : "2.1.0.15", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0cfabfd89fa21f92b26322bb6c775bd3c403a75.json b/data/unsuccessful-reproductions/e0cfabfd89fa21f92b26322bb6c775bd3c403a75.json index 2c729cb555d7..1f3db251b2f2 100644 --- a/data/unsuccessful-reproductions/e0cfabfd89fa21f92b26322bb6c775bd3c403a75.json +++ b/data/unsuccessful-reproductions/e0cfabfd89fa21f92b26322bb6c775bd3c403a75.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.3", "newVersion" : "2.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0d5395af72ddf8b008bc38948d03bbc839ba099.json b/data/unsuccessful-reproductions/e0d5395af72ddf8b008bc38948d03bbc839ba099.json index 224ae4be331e..89fdc1fbf2ea 100644 --- a/data/unsuccessful-reproductions/e0d5395af72ddf8b008bc38948d03bbc839ba099.json +++ b/data/unsuccessful-reproductions/e0d5395af72ddf8b008bc38948d03bbc839ba099.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.0", "newVersion" : "3.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0dfcd301190add8fc8b617a210ad488fc48a35a.json b/data/unsuccessful-reproductions/e0dfcd301190add8fc8b617a210ad488fc48a35a.json index a7e40906f239..f02a5924e746 100644 --- a/data/unsuccessful-reproductions/e0dfcd301190add8fc8b617a210ad488fc48a35a.json +++ b/data/unsuccessful-reproductions/e0dfcd301190add8fc8b617a210ad488fc48a35a.json @@ -12,7 +12,10 @@ "previousVersion" : "25.1.0", "newVersion" : "25.2.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0efb26f2826fd564cff78cbd5a0f164cf431d3f.json b/data/unsuccessful-reproductions/e0efb26f2826fd564cff78cbd5a0f164cf431d3f.json index 64a3a79bcf4f..b4ac87efb7bf 100644 --- a/data/unsuccessful-reproductions/e0efb26f2826fd564cff78cbd5a0f164cf431d3f.json +++ b/data/unsuccessful-reproductions/e0efb26f2826fd564cff78cbd5a0f164cf431d3f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.42.1", "newVersion" : "1.43.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e0f7503beead6bd2394e82e615cfc230e5178d5f.json b/data/unsuccessful-reproductions/e0f7503beead6bd2394e82e615cfc230e5178d5f.json index 82c5d46f57d3..af80c22d3493 100644 --- a/data/unsuccessful-reproductions/e0f7503beead6bd2394e82e615cfc230e5178d5f.json +++ b/data/unsuccessful-reproductions/e0f7503beead6bd2394e82e615cfc230e5178d5f.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "6.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e12ba9ec8e03c73d660ed53c16cfe270a395235f.json b/data/unsuccessful-reproductions/e12ba9ec8e03c73d660ed53c16cfe270a395235f.json index 6a3f08224912..a0481e85cc3f 100644 --- a/data/unsuccessful-reproductions/e12ba9ec8e03c73d660ed53c16cfe270a395235f.json +++ b/data/unsuccessful-reproductions/e12ba9ec8e03c73d660ed53c16cfe270a395235f.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.2-3", "newVersion" : "5.3.3-1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e13203bada4c353774d60bd891df26520c0b0d14.json b/data/unsuccessful-reproductions/e13203bada4c353774d60bd891df26520c0b0d14.json index cbe4e6b9e5c7..88bb0868e2a2 100644 --- a/data/unsuccessful-reproductions/e13203bada4c353774d60bd891df26520c0b0d14.json +++ b/data/unsuccessful-reproductions/e13203bada4c353774d60bd891df26520c0b0d14.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.450", "newVersion" : "1.12.453", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e132c1edb8eaec6b5cf54600cfea23af7df3e62b.json b/data/unsuccessful-reproductions/e132c1edb8eaec6b5cf54600cfea23af7df3e62b.json index 66fc0f09bf77..aa1a7b878d4d 100644 --- a/data/unsuccessful-reproductions/e132c1edb8eaec6b5cf54600cfea23af7df3e62b.json +++ b/data/unsuccessful-reproductions/e132c1edb8eaec6b5cf54600cfea23af7df3e62b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.105", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e143f486fcacef7f5d0602b943ae71b279024856.json b/data/unsuccessful-reproductions/e143f486fcacef7f5d0602b943ae71b279024856.json index ff6e56affc32..7e0c196cbab7 100644 --- a/data/unsuccessful-reproductions/e143f486fcacef7f5d0602b943ae71b279024856.json +++ b/data/unsuccessful-reproductions/e143f486fcacef7f5d0602b943ae71b279024856.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.89.Final", "newVersion" : "4.1.90.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e17b3ea311afc45d315db81b3c7485dfd3cc5735.json b/data/unsuccessful-reproductions/e17b3ea311afc45d315db81b3c7485dfd3cc5735.json index 8e56c728fb0a..9f4185887356 100644 --- a/data/unsuccessful-reproductions/e17b3ea311afc45d315db81b3c7485dfd3cc5735.json +++ b/data/unsuccessful-reproductions/e17b3ea311afc45d315db81b3c7485dfd3cc5735.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.8.4", "newVersion" : "1.1.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e17eb994d62680adc2dbc324bcf2ec0c3e8d4f9c.json b/data/unsuccessful-reproductions/e17eb994d62680adc2dbc324bcf2ec0c3e8d4f9c.json index fcdf4e5e63cd..41208044be69 100644 --- a/data/unsuccessful-reproductions/e17eb994d62680adc2dbc324bcf2ec0c3e8d4f9c.json +++ b/data/unsuccessful-reproductions/e17eb994d62680adc2dbc324bcf2ec0c3e8d4f9c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.248", "newVersion" : "1.12.328", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e1aeaa9c8da2b7adaab5b5b91dd035d730344d5a.json b/data/unsuccessful-reproductions/e1aeaa9c8da2b7adaab5b5b91dd035d730344d5a.json index e6d4e3a6ad36..abc9b38ca3ff 100644 --- a/data/unsuccessful-reproductions/e1aeaa9c8da2b7adaab5b5b91dd035d730344d5a.json +++ b/data/unsuccessful-reproductions/e1aeaa9c8da2b7adaab5b5b91dd035d730344d5a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.19.11", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e1bd10b555fc6ee4151383b26fc0dd3de5ed31c8.json b/data/unsuccessful-reproductions/e1bd10b555fc6ee4151383b26fc0dd3de5ed31c8.json index 6bf2c2511668..1354be7c0afd 100644 --- a/data/unsuccessful-reproductions/e1bd10b555fc6ee4151383b26fc0dd3de5ed31c8.json +++ b/data/unsuccessful-reproductions/e1bd10b555fc6ee4151383b26fc0dd3de5ed31c8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.14.2", "newVersion" : "3.14.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e1d46bd1f88ca6b53acb5cbfb333c2af76411885.json b/data/unsuccessful-reproductions/e1d46bd1f88ca6b53acb5cbfb333c2af76411885.json index 8ccc85ae95c2..a6e0bb4b48ec 100644 --- a/data/unsuccessful-reproductions/e1d46bd1f88ca6b53acb5cbfb333c2af76411885.json +++ b/data/unsuccessful-reproductions/e1d46bd1f88ca6b53acb5cbfb333c2af76411885.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.145.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e1d64cb9def4446db2a63fbb803830f54b88f714.json b/data/unsuccessful-reproductions/e1d64cb9def4446db2a63fbb803830f54b88f714.json index e01292ee409f..d281b7740631 100644 --- a/data/unsuccessful-reproductions/e1d64cb9def4446db2a63fbb803830f54b88f714.json +++ b/data/unsuccessful-reproductions/e1d64cb9def4446db2a63fbb803830f54b88f714.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e1e00815baa23fd242a931cfed6f6db8f19feafd.json b/data/unsuccessful-reproductions/e1e00815baa23fd242a931cfed6f6db8f19feafd.json index 9279dbf8769a..221be1b52da7 100644 --- a/data/unsuccessful-reproductions/e1e00815baa23fd242a931cfed6f6db8f19feafd.json +++ b/data/unsuccessful-reproductions/e1e00815baa23fd242a931cfed6f6db8f19feafd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e1fea2f1c9497ea1573eea8824f50e51493d2032.json b/data/unsuccessful-reproductions/e1fea2f1c9497ea1573eea8824f50e51493d2032.json index ed0ff48bab37..2e9d438d49d6 100644 --- a/data/unsuccessful-reproductions/e1fea2f1c9497ea1573eea8824f50e51493d2032.json +++ b/data/unsuccessful-reproductions/e1fea2f1c9497ea1573eea8824f50e51493d2032.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.1", "newVersion" : "3.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e204462edbf0f45511e2083de9089e89fb0bb149.json b/data/unsuccessful-reproductions/e204462edbf0f45511e2083de9089e89fb0bb149.json index e3818154c081..b2d6e29a17a9 100644 --- a/data/unsuccessful-reproductions/e204462edbf0f45511e2083de9089e89fb0bb149.json +++ b/data/unsuccessful-reproductions/e204462edbf0f45511e2083de9089e89fb0bb149.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.45", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e20c1a693374ebad2be79139b228ee82a55cbfb8.json b/data/unsuccessful-reproductions/e20c1a693374ebad2be79139b228ee82a55cbfb8.json index 7b1a22611013..b70557073843 100644 --- a/data/unsuccessful-reproductions/e20c1a693374ebad2be79139b228ee82a55cbfb8.json +++ b/data/unsuccessful-reproductions/e20c1a693374ebad2be79139b228ee82a55cbfb8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.34", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e217e4e83a0e1e0424b050e5967f21cd417ca07e.json b/data/unsuccessful-reproductions/e217e4e83a0e1e0424b050e5967f21cd417ca07e.json index 2b33415a8aec..84f80506f54c 100644 --- a/data/unsuccessful-reproductions/e217e4e83a0e1e0424b050e5967f21cd417ca07e.json +++ b/data/unsuccessful-reproductions/e217e4e83a0e1e0424b050e5967f21cd417ca07e.json @@ -12,7 +12,10 @@ "previousVersion" : "6.9.0.23563", "newVersion" : "6.15.1.26025", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e21d9e297b6d5007c63d28b9ff042b6cfae2c43e.json b/data/unsuccessful-reproductions/e21d9e297b6d5007c63d28b9ff042b6cfae2c43e.json index 7307d91a0317..0d085fcd749a 100644 --- a/data/unsuccessful-reproductions/e21d9e297b6d5007c63d28b9ff042b6cfae2c43e.json +++ b/data/unsuccessful-reproductions/e21d9e297b6d5007c63d28b9ff042b6cfae2c43e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.1", "newVersion" : "2.0.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e22bcecd46a86f77a824b84b2e94bf5b40866dc6.json b/data/unsuccessful-reproductions/e22bcecd46a86f77a824b84b2e94bf5b40866dc6.json index 34ea62c7a992..f660fec9340d 100644 --- a/data/unsuccessful-reproductions/e22bcecd46a86f77a824b84b2e94bf5b40866dc6.json +++ b/data/unsuccessful-reproductions/e22bcecd46a86f77a824b84b2e94bf5b40866dc6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.16.2", "newVersion" : "1.17.1", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e22f0fc18c328788b5f63c1fa3222ed7053ec01b.json b/data/unsuccessful-reproductions/e22f0fc18c328788b5f63c1fa3222ed7053ec01b.json index 4d464a7107f0..30ac9a69ec36 100644 --- a/data/unsuccessful-reproductions/e22f0fc18c328788b5f63c1fa3222ed7053ec01b.json +++ b/data/unsuccessful-reproductions/e22f0fc18c328788b5f63c1fa3222ed7053ec01b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.382", "newVersion" : "1.12.390", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2302e822c9a7b60a411d3a53d11d11b54ef18ad.json b/data/unsuccessful-reproductions/e2302e822c9a7b60a411d3a53d11d11b54ef18ad.json index db87e9bbd67b..54c957ce4f7d 100644 --- a/data/unsuccessful-reproductions/e2302e822c9a7b60a411d3a53d11d11b54ef18ad.json +++ b/data/unsuccessful-reproductions/e2302e822c9a7b60a411d3a53d11d11b54ef18ad.json @@ -12,7 +12,10 @@ "previousVersion" : "3.25.2", "newVersion" : "3.41.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2326ba851e962dc546bf664f2aa69faa855dd90.json b/data/unsuccessful-reproductions/e2326ba851e962dc546bf664f2aa69faa855dd90.json index a47476653aaf..60a5410ff330 100644 --- a/data/unsuccessful-reproductions/e2326ba851e962dc546bf664f2aa69faa855dd90.json +++ b/data/unsuccessful-reproductions/e2326ba851e962dc546bf664f2aa69faa855dd90.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.0", "newVersion" : "2.2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e252c14e72edcb4ff6055e44b5adc4464d8d4265.json b/data/unsuccessful-reproductions/e252c14e72edcb4ff6055e44b5adc4464d8d4265.json index 92bd148799f8..73aff43ac62b 100644 --- a/data/unsuccessful-reproductions/e252c14e72edcb4ff6055e44b5adc4464d8d4265.json +++ b/data/unsuccessful-reproductions/e252c14e72edcb4ff6055e44b5adc4464d8d4265.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.7", "newVersion" : "1.2.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2565279c168f2072047f743db7c7f94ebd458d5.json b/data/unsuccessful-reproductions/e2565279c168f2072047f743db7c7f94ebd458d5.json index 3d72b5867033..0e5c691c9a08 100644 --- a/data/unsuccessful-reproductions/e2565279c168f2072047f743db7c7f94ebd458d5.json +++ b/data/unsuccessful-reproductions/e2565279c168f2072047f743db7c7f94ebd458d5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.15", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e284b6baa93d33a0f9b1ab0e58628e98c70c54f6.json b/data/unsuccessful-reproductions/e284b6baa93d33a0f9b1ab0e58628e98c70c54f6.json index 9c9ca82cd077..1a6af5723ed1 100644 --- a/data/unsuccessful-reproductions/e284b6baa93d33a0f9b1ab0e58628e98c70c54f6.json +++ b/data/unsuccessful-reproductions/e284b6baa93d33a0f9b1ab0e58628e98c70c54f6.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.0.2", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e28eb7c3621004802fb15f96be084c36f9677f31.json b/data/unsuccessful-reproductions/e28eb7c3621004802fb15f96be084c36f9677f31.json index 423e7d63f0d1..1ac3f10be9f7 100644 --- a/data/unsuccessful-reproductions/e28eb7c3621004802fb15f96be084c36f9677f31.json +++ b/data/unsuccessful-reproductions/e28eb7c3621004802fb15f96be084c36f9677f31.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e297fe79b7e11fa9212b9bc5179b087ae1b1de4f.json b/data/unsuccessful-reproductions/e297fe79b7e11fa9212b9bc5179b087ae1b1de4f.json index d577c2d3e2f1..1814c0ac8709 100644 --- a/data/unsuccessful-reproductions/e297fe79b7e11fa9212b9bc5179b087ae1b1de4f.json +++ b/data/unsuccessful-reproductions/e297fe79b7e11fa9212b9bc5179b087ae1b1de4f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.227", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2a2d1ffd4b561f66a3c2ad963744173c2b3a3cb.json b/data/unsuccessful-reproductions/e2a2d1ffd4b561f66a3c2ad963744173c2b3a3cb.json index 793fbf52bcd3..90e7f19d46a0 100644 --- a/data/unsuccessful-reproductions/e2a2d1ffd4b561f66a3c2ad963744173c2b3a3cb.json +++ b/data/unsuccessful-reproductions/e2a2d1ffd4b561f66a3c2ad963744173c2b3a3cb.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.2", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2a623132b3825741fa782c85ea1de2d120343ad.json b/data/unsuccessful-reproductions/e2a623132b3825741fa782c85ea1de2d120343ad.json index 1d8e33d4d07d..d164b17a5b8a 100644 --- a/data/unsuccessful-reproductions/e2a623132b3825741fa782c85ea1de2d120343ad.json +++ b/data/unsuccessful-reproductions/e2a623132b3825741fa782c85ea1de2d120343ad.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.0", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2a6e09bfcdae2aa9d26a84cd4c856b5abda4266.json b/data/unsuccessful-reproductions/e2a6e09bfcdae2aa9d26a84cd4c856b5abda4266.json index f011f3e43305..61c20dc90b79 100644 --- a/data/unsuccessful-reproductions/e2a6e09bfcdae2aa9d26a84cd4c856b5abda4266.json +++ b/data/unsuccessful-reproductions/e2a6e09bfcdae2aa9d26a84cd4c856b5abda4266.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.56", "newVersion" : "8.12.57", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2aefb17af275568b1147e2da7fb51dc47ffb5ac.json b/data/unsuccessful-reproductions/e2aefb17af275568b1147e2da7fb51dc47ffb5ac.json index 0a87196fc5fb..b242f4c34ae1 100644 --- a/data/unsuccessful-reproductions/e2aefb17af275568b1147e2da7fb51dc47ffb5ac.json +++ b/data/unsuccessful-reproductions/e2aefb17af275568b1147e2da7fb51dc47ffb5ac.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.23.RELEASE", "newVersion" : "2.5.4", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-data-jpa" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2b6f5f1141b3ff073f54c91000e7b67afb4e429.json b/data/unsuccessful-reproductions/e2b6f5f1141b3ff073f54c91000e7b67afb4e429.json index f1bc71276531..e9cfd774eb86 100644 --- a/data/unsuccessful-reproductions/e2b6f5f1141b3ff073f54c91000e7b67afb4e429.json +++ b/data/unsuccessful-reproductions/e2b6f5f1141b3ff073f54c91000e7b67afb4e429.json @@ -12,7 +12,10 @@ "previousVersion" : "1.27.0", "newVersion" : "1.28.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2b80de9ecdbd40c5f8316fac0eda8ecd58ffd61.json b/data/unsuccessful-reproductions/e2b80de9ecdbd40c5f8316fac0eda8ecd58ffd61.json index cf5a2ffa3116..4e76fd756456 100644 --- a/data/unsuccessful-reproductions/e2b80de9ecdbd40c5f8316fac0eda8ecd58ffd61.json +++ b/data/unsuccessful-reproductions/e2b80de9ecdbd40c5f8316fac0eda8ecd58ffd61.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12.0", "newVersion" : "4.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2b8caddfa8fa34d074aa04f067cbe07847d9301.json b/data/unsuccessful-reproductions/e2b8caddfa8fa34d074aa04f067cbe07847d9301.json index c374a3604ee8..82516c917748 100644 --- a/data/unsuccessful-reproductions/e2b8caddfa8fa34d074aa04f067cbe07847d9301.json +++ b/data/unsuccessful-reproductions/e2b8caddfa8fa34d074aa04f067cbe07847d9301.json @@ -12,7 +12,10 @@ "previousVersion" : "10.10.0", "newVersion" : "10.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2bf8f9e9fed58afce4f15c1d3ccb625c91f8930.json b/data/unsuccessful-reproductions/e2bf8f9e9fed58afce4f15c1d3ccb625c91f8930.json index 6c5da7e61b09..b0118d3d18c2 100644 --- a/data/unsuccessful-reproductions/e2bf8f9e9fed58afce4f15c1d3ccb625c91f8930.json +++ b/data/unsuccessful-reproductions/e2bf8f9e9fed58afce4f15c1d3ccb625c91f8930.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2c9cc0bd0411c5b0b274fc7f37f53eb24bfce59.json b/data/unsuccessful-reproductions/e2c9cc0bd0411c5b0b274fc7f37f53eb24bfce59.json index 34560eab8baa..6419e5484fc3 100644 --- a/data/unsuccessful-reproductions/e2c9cc0bd0411c5b0b274fc7f37f53eb24bfce59.json +++ b/data/unsuccessful-reproductions/e2c9cc0bd0411c5b0b274fc7f37f53eb24bfce59.json @@ -12,7 +12,10 @@ "previousVersion" : "0.26.1", "newVersion" : "0.28.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2ce8eb0ee529264622baa0d296461334f31dd24.json b/data/unsuccessful-reproductions/e2ce8eb0ee529264622baa0d296461334f31dd24.json index 6cb5c0436c7c..cff0ed68a1c2 100644 --- a/data/unsuccessful-reproductions/e2ce8eb0ee529264622baa0d296461334f31dd24.json +++ b/data/unsuccessful-reproductions/e2ce8eb0ee529264622baa0d296461334f31dd24.json @@ -12,7 +12,10 @@ "previousVersion" : "1.14.0", "newVersion" : "1.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2cf159d30c045565f85c448528cfb3b0dd89f3d.json b/data/unsuccessful-reproductions/e2cf159d30c045565f85c448528cfb3b0dd89f3d.json index 2f353a42938e..db8f78f76790 100644 --- a/data/unsuccessful-reproductions/e2cf159d30c045565f85c448528cfb3b0dd89f3d.json +++ b/data/unsuccessful-reproductions/e2cf159d30c045565f85c448528cfb3b0dd89f3d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.36.1", "newVersion" : "2.37.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2d5c6f4677b4b2fc3006515bda9623fee08d00d.json b/data/unsuccessful-reproductions/e2d5c6f4677b4b2fc3006515bda9623fee08d00d.json index 361603e45a4c..fa4270ec8a31 100644 --- a/data/unsuccessful-reproductions/e2d5c6f4677b4b2fc3006515bda9623fee08d00d.json +++ b/data/unsuccessful-reproductions/e2d5c6f4677b4b2fc3006515bda9623fee08d00d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33.0", "newVersion" : "1.33.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e2de1cf4246475fc70ce3bbfd08e7afbb85fb2f4.json b/data/unsuccessful-reproductions/e2de1cf4246475fc70ce3bbfd08e7afbb85fb2f4.json index 2b5f80a9dece..5beafbbae3f7 100644 --- a/data/unsuccessful-reproductions/e2de1cf4246475fc70ce3bbfd08e7afbb85fb2f4.json +++ b/data/unsuccessful-reproductions/e2de1cf4246475fc70ce3bbfd08e7afbb85fb2f4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.32", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e30028e7f429baf53f2898ea3a451c4cfd264856.json b/data/unsuccessful-reproductions/e30028e7f429baf53f2898ea3a451c4cfd264856.json index b1ac2c5da8d9..f3b7e43495a7 100644 --- a/data/unsuccessful-reproductions/e30028e7f429baf53f2898ea3a451c4cfd264856.json +++ b/data/unsuccessful-reproductions/e30028e7f429baf53f2898ea3a451c4cfd264856.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "9.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e3187dfa0ba554c35212f5767adc77f8d48e3f1c.json b/data/unsuccessful-reproductions/e3187dfa0ba554c35212f5767adc77f8d48e3f1c.json index 1bc7ec5ce16a..5b9842cd63ce 100644 --- a/data/unsuccessful-reproductions/e3187dfa0ba554c35212f5767adc77f8d48e3f1c.json +++ b/data/unsuccessful-reproductions/e3187dfa0ba554c35212f5767adc77f8d48e3f1c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.2", "newVersion" : "2.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e36dd87f338f67339f6694ea46495101429cedb4.json b/data/unsuccessful-reproductions/e36dd87f338f67339f6694ea46495101429cedb4.json index 329970f2060c..b27f02412afa 100644 --- a/data/unsuccessful-reproductions/e36dd87f338f67339f6694ea46495101429cedb4.json +++ b/data/unsuccessful-reproductions/e36dd87f338f67339f6694ea46495101429cedb4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.14", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e3782a842380600bd83235ca35138cd02db868b0.json b/data/unsuccessful-reproductions/e3782a842380600bd83235ca35138cd02db868b0.json index 6d88ef1b6f23..ea349e682330 100644 --- a/data/unsuccessful-reproductions/e3782a842380600bd83235ca35138cd02db868b0.json +++ b/data/unsuccessful-reproductions/e3782a842380600bd83235ca35138cd02db868b0.json @@ -12,7 +12,10 @@ "previousVersion" : "25.1.0", "newVersion" : "25.2.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e378d331d6cdf757de06771d766bc554191d4e31.json b/data/unsuccessful-reproductions/e378d331d6cdf757de06771d766bc554191d4e31.json index 68ee95e05e42..4bbd3f68ebac 100644 --- a/data/unsuccessful-reproductions/e378d331d6cdf757de06771d766bc554191d4e31.json +++ b/data/unsuccessful-reproductions/e378d331d6cdf757de06771d766bc554191d4e31.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.4", "newVersion" : "4.7.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e3819b4260c46362f9938e9af03c88f69cc1c5cf.json b/data/unsuccessful-reproductions/e3819b4260c46362f9938e9af03c88f69cc1c5cf.json index 4d3bb3729737..1d7f1b202e32 100644 --- a/data/unsuccessful-reproductions/e3819b4260c46362f9938e9af03c88f69cc1c5cf.json +++ b/data/unsuccessful-reproductions/e3819b4260c46362f9938e9af03c88f69cc1c5cf.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.192.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e3b1444dbeef8414dca53f8f692880f851ecef06.json b/data/unsuccessful-reproductions/e3b1444dbeef8414dca53f8f692880f851ecef06.json index 3ba1aec64b57..890176cc0edf 100644 --- a/data/unsuccessful-reproductions/e3b1444dbeef8414dca53f8f692880f851ecef06.json +++ b/data/unsuccessful-reproductions/e3b1444dbeef8414dca53f8f692880f851ecef06.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.230", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e3c2ac0bb282eb7a4b3b5a8dfa119b77acc99ee4.json b/data/unsuccessful-reproductions/e3c2ac0bb282eb7a4b3b5a8dfa119b77acc99ee4.json index cdac526b4fdb..7f399588eb9f 100644 --- a/data/unsuccessful-reproductions/e3c2ac0bb282eb7a4b3b5a8dfa119b77acc99ee4.json +++ b/data/unsuccessful-reproductions/e3c2ac0bb282eb7a4b3b5a8dfa119b77acc99ee4.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.11.Final", "newVersion" : "5.6.10.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e3daa9abb07080e1f87348d8d5d7d26a46c65755.json b/data/unsuccessful-reproductions/e3daa9abb07080e1f87348d8d5d7d26a46c65755.json index 24a45155cc8e..4b474883da87 100644 --- a/data/unsuccessful-reproductions/e3daa9abb07080e1f87348d8d5d7d26a46c65755.json +++ b/data/unsuccessful-reproductions/e3daa9abb07080e1f87348d8d5d7d26a46c65755.json @@ -12,7 +12,10 @@ "previousVersion" : "11.0.14", "newVersion" : "11.0.15", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e3de1b29df820f5577c8cc56b0df1cc8e58b65c5.json b/data/unsuccessful-reproductions/e3de1b29df820f5577c8cc56b0df1cc8e58b65c5.json index 4399a0490149..4aa6aca6819b 100644 --- a/data/unsuccessful-reproductions/e3de1b29df820f5577c8cc56b0df1cc8e58b65c5.json +++ b/data/unsuccessful-reproductions/e3de1b29df820f5577c8cc56b0df1cc8e58b65c5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e3e67452bf14f3d375af1c758012e62f46847d2e.json b/data/unsuccessful-reproductions/e3e67452bf14f3d375af1c758012e62f46847d2e.json index 5e015126c7ed..3a6d30915328 100644 --- a/data/unsuccessful-reproductions/e3e67452bf14f3d375af1c758012e62f46847d2e.json +++ b/data/unsuccessful-reproductions/e3e67452bf14f3d375af1c758012e62f46847d2e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.225", "newVersion" : "2.17.246", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e3fb2fc2c777dc83b57d594a2845ede380f0647c.json b/data/unsuccessful-reproductions/e3fb2fc2c777dc83b57d594a2845ede380f0647c.json index 5ab2702dad0d..a9bd07e80dfd 100644 --- a/data/unsuccessful-reproductions/e3fb2fc2c777dc83b57d594a2845ede380f0647c.json +++ b/data/unsuccessful-reproductions/e3fb2fc2c777dc83b57d594a2845ede380f0647c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e420f49a2ebde33123e2fd9c887d362c4345f6ce.json b/data/unsuccessful-reproductions/e420f49a2ebde33123e2fd9c887d362c4345f6ce.json index 56c1cd1aad44..082e9112db9d 100644 --- a/data/unsuccessful-reproductions/e420f49a2ebde33123e2fd9c887d362c4345f6ce.json +++ b/data/unsuccessful-reproductions/e420f49a2ebde33123e2fd9c887d362c4345f6ce.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e43a6fbac4ddc595b9cae78c634e0747450732aa.json b/data/unsuccessful-reproductions/e43a6fbac4ddc595b9cae78c634e0747450732aa.json index 61c65fa16f45..1e0437728336 100644 --- a/data/unsuccessful-reproductions/e43a6fbac4ddc595b9cae78c634e0747450732aa.json +++ b/data/unsuccessful-reproductions/e43a6fbac4ddc595b9cae78c634e0747450732aa.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e43b560a4a1c3105500f64af531949774c73d94c.json b/data/unsuccessful-reproductions/e43b560a4a1c3105500f64af531949774c73d94c.json index 978b8406cc87..09a0b3767733 100644 --- a/data/unsuccessful-reproductions/e43b560a4a1c3105500f64af531949774c73d94c.json +++ b/data/unsuccessful-reproductions/e43b560a4a1c3105500f64af531949774c73d94c.json @@ -12,7 +12,10 @@ "previousVersion" : "10.7.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e43d709a020a1cc0d299fb4419048d97a51edd0a.json b/data/unsuccessful-reproductions/e43d709a020a1cc0d299fb4419048d97a51edd0a.json index 8ae264c330b5..99aa05b94dfc 100644 --- a/data/unsuccessful-reproductions/e43d709a020a1cc0d299fb4419048d97a51edd0a.json +++ b/data/unsuccessful-reproductions/e43d709a020a1cc0d299fb4419048d97a51edd0a.json @@ -12,7 +12,10 @@ "previousVersion" : "0.0.0.M2a", "newVersion" : "0.3.5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e442050ae79bf71a39a35e3ae6a3e64a64a1962f.json b/data/unsuccessful-reproductions/e442050ae79bf71a39a35e3ae6a3e64a64a1962f.json index 6dae2f8dfb91..06e5a5769b0c 100644 --- a/data/unsuccessful-reproductions/e442050ae79bf71a39a35e3ae6a3e64a64a1962f.json +++ b/data/unsuccessful-reproductions/e442050ae79bf71a39a35e3ae6a3e64a64a1962f.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e446da7173a4d9cad585b2da82467471bf54b70d.json b/data/unsuccessful-reproductions/e446da7173a4d9cad585b2da82467471bf54b70d.json index 5f02dc72c0b0..45f10f30b2b1 100644 --- a/data/unsuccessful-reproductions/e446da7173a4d9cad585b2da82467471bf54b70d.json +++ b/data/unsuccessful-reproductions/e446da7173a4d9cad585b2da82467471bf54b70d.json @@ -12,7 +12,10 @@ "previousVersion" : "25.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e44f8b3349cd0de16e8fda852b00197f9a60653d.json b/data/unsuccessful-reproductions/e44f8b3349cd0de16e8fda852b00197f9a60653d.json index 50a140e5096c..2eff73dc6ca0 100644 --- a/data/unsuccessful-reproductions/e44f8b3349cd0de16e8fda852b00197f9a60653d.json +++ b/data/unsuccessful-reproductions/e44f8b3349cd0de16e8fda852b00197f9a60653d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.100", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e462e624c7dbe9825f2867d3155b474119094023.json b/data/unsuccessful-reproductions/e462e624c7dbe9825f2867d3155b474119094023.json index 5ce805c47971..641bc0bc5bcc 100644 --- a/data/unsuccessful-reproductions/e462e624c7dbe9825f2867d3155b474119094023.json +++ b/data/unsuccessful-reproductions/e462e624c7dbe9825f2867d3155b474119094023.json @@ -12,7 +12,10 @@ "previousVersion" : "7.5", "newVersion" : "7.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e469f5ba33eee4297b75495c21abba671075db27.json b/data/unsuccessful-reproductions/e469f5ba33eee4297b75495c21abba671075db27.json index 504020c8dc1d..a988209e17b5 100644 --- a/data/unsuccessful-reproductions/e469f5ba33eee4297b75495c21abba671075db27.json +++ b/data/unsuccessful-reproductions/e469f5ba33eee4297b75495c21abba671075db27.json @@ -12,7 +12,10 @@ "previousVersion" : "0.158.0", "newVersion" : "0.197.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e46f41bdfaa3cb442d9a079c600736733b23db15.json b/data/unsuccessful-reproductions/e46f41bdfaa3cb442d9a079c600736733b23db15.json index 8553b3e520a5..268783e9153b 100644 --- a/data/unsuccessful-reproductions/e46f41bdfaa3cb442d9a079c600736733b23db15.json +++ b/data/unsuccessful-reproductions/e46f41bdfaa3cb442d9a079c600736733b23db15.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e47fd525a1a5796c1efb46f455de7e2c69062b3e.json b/data/unsuccessful-reproductions/e47fd525a1a5796c1efb46f455de7e2c69062b3e.json index 85463b844f84..92e9a446eb83 100644 --- a/data/unsuccessful-reproductions/e47fd525a1a5796c1efb46f455de7e2c69062b3e.json +++ b/data/unsuccessful-reproductions/e47fd525a1a5796c1efb46f455de7e2c69062b3e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.29", "newVersion" : "1.31", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "ECL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e48adfba637d6a4514f057d6f15be423448baca6.json b/data/unsuccessful-reproductions/e48adfba637d6a4514f057d6f15be423448baca6.json index edb5c9387117..e5149096d6b9 100644 --- a/data/unsuccessful-reproductions/e48adfba637d6a4514f057d6f15be423448baca6.json +++ b/data/unsuccessful-reproductions/e48adfba637d6a4514f057d6f15be423448baca6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.3", "newVersion" : "3.1.7", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e4b38499dd8372d80cff36969b8696bbfe318df9.json b/data/unsuccessful-reproductions/e4b38499dd8372d80cff36969b8696bbfe318df9.json index 60b67cf43e0f..83c523d07006 100644 --- a/data/unsuccessful-reproductions/e4b38499dd8372d80cff36969b8696bbfe318df9.json +++ b/data/unsuccessful-reproductions/e4b38499dd8372d80cff36969b8696bbfe318df9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.235", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e4c7bc2e0c94ba68720b4fb9d8bee4107261d242.json b/data/unsuccessful-reproductions/e4c7bc2e0c94ba68720b4fb9d8bee4107261d242.json index d84e29ef4ed8..9a1501d14579 100644 --- a/data/unsuccessful-reproductions/e4c7bc2e0c94ba68720b4fb9d8bee4107261d242.json +++ b/data/unsuccessful-reproductions/e4c7bc2e0c94ba68720b4fb9d8bee4107261d242.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.208", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e4ca4c71a2c2e714f1a05ca6bfa54c69abcc23c9.json b/data/unsuccessful-reproductions/e4ca4c71a2c2e714f1a05ca6bfa54c69abcc23c9.json index 41f44eac33d4..b2843c6ae203 100644 --- a/data/unsuccessful-reproductions/e4ca4c71a2c2e714f1a05ca6bfa54c69abcc23c9.json +++ b/data/unsuccessful-reproductions/e4ca4c71a2c2e714f1a05ca6bfa54c69abcc23c9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e4d28dbbf6c9cf576007d8ea9e2b5469388d2c62.json b/data/unsuccessful-reproductions/e4d28dbbf6c9cf576007d8ea9e2b5469388d2c62.json index 860c89579bfd..23b093f9c568 100644 --- a/data/unsuccessful-reproductions/e4d28dbbf6c9cf576007d8ea9e2b5469388d2c62.json +++ b/data/unsuccessful-reproductions/e4d28dbbf6c9cf576007d8ea9e2b5469388d2c62.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.1", "newVersion" : "2.4.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "netplex/json-smart-v2" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e4d2f160407802cc545d713aaede5bedd630745d.json b/data/unsuccessful-reproductions/e4d2f160407802cc545d713aaede5bedd630745d.json index 0d021bf2e14a..d0f1d0ebc65e 100644 --- a/data/unsuccessful-reproductions/e4d2f160407802cc545d713aaede5bedd630745d.json +++ b/data/unsuccessful-reproductions/e4d2f160407802cc545d713aaede5bedd630745d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.1.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e4e6b623a1d82a89a0858b9878d4358e08860d81.json b/data/unsuccessful-reproductions/e4e6b623a1d82a89a0858b9878d4358e08860d81.json index a4707fcb90ef..bcf458e37af2 100644 --- a/data/unsuccessful-reproductions/e4e6b623a1d82a89a0858b9878d4358e08860d81.json +++ b/data/unsuccessful-reproductions/e4e6b623a1d82a89a0858b9878d4358e08860d81.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.101", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e515ee5723c377870a570f7636faf7aa658c71fe.json b/data/unsuccessful-reproductions/e515ee5723c377870a570f7636faf7aa658c71fe.json index 0321286af4e6..cb5a9ec62bf9 100644 --- a/data/unsuccessful-reproductions/e515ee5723c377870a570f7636faf7aa658c71fe.json +++ b/data/unsuccessful-reproductions/e515ee5723c377870a570f7636faf7aa658c71fe.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10.0", "newVersion" : "4.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e5230a4246693ba719844f920d5b97a5bc570e0d.json b/data/unsuccessful-reproductions/e5230a4246693ba719844f920d5b97a5bc570e0d.json index ae2ada949005..a847477491df 100644 --- a/data/unsuccessful-reproductions/e5230a4246693ba719844f920d5b97a5bc570e0d.json +++ b/data/unsuccessful-reproductions/e5230a4246693ba719844f920d5b97a5bc570e0d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.197", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e5250ac98ebcdbdf8f51d89399bf5937528d3610.json b/data/unsuccessful-reproductions/e5250ac98ebcdbdf8f51d89399bf5937528d3610.json index 97351a029ecd..8f5b7997f375 100644 --- a/data/unsuccessful-reproductions/e5250ac98ebcdbdf8f51d89399bf5937528d3610.json +++ b/data/unsuccessful-reproductions/e5250ac98ebcdbdf8f51d89399bf5937528d3610.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.2", "newVersion" : "1.18.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e52ba8bfeec11bbd57fe4c976b2c2f80448f98e8.json b/data/unsuccessful-reproductions/e52ba8bfeec11bbd57fe4c976b2c2f80448f98e8.json index 3724db7ed993..8a6f1af95e14 100644 --- a/data/unsuccessful-reproductions/e52ba8bfeec11bbd57fe4c976b2c2f80448f98e8.json +++ b/data/unsuccessful-reproductions/e52ba8bfeec11bbd57fe4c976b2c2f80448f98e8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.207", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e52c73e6d2dc7b986f77fe39d73dad6fe8c186b8.json b/data/unsuccessful-reproductions/e52c73e6d2dc7b986f77fe39d73dad6fe8c186b8.json index d11a5d888ec3..4eab44d17dbf 100644 --- a/data/unsuccessful-reproductions/e52c73e6d2dc7b986f77fe39d73dad6fe8c186b8.json +++ b/data/unsuccessful-reproductions/e52c73e6d2dc7b986f77fe39d73dad6fe8c186b8.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.60", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e54094f996aac12b8a21e5596fb2433e3b81741d.json b/data/unsuccessful-reproductions/e54094f996aac12b8a21e5596fb2433e3b81741d.json index 763f39220600..04855033c724 100644 --- a/data/unsuccessful-reproductions/e54094f996aac12b8a21e5596fb2433e3b81741d.json +++ b/data/unsuccessful-reproductions/e54094f996aac12b8a21e5596fb2433e3b81741d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.3", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e55d306bd6b880ed379fbe266626725536f483df.json b/data/unsuccessful-reproductions/e55d306bd6b880ed379fbe266626725536f483df.json index 3715112c4f73..0fb7ffd85b15 100644 --- a/data/unsuccessful-reproductions/e55d306bd6b880ed379fbe266626725536f483df.json +++ b/data/unsuccessful-reproductions/e55d306bd6b880ed379fbe266626725536f483df.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e5655b3e4d2d080d09f381fe569377e5fe0daa62.json b/data/unsuccessful-reproductions/e5655b3e4d2d080d09f381fe569377e5fe0daa62.json index 2e88541a5e74..005dec3c253d 100644 --- a/data/unsuccessful-reproductions/e5655b3e4d2d080d09f381fe569377e5fe0daa62.json +++ b/data/unsuccessful-reproductions/e5655b3e4d2d080d09f381fe569377e5fe0daa62.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.9.RELEASE", "newVersion" : "5.3.18", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e56aea055c1e8a8123a64e285f80a53c9c2f3b98.json b/data/unsuccessful-reproductions/e56aea055c1e8a8123a64e285f80a53c9c2f3b98.json index 395daa6017bd..0825b98d8258 100644 --- a/data/unsuccessful-reproductions/e56aea055c1e8a8123a64e285f80a53c9c2f3b98.json +++ b/data/unsuccessful-reproductions/e56aea055c1e8a8123a64e285f80a53c9c2f3b98.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10", "newVersion" : "2.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e56fd874d2e12b8d8878f7c6ae712f6f98bc3c04.json b/data/unsuccessful-reproductions/e56fd874d2e12b8d8878f7c6ae712f6f98bc3c04.json index 6260928b9377..86cac7aa0aea 100644 --- a/data/unsuccessful-reproductions/e56fd874d2e12b8d8878f7c6ae712f6f98bc3c04.json +++ b/data/unsuccessful-reproductions/e56fd874d2e12b8d8878f7c6ae712f6f98bc3c04.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10.0", "newVersion" : "4.11.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e5795ca081d1fb9412fb0a11b8cf9f4c4668391d.json b/data/unsuccessful-reproductions/e5795ca081d1fb9412fb0a11b8cf9f4c4668391d.json index 89f879a9ad86..8601961b4937 100644 --- a/data/unsuccessful-reproductions/e5795ca081d1fb9412fb0a11b8cf9f4c4668391d.json +++ b/data/unsuccessful-reproductions/e5795ca081d1fb9412fb0a11b8cf9f4c4668391d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.11", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e57a6f930572fcdee3a765886ad8fa7d34b18768.json b/data/unsuccessful-reproductions/e57a6f930572fcdee3a765886ad8fa7d34b18768.json index d05953f6d153..f9617cd8fcfd 100644 --- a/data/unsuccessful-reproductions/e57a6f930572fcdee3a765886ad8fa7d34b18768.json +++ b/data/unsuccessful-reproductions/e57a6f930572fcdee3a765886ad8fa7d34b18768.json @@ -12,7 +12,10 @@ "previousVersion" : "4.8.1", "newVersion" : "4.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e59842d6450db42a98ffd11cda10f280df973fbe.json b/data/unsuccessful-reproductions/e59842d6450db42a98ffd11cda10f280df973fbe.json index 9ffdb3d40e88..e1212a8b0bb1 100644 --- a/data/unsuccessful-reproductions/e59842d6450db42a98ffd11cda10f280df973fbe.json +++ b/data/unsuccessful-reproductions/e59842d6450db42a98ffd11cda10f280df973fbe.json @@ -12,7 +12,10 @@ "previousVersion" : "20230227", "newVersion" : "20230618", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e59e1f81d206bbcb050dec91026b6d17fa5436fd.json b/data/unsuccessful-reproductions/e59e1f81d206bbcb050dec91026b6d17fa5436fd.json index 2eca504b83fb..9aa21e60fe1c 100644 --- a/data/unsuccessful-reproductions/e59e1f81d206bbcb050dec91026b6d17fa5436fd.json +++ b/data/unsuccessful-reproductions/e59e1f81d206bbcb050dec91026b6d17fa5436fd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.16", "newVersion" : "2.0.24", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e5a36126df031096e87fbd6f13f70f2a7f3d43fd.json b/data/unsuccessful-reproductions/e5a36126df031096e87fbd6f13f70f2a7f3d43fd.json index f0d4c7062ed5..802f770577d8 100644 --- a/data/unsuccessful-reproductions/e5a36126df031096e87fbd6f13f70f2a7f3d43fd.json +++ b/data/unsuccessful-reproductions/e5a36126df031096e87fbd6f13f70f2a7f3d43fd.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e5bc013830cae4fc8ec92439cf7478f967fc6324.json b/data/unsuccessful-reproductions/e5bc013830cae4fc8ec92439cf7478f967fc6324.json index 605dd952d794..da26a166d1b4 100644 --- a/data/unsuccessful-reproductions/e5bc013830cae4fc8ec92439cf7478f967fc6324.json +++ b/data/unsuccessful-reproductions/e5bc013830cae4fc8ec92439cf7478f967fc6324.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.19.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e5d51a13422184968e4c7318ea424e8bdd43d5f7.json b/data/unsuccessful-reproductions/e5d51a13422184968e4c7318ea424e8bdd43d5f7.json index c597007eac88..40ba8e50812f 100644 --- a/data/unsuccessful-reproductions/e5d51a13422184968e4c7318ea424e8bdd43d5f7.json +++ b/data/unsuccessful-reproductions/e5d51a13422184968e4c7318ea424e8bdd43d5f7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.69.0", "newVersion" : "2.70.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e5de4d428b07f1798b7f9f6d5626d228ffc91cb5.json b/data/unsuccessful-reproductions/e5de4d428b07f1798b7f9f6d5626d228ffc91cb5.json index e01c41cd4b89..de92576b89c3 100644 --- a/data/unsuccessful-reproductions/e5de4d428b07f1798b7f9f6d5626d228ffc91cb5.json +++ b/data/unsuccessful-reproductions/e5de4d428b07f1798b7f9f6d5626d228ffc91cb5.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e6054fabc4cc7b690791980ee41982d051fc11f1.json b/data/unsuccessful-reproductions/e6054fabc4cc7b690791980ee41982d051fc11f1.json index b505e4396a51..7e4c1033be22 100644 --- a/data/unsuccessful-reproductions/e6054fabc4cc7b690791980ee41982d051fc11f1.json +++ b/data/unsuccessful-reproductions/e6054fabc4cc7b690791980ee41982d051fc11f1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e60a98c019b2f4b9034c9e8ed88c9b5647e72abb.json b/data/unsuccessful-reproductions/e60a98c019b2f4b9034c9e8ed88c9b5647e72abb.json index cd20e0d3ee1f..8b36bfa61c06 100644 --- a/data/unsuccessful-reproductions/e60a98c019b2f4b9034c9e8ed88c9b5647e72abb.json +++ b/data/unsuccessful-reproductions/e60a98c019b2f4b9034c9e8ed88c9b5647e72abb.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.0", "newVersion" : "7.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e60c8b73917efca255884468a86bf682afc94238.json b/data/unsuccessful-reproductions/e60c8b73917efca255884468a86bf682afc94238.json index d2e762dbbb60..03965f970507 100644 --- a/data/unsuccessful-reproductions/e60c8b73917efca255884468a86bf682afc94238.json +++ b/data/unsuccessful-reproductions/e60c8b73917efca255884468a86bf682afc94238.json @@ -12,7 +12,10 @@ "previousVersion" : "0.98.4.3", "newVersion" : "0.98.6.11", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e60d764084e365553e5ca9bc8357a26efa13a38b.json b/data/unsuccessful-reproductions/e60d764084e365553e5ca9bc8357a26efa13a38b.json index 255fa7ecf8b6..478023621b4a 100644 --- a/data/unsuccessful-reproductions/e60d764084e365553e5ca9bc8357a26efa13a38b.json +++ b/data/unsuccessful-reproductions/e60d764084e365553e5ca9bc8357a26efa13a38b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.7", "newVersion" : "1.4.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e612294397e65465bc5f61f4a8d4676bc67c711b.json b/data/unsuccessful-reproductions/e612294397e65465bc5f61f4a8d4676bc67c711b.json index 1e974cf301cc..7af05efe4940 100644 --- a/data/unsuccessful-reproductions/e612294397e65465bc5f61f4a8d4676bc67c711b.json +++ b/data/unsuccessful-reproductions/e612294397e65465bc5f61f4a8d4676bc67c711b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.1", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e6158443bcc374e5467d445a95a41025d1c9fb93.json b/data/unsuccessful-reproductions/e6158443bcc374e5467d445a95a41025d1c9fb93.json index 56e9bf74cac4..f5ee8280fafb 100644 --- a/data/unsuccessful-reproductions/e6158443bcc374e5467d445a95a41025d1c9fb93.json +++ b/data/unsuccessful-reproductions/e6158443bcc374e5467d445a95a41025d1c9fb93.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.6", "newVersion" : "3.1.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e627b0f90c81a1ca8d9fa12b28f18afc8d7202f6.json b/data/unsuccessful-reproductions/e627b0f90c81a1ca8d9fa12b28f18afc8d7202f6.json index 6df06354e588..5e38358eb76b 100644 --- a/data/unsuccessful-reproductions/e627b0f90c81a1ca8d9fa12b28f18afc8d7202f6.json +++ b/data/unsuccessful-reproductions/e627b0f90c81a1ca8d9fa12b28f18afc8d7202f6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e649458c57112e9ea34bd4ff15a1f56a119a7bf5.json b/data/unsuccessful-reproductions/e649458c57112e9ea34bd4ff15a1f56a119a7bf5.json index b72964b25e4b..d2c3a831b92a 100644 --- a/data/unsuccessful-reproductions/e649458c57112e9ea34bd4ff15a1f56a119a7bf5.json +++ b/data/unsuccessful-reproductions/e649458c57112e9ea34bd4ff15a1f56a119a7bf5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.2", "newVersion" : "1.5", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e649aaab4388f861cfb64aaf36cfa74822679dad.json b/data/unsuccessful-reproductions/e649aaab4388f861cfb64aaf36cfa74822679dad.json index e90a70fd9cd9..693a83959951 100644 --- a/data/unsuccessful-reproductions/e649aaab4388f861cfb64aaf36cfa74822679dad.json +++ b/data/unsuccessful-reproductions/e649aaab4388f861cfb64aaf36cfa74822679dad.json @@ -12,7 +12,10 @@ "previousVersion" : "31.0.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e6583ac82d58144472be9590e647dd23e38108ca.json b/data/unsuccessful-reproductions/e6583ac82d58144472be9590e647dd23e38108ca.json index 3f2a955361b3..160beb0fcf2b 100644 --- a/data/unsuccessful-reproductions/e6583ac82d58144472be9590e647dd23e38108ca.json +++ b/data/unsuccessful-reproductions/e6583ac82d58144472be9590e647dd23e38108ca.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.54", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e6617a8f94d1e51636398b867dcc170c069ab433.json b/data/unsuccessful-reproductions/e6617a8f94d1e51636398b867dcc170c069ab433.json index 8687b95ce7d0..9f8c9cd3bf78 100644 --- a/data/unsuccessful-reproductions/e6617a8f94d1e51636398b867dcc170c069ab433.json +++ b/data/unsuccessful-reproductions/e6617a8f94d1e51636398b867dcc170c069ab433.json @@ -12,7 +12,10 @@ "previousVersion" : "5.12.1", "newVersion" : "5.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e683bb56545f01cc9bd8cbb8a86206687fd45035.json b/data/unsuccessful-reproductions/e683bb56545f01cc9bd8cbb8a86206687fd45035.json index 688186844f10..c74b169eecf0 100644 --- a/data/unsuccessful-reproductions/e683bb56545f01cc9bd8cbb8a86206687fd45035.json +++ b/data/unsuccessful-reproductions/e683bb56545f01cc9bd8cbb8a86206687fd45035.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.96", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e6b041932f8b5594f8f6b85b00a2993ff65b5e9e.json b/data/unsuccessful-reproductions/e6b041932f8b5594f8f6b85b00a2993ff65b5e9e.json index 1ad42102d083..5c242e55b1a4 100644 --- a/data/unsuccessful-reproductions/e6b041932f8b5594f8f6b85b00a2993ff65b5e9e.json +++ b/data/unsuccessful-reproductions/e6b041932f8b5594f8f6b85b00a2993ff65b5e9e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e6b5c4716ec0d37575e30e3f00f5cd1c797436f2.json b/data/unsuccessful-reproductions/e6b5c4716ec0d37575e30e3f00f5cd1c797436f2.json index 10db9b2c02fa..afa587b1fe5d 100644 --- a/data/unsuccessful-reproductions/e6b5c4716ec0d37575e30e3f00f5cd1c797436f2.json +++ b/data/unsuccessful-reproductions/e6b5c4716ec0d37575e30e3f00f5cd1c797436f2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.24", "newVersion" : "1.18.26", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e6f9af391294fe51af246c0e8ac80d76d9f91134.json b/data/unsuccessful-reproductions/e6f9af391294fe51af246c0e8ac80d76d9f91134.json index 518b2df4c82b..39e6a1017750 100644 --- a/data/unsuccessful-reproductions/e6f9af391294fe51af246c0e8ac80d76d9f91134.json +++ b/data/unsuccessful-reproductions/e6f9af391294fe51af246c0e8ac80d76d9f91134.json @@ -12,7 +12,10 @@ "previousVersion" : "21.15.0", "newVersion" : "22.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e6fc9c39818c176993e0e4db3b16accaa6f503a8.json b/data/unsuccessful-reproductions/e6fc9c39818c176993e0e4db3b16accaa6f503a8.json index 7f270bf2b845..bf7ca4cbd3fa 100644 --- a/data/unsuccessful-reproductions/e6fc9c39818c176993e0e4db3b16accaa6f503a8.json +++ b/data/unsuccessful-reproductions/e6fc9c39818c176993e0e4db3b16accaa6f503a8.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.1.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e6ffb03dc98323e809790d3ff97bd43df4e4a483.json b/data/unsuccessful-reproductions/e6ffb03dc98323e809790d3ff97bd43df4e4a483.json index c76cace6a511..347d52608392 100644 --- a/data/unsuccessful-reproductions/e6ffb03dc98323e809790d3ff97bd43df4e4a483.json +++ b/data/unsuccessful-reproductions/e6ffb03dc98323e809790d3ff97bd43df4e4a483.json @@ -12,7 +12,10 @@ "previousVersion" : "22.0.0", "newVersion" : "23.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e70742282aaf4da3c34fbf19a944b7c7ad56bd76.json b/data/unsuccessful-reproductions/e70742282aaf4da3c34fbf19a944b7c7ad56bd76.json index 2305e243e217..f1d683f73909 100644 --- a/data/unsuccessful-reproductions/e70742282aaf4da3c34fbf19a944b7c7ad56bd76.json +++ b/data/unsuccessful-reproductions/e70742282aaf4da3c34fbf19a944b7c7ad56bd76.json @@ -12,7 +12,10 @@ "previousVersion" : "0.4.8", "newVersion" : "0.4.15", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e7153b3e3de9440b2aa660f329c2ea92a86280d7.json b/data/unsuccessful-reproductions/e7153b3e3de9440b2aa660f329c2ea92a86280d7.json index 7c0e0e8c172f..4dd95a48b9c3 100644 --- a/data/unsuccessful-reproductions/e7153b3e3de9440b2aa660f329c2ea92a86280d7.json +++ b/data/unsuccessful-reproductions/e7153b3e3de9440b2aa660f329c2ea92a86280d7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.31.0", "newVersion" : "1.32.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e71be68454381e9d3bc30a78355ab4cb1a4578d0.json b/data/unsuccessful-reproductions/e71be68454381e9d3bc30a78355ab4cb1a4578d0.json index a6648e457e26..d559fe579027 100644 --- a/data/unsuccessful-reproductions/e71be68454381e9d3bc30a78355ab4cb1a4578d0.json +++ b/data/unsuccessful-reproductions/e71be68454381e9d3bc30a78355ab4cb1a4578d0.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e72ac15008b6f6ae700f960eaf1e496ab592c248.json b/data/unsuccessful-reproductions/e72ac15008b6f6ae700f960eaf1e496ab592c248.json index 5e427b9b6941..9c6f3a1b057d 100644 --- a/data/unsuccessful-reproductions/e72ac15008b6f6ae700f960eaf1e496ab592c248.json +++ b/data/unsuccessful-reproductions/e72ac15008b6f6ae700f960eaf1e496ab592c248.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.19.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e752ad1b427b95cf5999d5e1f1afb89817b33402.json b/data/unsuccessful-reproductions/e752ad1b427b95cf5999d5e1f1afb89817b33402.json index 4657baea17a1..575854f839cf 100644 --- a/data/unsuccessful-reproductions/e752ad1b427b95cf5999d5e1f1afb89817b33402.json +++ b/data/unsuccessful-reproductions/e752ad1b427b95cf5999d5e1f1afb89817b33402.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e75adbd924119f077dae19a2858866528a9702ef.json b/data/unsuccessful-reproductions/e75adbd924119f077dae19a2858866528a9702ef.json index d55a971c6eed..f297c1418726 100644 --- a/data/unsuccessful-reproductions/e75adbd924119f077dae19a2858866528a9702ef.json +++ b/data/unsuccessful-reproductions/e75adbd924119f077dae19a2858866528a9702ef.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.3", "newVersion" : "1.2.9", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e7667dcddeaf0d97711fd96ff28713dc31b7d761.json b/data/unsuccessful-reproductions/e7667dcddeaf0d97711fd96ff28713dc31b7d761.json index 3b55a3f66534..a09a6a1de1c5 100644 --- a/data/unsuccessful-reproductions/e7667dcddeaf0d97711fd96ff28713dc31b7d761.json +++ b/data/unsuccessful-reproductions/e7667dcddeaf0d97711fd96ff28713dc31b7d761.json @@ -12,7 +12,10 @@ "previousVersion" : "1.68", "newVersion" : "1.69", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e768011eb227c468b62923fef23d9ef99dd6c7bd.json b/data/unsuccessful-reproductions/e768011eb227c468b62923fef23d9ef99dd6c7bd.json index 53d0cca31f1f..664b29ab1ab6 100644 --- a/data/unsuccessful-reproductions/e768011eb227c468b62923fef23d9ef99dd6c7bd.json +++ b/data/unsuccessful-reproductions/e768011eb227c468b62923fef23d9ef99dd6c7bd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e773f1f47dd3af5fe6bee55f47f1aceadbf7f500.json b/data/unsuccessful-reproductions/e773f1f47dd3af5fe6bee55f47f1aceadbf7f500.json index 926362899772..6a28b7d79a04 100644 --- a/data/unsuccessful-reproductions/e773f1f47dd3af5fe6bee55f47f1aceadbf7f500.json +++ b/data/unsuccessful-reproductions/e773f1f47dd3af5fe6bee55f47f1aceadbf7f500.json @@ -12,7 +12,10 @@ "previousVersion" : "20.0.2", "newVersion" : "20.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e779aeab0c075b6a2e34a92a789238fe67de1870.json b/data/unsuccessful-reproductions/e779aeab0c075b6a2e34a92a789238fe67de1870.json index 807308ee39cc..3e44af567fca 100644 --- a/data/unsuccessful-reproductions/e779aeab0c075b6a2e34a92a789238fe67de1870.json +++ b/data/unsuccessful-reproductions/e779aeab0c075b6a2e34a92a789238fe67de1870.json @@ -12,7 +12,10 @@ "previousVersion" : "3.24.0", "newVersion" : "3.24.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "javaparser/javaparser" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e783f2f6ba0362fdcfa9718ade4d2167cc5bed9d.json b/data/unsuccessful-reproductions/e783f2f6ba0362fdcfa9718ade4d2167cc5bed9d.json index 1aeba6411a94..bd44229fee71 100644 --- a/data/unsuccessful-reproductions/e783f2f6ba0362fdcfa9718ade4d2167cc5bed9d.json +++ b/data/unsuccessful-reproductions/e783f2f6ba0362fdcfa9718ade4d2167cc5bed9d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.18.4", "newVersion" : "3.18.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e785a7f47ce7c7e4f6254dbcd6b1e277c7cefdde.json b/data/unsuccessful-reproductions/e785a7f47ce7c7e4f6254dbcd6b1e277c7cefdde.json index 68177eec44b2..c55d59029550 100644 --- a/data/unsuccessful-reproductions/e785a7f47ce7c7e4f6254dbcd6b1e277c7cefdde.json +++ b/data/unsuccessful-reproductions/e785a7f47ce7c7e4f6254dbcd6b1e277c7cefdde.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e78627a1a2c95350a84ef1347dee1ef5b2d24af6.json b/data/unsuccessful-reproductions/e78627a1a2c95350a84ef1347dee1ef5b2d24af6.json index f14cb3718e59..ea7a8a510091 100644 --- a/data/unsuccessful-reproductions/e78627a1a2c95350a84ef1347dee1ef5b2d24af6.json +++ b/data/unsuccessful-reproductions/e78627a1a2c95350a84ef1347dee1ef5b2d24af6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.24.1", "newVersion" : "1.25.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e78a90b2ef78d9b71b039b9e782c17da8a6e008a.json b/data/unsuccessful-reproductions/e78a90b2ef78d9b71b039b9e782c17da8a6e008a.json index 251a726de926..935b71fa7fce 100644 --- a/data/unsuccessful-reproductions/e78a90b2ef78d9b71b039b9e782c17da8a6e008a.json +++ b/data/unsuccessful-reproductions/e78a90b2ef78d9b71b039b9e782c17da8a6e008a.json @@ -12,7 +12,10 @@ "previousVersion" : "6.0.3", "newVersion" : "6.1.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e7905c0f9757f2ba223b085c65ee21f46c1fe52b.json b/data/unsuccessful-reproductions/e7905c0f9757f2ba223b085c65ee21f46c1fe52b.json index cd896eb063a3..acb212c2b3f8 100644 --- a/data/unsuccessful-reproductions/e7905c0f9757f2ba223b085c65ee21f46c1fe52b.json +++ b/data/unsuccessful-reproductions/e7905c0f9757f2ba223b085c65ee21f46c1fe52b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.25", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e7be35c7304a7b1c7139978fd2de05fe398d3019.json b/data/unsuccessful-reproductions/e7be35c7304a7b1c7139978fd2de05fe398d3019.json index 894f7ed174ee..1c87041b3fe9 100644 --- a/data/unsuccessful-reproductions/e7be35c7304a7b1c7139978fd2de05fe398d3019.json +++ b/data/unsuccessful-reproductions/e7be35c7304a7b1c7139978fd2de05fe398d3019.json @@ -12,7 +12,10 @@ "previousVersion" : "3.2.0", "newVersion" : "3.2.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e7c9bde63b00d12c4872de389567828e51fc9c56.json b/data/unsuccessful-reproductions/e7c9bde63b00d12c4872de389567828e51fc9c56.json index f3b36c792669..773793995dd9 100644 --- a/data/unsuccessful-reproductions/e7c9bde63b00d12c4872de389567828e51fc9c56.json +++ b/data/unsuccessful-reproductions/e7c9bde63b00d12c4872de389567828e51fc9c56.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0-alpha.17", "newVersion" : "5.0.0-alpha.18", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e7d0fa45a9359fca714a9fff2f3ec4fd6688f259.json b/data/unsuccessful-reproductions/e7d0fa45a9359fca714a9fff2f3ec4fd6688f259.json index 9721dbc9d177..aa6c44b755e5 100644 --- a/data/unsuccessful-reproductions/e7d0fa45a9359fca714a9fff2f3ec4fd6688f259.json +++ b/data/unsuccessful-reproductions/e7d0fa45a9359fca714a9fff2f3ec4fd6688f259.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "2.9.9", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e80794cc03fb542b874764af4e246f7c0e81a12f.json b/data/unsuccessful-reproductions/e80794cc03fb542b874764af4e246f7c0e81a12f.json index b2a8ade0f543..28665841a1de 100644 --- a/data/unsuccessful-reproductions/e80794cc03fb542b874764af4e246f7c0e81a12f.json +++ b/data/unsuccessful-reproductions/e80794cc03fb542b874764af4e246f7c0e81a12f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.4", "newVersion" : "1.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e81649fb5a4d4c59997ec774343224e7c832ee9d.json b/data/unsuccessful-reproductions/e81649fb5a4d4c59997ec774343224e7c832ee9d.json index 036c65e3d58b..50a3d51f2e2e 100644 --- a/data/unsuccessful-reproductions/e81649fb5a4d4c59997ec774343224e7c832ee9d.json +++ b/data/unsuccessful-reproductions/e81649fb5a4d4c59997ec774343224e7c832ee9d.json @@ -12,7 +12,10 @@ "previousVersion" : "v20220104", "newVersion" : "v20220202", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e8258e1492fd3fc266b7334443c15295b158e6f1.json b/data/unsuccessful-reproductions/e8258e1492fd3fc266b7334443c15295b158e6f1.json index 5a81a022ec9f..950ffbe197d3 100644 --- a/data/unsuccessful-reproductions/e8258e1492fd3fc266b7334443c15295b158e6f1.json +++ b/data/unsuccessful-reproductions/e8258e1492fd3fc266b7334443c15295b158e6f1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.4", "newVersion" : "2.6.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e82663137d0b76e670d49cd20549993332908b4a.json b/data/unsuccessful-reproductions/e82663137d0b76e670d49cd20549993332908b4a.json index 0083cfa16b0c..e4ba47ccd890 100644 --- a/data/unsuccessful-reproductions/e82663137d0b76e670d49cd20549993332908b4a.json +++ b/data/unsuccessful-reproductions/e82663137d0b76e670d49cd20549993332908b4a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.01", "newVersion" : "2.0.2", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e83272bc9821786697e14310d13834c60ed7d156.json b/data/unsuccessful-reproductions/e83272bc9821786697e14310d13834c60ed7d156.json index 55932fd62426..f97449e31176 100644 --- a/data/unsuccessful-reproductions/e83272bc9821786697e14310d13834c60ed7d156.json +++ b/data/unsuccessful-reproductions/e83272bc9821786697e14310d13834c60ed7d156.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "3.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e832853fa79f47bf6173adc0389f479719cab454.json b/data/unsuccessful-reproductions/e832853fa79f47bf6173adc0389f479719cab454.json index 17050b2aead2..811292ffca71 100644 --- a/data/unsuccessful-reproductions/e832853fa79f47bf6173adc0389f479719cab454.json +++ b/data/unsuccessful-reproductions/e832853fa79f47bf6173adc0389f479719cab454.json @@ -12,7 +12,10 @@ "previousVersion" : "10.15.2.0", "newVersion" : "10.16.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e83d89e4ca4a0e20db0dc702d6d146e4ca5be06e.json b/data/unsuccessful-reproductions/e83d89e4ca4a0e20db0dc702d6d146e4ca5be06e.json index 38d4a77e8b30..e4062474a947 100644 --- a/data/unsuccessful-reproductions/e83d89e4ca4a0e20db0dc702d6d146e4ca5be06e.json +++ b/data/unsuccessful-reproductions/e83d89e4ca4a0e20db0dc702d6d146e4ca5be06e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.3", "newVersion" : "1.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e8611fe66e8068eb59ecdf6a49e0068f054f7829.json b/data/unsuccessful-reproductions/e8611fe66e8068eb59ecdf6a49e0068f054f7829.json index bf00d29e477e..41910b19b2a0 100644 --- a/data/unsuccessful-reproductions/e8611fe66e8068eb59ecdf6a49e0068f054f7829.json +++ b/data/unsuccessful-reproductions/e8611fe66e8068eb59ecdf6a49e0068f054f7829.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.1", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e8933d94b298a243275fd7368d01e6e8a1c22ee5.json b/data/unsuccessful-reproductions/e8933d94b298a243275fd7368d01e6e8a1c22ee5.json index 841ca289a91d..e67758c6d9a6 100644 --- a/data/unsuccessful-reproductions/e8933d94b298a243275fd7368d01e6e8a1c22ee5.json +++ b/data/unsuccessful-reproductions/e8933d94b298a243275fd7368d01e6e8a1c22ee5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.2", "newVersion" : "1.5.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e8a1d5809d744026ec6e60e93dac65c89489f220.json b/data/unsuccessful-reproductions/e8a1d5809d744026ec6e60e93dac65c89489f220.json index d5c18791a92b..fadbcaa53788 100644 --- a/data/unsuccessful-reproductions/e8a1d5809d744026ec6e60e93dac65c89489f220.json +++ b/data/unsuccessful-reproductions/e8a1d5809d744026ec6e60e93dac65c89489f220.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "3.1.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e8a3eba37eafe275941deec9f2ff09549f1d4e63.json b/data/unsuccessful-reproductions/e8a3eba37eafe275941deec9f2ff09549f1d4e63.json index a16bd0041389..3b9dc3725a44 100644 --- a/data/unsuccessful-reproductions/e8a3eba37eafe275941deec9f2ff09549f1d4e63.json +++ b/data/unsuccessful-reproductions/e8a3eba37eafe275941deec9f2ff09549f1d4e63.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.4.RELEASE", "newVersion" : "4.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "liquibase/liquibase" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e8b56f73176939418f3bc53cb91ee0b046562c0c.json b/data/unsuccessful-reproductions/e8b56f73176939418f3bc53cb91ee0b046562c0c.json index b11b300cce55..39d279f6c032 100644 --- a/data/unsuccessful-reproductions/e8b56f73176939418f3bc53cb91ee0b046562c0c.json +++ b/data/unsuccessful-reproductions/e8b56f73176939418f3bc53cb91ee0b046562c0c.json @@ -12,7 +12,10 @@ "previousVersion" : "30.0-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e8d1a473fc60f29639449f1b1f51e066db748cab.json b/data/unsuccessful-reproductions/e8d1a473fc60f29639449f1b1f51e066db748cab.json index 4835cbb656b7..c6b3ef5ae43f 100644 --- a/data/unsuccessful-reproductions/e8d1a473fc60f29639449f1b1f51e066db748cab.json +++ b/data/unsuccessful-reproductions/e8d1a473fc60f29639449f1b1f51e066db748cab.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e8e25d92969eba7bf1bfed5f96e643d47ad84225.json b/data/unsuccessful-reproductions/e8e25d92969eba7bf1bfed5f96e643d47ad84225.json index f60a097fa73d..8c8c45788bd3 100644 --- a/data/unsuccessful-reproductions/e8e25d92969eba7bf1bfed5f96e643d47ad84225.json +++ b/data/unsuccessful-reproductions/e8e25d92969eba7bf1bfed5f96e643d47ad84225.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.48", "newVersion" : "8.12.49", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e8eae5e6f55287338790af338384ea63520c5d0a.json b/data/unsuccessful-reproductions/e8eae5e6f55287338790af338384ea63520c5d0a.json index b74a638036a3..9622a9641405 100644 --- a/data/unsuccessful-reproductions/e8eae5e6f55287338790af338384ea63520c5d0a.json +++ b/data/unsuccessful-reproductions/e8eae5e6f55287338790af338384ea63520c5d0a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.0", "newVersion" : "1.6.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e8f8776d2660258917a3260f202cf649012683ef.json b/data/unsuccessful-reproductions/e8f8776d2660258917a3260f202cf649012683ef.json index 616dd06fa1f4..e70063fec360 100644 --- a/data/unsuccessful-reproductions/e8f8776d2660258917a3260f202cf649012683ef.json +++ b/data/unsuccessful-reproductions/e8f8776d2660258917a3260f202cf649012683ef.json @@ -12,7 +12,10 @@ "previousVersion" : "5.13.0.202109080827-r", "newVersion" : "6.0.0.202111291000-r", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e910a40c4f4b45323f03fc9c3eb8521499609316.json b/data/unsuccessful-reproductions/e910a40c4f4b45323f03fc9c3eb8521499609316.json index 2e5aa4c20522..726514f8e1f2 100644 --- a/data/unsuccessful-reproductions/e910a40c4f4b45323f03fc9c3eb8521499609316.json +++ b/data/unsuccessful-reproductions/e910a40c4f4b45323f03fc9c3eb8521499609316.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.0.202", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e91fbbf4323e8be37c185d0e23a516ccc2987b6b.json b/data/unsuccessful-reproductions/e91fbbf4323e8be37c185d0e23a516ccc2987b6b.json index 5b06322f32a3..6ebecd63ffc6 100644 --- a/data/unsuccessful-reproductions/e91fbbf4323e8be37c185d0e23a516ccc2987b6b.json +++ b/data/unsuccessful-reproductions/e91fbbf4323e8be37c185d0e23a516ccc2987b6b.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e949cd3614f9e0ebec8c06856f12620326ec546a.json b/data/unsuccessful-reproductions/e949cd3614f9e0ebec8c06856f12620326ec546a.json index d3268f2a5676..5bfcd8aac1f5 100644 --- a/data/unsuccessful-reproductions/e949cd3614f9e0ebec8c06856f12620326ec546a.json +++ b/data/unsuccessful-reproductions/e949cd3614f9e0ebec8c06856f12620326ec546a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.0", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e960e249e7a97f2579a049e754e504488d8bccae.json b/data/unsuccessful-reproductions/e960e249e7a97f2579a049e754e504488d8bccae.json index a14e86528284..8174cc4484cf 100644 --- a/data/unsuccessful-reproductions/e960e249e7a97f2579a049e754e504488d8bccae.json +++ b/data/unsuccessful-reproductions/e960e249e7a97f2579a049e754e504488d8bccae.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.425", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e9673ade7ebad98ba2aaaf36cbbec1ad5440a01e.json b/data/unsuccessful-reproductions/e9673ade7ebad98ba2aaaf36cbbec1ad5440a01e.json index 762860d59236..74f4b19e7ff8 100644 --- a/data/unsuccessful-reproductions/e9673ade7ebad98ba2aaaf36cbbec1ad5440a01e.json +++ b/data/unsuccessful-reproductions/e9673ade7ebad98ba2aaaf36cbbec1ad5440a01e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.42.3", "newVersion" : "1.43.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e98894b5c05ca336a24eac65a23ad56f2d50fbbf.json b/data/unsuccessful-reproductions/e98894b5c05ca336a24eac65a23ad56f2d50fbbf.json index 5da842afedf3..af04ada634c7 100644 --- a/data/unsuccessful-reproductions/e98894b5c05ca336a24eac65a23ad56f2d50fbbf.json +++ b/data/unsuccessful-reproductions/e98894b5c05ca336a24eac65a23ad56f2d50fbbf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e991293fd76fc288c01c6e159b162764d9b8be1e.json b/data/unsuccessful-reproductions/e991293fd76fc288c01c6e159b162764d9b8be1e.json index a0f6e6d113f1..8a9fe7f9673c 100644 --- a/data/unsuccessful-reproductions/e991293fd76fc288c01c6e159b162764d9b8be1e.json +++ b/data/unsuccessful-reproductions/e991293fd76fc288c01c6e159b162764d9b8be1e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e9a7540991ede1513eff8624e4bd3a53a9ea532b.json b/data/unsuccessful-reproductions/e9a7540991ede1513eff8624e4bd3a53a9ea532b.json index c6149713ee09..01e83b01652f 100644 --- a/data/unsuccessful-reproductions/e9a7540991ede1513eff8624e4bd3a53a9ea532b.json +++ b/data/unsuccessful-reproductions/e9a7540991ede1513eff8624e4bd3a53a9ea532b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.112", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e9b19f779e3cd2bd5aca38852a9dfb62be23642c.json b/data/unsuccessful-reproductions/e9b19f779e3cd2bd5aca38852a9dfb62be23642c.json index a851957a9fc8..6904d8dc905d 100644 --- a/data/unsuccessful-reproductions/e9b19f779e3cd2bd5aca38852a9dfb62be23642c.json +++ b/data/unsuccessful-reproductions/e9b19f779e3cd2bd5aca38852a9dfb62be23642c.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.4", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e9ba1d8b2911b2e5d2a831232bd3f5f31d65c8ea.json b/data/unsuccessful-reproductions/e9ba1d8b2911b2e5d2a831232bd3f5f31d65c8ea.json index 3f057a511d4a..57e00f7f8f1c 100644 --- a/data/unsuccessful-reproductions/e9ba1d8b2911b2e5d2a831232bd3f5f31d65c8ea.json +++ b/data/unsuccessful-reproductions/e9ba1d8b2911b2e5d2a831232bd3f5f31d65c8ea.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.8", "newVersion" : "1.5.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e9bdb465f07d9b96cbd1a2eba66f6df72bb0c20f.json b/data/unsuccessful-reproductions/e9bdb465f07d9b96cbd1a2eba66f6df72bb0c20f.json index 3fca00d4528a..f073b3b765f5 100644 --- a/data/unsuccessful-reproductions/e9bdb465f07d9b96cbd1a2eba66f6df72bb0c20f.json +++ b/data/unsuccessful-reproductions/e9bdb465f07d9b96cbd1a2eba66f6df72bb0c20f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.1", "newVersion" : "1.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e9c94a67cb4e65be131c7d89d4902160eafd2dec.json b/data/unsuccessful-reproductions/e9c94a67cb4e65be131c7d89d4902160eafd2dec.json index 91e67e20b0c5..f6616360cee5 100644 --- a/data/unsuccessful-reproductions/e9c94a67cb4e65be131c7d89d4902160eafd2dec.json +++ b/data/unsuccessful-reproductions/e9c94a67cb4e65be131c7d89d4902160eafd2dec.json @@ -13,7 +13,10 @@ "newVersion" : "8.0.1.Final", "dependencyScope" : "compile", "versionUpdateType" : "other", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e9e7ed9ee4678a3dcc583ac070b04639b3347241.json b/data/unsuccessful-reproductions/e9e7ed9ee4678a3dcc583ac070b04639b3347241.json index 659a1b885e04..386e11eca88a 100644 --- a/data/unsuccessful-reproductions/e9e7ed9ee4678a3dcc583ac070b04639b3347241.json +++ b/data/unsuccessful-reproductions/e9e7ed9ee4678a3dcc583ac070b04639b3347241.json @@ -12,7 +12,10 @@ "previousVersion" : "0.123.21", "newVersion" : "0.123.22", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e9e9e0b533cbad852e21fa0719791dc478ee6cec.json b/data/unsuccessful-reproductions/e9e9e0b533cbad852e21fa0719791dc478ee6cec.json index 6d8ab1ab3631..1c4be84979fd 100644 --- a/data/unsuccessful-reproductions/e9e9e0b533cbad852e21fa0719791dc478ee6cec.json +++ b/data/unsuccessful-reproductions/e9e9e0b533cbad852e21fa0719791dc478ee6cec.json @@ -13,7 +13,10 @@ "newVersion" : "1.12.506", "dependencyScope" : "compile", "versionUpdateType" : "patch", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e9eb352e95af37e56811efbb6c49f77e9893fd6d.json b/data/unsuccessful-reproductions/e9eb352e95af37e56811efbb6c49f77e9893fd6d.json index 17ddeee9d2bc..d5aa9ac4f504 100644 --- a/data/unsuccessful-reproductions/e9eb352e95af37e56811efbb6c49f77e9893fd6d.json +++ b/data/unsuccessful-reproductions/e9eb352e95af37e56811efbb6c49f77e9893fd6d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.3", "newVersion" : "1.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/e9f0448a5b85ac3b3b2585d5c8e34fc642b6ebca.json b/data/unsuccessful-reproductions/e9f0448a5b85ac3b3b2585d5c8e34fc642b6ebca.json index 643b7fa7edca..1ae25498fec2 100644 --- a/data/unsuccessful-reproductions/e9f0448a5b85ac3b3b2585d5c8e34fc642b6ebca.json +++ b/data/unsuccessful-reproductions/e9f0448a5b85ac3b3b2585d5c8e34fc642b6ebca.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.92", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ea075ede86818d558db8994d4bb06249ad81c9de.json b/data/unsuccessful-reproductions/ea075ede86818d558db8994d4bb06249ad81c9de.json index 3da6083cbd4c..ef04fc209913 100644 --- a/data/unsuccessful-reproductions/ea075ede86818d558db8994d4bb06249ad81c9de.json +++ b/data/unsuccessful-reproductions/ea075ede86818d558db8994d4bb06249ad81c9de.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5", "newVersion" : "4.12", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ea0f9c5e008317f7e32a2a16d0195920de21bce8.json b/data/unsuccessful-reproductions/ea0f9c5e008317f7e32a2a16d0195920de21bce8.json index a1049c209045..79b8c8bebad8 100644 --- a/data/unsuccessful-reproductions/ea0f9c5e008317f7e32a2a16d0195920de21bce8.json +++ b/data/unsuccessful-reproductions/ea0f9c5e008317f7e32a2a16d0195920de21bce8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.35.2", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ea5243898768a2783d9d3453cde34175d0172f3c.json b/data/unsuccessful-reproductions/ea5243898768a2783d9d3453cde34175d0172f3c.json index 6ae0d7826168..158936711ccf 100644 --- a/data/unsuccessful-reproductions/ea5243898768a2783d9d3453cde34175d0172f3c.json +++ b/data/unsuccessful-reproductions/ea5243898768a2783d9d3453cde34175d0172f3c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.496", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ea5b1e6608269b2158d733984368e299fba1c44b.json b/data/unsuccessful-reproductions/ea5b1e6608269b2158d733984368e299fba1c44b.json index 14248b8f0fec..e9d4ba5a7274 100644 --- a/data/unsuccessful-reproductions/ea5b1e6608269b2158d733984368e299fba1c44b.json +++ b/data/unsuccessful-reproductions/ea5b1e6608269b2158d733984368e299fba1c44b.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.5.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ea621872961e0bca0a3a5b32cb868e59e74820a0.json b/data/unsuccessful-reproductions/ea621872961e0bca0a3a5b32cb868e59e74820a0.json index 6adbe92310db..a648498bd2f5 100644 --- a/data/unsuccessful-reproductions/ea621872961e0bca0a3a5b32cb868e59e74820a0.json +++ b/data/unsuccessful-reproductions/ea621872961e0bca0a3a5b32cb868e59e74820a0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.2", "newVersion" : "1.2.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ea6d7156d251c65f273723403aff882f431b61da.json b/data/unsuccessful-reproductions/ea6d7156d251c65f273723403aff882f431b61da.json index b1a168617bc1..2cc48e4648d6 100644 --- a/data/unsuccessful-reproductions/ea6d7156d251c65f273723403aff882f431b61da.json +++ b/data/unsuccessful-reproductions/ea6d7156d251c65f273723403aff882f431b61da.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.38", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ea6f5e3470f776379d5352560cd255aae911b6bc.json b/data/unsuccessful-reproductions/ea6f5e3470f776379d5352560cd255aae911b6bc.json index 35e8ff8224ab..dbf3276efebb 100644 --- a/data/unsuccessful-reproductions/ea6f5e3470f776379d5352560cd255aae911b6bc.json +++ b/data/unsuccessful-reproductions/ea6f5e3470f776379d5352560cd255aae911b6bc.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.0", "newVersion" : "7.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ea7f7bd456bdedc375c47217da5b0fbc7d54b451.json b/data/unsuccessful-reproductions/ea7f7bd456bdedc375c47217da5b0fbc7d54b451.json index 20fc0853bfc2..4adbaa174d6c 100644 --- a/data/unsuccessful-reproductions/ea7f7bd456bdedc375c47217da5b0fbc7d54b451.json +++ b/data/unsuccessful-reproductions/ea7f7bd456bdedc375c47217da5b0fbc7d54b451.json @@ -12,7 +12,10 @@ "previousVersion" : "1.13.1", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ea8f6aeafd0a233dcbc1794c2a27a32d3b8424e9.json b/data/unsuccessful-reproductions/ea8f6aeafd0a233dcbc1794c2a27a32d3b8424e9.json index d424303effa1..51f0443b4ee5 100644 --- a/data/unsuccessful-reproductions/ea8f6aeafd0a233dcbc1794c2a27a32d3b8424e9.json +++ b/data/unsuccessful-reproductions/ea8f6aeafd0a233dcbc1794c2a27a32d3b8424e9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.0", "newVersion" : "2.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eaa7b910e396eaecb28deefc6bc4247134b1a473.json b/data/unsuccessful-reproductions/eaa7b910e396eaecb28deefc6bc4247134b1a473.json index 3878935921e9..6552674800d1 100644 --- a/data/unsuccessful-reproductions/eaa7b910e396eaecb28deefc6bc4247134b1a473.json +++ b/data/unsuccessful-reproductions/eaa7b910e396eaecb28deefc6bc4247134b1a473.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eac0408380c09b44ca2a8d8a605cb7d68979c3bc.json b/data/unsuccessful-reproductions/eac0408380c09b44ca2a8d8a605cb7d68979c3bc.json index 3d5bfd3115cd..781364327f8f 100644 --- a/data/unsuccessful-reproductions/eac0408380c09b44ca2a8d8a605cb7d68979c3bc.json +++ b/data/unsuccessful-reproductions/eac0408380c09b44ca2a8d8a605cb7d68979c3bc.json @@ -12,7 +12,10 @@ "previousVersion" : "1224.vc23ca_a_9a_2cb_0", "newVersion" : "1236.v31e44e6060c0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eac5eeb83db1f046f59bcb6c784d6aea6b576ee6.json b/data/unsuccessful-reproductions/eac5eeb83db1f046f59bcb6c784d6aea6b576ee6.json index 714c7b0c619d..60e72c477779 100644 --- a/data/unsuccessful-reproductions/eac5eeb83db1f046f59bcb6c784d6aea6b576ee6.json +++ b/data/unsuccessful-reproductions/eac5eeb83db1f046f59bcb6c784d6aea6b576ee6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.61", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eae8a9da1b278b7fdea3f9e7e6301160009022e0.json b/data/unsuccessful-reproductions/eae8a9da1b278b7fdea3f9e7e6301160009022e0.json index 8fab7fed002e..88c0badd9e6d 100644 --- a/data/unsuccessful-reproductions/eae8a9da1b278b7fdea3f9e7e6301160009022e0.json +++ b/data/unsuccessful-reproductions/eae8a9da1b278b7fdea3f9e7e6301160009022e0.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.6", "newVersion" : "4.2.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-archiver" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eaee973802f3be16fbd6e6d1963817290843c2e8.json b/data/unsuccessful-reproductions/eaee973802f3be16fbd6e6d1963817290843c2e8.json index 54313b02d00c..4d969e566f30 100644 --- a/data/unsuccessful-reproductions/eaee973802f3be16fbd6e6d1963817290843c2e8.json +++ b/data/unsuccessful-reproductions/eaee973802f3be16fbd6e6d1963817290843c2e8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-M6", "newVersion" : "3.0.0-M7", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eafb2a3eb4a1e13fa8e0af39cc9f19faec2e1aec.json b/data/unsuccessful-reproductions/eafb2a3eb4a1e13fa8e0af39cc9f19faec2e1aec.json index 36f1b9bc11d5..fc033611bd96 100644 --- a/data/unsuccessful-reproductions/eafb2a3eb4a1e13fa8e0af39cc9f19faec2e1aec.json +++ b/data/unsuccessful-reproductions/eafb2a3eb4a1e13fa8e0af39cc9f19faec2e1aec.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.19.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eb17e7816857c1951bf0bd5ea2c37fc50e585430.json b/data/unsuccessful-reproductions/eb17e7816857c1951bf0bd5ea2c37fc50e585430.json index 5b871f2d3ba3..24c1cd6e8022 100644 --- a/data/unsuccessful-reproductions/eb17e7816857c1951bf0bd5ea2c37fc50e585430.json +++ b/data/unsuccessful-reproductions/eb17e7816857c1951bf0bd5ea2c37fc50e585430.json @@ -12,7 +12,10 @@ "previousVersion" : "6.5.3", "newVersion" : "6.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eb1a932914a0906a9cd3460ec86616fb2353af08.json b/data/unsuccessful-reproductions/eb1a932914a0906a9cd3460ec86616fb2353af08.json index 192478385286..0448048700d0 100644 --- a/data/unsuccessful-reproductions/eb1a932914a0906a9cd3460ec86616fb2353af08.json +++ b/data/unsuccessful-reproductions/eb1a932914a0906a9cd3460ec86616fb2353af08.json @@ -12,7 +12,10 @@ "previousVersion" : "0.28.10", "newVersion" : "0.28.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eb27575828c03b047acf167058f1e22ad545e9b0.json b/data/unsuccessful-reproductions/eb27575828c03b047acf167058f1e22ad545e9b0.json index 5a2a2be35989..8f16619cf039 100644 --- a/data/unsuccessful-reproductions/eb27575828c03b047acf167058f1e22ad545e9b0.json +++ b/data/unsuccessful-reproductions/eb27575828c03b047acf167058f1e22ad545e9b0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.195", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eb37e749d987a50b010e1fcc269066178fbf78c6.json b/data/unsuccessful-reproductions/eb37e749d987a50b010e1fcc269066178fbf78c6.json index 1a9e6df10007..183365fb9ce5 100644 --- a/data/unsuccessful-reproductions/eb37e749d987a50b010e1fcc269066178fbf78c6.json +++ b/data/unsuccessful-reproductions/eb37e749d987a50b010e1fcc269066178fbf78c6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.1.210", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eb48ce4bdeea3b0a3b998275f69a37856d723af9.json b/data/unsuccessful-reproductions/eb48ce4bdeea3b0a3b998275f69a37856d723af9.json index fcc47a83ca7e..322ede7a10a4 100644 --- a/data/unsuccessful-reproductions/eb48ce4bdeea3b0a3b998275f69a37856d723af9.json +++ b/data/unsuccessful-reproductions/eb48ce4bdeea3b0a3b998275f69a37856d723af9.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eb5a610deac264a21af6e6790347a9f45ae3425b.json b/data/unsuccessful-reproductions/eb5a610deac264a21af6e6790347a9f45ae3425b.json index 9d83d7a1c695..d289ab15ec19 100644 --- a/data/unsuccessful-reproductions/eb5a610deac264a21af6e6790347a9f45ae3425b.json +++ b/data/unsuccessful-reproductions/eb5a610deac264a21af6e6790347a9f45ae3425b.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.2.Final", "newVersion" : "6.0.4.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eb794c3588334e929247b658baa3da2adacaf1e2.json b/data/unsuccessful-reproductions/eb794c3588334e929247b658baa3da2adacaf1e2.json index 3124ca746837..8dc0040c12aa 100644 --- a/data/unsuccessful-reproductions/eb794c3588334e929247b658baa3da2adacaf1e2.json +++ b/data/unsuccessful-reproductions/eb794c3588334e929247b658baa3da2adacaf1e2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.450", "newVersion" : "1.12.473", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eb89ecad96f0e259f3ae9fad716c6afc99be079b.json b/data/unsuccessful-reproductions/eb89ecad96f0e259f3ae9fad716c6afc99be079b.json index 40237edc065d..b52524514e68 100644 --- a/data/unsuccessful-reproductions/eb89ecad96f0e259f3ae9fad716c6afc99be079b.json +++ b/data/unsuccessful-reproductions/eb89ecad96f0e259f3ae9fad716c6afc99be079b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.40", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eb95b5828dee34436bde7bf570168841b18ae8c7.json b/data/unsuccessful-reproductions/eb95b5828dee34436bde7bf570168841b18ae8c7.json index 9335e3dc5db4..6b767c8d673e 100644 --- a/data/unsuccessful-reproductions/eb95b5828dee34436bde7bf570168841b18ae8c7.json +++ b/data/unsuccessful-reproductions/eb95b5828dee34436bde7bf570168841b18ae8c7.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eb979f2aa7a63a570b87366a2db4090a2afc111a.json b/data/unsuccessful-reproductions/eb979f2aa7a63a570b87366a2db4090a2afc111a.json index 7bf63fb5f5b8..97025f247491 100644 --- a/data/unsuccessful-reproductions/eb979f2aa7a63a570b87366a2db4090a2afc111a.json +++ b/data/unsuccessful-reproductions/eb979f2aa7a63a570b87366a2db4090a2afc111a.json @@ -12,7 +12,10 @@ "previousVersion" : "7.4.0", "newVersion" : "7.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eba2f82fc7affb136c5f214b35caa4df0fc5dde4.json b/data/unsuccessful-reproductions/eba2f82fc7affb136c5f214b35caa4df0fc5dde4.json index 73a4b21714ae..a555636c73cc 100644 --- a/data/unsuccessful-reproductions/eba2f82fc7affb136c5f214b35caa4df0fc5dde4.json +++ b/data/unsuccessful-reproductions/eba2f82fc7affb136c5f214b35caa4df0fc5dde4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.205", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eba54eae6f4da2042e572c679e0ad18f7eaccd19.json b/data/unsuccessful-reproductions/eba54eae6f4da2042e572c679e0ad18f7eaccd19.json index 21c1445c42ce..222ee646ecd9 100644 --- a/data/unsuccessful-reproductions/eba54eae6f4da2042e572c679e0ad18f7eaccd19.json +++ b/data/unsuccessful-reproductions/eba54eae6f4da2042e572c679e0ad18f7eaccd19.json @@ -12,7 +12,10 @@ "previousVersion" : "26.1.1", "newVersion" : "26.1.2", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ebab2b48bc1a38e47d12526143676e2ca23d317f.json b/data/unsuccessful-reproductions/ebab2b48bc1a38e47d12526143676e2ca23d317f.json index a4cd476cb51f..8d1cfca436ac 100644 --- a/data/unsuccessful-reproductions/ebab2b48bc1a38e47d12526143676e2ca23d317f.json +++ b/data/unsuccessful-reproductions/ebab2b48bc1a38e47d12526143676e2ca23d317f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.25.0", "newVersion" : "3.26.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ebd91a5c2a145abff5a06402b77acc5ae15fdf3b.json b/data/unsuccessful-reproductions/ebd91a5c2a145abff5a06402b77acc5ae15fdf3b.json index ef10a0156d7c..44a335e9c8f5 100644 --- a/data/unsuccessful-reproductions/ebd91a5c2a145abff5a06402b77acc5ae15fdf3b.json +++ b/data/unsuccessful-reproductions/ebd91a5c2a145abff5a06402b77acc5ae15fdf3b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.3", "newVersion" : "1.4.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ebda4231a4647322ad27a4cf4f320828926dee3c.json b/data/unsuccessful-reproductions/ebda4231a4647322ad27a4cf4f320828926dee3c.json index eb09b4d1ad53..930cd36a003d 100644 --- a/data/unsuccessful-reproductions/ebda4231a4647322ad27a4cf4f320828926dee3c.json +++ b/data/unsuccessful-reproductions/ebda4231a4647322ad27a4cf4f320828926dee3c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.202", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ebf4bbaec194e3a9bb67c0bedcb0a89bc5ad17ce.json b/data/unsuccessful-reproductions/ebf4bbaec194e3a9bb67c0bedcb0a89bc5ad17ce.json index 1385379735d5..dd7ef752caef 100644 --- a/data/unsuccessful-reproductions/ebf4bbaec194e3a9bb67c0bedcb0a89bc5ad17ce.json +++ b/data/unsuccessful-reproductions/ebf4bbaec194e3a9bb67c0bedcb0a89bc5ad17ce.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.6", "newVersion" : "3.1.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ebfc09989c2e4a7389f837feeef2bdfa2a51bec0.json b/data/unsuccessful-reproductions/ebfc09989c2e4a7389f837feeef2bdfa2a51bec0.json index 77837b76eaad..1cb396507720 100644 --- a/data/unsuccessful-reproductions/ebfc09989c2e4a7389f837feeef2bdfa2a51bec0.json +++ b/data/unsuccessful-reproductions/ebfc09989c2e4a7389f837feeef2bdfa2a51bec0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.18.20", "newVersion" : "1.18.28", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec0794142f4b632a68cdf2b11f1702f0cd04132c.json b/data/unsuccessful-reproductions/ec0794142f4b632a68cdf2b11f1702f0cd04132c.json index 7bc228a9074c..5e38d807be06 100644 --- a/data/unsuccessful-reproductions/ec0794142f4b632a68cdf2b11f1702f0cd04132c.json +++ b/data/unsuccessful-reproductions/ec0794142f4b632a68cdf2b11f1702f0cd04132c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.0", "newVersion" : "1.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec19eaaf7a1d4991680ea8b9d9a3ba9c75c8eea1.json b/data/unsuccessful-reproductions/ec19eaaf7a1d4991680ea8b9d9a3ba9c75c8eea1.json index 67003ba68fbc..05301136bfce 100644 --- a/data/unsuccessful-reproductions/ec19eaaf7a1d4991680ea8b9d9a3ba9c75c8eea1.json +++ b/data/unsuccessful-reproductions/ec19eaaf7a1d4991680ea8b9d9a3ba9c75c8eea1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec2416eccf8762febd36e11f4f3ee9e08bcbfcab.json b/data/unsuccessful-reproductions/ec2416eccf8762febd36e11f4f3ee9e08bcbfcab.json index 1679c4f4a895..547f6fa896f9 100644 --- a/data/unsuccessful-reproductions/ec2416eccf8762febd36e11f4f3ee9e08bcbfcab.json +++ b/data/unsuccessful-reproductions/ec2416eccf8762febd36e11f4f3ee9e08bcbfcab.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec29cfeb1c3563f39ab2bf7282c79bd3a5ad4f62.json b/data/unsuccessful-reproductions/ec29cfeb1c3563f39ab2bf7282c79bd3a5ad4f62.json index cde037fae4c4..6217875f708f 100644 --- a/data/unsuccessful-reproductions/ec29cfeb1c3563f39ab2bf7282c79bd3a5ad4f62.json +++ b/data/unsuccessful-reproductions/ec29cfeb1c3563f39ab2bf7282c79bd3a5ad4f62.json @@ -12,7 +12,10 @@ "previousVersion" : "7.5.2", "newVersion" : "7.5.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec34fe069ceff61defba09532c02191dc6820f52.json b/data/unsuccessful-reproductions/ec34fe069ceff61defba09532c02191dc6820f52.json index e113215c77df..976834d92bd5 100644 --- a/data/unsuccessful-reproductions/ec34fe069ceff61defba09532c02191dc6820f52.json +++ b/data/unsuccessful-reproductions/ec34fe069ceff61defba09532c02191dc6820f52.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.0-3", "newVersion" : "5.2.1-3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec3b1668f87a19168c03a09265603450dff496c6.json b/data/unsuccessful-reproductions/ec3b1668f87a19168c03a09265603450dff496c6.json index f9f5b14e70cc..c6ee1dc67cf3 100644 --- a/data/unsuccessful-reproductions/ec3b1668f87a19168c03a09265603450dff496c6.json +++ b/data/unsuccessful-reproductions/ec3b1668f87a19168c03a09265603450dff496c6.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.5.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec3fe5e3d4637c0a8c034991c1700a74e61c00a2.json b/data/unsuccessful-reproductions/ec3fe5e3d4637c0a8c034991c1700a74e61c00a2.json index addbf2b30dc0..871cefc8a79b 100644 --- a/data/unsuccessful-reproductions/ec3fe5e3d4637c0a8c034991c1700a74e61c00a2.json +++ b/data/unsuccessful-reproductions/ec3fe5e3d4637c0a8c034991c1700a74e61c00a2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "1055.v1346ba467ba1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec4cbb1051ce0111979978aa018eed621b68ef89.json b/data/unsuccessful-reproductions/ec4cbb1051ce0111979978aa018eed621b68ef89.json index 63d1ce0d819e..a0f51861ba72 100644 --- a/data/unsuccessful-reproductions/ec4cbb1051ce0111979978aa018eed621b68ef89.json +++ b/data/unsuccessful-reproductions/ec4cbb1051ce0111979978aa018eed621b68ef89.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec501767fc57e94abff9e44132c2246f341aca6f.json b/data/unsuccessful-reproductions/ec501767fc57e94abff9e44132c2246f341aca6f.json index 12f189eabc79..92bd810d6638 100644 --- a/data/unsuccessful-reproductions/ec501767fc57e94abff9e44132c2246f341aca6f.json +++ b/data/unsuccessful-reproductions/ec501767fc57e94abff9e44132c2246f341aca6f.json @@ -12,7 +12,10 @@ "previousVersion" : "v0.5.2", "newVersion" : "v0.5.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec53d74c38d8eca2f1fbe1312ea5414e0224a159.json b/data/unsuccessful-reproductions/ec53d74c38d8eca2f1fbe1312ea5414e0224a159.json index 8ab44653c7a8..2b10d71f2fda 100644 --- a/data/unsuccessful-reproductions/ec53d74c38d8eca2f1fbe1312ea5414e0224a159.json +++ b/data/unsuccessful-reproductions/ec53d74c38d8eca2f1fbe1312ea5414e0224a159.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec655539d324e8306df31094a4f0e1a5d627bf66.json b/data/unsuccessful-reproductions/ec655539d324e8306df31094a4f0e1a5d627bf66.json index 2e6daf88caa8..674493175fff 100644 --- a/data/unsuccessful-reproductions/ec655539d324e8306df31094a4f0e1a5d627bf66.json +++ b/data/unsuccessful-reproductions/ec655539d324e8306df31094a4f0e1a5d627bf66.json @@ -12,7 +12,10 @@ "previousVersion" : "10.9.1", "newVersion" : "10.9.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec69d18c1689f2a659d51887d568b11ad71a51ae.json b/data/unsuccessful-reproductions/ec69d18c1689f2a659d51887d568b11ad71a51ae.json index 65b212a7bfb1..85d2a802bc48 100644 --- a/data/unsuccessful-reproductions/ec69d18c1689f2a659d51887d568b11ad71a51ae.json +++ b/data/unsuccessful-reproductions/ec69d18c1689f2a659d51887d568b11ad71a51ae.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.39", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec7a13fcf41216ceecfdfe04c0475046fe932f3f.json b/data/unsuccessful-reproductions/ec7a13fcf41216ceecfdfe04c0475046fe932f3f.json index e19078c2b7b3..a3fcf89a846e 100644 --- a/data/unsuccessful-reproductions/ec7a13fcf41216ceecfdfe04c0475046fe932f3f.json +++ b/data/unsuccessful-reproductions/ec7a13fcf41216ceecfdfe04c0475046fe932f3f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.4", "newVersion" : "1.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ec94100497dad5e5bb2b8f2b29c208c4f5f82dbb.json b/data/unsuccessful-reproductions/ec94100497dad5e5bb2b8f2b29c208c4f5f82dbb.json index 2a2a736b904b..8e23ef776ee7 100644 --- a/data/unsuccessful-reproductions/ec94100497dad5e5bb2b8f2b29c208c4f5f82dbb.json +++ b/data/unsuccessful-reproductions/ec94100497dad5e5bb2b8f2b29c208c4f5f82dbb.json @@ -12,7 +12,10 @@ "previousVersion" : "7.4.4.v20110707", "newVersion" : "9.4.48.v20220622", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ecb49d54f03889221663262c27905353813a9938.json b/data/unsuccessful-reproductions/ecb49d54f03889221663262c27905353813a9938.json index 1f4ace231312..356d60e049b1 100644 --- a/data/unsuccessful-reproductions/ecb49d54f03889221663262c27905353813a9938.json +++ b/data/unsuccessful-reproductions/ecb49d54f03889221663262c27905353813a9938.json @@ -12,7 +12,10 @@ "previousVersion" : "26.1.2", "newVersion" : "26.1.3", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ecde24818884a31e201604989edb7525c601f7e2.json b/data/unsuccessful-reproductions/ecde24818884a31e201604989edb7525c601f7e2.json index 5b7f20493d06..203271bdde43 100644 --- a/data/unsuccessful-reproductions/ecde24818884a31e201604989edb7525c601f7e2.json +++ b/data/unsuccessful-reproductions/ecde24818884a31e201604989edb7525c601f7e2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.1", "newVersion" : "1.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ece71e76c5bf10ccadfeee21471f4ff3e1b88ec5.json b/data/unsuccessful-reproductions/ece71e76c5bf10ccadfeee21471f4ff3e1b88ec5.json index f1af588984f1..b37f149a33de 100644 --- a/data/unsuccessful-reproductions/ece71e76c5bf10ccadfeee21471f4ff3e1b88ec5.json +++ b/data/unsuccessful-reproductions/ece71e76c5bf10ccadfeee21471f4ff3e1b88ec5.json @@ -12,7 +12,10 @@ "previousVersion" : "24.4.0", "newVersion" : "25.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eceb60620a6c9bf91be737b0ae01c65dc876b62d.json b/data/unsuccessful-reproductions/eceb60620a6c9bf91be737b0ae01c65dc876b62d.json index 23a7840c4df5..03deb16c2971 100644 --- a/data/unsuccessful-reproductions/eceb60620a6c9bf91be737b0ae01c65dc876b62d.json +++ b/data/unsuccessful-reproductions/eceb60620a6c9bf91be737b0ae01c65dc876b62d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4.2", "newVersion" : "2.15.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ecf6d789dceb58618566e88fca8fefc9583ecb99.json b/data/unsuccessful-reproductions/ecf6d789dceb58618566e88fca8fefc9583ecb99.json index 976f8eff60e7..ba8394719202 100644 --- a/data/unsuccessful-reproductions/ecf6d789dceb58618566e88fca8fefc9583ecb99.json +++ b/data/unsuccessful-reproductions/ecf6d789dceb58618566e88fca8fefc9583ecb99.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ecf88bce6f86a3c2aefa8c0d661050150fbeca06.json b/data/unsuccessful-reproductions/ecf88bce6f86a3c2aefa8c0d661050150fbeca06.json index f5128f640ce4..6889514f33d5 100644 --- a/data/unsuccessful-reproductions/ecf88bce6f86a3c2aefa8c0d661050150fbeca06.json +++ b/data/unsuccessful-reproductions/ecf88bce6f86a3c2aefa8c0d661050150fbeca06.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.63", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ed00d3fb5d5a4532c8452286eb24b7eaa4dfb923.json b/data/unsuccessful-reproductions/ed00d3fb5d5a4532c8452286eb24b7eaa4dfb923.json index 46a36006b174..0c00aba1a151 100644 --- a/data/unsuccessful-reproductions/ed00d3fb5d5a4532c8452286eb24b7eaa4dfb923.json +++ b/data/unsuccessful-reproductions/ed00d3fb5d5a4532c8452286eb24b7eaa4dfb923.json @@ -12,7 +12,10 @@ "previousVersion" : "42.4.1", "newVersion" : "42.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ed2065faa4f632b8398450905a870cc0c3df7501.json b/data/unsuccessful-reproductions/ed2065faa4f632b8398450905a870cc0c3df7501.json index a1d56387b747..7903af9122f6 100644 --- a/data/unsuccessful-reproductions/ed2065faa4f632b8398450905a870cc0c3df7501.json +++ b/data/unsuccessful-reproductions/ed2065faa4f632b8398450905a870cc0c3df7501.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6.0", "newVersion" : "4.11.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ed21f172de99e930af9b325101d99e95bd647fec.json b/data/unsuccessful-reproductions/ed21f172de99e930af9b325101d99e95bd647fec.json index 802a66a693e2..a08ca4935a47 100644 --- a/data/unsuccessful-reproductions/ed21f172de99e930af9b325101d99e95bd647fec.json +++ b/data/unsuccessful-reproductions/ed21f172de99e930af9b325101d99e95bd647fec.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.407", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ed2799fd212079e711eced3706299cb465c640af.json b/data/unsuccessful-reproductions/ed2799fd212079e711eced3706299cb465c640af.json index 5b4f062997ea..feaa5a2f0692 100644 --- a/data/unsuccessful-reproductions/ed2799fd212079e711eced3706299cb465c640af.json +++ b/data/unsuccessful-reproductions/ed2799fd212079e711eced3706299cb465c640af.json @@ -12,7 +12,10 @@ "previousVersion" : "4.0.1", "newVersion" : "4.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ed2c1942d59c9d26cdfa86d3824a8adfe6656426.json b/data/unsuccessful-reproductions/ed2c1942d59c9d26cdfa86d3824a8adfe6656426.json index c6043af7d87d..3dfa899faeaa 100644 --- a/data/unsuccessful-reproductions/ed2c1942d59c9d26cdfa86d3824a8adfe6656426.json +++ b/data/unsuccessful-reproductions/ed2c1942d59c9d26cdfa86d3824a8adfe6656426.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2.2", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ed4b1258875fac0d2f7ed36656a429db07cc2bcd.json b/data/unsuccessful-reproductions/ed4b1258875fac0d2f7ed36656a429db07cc2bcd.json index 8ef5d5aff009..96e10e750075 100644 --- a/data/unsuccessful-reproductions/ed4b1258875fac0d2f7ed36656a429db07cc2bcd.json +++ b/data/unsuccessful-reproductions/ed4b1258875fac0d2f7ed36656a429db07cc2bcd.json @@ -12,7 +12,10 @@ "previousVersion" : "6.5.2-jdk8", "newVersion" : "6.5.3-jdk8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ed5c21c06dff8de10a21e34805a9186b70084d47.json b/data/unsuccessful-reproductions/ed5c21c06dff8de10a21e34805a9186b70084d47.json index 57a87dab212e..45b631b85c94 100644 --- a/data/unsuccessful-reproductions/ed5c21c06dff8de10a21e34805a9186b70084d47.json +++ b/data/unsuccessful-reproductions/ed5c21c06dff8de10a21e34805a9186b70084d47.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.6", "newVersion" : "1.6.5.0-PNX", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ed7b8a12e849dbbd1112307b9a3bbc1f4eceef06.json b/data/unsuccessful-reproductions/ed7b8a12e849dbbd1112307b9a3bbc1f4eceef06.json index 717a14fb0eb1..b410af045299 100644 --- a/data/unsuccessful-reproductions/ed7b8a12e849dbbd1112307b9a3bbc1f4eceef06.json +++ b/data/unsuccessful-reproductions/ed7b8a12e849dbbd1112307b9a3bbc1f4eceef06.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/edb35249c66ce60501deb5378c0892af3ca09e05.json b/data/unsuccessful-reproductions/edb35249c66ce60501deb5378c0892af3ca09e05.json index f3a7c74be48d..98183f3d42d6 100644 --- a/data/unsuccessful-reproductions/edb35249c66ce60501deb5378c0892af3ca09e05.json +++ b/data/unsuccessful-reproductions/edb35249c66ce60501deb5378c0892af3ca09e05.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/edb445dd0a2596c1fd0d31a0b09e99a41208b3eb.json b/data/unsuccessful-reproductions/edb445dd0a2596c1fd0d31a0b09e99a41208b3eb.json index 2d978a8633ea..7b073694ca1a 100644 --- a/data/unsuccessful-reproductions/edb445dd0a2596c1fd0d31a0b09e99a41208b3eb.json +++ b/data/unsuccessful-reproductions/edb445dd0a2596c1fd0d31a0b09e99a41208b3eb.json @@ -12,7 +12,10 @@ "previousVersion" : "21.10.0", "newVersion" : "22.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/edb936b09e314b8698fb9267039e7048569b3a50.json b/data/unsuccessful-reproductions/edb936b09e314b8698fb9267039e7048569b3a50.json index 4360faa26aac..3d69013c39a6 100644 --- a/data/unsuccessful-reproductions/edb936b09e314b8698fb9267039e7048569b3a50.json +++ b/data/unsuccessful-reproductions/edb936b09e314b8698fb9267039e7048569b3a50.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.0", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/edb944c86db2f5a4398144ac6698d5eafd854b28.json b/data/unsuccessful-reproductions/edb944c86db2f5a4398144ac6698d5eafd854b28.json index c27c69eccbeb..001b7eb4ef61 100644 --- a/data/unsuccessful-reproductions/edb944c86db2f5a4398144ac6698d5eafd854b28.json +++ b/data/unsuccessful-reproductions/edb944c86db2f5a4398144ac6698d5eafd854b28.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.4", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-4-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ede4825aa44eb324fede5844595a332532548afe.json b/data/unsuccessful-reproductions/ede4825aa44eb324fede5844595a332532548afe.json index 04dcee9f2a53..4b7611931453 100644 --- a/data/unsuccessful-reproductions/ede4825aa44eb324fede5844595a332532548afe.json +++ b/data/unsuccessful-reproductions/ede4825aa44eb324fede5844595a332532548afe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5", "newVersion" : "2.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/edf52676ec970066c473ad14a57092850ae7b048.json b/data/unsuccessful-reproductions/edf52676ec970066c473ad14a57092850ae7b048.json index c09803ca5eb3..96b0ace40a44 100644 --- a/data/unsuccessful-reproductions/edf52676ec970066c473ad14a57092850ae7b048.json +++ b/data/unsuccessful-reproductions/edf52676ec970066c473ad14a57092850ae7b048.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/edf93c212175fad0ec37e99518bc050a3ffed006.json b/data/unsuccessful-reproductions/edf93c212175fad0ec37e99518bc050a3ffed006.json index 362615b6fcf3..e295375340d3 100644 --- a/data/unsuccessful-reproductions/edf93c212175fad0ec37e99518bc050a3ffed006.json +++ b/data/unsuccessful-reproductions/edf93c212175fad0ec37e99518bc050a3ffed006.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ee02b24f2953761b6dee23d6e353ef5d682f4862.json b/data/unsuccessful-reproductions/ee02b24f2953761b6dee23d6e353ef5d682f4862.json index f7a70b2f5cde..a13a3aa4b01d 100644 --- a/data/unsuccessful-reproductions/ee02b24f2953761b6dee23d6e353ef5d682f4862.json +++ b/data/unsuccessful-reproductions/ee02b24f2953761b6dee23d6e353ef5d682f4862.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ee061d120f729fe115a9642a65c9ceb247143c12.json b/data/unsuccessful-reproductions/ee061d120f729fe115a9642a65c9ceb247143c12.json index d8ca5eebb6a7..48526a857bcc 100644 --- a/data/unsuccessful-reproductions/ee061d120f729fe115a9642a65c9ceb247143c12.json +++ b/data/unsuccessful-reproductions/ee061d120f729fe115a9642a65c9ceb247143c12.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-beta-1", "newVersion" : "3.16.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ee16b52aa5940edc102c21700af9301972af6144.json b/data/unsuccessful-reproductions/ee16b52aa5940edc102c21700af9301972af6144.json index 8d4eb470f075..7ff93381b6f9 100644 --- a/data/unsuccessful-reproductions/ee16b52aa5940edc102c21700af9301972af6144.json +++ b/data/unsuccessful-reproductions/ee16b52aa5940edc102c21700af9301972af6144.json @@ -12,7 +12,10 @@ "previousVersion" : "3.16.5", "newVersion" : "3.17.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ee1dd00d5b8807731822cc22244493233fd648e1.json b/data/unsuccessful-reproductions/ee1dd00d5b8807731822cc22244493233fd648e1.json index b8799e2195e5..c260f4c81305 100644 --- a/data/unsuccessful-reproductions/ee1dd00d5b8807731822cc22244493233fd648e1.json +++ b/data/unsuccessful-reproductions/ee1dd00d5b8807731822cc22244493233fd648e1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.31", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ee1e98fe81f9e150d515561bfea2997df18b946d.json b/data/unsuccessful-reproductions/ee1e98fe81f9e150d515561bfea2997df18b946d.json index 011a171ccacd..04b336d68b40 100644 --- a/data/unsuccessful-reproductions/ee1e98fe81f9e150d515561bfea2997df18b946d.json +++ b/data/unsuccessful-reproductions/ee1e98fe81f9e150d515561bfea2997df18b946d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.12", "newVersion" : "4.13.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ee23378dad07fe999594e8127b95cd22bbc4c79d.json b/data/unsuccessful-reproductions/ee23378dad07fe999594e8127b95cd22bbc4c79d.json index 57f4cff0fa2e..a596e9a4be05 100644 --- a/data/unsuccessful-reproductions/ee23378dad07fe999594e8127b95cd22bbc4c79d.json +++ b/data/unsuccessful-reproductions/ee23378dad07fe999594e8127b95cd22bbc4c79d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.5.Final", "newVersion" : "2.3.2.Final", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ee5aedd0fc8695df5ada2a77322f3cbd1534dfd6.json b/data/unsuccessful-reproductions/ee5aedd0fc8695df5ada2a77322f3cbd1534dfd6.json index c0dc8cbab5ee..b0cf7b7999cd 100644 --- a/data/unsuccessful-reproductions/ee5aedd0fc8695df5ada2a77322f3cbd1534dfd6.json +++ b/data/unsuccessful-reproductions/ee5aedd0fc8695df5ada2a77322f3cbd1534dfd6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.2", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ee7143ed96af753ad6fafc84b2c9ef454d0d0cf1.json b/data/unsuccessful-reproductions/ee7143ed96af753ad6fafc84b2c9ef454d0d0cf1.json index 025dffe36057..751c0b96cd47 100644 --- a/data/unsuccessful-reproductions/ee7143ed96af753ad6fafc84b2c9ef454d0d0cf1.json +++ b/data/unsuccessful-reproductions/ee7143ed96af753ad6fafc84b2c9ef454d0d0cf1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.98", "newVersion" : "1.99", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ee8c70ccf23b4be88cdb00270f34a0bef2629a6c.json b/data/unsuccessful-reproductions/ee8c70ccf23b4be88cdb00270f34a0bef2629a6c.json index 96f442dae755..ba812b6dc533 100644 --- a/data/unsuccessful-reproductions/ee8c70ccf23b4be88cdb00270f34a0bef2629a6c.json +++ b/data/unsuccessful-reproductions/ee8c70ccf23b4be88cdb00270f34a0bef2629a6c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.57", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ee8f62f6fc83c93f0352ee84fc05046cfcc9624f.json b/data/unsuccessful-reproductions/ee8f62f6fc83c93f0352ee84fc05046cfcc9624f.json index df39cda9ef61..6015aa3685ff 100644 --- a/data/unsuccessful-reproductions/ee8f62f6fc83c93f0352ee84fc05046cfcc9624f.json +++ b/data/unsuccessful-reproductions/ee8f62f6fc83c93f0352ee84fc05046cfcc9624f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eea31a83333a5e0077e542072d3bfe70116aff38.json b/data/unsuccessful-reproductions/eea31a83333a5e0077e542072d3bfe70116aff38.json index ab0e3e5da9d3..bc8b8b4fbfc5 100644 --- a/data/unsuccessful-reproductions/eea31a83333a5e0077e542072d3bfe70116aff38.json +++ b/data/unsuccessful-reproductions/eea31a83333a5e0077e542072d3bfe70116aff38.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eea61eb0339fc8afaebe24fd4d8df3efc6d0a50c.json b/data/unsuccessful-reproductions/eea61eb0339fc8afaebe24fd4d8df3efc6d0a50c.json index 48d0b6c11abf..d0fdc723e489 100644 --- a/data/unsuccessful-reproductions/eea61eb0339fc8afaebe24fd4d8df3efc6d0a50c.json +++ b/data/unsuccessful-reproductions/eea61eb0339fc8afaebe24fd4d8df3efc6d0a50c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.5.RELEASE", "newVersion" : "2.5.12", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eeb13fec878ca446ac082d6dc8ea11975a19f05b.json b/data/unsuccessful-reproductions/eeb13fec878ca446ac082d6dc8ea11975a19f05b.json index cdff4a922394..0f505d3935ff 100644 --- a/data/unsuccessful-reproductions/eeb13fec878ca446ac082d6dc8ea11975a19f05b.json +++ b/data/unsuccessful-reproductions/eeb13fec878ca446ac082d6dc8ea11975a19f05b.json @@ -12,7 +12,10 @@ "previousVersion" : "5.6.0", "newVersion" : "5.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eeb205d78bb9e2ab269c2b8f7a1875edc7c59b0c.json b/data/unsuccessful-reproductions/eeb205d78bb9e2ab269c2b8f7a1875edc7c59b0c.json index 10637635af42..a878b9cd51a3 100644 --- a/data/unsuccessful-reproductions/eeb205d78bb9e2ab269c2b8f7a1875edc7c59b0c.json +++ b/data/unsuccessful-reproductions/eeb205d78bb9e2ab269c2b8f7a1875edc7c59b0c.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.13.Final", "newVersion" : "5.5.2.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eebe22f12549cfb4530c8d9eb71b5befe9d93183.json b/data/unsuccessful-reproductions/eebe22f12549cfb4530c8d9eb71b5befe9d93183.json index d0c7ce6c26cf..1de7ad7ed76e 100644 --- a/data/unsuccessful-reproductions/eebe22f12549cfb4530c8d9eb71b5befe9d93183.json +++ b/data/unsuccessful-reproductions/eebe22f12549cfb4530c8d9eb71b5befe9d93183.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.7", "newVersion" : "2.1.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eebf6522f800a3f44aa644e79e1a56d0269f8eb3.json b/data/unsuccessful-reproductions/eebf6522f800a3f44aa644e79e1a56d0269f8eb3.json index c83293d4a1a6..6bfc1237dee1 100644 --- a/data/unsuccessful-reproductions/eebf6522f800a3f44aa644e79e1a56d0269f8eb3.json +++ b/data/unsuccessful-reproductions/eebf6522f800a3f44aa644e79e1a56d0269f8eb3.json @@ -13,7 +13,10 @@ "newVersion" : "1.1.10.1", "dependencyScope" : "compile", "versionUpdateType" : "other", - "dependencySection" : "dependencyManagement" + "dependencySection" : "dependencyManagement", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eed2d365a69a7940d3a8d1dec88e6c2f2fbdb032.json b/data/unsuccessful-reproductions/eed2d365a69a7940d3a8d1dec88e6c2f2fbdb032.json index 80ab530d1144..84ad1403380a 100644 --- a/data/unsuccessful-reproductions/eed2d365a69a7940d3a8d1dec88e6c2f2fbdb032.json +++ b/data/unsuccessful-reproductions/eed2d365a69a7940d3a8d1dec88e6c2f2fbdb032.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.4", "newVersion" : "2.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eedf58d7a4a1690daa8fde8781c8e5853d03cd4e.json b/data/unsuccessful-reproductions/eedf58d7a4a1690daa8fde8781c8e5853d03cd4e.json index c060b0266c45..45166718b676 100644 --- a/data/unsuccessful-reproductions/eedf58d7a4a1690daa8fde8781c8e5853d03cd4e.json +++ b/data/unsuccessful-reproductions/eedf58d7a4a1690daa8fde8781c8e5853d03cd4e.json @@ -12,7 +12,10 @@ "previousVersion" : "0.34.6", "newVersion" : "0.35.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eeeb9a927b9d689ce1b682ed492f4d1b2c3dccce.json b/data/unsuccessful-reproductions/eeeb9a927b9d689ce1b682ed492f4d1b2c3dccce.json index 272eb85597d7..0088da6e39e8 100644 --- a/data/unsuccessful-reproductions/eeeb9a927b9d689ce1b682ed492f4d1b2c3dccce.json +++ b/data/unsuccessful-reproductions/eeeb9a927b9d689ce1b682ed492f4d1b2c3dccce.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.99", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ef05e9f7658a81a3ae7b99e6ee04f44a494029f0.json b/data/unsuccessful-reproductions/ef05e9f7658a81a3ae7b99e6ee04f44a494029f0.json index 5d264d02a556..357fe2642c20 100644 --- a/data/unsuccessful-reproductions/ef05e9f7658a81a3ae7b99e6ee04f44a494029f0.json +++ b/data/unsuccessful-reproductions/ef05e9f7658a81a3ae7b99e6ee04f44a494029f0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.45.1", "newVersion" : "1.47.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ef1657f30595964d3cdd0e9133bc6ec5461e5f67.json b/data/unsuccessful-reproductions/ef1657f30595964d3cdd0e9133bc6ec5461e5f67.json index 4d37a0fd48df..2c7cefb41503 100644 --- a/data/unsuccessful-reproductions/ef1657f30595964d3cdd0e9133bc6ec5461e5f67.json +++ b/data/unsuccessful-reproductions/ef1657f30595964d3cdd0e9133bc6ec5461e5f67.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.75", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ef1671c91e548ca010fec532a19e253acd12d772.json b/data/unsuccessful-reproductions/ef1671c91e548ca010fec532a19e253acd12d772.json index 29881a8925fc..299a9c4ac844 100644 --- a/data/unsuccessful-reproductions/ef1671c91e548ca010fec532a19e253acd12d772.json +++ b/data/unsuccessful-reproductions/ef1671c91e548ca010fec532a19e253acd12d772.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.2-1", "newVersion" : "1.5.2-2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ef1f1084ec473f2d672f1bc63e33dd0fe2c1c8fe.json b/data/unsuccessful-reproductions/ef1f1084ec473f2d672f1bc63e33dd0fe2c1c8fe.json index c1ccffa8df9a..99dfdbf376fc 100644 --- a/data/unsuccessful-reproductions/ef1f1084ec473f2d672f1bc63e33dd0fe2c1c8fe.json +++ b/data/unsuccessful-reproductions/ef1f1084ec473f2d672f1bc63e33dd0fe2c1c8fe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.0", "newVersion" : "2.5.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ef26eee5fc400c59fad1a1bc0b759d0a7649cf60.json b/data/unsuccessful-reproductions/ef26eee5fc400c59fad1a1bc0b759d0a7649cf60.json index bc12aeb2c9db..6858b5e43436 100644 --- a/data/unsuccessful-reproductions/ef26eee5fc400c59fad1a1bc0b759d0a7649cf60.json +++ b/data/unsuccessful-reproductions/ef26eee5fc400c59fad1a1bc0b759d0a7649cf60.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5539.vcea_872b_fdb_29", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ef290f1a88580bf6b8e66c83fc4247e2a62d842f.json b/data/unsuccessful-reproductions/ef290f1a88580bf6b8e66c83fc4247e2a62d842f.json index 72a29896ac8f..4d66ae542517 100644 --- a/data/unsuccessful-reproductions/ef290f1a88580bf6b8e66c83fc4247e2a62d842f.json +++ b/data/unsuccessful-reproductions/ef290f1a88580bf6b8e66c83fc4247e2a62d842f.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.0", "newVersion" : "5.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ef2d00fe5106cf8dcdaf62df23d42edbf9517ccc.json b/data/unsuccessful-reproductions/ef2d00fe5106cf8dcdaf62df23d42edbf9517ccc.json index ee324cf1c88b..da1bc5d3d5e6 100644 --- a/data/unsuccessful-reproductions/ef2d00fe5106cf8dcdaf62df23d42edbf9517ccc.json +++ b/data/unsuccessful-reproductions/ef2d00fe5106cf8dcdaf62df23d42edbf9517ccc.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.45", "newVersion" : "8.12.46", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ef51822e904fb3c45a2bab30f693f8d8fbdab375.json b/data/unsuccessful-reproductions/ef51822e904fb3c45a2bab30f693f8d8fbdab375.json index 463f861c8b68..0f167560a43d 100644 --- a/data/unsuccessful-reproductions/ef51822e904fb3c45a2bab30f693f8d8fbdab375.json +++ b/data/unsuccessful-reproductions/ef51822e904fb3c45a2bab30f693f8d8fbdab375.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "9.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ef62b531860719b0ad9df7d682bb64f3f1ad3193.json b/data/unsuccessful-reproductions/ef62b531860719b0ad9df7d682bb64f3f1ad3193.json index 0558314ae671..e7023d9765ad 100644 --- a/data/unsuccessful-reproductions/ef62b531860719b0ad9df7d682bb64f3f1ad3193.json +++ b/data/unsuccessful-reproductions/ef62b531860719b0ad9df7d682bb64f3f1ad3193.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/efbcaef93687bc1b1f43a9855c7abd79249ebd95.json b/data/unsuccessful-reproductions/efbcaef93687bc1b1f43a9855c7abd79249ebd95.json index 1966fc3b1226..45f817ffb159 100644 --- a/data/unsuccessful-reproductions/efbcaef93687bc1b1f43a9855c7abd79249ebd95.json +++ b/data/unsuccessful-reproductions/efbcaef93687bc1b1f43a9855c7abd79249ebd95.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.1", "newVersion" : "1.15.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/efc02c1f1aa2e3bb28f159050791f49e31510f00.json b/data/unsuccessful-reproductions/efc02c1f1aa2e3bb28f159050791f49e31510f00.json index b51d5fd97953..3985932d58a1 100644 --- a/data/unsuccessful-reproductions/efc02c1f1aa2e3bb28f159050791f49e31510f00.json +++ b/data/unsuccessful-reproductions/efc02c1f1aa2e3bb28f159050791f49e31510f00.json @@ -12,7 +12,10 @@ "previousVersion" : "1.26", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/efea54226fa20c2694ad3645622da44d51a1d8da.json b/data/unsuccessful-reproductions/efea54226fa20c2694ad3645622da44d51a1d8da.json index 647dd2a40c1a..b9ec26fe3764 100644 --- a/data/unsuccessful-reproductions/efea54226fa20c2694ad3645622da44d51a1d8da.json +++ b/data/unsuccessful-reproductions/efea54226fa20c2694ad3645622da44d51a1d8da.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.6-Final", "newVersion" : "5.6.9.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "hibernate/hibernate-orm" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/eff027d36c440ae9b7e53cee2367011c6cc3d8fe.json b/data/unsuccessful-reproductions/eff027d36c440ae9b7e53cee2367011c6cc3d8fe.json index 3d8992d40113..d42af4cacafb 100644 --- a/data/unsuccessful-reproductions/eff027d36c440ae9b7e53cee2367011c6cc3d8fe.json +++ b/data/unsuccessful-reproductions/eff027d36c440ae9b7e53cee2367011c6cc3d8fe.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.38", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f001aa957a584aa1d7919ad3776a9f8e6660cf5d.json b/data/unsuccessful-reproductions/f001aa957a584aa1d7919ad3776a9f8e6660cf5d.json index 765f43e7124e..44a28e67dc6e 100644 --- a/data/unsuccessful-reproductions/f001aa957a584aa1d7919ad3776a9f8e6660cf5d.json +++ b/data/unsuccessful-reproductions/f001aa957a584aa1d7919ad3776a9f8e6660cf5d.json @@ -12,7 +12,10 @@ "previousVersion" : "10.5.0", "newVersion" : "10.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f01907039d6de19d09ce942acd8bbbdc605f85e2.json b/data/unsuccessful-reproductions/f01907039d6de19d09ce942acd8bbbdc605f85e2.json index 327ca0ab0e96..399249f1e4fc 100644 --- a/data/unsuccessful-reproductions/f01907039d6de19d09ce942acd8bbbdc605f85e2.json +++ b/data/unsuccessful-reproductions/f01907039d6de19d09ce942acd8bbbdc605f85e2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.9", "newVersion" : "1.21", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f024f08961d8bca9764e0afef6077c4e0b7e26bd.json b/data/unsuccessful-reproductions/f024f08961d8bca9764e0afef6077c4e0b7e26bd.json index aeda5cacd50f..281b518ace77 100644 --- a/data/unsuccessful-reproductions/f024f08961d8bca9764e0afef6077c4e0b7e26bd.json +++ b/data/unsuccessful-reproductions/f024f08961d8bca9764e0afef6077c4e0b7e26bd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.3", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f02b1271e19cc4971ffd9b7d685f1b9dd3c7e4a3.json b/data/unsuccessful-reproductions/f02b1271e19cc4971ffd9b7d685f1b9dd3c7e4a3.json index 8b7be9ae56b7..15c0c594741c 100644 --- a/data/unsuccessful-reproductions/f02b1271e19cc4971ffd9b7d685f1b9dd3c7e4a3.json +++ b/data/unsuccessful-reproductions/f02b1271e19cc4971ffd9b7d685f1b9dd3c7e4a3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.3-285.vc03c0256d517", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f03097b948b0882ac61e133b4140c1b9ee16feb7.json b/data/unsuccessful-reproductions/f03097b948b0882ac61e133b4140c1b9ee16feb7.json index 12119f74cf3c..1c2b696a3631 100644 --- a/data/unsuccessful-reproductions/f03097b948b0882ac61e133b4140c1b9ee16feb7.json +++ b/data/unsuccessful-reproductions/f03097b948b0882ac61e133b4140c1b9ee16feb7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f040b1af130cab1953663bd8e82cd51788f629c4.json b/data/unsuccessful-reproductions/f040b1af130cab1953663bd8e82cd51788f629c4.json index 3bf3bc575fc5..8f802a3b6287 100644 --- a/data/unsuccessful-reproductions/f040b1af130cab1953663bd8e82cd51788f629c4.json +++ b/data/unsuccessful-reproductions/f040b1af130cab1953663bd8e82cd51788f629c4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.10.21", "newVersion" : "1.12.13", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f04932e939f62644713ebbe7671d473acddf2fdf.json b/data/unsuccessful-reproductions/f04932e939f62644713ebbe7671d473acddf2fdf.json index 10fe531dd100..ed50ac803c28 100644 --- a/data/unsuccessful-reproductions/f04932e939f62644713ebbe7671d473acddf2fdf.json +++ b/data/unsuccessful-reproductions/f04932e939f62644713ebbe7671d473acddf2fdf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.3", "newVersion" : "1.6.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f05de6e2392938b64c0ba6a06a043ee82e8e4cb9.json b/data/unsuccessful-reproductions/f05de6e2392938b64c0ba6a06a043ee82e8e4cb9.json index 048a377ae5e1..5dca38ce1bb4 100644 --- a/data/unsuccessful-reproductions/f05de6e2392938b64c0ba6a06a043ee82e8e4cb9.json +++ b/data/unsuccessful-reproductions/f05de6e2392938b64c0ba6a06a043ee82e8e4cb9.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f06d0d07a785e7951a15101450119c27aae804f6.json b/data/unsuccessful-reproductions/f06d0d07a785e7951a15101450119c27aae804f6.json index cdd2bfd11395..b90ad69d406c 100644 --- a/data/unsuccessful-reproductions/f06d0d07a785e7951a15101450119c27aae804f6.json +++ b/data/unsuccessful-reproductions/f06d0d07a785e7951a15101450119c27aae804f6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.2", "newVersion" : "3.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "square/okio" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f0763dcb6e90e8e27ca1d6e67b0022cc86bfa179.json b/data/unsuccessful-reproductions/f0763dcb6e90e8e27ca1d6e67b0022cc86bfa179.json index fbe8beca53c9..44974bfe2979 100644 --- a/data/unsuccessful-reproductions/f0763dcb6e90e8e27ca1d6e67b0022cc86bfa179.json +++ b/data/unsuccessful-reproductions/f0763dcb6e90e8e27ca1d6e67b0022cc86bfa179.json @@ -12,7 +12,10 @@ "previousVersion" : "8.0.29", "newVersion" : "8.0.30", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f087dbc69531de20c0262035347288857cb2ac47.json b/data/unsuccessful-reproductions/f087dbc69531de20c0262035347288857cb2ac47.json index 080fbf57d885..6c800f3028fd 100644 --- a/data/unsuccessful-reproductions/f087dbc69531de20c0262035347288857cb2ac47.json +++ b/data/unsuccessful-reproductions/f087dbc69531de20c0262035347288857cb2ac47.json @@ -12,7 +12,10 @@ "previousVersion" : "20220924", "newVersion" : "20230227", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f088036f8390150e38d5f065d4c1deb0cd7d2db5.json b/data/unsuccessful-reproductions/f088036f8390150e38d5f065d4c1deb0cd7d2db5.json index 948b9caee0df..00c8f98b36ad 100644 --- a/data/unsuccessful-reproductions/f088036f8390150e38d5f065d4c1deb0cd7d2db5.json +++ b/data/unsuccessful-reproductions/f088036f8390150e38d5f065d4c1deb0cd7d2db5.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.36", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f0b7ab33d7b7f4822dc61577667de4469e799dc8.json b/data/unsuccessful-reproductions/f0b7ab33d7b7f4822dc61577667de4469e799dc8.json index 87b6b9cf677b..229d6950ea50 100644 --- a/data/unsuccessful-reproductions/f0b7ab33d7b7f4822dc61577667de4469e799dc8.json +++ b/data/unsuccessful-reproductions/f0b7ab33d7b7f4822dc61577667de4469e799dc8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.4.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f0bdeeefbdff192a188d5edf18d1572981a04eed.json b/data/unsuccessful-reproductions/f0bdeeefbdff192a188d5edf18d1572981a04eed.json index ccd6796f116b..c288ce15ec39 100644 --- a/data/unsuccessful-reproductions/f0bdeeefbdff192a188d5edf18d1572981a04eed.json +++ b/data/unsuccessful-reproductions/f0bdeeefbdff192a188d5edf18d1572981a04eed.json @@ -12,7 +12,10 @@ "previousVersion" : "4.2.5.RELEASE", "newVersion" : "5.3.16", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f0c729b5c93a62160443032e9740664dc4da1cbe.json b/data/unsuccessful-reproductions/f0c729b5c93a62160443032e9740664dc4da1cbe.json index a39943adac4d..ddf9997597ce 100644 --- a/data/unsuccessful-reproductions/f0c729b5c93a62160443032e9740664dc4da1cbe.json +++ b/data/unsuccessful-reproductions/f0c729b5c93a62160443032e9740664dc4da1cbe.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.49", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f0cf95c1b31bc421d1951aedc1fd101f7eec10f6.json b/data/unsuccessful-reproductions/f0cf95c1b31bc421d1951aedc1fd101f7eec10f6.json index 1783481beb06..50cecf704013 100644 --- a/data/unsuccessful-reproductions/f0cf95c1b31bc421d1951aedc1fd101f7eec10f6.json +++ b/data/unsuccessful-reproductions/f0cf95c1b31bc421d1951aedc1fd101f7eec10f6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.20", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f0e5a4a7e7fcc95b8b5da2f9b3fcf6af7ca24ed4.json b/data/unsuccessful-reproductions/f0e5a4a7e7fcc95b8b5da2f9b3fcf6af7ca24ed4.json index a3131edcba16..3584af6c5622 100644 --- a/data/unsuccessful-reproductions/f0e5a4a7e7fcc95b8b5da2f9b3fcf6af7ca24ed4.json +++ b/data/unsuccessful-reproductions/f0e5a4a7e7fcc95b8b5da2f9b3fcf6af7ca24ed4.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.0", "newVersion" : "2.3.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f0eb2190d7db244aa80f4972598b42b1f5f28740.json b/data/unsuccessful-reproductions/f0eb2190d7db244aa80f4972598b42b1f5f28740.json index 4f85d3000224..d8dc70f1eb38 100644 --- a/data/unsuccessful-reproductions/f0eb2190d7db244aa80f4972598b42b1f5f28740.json +++ b/data/unsuccessful-reproductions/f0eb2190d7db244aa80f4972598b42b1f5f28740.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.7", "newVersion" : "3.0.4", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f0eeb759ce12a36471cbf5ea720b6eba425f05d0.json b/data/unsuccessful-reproductions/f0eeb759ce12a36471cbf5ea720b6eba425f05d0.json index baa7c8680119..a0cf47f3d415 100644 --- a/data/unsuccessful-reproductions/f0eeb759ce12a36471cbf5ea720b6eba425f05d0.json +++ b/data/unsuccessful-reproductions/f0eeb759ce12a36471cbf5ea720b6eba425f05d0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.13.2-260.v43d711474c77", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f10ecf12d4448f49bcda8e953e13131256392489.json b/data/unsuccessful-reproductions/f10ecf12d4448f49bcda8e953e13131256392489.json index 070fe6cd0426..344371284ac5 100644 --- a/data/unsuccessful-reproductions/f10ecf12d4448f49bcda8e953e13131256392489.json +++ b/data/unsuccessful-reproductions/f10ecf12d4448f49bcda8e953e13131256392489.json @@ -12,7 +12,10 @@ "previousVersion" : "0.15", "newVersion" : "1.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f127c32c4af2136a9ef39563cd464b4965f17bd6.json b/data/unsuccessful-reproductions/f127c32c4af2136a9ef39563cd464b4965f17bd6.json index 919ed2e9b8c7..4ed51f7a34f7 100644 --- a/data/unsuccessful-reproductions/f127c32c4af2136a9ef39563cd464b4965f17bd6.json +++ b/data/unsuccessful-reproductions/f127c32c4af2136a9ef39563cd464b4965f17bd6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.0", "newVersion" : "2.24.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f12981f789baa055f106b46f2c790e4140ea9e32.json b/data/unsuccessful-reproductions/f12981f789baa055f106b46f2c790e4140ea9e32.json index f81a53a4e74f..9ee660382461 100644 --- a/data/unsuccessful-reproductions/f12981f789baa055f106b46f2c790e4140ea9e32.json +++ b/data/unsuccessful-reproductions/f12981f789baa055f106b46f2c790e4140ea9e32.json @@ -12,7 +12,10 @@ "previousVersion" : "0.8.0", "newVersion" : "2.9.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f12a8fdbe87113edd7be0cf1e7b05f8124716f22.json b/data/unsuccessful-reproductions/f12a8fdbe87113edd7be0cf1e7b05f8124716f22.json index 3a8a550663a9..5b07bc40cac5 100644 --- a/data/unsuccessful-reproductions/f12a8fdbe87113edd7be0cf1e7b05f8124716f22.json +++ b/data/unsuccessful-reproductions/f12a8fdbe87113edd7be0cf1e7b05f8124716f22.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.95.Final", "newVersion" : "4.1.96.Final", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f1316b21553acd25ac77c14f72e9b12d82b27f6a.json b/data/unsuccessful-reproductions/f1316b21553acd25ac77c14f72e9b12d82b27f6a.json index b5e298800ffc..434f54fecf29 100644 --- a/data/unsuccessful-reproductions/f1316b21553acd25ac77c14f72e9b12d82b27f6a.json +++ b/data/unsuccessful-reproductions/f1316b21553acd25ac77c14f72e9b12d82b27f6a.json @@ -12,7 +12,10 @@ "previousVersion" : "9.0.48", "newVersion" : "9.0.58", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f1366f7ab0fb3e09438fb1aa29b5ee8a687f4dea.json b/data/unsuccessful-reproductions/f1366f7ab0fb3e09438fb1aa29b5ee8a687f4dea.json index 462fb0ba1669..a207264d3bd1 100644 --- a/data/unsuccessful-reproductions/f1366f7ab0fb3e09438fb1aa29b5ee8a687f4dea.json +++ b/data/unsuccessful-reproductions/f1366f7ab0fb3e09438fb1aa29b5ee8a687f4dea.json @@ -12,7 +12,10 @@ "previousVersion" : "7.0.0", "newVersion" : "7.5.1", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "testng-team/testng" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f13bb3d103aca8c85952afc05cc21ff492434a7d.json b/data/unsuccessful-reproductions/f13bb3d103aca8c85952afc05cc21ff492434a7d.json index 502b4483b153..16d939f814a7 100644 --- a/data/unsuccessful-reproductions/f13bb3d103aca8c85952afc05cc21ff492434a7d.json +++ b/data/unsuccessful-reproductions/f13bb3d103aca8c85952afc05cc21ff492434a7d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.16.1", "newVersion" : "1.18.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f154b98c5c85a04ecc1431e64c822cb8ed292f45.json b/data/unsuccessful-reproductions/f154b98c5c85a04ecc1431e64c822cb8ed292f45.json index 643c12295f97..6cfb9f8ff6cb 100644 --- a/data/unsuccessful-reproductions/f154b98c5c85a04ecc1431e64c822cb8ed292f45.json +++ b/data/unsuccessful-reproductions/f154b98c5c85a04ecc1431e64c822cb8ed292f45.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.13", "newVersion" : "1.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f155013655a3c629cce8e176232bb11ba053b4cd.json b/data/unsuccessful-reproductions/f155013655a3c629cce8e176232bb11ba053b4cd.json index 61f7b5ae2208..c46a3ca31666 100644 --- a/data/unsuccessful-reproductions/f155013655a3c629cce8e176232bb11ba053b4cd.json +++ b/data/unsuccessful-reproductions/f155013655a3c629cce8e176232bb11ba053b4cd.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "5.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f163996dd1b01e2959a9ae03691a72dc48c748ba.json b/data/unsuccessful-reproductions/f163996dd1b01e2959a9ae03691a72dc48c748ba.json index 5a754988e309..74c1d1d08104 100644 --- a/data/unsuccessful-reproductions/f163996dd1b01e2959a9ae03691a72dc48c748ba.json +++ b/data/unsuccessful-reproductions/f163996dd1b01e2959a9ae03691a72dc48c748ba.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.201", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f1705986174b7cd72839bde3572964de8ff35c8e.json b/data/unsuccessful-reproductions/f1705986174b7cd72839bde3572964de8ff35c8e.json index 28e20d42c7db..bd6ecc01fa5d 100644 --- a/data/unsuccessful-reproductions/f1705986174b7cd72839bde3572964de8ff35c8e.json +++ b/data/unsuccessful-reproductions/f1705986174b7cd72839bde3572964de8ff35c8e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.28", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f17babe94d5c75c379bb888770db34030e8ca981.json b/data/unsuccessful-reproductions/f17babe94d5c75c379bb888770db34030e8ca981.json index 79092fc2ef18..2b06c7a96bc3 100644 --- a/data/unsuccessful-reproductions/f17babe94d5c75c379bb888770db34030e8ca981.json +++ b/data/unsuccessful-reproductions/f17babe94d5c75c379bb888770db34030e8ca981.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "6.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f1adae83520c29ef019bac02cbfad5015355dd8a.json b/data/unsuccessful-reproductions/f1adae83520c29ef019bac02cbfad5015355dd8a.json index a5858b3579cc..1deb812abedb 100644 --- a/data/unsuccessful-reproductions/f1adae83520c29ef019bac02cbfad5015355dd8a.json +++ b/data/unsuccessful-reproductions/f1adae83520c29ef019bac02cbfad5015355dd8a.json @@ -12,7 +12,10 @@ "previousVersion" : "0.98.1.0", "newVersion" : "0.98.1.13", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f1b4c0df27332a54a0c5260cbc08ef50b238e70b.json b/data/unsuccessful-reproductions/f1b4c0df27332a54a0c5260cbc08ef50b238e70b.json index cffe4e7bbb13..134e47213b8d 100644 --- a/data/unsuccessful-reproductions/f1b4c0df27332a54a0c5260cbc08ef50b238e70b.json +++ b/data/unsuccessful-reproductions/f1b4c0df27332a54a0c5260cbc08ef50b238e70b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.41.8-SNAPSHOT", "newVersion" : "1.41.8", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f1c3bf9bae826c319db5f22faa577cac264ece49.json b/data/unsuccessful-reproductions/f1c3bf9bae826c319db5f22faa577cac264ece49.json index 194cf2ec1dd9..a064e9abc202 100644 --- a/data/unsuccessful-reproductions/f1c3bf9bae826c319db5f22faa577cac264ece49.json +++ b/data/unsuccessful-reproductions/f1c3bf9bae826c319db5f22faa577cac264ece49.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.200", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f1c7bdbddfc13a454e25d8e4f5e640d0ed90317a.json b/data/unsuccessful-reproductions/f1c7bdbddfc13a454e25d8e4f5e640d0ed90317a.json index 001793f9d2e3..66e6b414dc48 100644 --- a/data/unsuccessful-reproductions/f1c7bdbddfc13a454e25d8e4f5e640d0ed90317a.json +++ b/data/unsuccessful-reproductions/f1c7bdbddfc13a454e25d8e4f5e640d0ed90317a.json @@ -12,7 +12,10 @@ "previousVersion" : "8.42", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f1d15f33a11919ca82af006e8036d161064c43ef.json b/data/unsuccessful-reproductions/f1d15f33a11919ca82af006e8036d161064c43ef.json index e588f94b6e33..5097b93485f4 100644 --- a/data/unsuccessful-reproductions/f1d15f33a11919ca82af006e8036d161064c43ef.json +++ b/data/unsuccessful-reproductions/f1d15f33a11919ca82af006e8036d161064c43ef.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.4", "newVersion" : "3.21.1", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f1e263edbe2289969f48a7c951e2a55df6629e4b.json b/data/unsuccessful-reproductions/f1e263edbe2289969f48a7c951e2a55df6629e4b.json index a7766bc79543..6d978a5caec3 100644 --- a/data/unsuccessful-reproductions/f1e263edbe2289969f48a7c951e2a55df6629e4b.json +++ b/data/unsuccessful-reproductions/f1e263edbe2289969f48a7c951e2a55df6629e4b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0", "newVersion" : "4.11", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f20019f91e0f680e59535423471e15396f2ba253.json b/data/unsuccessful-reproductions/f20019f91e0f680e59535423471e15396f2ba253.json index 7a1876c92eaa..e5a46a6a070e 100644 --- a/data/unsuccessful-reproductions/f20019f91e0f680e59535423471e15396f2ba253.json +++ b/data/unsuccessful-reproductions/f20019f91e0f680e59535423471e15396f2ba253.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.5", "newVersion" : "1.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2129a900bb68d6311371e34fce5cb5780e26bda.json b/data/unsuccessful-reproductions/f2129a900bb68d6311371e34fce5cb5780e26bda.json index 35969bd21c1d..a1dedcfb1dfd 100644 --- a/data/unsuccessful-reproductions/f2129a900bb68d6311371e34fce5cb5780e26bda.json +++ b/data/unsuccessful-reproductions/f2129a900bb68d6311371e34fce5cb5780e26bda.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.73", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f22a58dca65c9ff3206806d69fe14b726747c703.json b/data/unsuccessful-reproductions/f22a58dca65c9ff3206806d69fe14b726747c703.json index e1b477012726..c4190afbe723 100644 --- a/data/unsuccessful-reproductions/f22a58dca65c9ff3206806d69fe14b726747c703.json +++ b/data/unsuccessful-reproductions/f22a58dca65c9ff3206806d69fe14b726747c703.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.212", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2324a24d6a69b5ca0d5ca9a3d0361a1503d191a.json b/data/unsuccessful-reproductions/f2324a24d6a69b5ca0d5ca9a3d0361a1503d191a.json index 621f5c1667b6..79a89c77ad41 100644 --- a/data/unsuccessful-reproductions/f2324a24d6a69b5ca0d5ca9a3d0361a1503d191a.json +++ b/data/unsuccessful-reproductions/f2324a24d6a69b5ca0d5ca9a3d0361a1503d191a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.47", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f232b5a944fa4d6c4333f52a5a8490e5b1c5ae2f.json b/data/unsuccessful-reproductions/f232b5a944fa4d6c4333f52a5a8490e5b1c5ae2f.json index 947334accc8e..c37b6e6a06d7 100644 --- a/data/unsuccessful-reproductions/f232b5a944fa4d6c4333f52a5a8490e5b1c5ae2f.json +++ b/data/unsuccessful-reproductions/f232b5a944fa4d6c4333f52a5a8490e5b1c5ae2f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.12", "newVersion" : "2.18.37", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2416b6949a19f5c895e7f5df9a576ad5d31617b.json b/data/unsuccessful-reproductions/f2416b6949a19f5c895e7f5df9a576ad5d31617b.json index 7eaedd8d5752..b6a319aacd7b 100644 --- a/data/unsuccessful-reproductions/f2416b6949a19f5c895e7f5df9a576ad5d31617b.json +++ b/data/unsuccessful-reproductions/f2416b6949a19f5c895e7f5df9a576ad5d31617b.json @@ -12,7 +12,10 @@ "previousVersion" : "7.6.0.v20120127", "newVersion" : "9.4.51.v20230217", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f255ffe4be5a0792a02e25ff52229875bc133d45.json b/data/unsuccessful-reproductions/f255ffe4be5a0792a02e25ff52229875bc133d45.json index 47da933790d4..091a97883bba 100644 --- a/data/unsuccessful-reproductions/f255ffe4be5a0792a02e25ff52229875bc133d45.json +++ b/data/unsuccessful-reproductions/f255ffe4be5a0792a02e25ff52229875bc133d45.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.1", "newVersion" : "2.13.2.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f257a4c405c31d885e92d0fe126ee8cd95d4a64c.json b/data/unsuccessful-reproductions/f257a4c405c31d885e92d0fe126ee8cd95d4a64c.json index d2816150bb97..64938c185f71 100644 --- a/data/unsuccessful-reproductions/f257a4c405c31d885e92d0fe126ee8cd95d4a64c.json +++ b/data/unsuccessful-reproductions/f257a4c405c31d885e92d0fe126ee8cd95d4a64c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.180", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f26189c496487f977b5a3fd861a99bfda45de931.json b/data/unsuccessful-reproductions/f26189c496487f977b5a3fd861a99bfda45de931.json index b05b5364ddda..f6d18970a363 100644 --- a/data/unsuccessful-reproductions/f26189c496487f977b5a3fd861a99bfda45de931.json +++ b/data/unsuccessful-reproductions/f26189c496487f977b5a3fd861a99bfda45de931.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.1", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f262d00c252d58266dcff85b94d4ab6fc83f75ea.json b/data/unsuccessful-reproductions/f262d00c252d58266dcff85b94d4ab6fc83f75ea.json index 8607e75b28ca..68627f3218c7 100644 --- a/data/unsuccessful-reproductions/f262d00c252d58266dcff85b94d4ab6fc83f75ea.json +++ b/data/unsuccessful-reproductions/f262d00c252d58266dcff85b94d4ab6fc83f75ea.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.1", "newVersion" : "2.10", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f262e47b2ddf0df997f298b62ce331179b6cd13a.json b/data/unsuccessful-reproductions/f262e47b2ddf0df997f298b62ce331179b6cd13a.json index efaf7452f0ea..4ac6e163de82 100644 --- a/data/unsuccessful-reproductions/f262e47b2ddf0df997f298b62ce331179b6cd13a.json +++ b/data/unsuccessful-reproductions/f262e47b2ddf0df997f298b62ce331179b6cd13a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.5", "newVersion" : "1.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f27f4d25b7dd8c67b4598836d26b019f58fdaa14.json b/data/unsuccessful-reproductions/f27f4d25b7dd8c67b4598836d26b019f58fdaa14.json index f3e9b2be3adb..b78e5508f6d5 100644 --- a/data/unsuccessful-reproductions/f27f4d25b7dd8c67b4598836d26b019f58fdaa14.json +++ b/data/unsuccessful-reproductions/f27f4d25b7dd8c67b4598836d26b019f58fdaa14.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.0", "newVersion" : "3.6.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2a19f5bbcf6fea33050d11ec775ebec48c2ff5f.json b/data/unsuccessful-reproductions/f2a19f5bbcf6fea33050d11ec775ebec48c2ff5f.json index e259ee1d2564..feb51c49a62d 100644 --- a/data/unsuccessful-reproductions/f2a19f5bbcf6fea33050d11ec775ebec48c2ff5f.json +++ b/data/unsuccessful-reproductions/f2a19f5bbcf6fea33050d11ec775ebec48c2ff5f.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.11.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2ac107a34e1be5f5516a10a770da4b5b2f44e85.json b/data/unsuccessful-reproductions/f2ac107a34e1be5f5516a10a770da4b5b2f44e85.json index bbef3d9a72b1..64dcea1ac3fa 100644 --- a/data/unsuccessful-reproductions/f2ac107a34e1be5f5516a10a770da4b5b2f44e85.json +++ b/data/unsuccessful-reproductions/f2ac107a34e1be5f5516a10a770da4b5b2f44e85.json @@ -12,7 +12,10 @@ "previousVersion" : "4.5.13", "newVersion" : "4.5.14", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2afdd32f71974408e1c3b06faa2dd73f6710d9c.json b/data/unsuccessful-reproductions/f2afdd32f71974408e1c3b06faa2dd73f6710d9c.json index 0c14823c6f37..a3d3a9073fae 100644 --- a/data/unsuccessful-reproductions/f2afdd32f71974408e1c3b06faa2dd73f6710d9c.json +++ b/data/unsuccessful-reproductions/f2afdd32f71974408e1c3b06faa2dd73f6710d9c.json @@ -12,7 +12,10 @@ "previousVersion" : "32.0.1-jre", "newVersion" : "32.1.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2b5ef9852fa1f9647a56e682b74d40bb83ff53b.json b/data/unsuccessful-reproductions/f2b5ef9852fa1f9647a56e682b74d40bb83ff53b.json index 76be39fce168..55c742daa02c 100644 --- a/data/unsuccessful-reproductions/f2b5ef9852fa1f9647a56e682b74d40bb83ff53b.json +++ b/data/unsuccessful-reproductions/f2b5ef9852fa1f9647a56e682b74d40bb83ff53b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.1.1001", "newVersion" : "2.1.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2bb89869a3a8bfddf1006ba22217b0efacce641.json b/data/unsuccessful-reproductions/f2bb89869a3a8bfddf1006ba22217b0efacce641.json index f99b38244033..edf4e6c6cc61 100644 --- a/data/unsuccessful-reproductions/f2bb89869a3a8bfddf1006ba22217b0efacce641.json +++ b/data/unsuccessful-reproductions/f2bb89869a3a8bfddf1006ba22217b0efacce641.json @@ -12,7 +12,10 @@ "previousVersion" : "2.16", "newVersion" : "2.17.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2cadba8fc819cdfcb19d595fd9c6df40ba86894.json b/data/unsuccessful-reproductions/f2cadba8fc819cdfcb19d595fd9c6df40ba86894.json index 7e71bc109368..cd851902a001 100644 --- a/data/unsuccessful-reproductions/f2cadba8fc819cdfcb19d595fd9c6df40ba86894.json +++ b/data/unsuccessful-reproductions/f2cadba8fc819cdfcb19d595fd9c6df40ba86894.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.1", "newVersion" : "2.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2ed3e4a4db4d606a2c6f0710ceda38d90eacf0e.json b/data/unsuccessful-reproductions/f2ed3e4a4db4d606a2c6f0710ceda38d90eacf0e.json index b5bed39247db..7c90d0a0885d 100644 --- a/data/unsuccessful-reproductions/f2ed3e4a4db4d606a2c6f0710ceda38d90eacf0e.json +++ b/data/unsuccessful-reproductions/f2ed3e4a4db4d606a2c6f0710ceda38d90eacf0e.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2f9e945463cc75c5f410f5c4fdc161ebbfd0ea5.json b/data/unsuccessful-reproductions/f2f9e945463cc75c5f410f5c4fdc161ebbfd0ea5.json index e50fff492192..3af1b02fa4fd 100644 --- a/data/unsuccessful-reproductions/f2f9e945463cc75c5f410f5c4fdc161ebbfd0ea5.json +++ b/data/unsuccessful-reproductions/f2f9e945463cc75c5f410f5c4fdc161ebbfd0ea5.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.7", "newVersion" : "3.0.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2fa92a4102aaf71200765901ecd6e8734fcc4ac.json b/data/unsuccessful-reproductions/f2fa92a4102aaf71200765901ecd6e8734fcc4ac.json index a40a33efcb34..5be784accefb 100644 --- a/data/unsuccessful-reproductions/f2fa92a4102aaf71200765901ecd6e8734fcc4ac.json +++ b/data/unsuccessful-reproductions/f2fa92a4102aaf71200765901ecd6e8734fcc4ac.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.4", "newVersion" : "3.13.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f2ff7d15de98f51c36d8ea4f04e99dd3dec46432.json b/data/unsuccessful-reproductions/f2ff7d15de98f51c36d8ea4f04e99dd3dec46432.json index c41563567664..e3da585921ba 100644 --- a/data/unsuccessful-reproductions/f2ff7d15de98f51c36d8ea4f04e99dd3dec46432.json +++ b/data/unsuccessful-reproductions/f2ff7d15de98f51c36d8ea4f04e99dd3dec46432.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.0", "newVersion" : "1.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f30015e10dec22b2dcee334056817d43eafc279a.json b/data/unsuccessful-reproductions/f30015e10dec22b2dcee334056817d43eafc279a.json index a612bb773a2c..2783e8c36ac4 100644 --- a/data/unsuccessful-reproductions/f30015e10dec22b2dcee334056817d43eafc279a.json +++ b/data/unsuccessful-reproductions/f30015e10dec22b2dcee334056817d43eafc279a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.5.Final", "newVersion" : "2.3.0.Final", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f31780ba37820ed0deef98760d5bab16923a8400.json b/data/unsuccessful-reproductions/f31780ba37820ed0deef98760d5bab16923a8400.json index 43ffdc5f3d42..b1bb32727d03 100644 --- a/data/unsuccessful-reproductions/f31780ba37820ed0deef98760d5bab16923a8400.json +++ b/data/unsuccessful-reproductions/f31780ba37820ed0deef98760d5bab16923a8400.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.56", "newVersion" : "8.13.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f31effcb853a21c92f45533b3612f771e84b8666.json b/data/unsuccessful-reproductions/f31effcb853a21c92f45533b3612f771e84b8666.json index 2459325656b8..4d706cb52a94 100644 --- a/data/unsuccessful-reproductions/f31effcb853a21c92f45533b3612f771e84b8666.json +++ b/data/unsuccessful-reproductions/f31effcb853a21c92f45533b3612f771e84b8666.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.83", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f338da1de2f469bac4cb3f8ae487e5e4eca32dec.json b/data/unsuccessful-reproductions/f338da1de2f469bac4cb3f8ae487e5e4eca32dec.json index 8149f4847cdc..c0fe76a9e59a 100644 --- a/data/unsuccessful-reproductions/f338da1de2f469bac4cb3f8ae487e5e4eca32dec.json +++ b/data/unsuccessful-reproductions/f338da1de2f469bac4cb3f8ae487e5e4eca32dec.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.3.0", "newVersion" : "6.0.2", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f3480a3da2b43ab824dda37ce2812a9348d7b535.json b/data/unsuccessful-reproductions/f3480a3da2b43ab824dda37ce2812a9348d7b535.json index 3ae0523892c7..042c0a1d4faf 100644 --- a/data/unsuccessful-reproductions/f3480a3da2b43ab824dda37ce2812a9348d7b535.json +++ b/data/unsuccessful-reproductions/f3480a3da2b43ab824dda37ce2812a9348d7b535.json @@ -12,7 +12,10 @@ "previousVersion" : "90.v7dc2c937f9a_8", "newVersion" : "101.ve91d8fe3117d", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f360463ba01c8f7a36be50f9dde5c49349e32789.json b/data/unsuccessful-reproductions/f360463ba01c8f7a36be50f9dde5c49349e32789.json index 8b86d9741760..3f4ae927cf50 100644 --- a/data/unsuccessful-reproductions/f360463ba01c8f7a36be50f9dde5c49349e32789.json +++ b/data/unsuccessful-reproductions/f360463ba01c8f7a36be50f9dde5c49349e32789.json @@ -12,7 +12,10 @@ "previousVersion" : "1.21", "newVersion" : "1.22", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "ECL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f364e9a8bf189a3fe1407ca2e6e5d351b22e1db9.json b/data/unsuccessful-reproductions/f364e9a8bf189a3fe1407ca2e6e5d351b22e1db9.json index 3a2d528ff49a..0424ec1e30e5 100644 --- a/data/unsuccessful-reproductions/f364e9a8bf189a3fe1407ca2e6e5d351b22e1db9.json +++ b/data/unsuccessful-reproductions/f364e9a8bf189a3fe1407ca2e6e5d351b22e1db9.json @@ -12,7 +12,10 @@ "previousVersion" : "8.3.0", "newVersion" : "8.4.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f3687c719dc16ec26461e2ff29ed15ea05898f22.json b/data/unsuccessful-reproductions/f3687c719dc16ec26461e2ff29ed15ea05898f22.json index 286814b7d5b7..9835641fb044 100644 --- a/data/unsuccessful-reproductions/f3687c719dc16ec26461e2ff29ed15ea05898f22.json +++ b/data/unsuccessful-reproductions/f3687c719dc16ec26461e2ff29ed15ea05898f22.json @@ -12,7 +12,10 @@ "previousVersion" : "2.15.0", "newVersion" : "2.15.1", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f371376f533507a37bcdefe1cb00f6c57fc88d22.json b/data/unsuccessful-reproductions/f371376f533507a37bcdefe1cb00f6c57fc88d22.json index 9dd123ecf211..7a5e4b9cbfd6 100644 --- a/data/unsuccessful-reproductions/f371376f533507a37bcdefe1cb00f6c57fc88d22.json +++ b/data/unsuccessful-reproductions/f371376f533507a37bcdefe1cb00f6c57fc88d22.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f375120f43c077e191ca2a786b21293183000768.json b/data/unsuccessful-reproductions/f375120f43c077e191ca2a786b21293183000768.json index 51c4c465cce0..396336102de8 100644 --- a/data/unsuccessful-reproductions/f375120f43c077e191ca2a786b21293183000768.json +++ b/data/unsuccessful-reproductions/f375120f43c077e191ca2a786b21293183000768.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.0", "newVersion" : "1.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f3770492593979b5e9427516d52502198e7a2cb3.json b/data/unsuccessful-reproductions/f3770492593979b5e9427516d52502198e7a2cb3.json index 981387bf6e80..8e5e3e275f4d 100644 --- a/data/unsuccessful-reproductions/f3770492593979b5e9427516d52502198e7a2cb3.json +++ b/data/unsuccessful-reproductions/f3770492593979b5e9427516d52502198e7a2cb3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "3.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f389f68f4ef28a1f2405fa86117568e6de090d78.json b/data/unsuccessful-reproductions/f389f68f4ef28a1f2405fa86117568e6de090d78.json index cd871c0e0e10..a179d0c5d74a 100644 --- a/data/unsuccessful-reproductions/f389f68f4ef28a1f2405fa86117568e6de090d78.json +++ b/data/unsuccessful-reproductions/f389f68f4ef28a1f2405fa86117568e6de090d78.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f38adaf190e55f3e2255820f76646a52fccd78cd.json b/data/unsuccessful-reproductions/f38adaf190e55f3e2255820f76646a52fccd78cd.json index 20902ae0b47e..28a44b74a443 100644 --- a/data/unsuccessful-reproductions/f38adaf190e55f3e2255820f76646a52fccd78cd.json +++ b/data/unsuccessful-reproductions/f38adaf190e55f3e2255820f76646a52fccd78cd.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "1.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f3a8be9dc3db619a43b6fb68d03674b629bcb8bf.json b/data/unsuccessful-reproductions/f3a8be9dc3db619a43b6fb68d03674b629bcb8bf.json index bccbd37fe79a..91d28806ab80 100644 --- a/data/unsuccessful-reproductions/f3a8be9dc3db619a43b6fb68d03674b629bcb8bf.json +++ b/data/unsuccessful-reproductions/f3a8be9dc3db619a43b6fb68d03674b629bcb8bf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.28", "newVersion" : "1.2.83", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f3c5fe605fa774a53e5ec2c9c7e685af59ccfcca.json b/data/unsuccessful-reproductions/f3c5fe605fa774a53e5ec2c9c7e685af59ccfcca.json index a218b14920b4..19f129ef9c97 100644 --- a/data/unsuccessful-reproductions/f3c5fe605fa774a53e5ec2c9c7e685af59ccfcca.json +++ b/data/unsuccessful-reproductions/f3c5fe605fa774a53e5ec2c9c7e685af59ccfcca.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.43.v20210629", "newVersion" : "9.4.46.v20220331", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f3de95982da8381a98416d1ce058bf1f10597dd4.json b/data/unsuccessful-reproductions/f3de95982da8381a98416d1ce058bf1f10597dd4.json index 2f451a278cad..db35cb24e8b5 100644 --- a/data/unsuccessful-reproductions/f3de95982da8381a98416d1ce058bf1f10597dd4.json +++ b/data/unsuccessful-reproductions/f3de95982da8381a98416d1ce058bf1f10597dd4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.4.0", "newVersion" : "3.5.1", "dependencyScope" : "provided", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f3def33b933610e8355b6a357daa5d21b775f602.json b/data/unsuccessful-reproductions/f3def33b933610e8355b6a357daa5d21b775f602.json index 3a6af76e96c6..cc24adaee91b 100644 --- a/data/unsuccessful-reproductions/f3def33b933610e8355b6a357daa5d21b775f602.json +++ b/data/unsuccessful-reproductions/f3def33b933610e8355b6a357daa5d21b775f602.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f3f9442106211baa75805fa8cb5d0dfbfc215f58.json b/data/unsuccessful-reproductions/f3f9442106211baa75805fa8cb5d0dfbfc215f58.json index 719f985ccda0..eb93bd6212d6 100644 --- a/data/unsuccessful-reproductions/f3f9442106211baa75805fa8cb5d0dfbfc215f58.json +++ b/data/unsuccessful-reproductions/f3f9442106211baa75805fa8cb5d0dfbfc215f58.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.15.0", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f3fee3613581c781cb28668b5e9a9da27e6f4051.json b/data/unsuccessful-reproductions/f3fee3613581c781cb28668b5e9a9da27e6f4051.json index 338bf8f51567..e9a11297d0cd 100644 --- a/data/unsuccessful-reproductions/f3fee3613581c781cb28668b5e9a9da27e6f4051.json +++ b/data/unsuccessful-reproductions/f3fee3613581c781cb28668b5e9a9da27e6f4051.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.8", "newVersion" : "2.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "WTFPL" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f41f2323c284cc88717ac4140961e782b69f65b5.json b/data/unsuccessful-reproductions/f41f2323c284cc88717ac4140961e782b69f65b5.json index 94b285359f22..1ea583c86f8c 100644 --- a/data/unsuccessful-reproductions/f41f2323c284cc88717ac4140961e782b69f65b5.json +++ b/data/unsuccessful-reproductions/f41f2323c284cc88717ac4140961e782b69f65b5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.3", "newVersion" : "4.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f455bde4bb769a9cd0e1e79e57a299978e77b3a1.json b/data/unsuccessful-reproductions/f455bde4bb769a9cd0e1e79e57a299978e77b3a1.json index e12a6890e981..1e8894ffcf5d 100644 --- a/data/unsuccessful-reproductions/f455bde4bb769a9cd0e1e79e57a299978e77b3a1.json +++ b/data/unsuccessful-reproductions/f455bde4bb769a9cd0e1e79e57a299978e77b3a1.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.32", "newVersion" : "2.0.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "WTFPL" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f47b6710271c39ca1d4d12c9ae5e48c3d5b2b8fd.json b/data/unsuccessful-reproductions/f47b6710271c39ca1d4d12c9ae5e48c3d5b2b8fd.json index 11d8e7705b70..d873582e81a3 100644 --- a/data/unsuccessful-reproductions/f47b6710271c39ca1d4d12c9ae5e48c3d5b2b8fd.json +++ b/data/unsuccessful-reproductions/f47b6710271c39ca1d4d12c9ae5e48c3d5b2b8fd.json @@ -12,7 +12,10 @@ "previousVersion" : "2.22.1", "newVersion" : "2.35", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f49943db9e1a7e74da6da86f94594f7ed5bf7c58.json b/data/unsuccessful-reproductions/f49943db9e1a7e74da6da86f94594f7ed5bf7c58.json index 789431a911c5..166324158e14 100644 --- a/data/unsuccessful-reproductions/f49943db9e1a7e74da6da86f94594f7ed5bf7c58.json +++ b/data/unsuccessful-reproductions/f49943db9e1a7e74da6da86f94594f7ed5bf7c58.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.0", "newVersion" : "2.20.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f4bb3daf276307f2c2bdb129e31b78b6c9bc18bb.json b/data/unsuccessful-reproductions/f4bb3daf276307f2c2bdb129e31b78b6c9bc18bb.json index 4488fa230859..3ad20efcef35 100644 --- a/data/unsuccessful-reproductions/f4bb3daf276307f2c2bdb129e31b78b6c9bc18bb.json +++ b/data/unsuccessful-reproductions/f4bb3daf276307f2c2bdb129e31b78b6c9bc18bb.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.24", "newVersion" : "6.0.3", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f4bc1bad9396ecb344be1f90e8ba115d3da1b87c.json b/data/unsuccessful-reproductions/f4bc1bad9396ecb344be1f90e8ba115d3da1b87c.json index cdeba05b6f0b..e1a25cabb43b 100644 --- a/data/unsuccessful-reproductions/f4bc1bad9396ecb344be1f90e8ba115d3da1b87c.json +++ b/data/unsuccessful-reproductions/f4bc1bad9396ecb344be1f90e8ba115d3da1b87c.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.11", "newVersion" : "1.4.1", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f4c58b454e8a8b02d671a587f1ff84a54d970326.json b/data/unsuccessful-reproductions/f4c58b454e8a8b02d671a587f1ff84a54d970326.json index 11411c5a0a5c..3854842656a3 100644 --- a/data/unsuccessful-reproductions/f4c58b454e8a8b02d671a587f1ff84a54d970326.json +++ b/data/unsuccessful-reproductions/f4c58b454e8a8b02d671a587f1ff84a54d970326.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.1", "newVersion" : "3.8.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f4cbb8ffcf6af88c462996152f304c77a3ab8e09.json b/data/unsuccessful-reproductions/f4cbb8ffcf6af88c462996152f304c77a3ab8e09.json index 717bf2e6791f..5f20c0645948 100644 --- a/data/unsuccessful-reproductions/f4cbb8ffcf6af88c462996152f304c77a3ab8e09.json +++ b/data/unsuccessful-reproductions/f4cbb8ffcf6af88c462996152f304c77a3ab8e09.json @@ -12,7 +12,10 @@ "previousVersion" : "2.36", "newVersion" : "3.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f4e7be820b5fd9448400c17d0f4e78a4a18264a0.json b/data/unsuccessful-reproductions/f4e7be820b5fd9448400c17d0f4e78a4a18264a0.json index 665504b35bf1..73cb02ffdf6d 100644 --- a/data/unsuccessful-reproductions/f4e7be820b5fd9448400c17d0f4e78a4a18264a0.json +++ b/data/unsuccessful-reproductions/f4e7be820b5fd9448400c17d0f4e78a4a18264a0.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.10.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f50db67242c77f3d58adca960668ee69f272180a.json b/data/unsuccessful-reproductions/f50db67242c77f3d58adca960668ee69f272180a.json index d5dd7e2f5aec..84cb2759da54 100644 --- a/data/unsuccessful-reproductions/f50db67242c77f3d58adca960668ee69f272180a.json +++ b/data/unsuccessful-reproductions/f50db67242c77f3d58adca960668ee69f272180a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f514187c21a47eeb7cc70419c830abe050f8b7d4.json b/data/unsuccessful-reproductions/f514187c21a47eeb7cc70419c830abe050f8b7d4.json index e10192e77e07..568825bd609f 100644 --- a/data/unsuccessful-reproductions/f514187c21a47eeb7cc70419c830abe050f8b7d4.json +++ b/data/unsuccessful-reproductions/f514187c21a47eeb7cc70419c830abe050f8b7d4.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f514d25d95ff74e603f36d526bdf1a427a2729e5.json b/data/unsuccessful-reproductions/f514d25d95ff74e603f36d526bdf1a427a2729e5.json index bdbb5bde0b76..1bf3229b590a 100644 --- a/data/unsuccessful-reproductions/f514d25d95ff74e603f36d526bdf1a427a2729e5.json +++ b/data/unsuccessful-reproductions/f514d25d95ff74e603f36d526bdf1a427a2729e5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.30.0", "newVersion" : "2.30.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f5181bea4720783b06d9be9f1d40e480a6212430.json b/data/unsuccessful-reproductions/f5181bea4720783b06d9be9f1d40e480a6212430.json index a8447b691fa5..1043e44d18e4 100644 --- a/data/unsuccessful-reproductions/f5181bea4720783b06d9be9f1d40e480a6212430.json +++ b/data/unsuccessful-reproductions/f5181bea4720783b06d9be9f1d40e480a6212430.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.2", "newVersion" : "4.0.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f518972f01ff75b4a14bafd39ea5f9267197e411.json b/data/unsuccessful-reproductions/f518972f01ff75b4a14bafd39ea5f9267197e411.json index 573a401c2cea..0c561bf30db8 100644 --- a/data/unsuccessful-reproductions/f518972f01ff75b4a14bafd39ea5f9267197e411.json +++ b/data/unsuccessful-reproductions/f518972f01ff75b4a14bafd39ea5f9267197e411.json @@ -12,7 +12,10 @@ "previousVersion" : "8.5.85", "newVersion" : "8.5.88", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f51be20763da3973f84e07f9a9c9769eebf78116.json b/data/unsuccessful-reproductions/f51be20763da3973f84e07f9a9c9769eebf78116.json index c30128020e04..ca1f8429e198 100644 --- a/data/unsuccessful-reproductions/f51be20763da3973f84e07f9a9c9769eebf78116.json +++ b/data/unsuccessful-reproductions/f51be20763da3973f84e07f9a9c9769eebf78116.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.2", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-boot" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f5296dc0d0b0c7babd901cfd3dcffd341d8b3557.json b/data/unsuccessful-reproductions/f5296dc0d0b0c7babd901cfd3dcffd341d8b3557.json index a8d58a1169d5..a1c220358347 100644 --- a/data/unsuccessful-reproductions/f5296dc0d0b0c7babd901cfd3dcffd341d8b3557.json +++ b/data/unsuccessful-reproductions/f5296dc0d0b0c7babd901cfd3dcffd341d8b3557.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6", "newVersion" : "3.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f536ee870718323f6a4270bce1788cd64a0bd879.json b/data/unsuccessful-reproductions/f536ee870718323f6a4270bce1788cd64a0bd879.json index 19e1f45edf4a..fcdd5aefcadd 100644 --- a/data/unsuccessful-reproductions/f536ee870718323f6a4270bce1788cd64a0bd879.json +++ b/data/unsuccessful-reproductions/f536ee870718323f6a4270bce1788cd64a0bd879.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.13", "newVersion" : "7.0.8", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f539ebb2891b388afd79e0942863793f63e1f318.json b/data/unsuccessful-reproductions/f539ebb2891b388afd79e0942863793f63e1f318.json index a70fb397d422..472a252ef0ae 100644 --- a/data/unsuccessful-reproductions/f539ebb2891b388afd79e0942863793f63e1f318.json +++ b/data/unsuccessful-reproductions/f539ebb2891b388afd79e0942863793f63e1f318.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.1", "newVersion" : "2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f54afb9a603301e5033df89f8964a389b84424c4.json b/data/unsuccessful-reproductions/f54afb9a603301e5033df89f8964a389b84424c4.json index 43c7f76ce55b..b6025823a0a4 100644 --- a/data/unsuccessful-reproductions/f54afb9a603301e5033df89f8964a389b84424c4.json +++ b/data/unsuccessful-reproductions/f54afb9a603301e5033df89f8964a389b84424c4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.1", "newVersion" : "2.12.4-1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f55151c00fd2d372ce8b6eb96106e87d92160170.json b/data/unsuccessful-reproductions/f55151c00fd2d372ce8b6eb96106e87d92160170.json index 8883da100306..19ee87eaa9ca 100644 --- a/data/unsuccessful-reproductions/f55151c00fd2d372ce8b6eb96106e87d92160170.json +++ b/data/unsuccessful-reproductions/f55151c00fd2d372ce8b6eb96106e87d92160170.json @@ -12,7 +12,10 @@ "previousVersion" : "0.13.0", "newVersion" : "0.14.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f5530bcbb838909e3b715bca8138a74d1be4164c.json b/data/unsuccessful-reproductions/f5530bcbb838909e3b715bca8138a74d1be4164c.json index 1a8591a39e24..7b75efde2734 100644 --- a/data/unsuccessful-reproductions/f5530bcbb838909e3b715bca8138a74d1be4164c.json +++ b/data/unsuccessful-reproductions/f5530bcbb838909e3b715bca8138a74d1be4164c.json @@ -12,7 +12,10 @@ "previousVersion" : "3.20.1", "newVersion" : "3.20.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f56f7339a5a97450e9f2d83ce35457a2a8b0ea71.json b/data/unsuccessful-reproductions/f56f7339a5a97450e9f2d83ce35457a2a8b0ea71.json index c66c25e965a3..1a074612b35f 100644 --- a/data/unsuccessful-reproductions/f56f7339a5a97450e9f2d83ce35457a2a8b0ea71.json +++ b/data/unsuccessful-reproductions/f56f7339a5a97450e9f2d83ce35457a2a8b0ea71.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.5", "newVersion" : "3.0.6", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f5727e0b9547e05620749e70d10217893d760d2c.json b/data/unsuccessful-reproductions/f5727e0b9547e05620749e70d10217893d760d2c.json index 61f5f29a5014..2b41d472da00 100644 --- a/data/unsuccessful-reproductions/f5727e0b9547e05620749e70d10217893d760d2c.json +++ b/data/unsuccessful-reproductions/f5727e0b9547e05620749e70d10217893d760d2c.json @@ -12,7 +12,10 @@ "previousVersion" : "5588.vd13b_52985008", "newVersion" : "5623.v3e1d330b_89e0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f57ec36630a5ce6abdf49152606acaa82b6addae.json b/data/unsuccessful-reproductions/f57ec36630a5ce6abdf49152606acaa82b6addae.json index 071c482bd6b2..910e1fdff3b8 100644 --- a/data/unsuccessful-reproductions/f57ec36630a5ce6abdf49152606acaa82b6addae.json +++ b/data/unsuccessful-reproductions/f57ec36630a5ce6abdf49152606acaa82b6addae.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.3.0", "newVersion" : "4.12.20", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f595a17406935c192ff32992cf5d0d24220459e0.json b/data/unsuccessful-reproductions/f595a17406935c192ff32992cf5d0d24220459e0.json index 201dacd19dce..3c0255d7f4dd 100644 --- a/data/unsuccessful-reproductions/f595a17406935c192ff32992cf5d0d24220459e0.json +++ b/data/unsuccessful-reproductions/f595a17406935c192ff32992cf5d0d24220459e0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f59cbb343d85cdbf95696e4531b948006a0056a2.json b/data/unsuccessful-reproductions/f59cbb343d85cdbf95696e4531b948006a0056a2.json index 0529afb06ce7..4e67e708f32f 100644 --- a/data/unsuccessful-reproductions/f59cbb343d85cdbf95696e4531b948006a0056a2.json +++ b/data/unsuccessful-reproductions/f59cbb343d85cdbf95696e4531b948006a0056a2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7", "newVersion" : "2.8.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f5a177864285d634d724855565070870a8b30be9.json b/data/unsuccessful-reproductions/f5a177864285d634d724855565070870a8b30be9.json index 607ecdc64c5b..7ed770751c01 100644 --- a/data/unsuccessful-reproductions/f5a177864285d634d724855565070870a8b30be9.json +++ b/data/unsuccessful-reproductions/f5a177864285d634d724855565070870a8b30be9.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.4", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f5b5002c84f49c3ddac86985c67e8c18b51e6966.json b/data/unsuccessful-reproductions/f5b5002c84f49c3ddac86985c67e8c18b51e6966.json index 404994d0402b..ac7634bb25a7 100644 --- a/data/unsuccessful-reproductions/f5b5002c84f49c3ddac86985c67e8c18b51e6966.json +++ b/data/unsuccessful-reproductions/f5b5002c84f49c3ddac86985c67e8c18b51e6966.json @@ -12,7 +12,10 @@ "previousVersion" : "26.3.0", "newVersion" : "26.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f5b66396a09c71cdf4a4cb193bf9c489c1b4562b.json b/data/unsuccessful-reproductions/f5b66396a09c71cdf4a4cb193bf9c489c1b4562b.json index 3f115ba40ad9..09128bdd1293 100644 --- a/data/unsuccessful-reproductions/f5b66396a09c71cdf4a4cb193bf9c489c1b4562b.json +++ b/data/unsuccessful-reproductions/f5b66396a09c71cdf4a4cb193bf9c489c1b4562b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.5", "newVersion" : "2.13.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f5d43216daa39ea7fcc7b7979b9d59f409b0fadc.json b/data/unsuccessful-reproductions/f5d43216daa39ea7fcc7b7979b9d59f409b0fadc.json index f21c10f35dd8..e53c0074018e 100644 --- a/data/unsuccessful-reproductions/f5d43216daa39ea7fcc7b7979b9d59f409b0fadc.json +++ b/data/unsuccessful-reproductions/f5d43216daa39ea7fcc7b7979b9d59f409b0fadc.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.0", "newVersion" : "4.2.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "redis/jedis" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f5ddabc5fb75d2cabd690cfeb84e5ffdc49d5996.json b/data/unsuccessful-reproductions/f5ddabc5fb75d2cabd690cfeb84e5ffdc49d5996.json index 1e3790004d9b..7c391edaea04 100644 --- a/data/unsuccessful-reproductions/f5ddabc5fb75d2cabd690cfeb84e5ffdc49d5996.json +++ b/data/unsuccessful-reproductions/f5ddabc5fb75d2cabd690cfeb84e5ffdc49d5996.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.8.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f5df3d543081aec8de668fac27f8d27d2c0360bc.json b/data/unsuccessful-reproductions/f5df3d543081aec8de668fac27f8d27d2c0360bc.json index ae83e252bb49..292ee9c72143 100644 --- a/data/unsuccessful-reproductions/f5df3d543081aec8de668fac27f8d27d2c0360bc.json +++ b/data/unsuccessful-reproductions/f5df3d543081aec8de668fac27f8d27d2c0360bc.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.19.3", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f6208593d267a31ad820c6dfabc6497892d2fb21.json b/data/unsuccessful-reproductions/f6208593d267a31ad820c6dfabc6497892d2fb21.json index 814711d49991..a0261af240c2 100644 --- a/data/unsuccessful-reproductions/f6208593d267a31ad820c6dfabc6497892d2fb21.json +++ b/data/unsuccessful-reproductions/f6208593d267a31ad820c6dfabc6497892d2fb21.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f628aaa27984150e14137a228436593caa98b640.json b/data/unsuccessful-reproductions/f628aaa27984150e14137a228436593caa98b640.json index d4aa9a16d021..8b4181fba4a1 100644 --- a/data/unsuccessful-reproductions/f628aaa27984150e14137a228436593caa98b640.json +++ b/data/unsuccessful-reproductions/f628aaa27984150e14137a228436593caa98b640.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.4", "newVersion" : "3.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f62c7a3c4c38dcc75567fbab0a77b16c41bdb933.json b/data/unsuccessful-reproductions/f62c7a3c4c38dcc75567fbab0a77b16c41bdb933.json index 3781dff9eb75..4f5757e3801b 100644 --- a/data/unsuccessful-reproductions/f62c7a3c4c38dcc75567fbab0a77b16c41bdb933.json +++ b/data/unsuccessful-reproductions/f62c7a3c4c38dcc75567fbab0a77b16c41bdb933.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f6378d1ab7a940d1db0860888ba385dd9106ebd0.json b/data/unsuccessful-reproductions/f6378d1ab7a940d1db0860888ba385dd9106ebd0.json index f38c97f7317d..15ce0b492614 100644 --- a/data/unsuccessful-reproductions/f6378d1ab7a940d1db0860888ba385dd9106ebd0.json +++ b/data/unsuccessful-reproductions/f6378d1ab7a940d1db0860888ba385dd9106ebd0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.5.Final", "newVersion" : "2.3.1.Final", "dependencyScope" : "provided", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f637ac8649998c148df563421d84d79642775205.json b/data/unsuccessful-reproductions/f637ac8649998c148df563421d84d79642775205.json index 3cfa008d3dcd..fb51b199a204 100644 --- a/data/unsuccessful-reproductions/f637ac8649998c148df563421d84d79642775205.json +++ b/data/unsuccessful-reproductions/f637ac8649998c148df563421d84d79642775205.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.5", "newVersion" : "3.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f64c2ee9f948ecda4ccae9198eca37412b888ef2.json b/data/unsuccessful-reproductions/f64c2ee9f948ecda4ccae9198eca37412b888ef2.json index b877d256414e..19bd65d16232 100644 --- a/data/unsuccessful-reproductions/f64c2ee9f948ecda4ccae9198eca37412b888ef2.json +++ b/data/unsuccessful-reproductions/f64c2ee9f948ecda4ccae9198eca37412b888ef2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.5.0", "newVersion" : "3.16.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f6667e005fe325dd96d81f1ceeeb10c6599c124c.json b/data/unsuccessful-reproductions/f6667e005fe325dd96d81f1ceeeb10c6599c124c.json index 2aded6c98124..8da69310cf10 100644 --- a/data/unsuccessful-reproductions/f6667e005fe325dd96d81f1ceeeb10c6599c124c.json +++ b/data/unsuccessful-reproductions/f6667e005fe325dd96d81f1ceeeb10c6599c124c.json @@ -12,7 +12,10 @@ "previousVersion" : "20.9.0", "newVersion" : "21.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f6679effe4ce0606fb1d5579facbbd0cec9262e2.json b/data/unsuccessful-reproductions/f6679effe4ce0606fb1d5579facbbd0cec9262e2.json index 1346363bbe8e..69e3c780ae73 100644 --- a/data/unsuccessful-reproductions/f6679effe4ce0606fb1d5579facbbd0cec9262e2.json +++ b/data/unsuccessful-reproductions/f6679effe4ce0606fb1d5579facbbd0cec9262e2.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f69df70b4de51c992f9314dc252859d6299ca601.json b/data/unsuccessful-reproductions/f69df70b4de51c992f9314dc252859d6299ca601.json index 5760c56c442a..410cec3ba11a 100644 --- a/data/unsuccessful-reproductions/f69df70b4de51c992f9314dc252859d6299ca601.json +++ b/data/unsuccessful-reproductions/f69df70b4de51c992f9314dc252859d6299ca601.json @@ -12,7 +12,10 @@ "previousVersion" : "3.1.0", "newVersion" : "3.1.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f6ac89b2dc3f9f8a11f0e66dfeeb82dd7a99dd1c.json b/data/unsuccessful-reproductions/f6ac89b2dc3f9f8a11f0e66dfeeb82dd7a99dd1c.json index 7ba4beab0712..692e75c6554c 100644 --- a/data/unsuccessful-reproductions/f6ac89b2dc3f9f8a11f0e66dfeeb82dd7a99dd1c.json +++ b/data/unsuccessful-reproductions/f6ac89b2dc3f9f8a11f0e66dfeeb82dd7a99dd1c.json @@ -12,7 +12,10 @@ "previousVersion" : "5504.v485694f31cdf", "newVersion" : "5540.v09dd001c54d7", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f6b2aa3c07856bd1a631da14c08fc890790f7e12.json b/data/unsuccessful-reproductions/f6b2aa3c07856bd1a631da14c08fc890790f7e12.json index 2ac422d0bf4a..103155a210ef 100644 --- a/data/unsuccessful-reproductions/f6b2aa3c07856bd1a631da14c08fc890790f7e12.json +++ b/data/unsuccessful-reproductions/f6b2aa3c07856bd1a631da14c08fc890790f7e12.json @@ -12,7 +12,10 @@ "previousVersion" : "10.3.2", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f6b2e3dc6b907e3572ed39c1d3f6cae5189332ba.json b/data/unsuccessful-reproductions/f6b2e3dc6b907e3572ed39c1d3f6cae5189332ba.json index 8790bb2581c5..42ae49236567 100644 --- a/data/unsuccessful-reproductions/f6b2e3dc6b907e3572ed39c1d3f6cae5189332ba.json +++ b/data/unsuccessful-reproductions/f6b2e3dc6b907e3572ed39c1d3f6cae5189332ba.json @@ -12,7 +12,10 @@ "previousVersion" : "5.3.24", "newVersion" : "6.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f6d9cc480cccad93d06c667e2b90f01642920af6.json b/data/unsuccessful-reproductions/f6d9cc480cccad93d06c667e2b90f01642920af6.json index 15519e7262a4..094439499324 100644 --- a/data/unsuccessful-reproductions/f6d9cc480cccad93d06c667e2b90f01642920af6.json +++ b/data/unsuccessful-reproductions/f6d9cc480cccad93d06c667e2b90f01642920af6.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220104-1.32.1", "newVersion" : "v1-rev20221107-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f6dc7f280e0d94b9e35d61ff4ea2fe5004b9a13d.json b/data/unsuccessful-reproductions/f6dc7f280e0d94b9e35d61ff4ea2fe5004b9a13d.json index 8d62e9181834..9053442a9b50 100644 --- a/data/unsuccessful-reproductions/f6dc7f280e0d94b9e35d61ff4ea2fe5004b9a13d.json +++ b/data/unsuccessful-reproductions/f6dc7f280e0d94b9e35d61ff4ea2fe5004b9a13d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.14.1", "newVersion" : "2.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f6ea191fb7ea9131916ceb24c14a236381426f97.json b/data/unsuccessful-reproductions/f6ea191fb7ea9131916ceb24c14a236381426f97.json index 57faa4c2bd12..b25f65b54c6e 100644 --- a/data/unsuccessful-reproductions/f6ea191fb7ea9131916ceb24c14a236381426f97.json +++ b/data/unsuccessful-reproductions/f6ea191fb7ea9131916ceb24c14a236381426f97.json @@ -12,7 +12,10 @@ "previousVersion" : "3.3", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7009301128287b69b13e3fba1ea127542481b4f.json b/data/unsuccessful-reproductions/f7009301128287b69b13e3fba1ea127542481b4f.json index eed3dc74cbbe..9761c3afbf63 100644 --- a/data/unsuccessful-reproductions/f7009301128287b69b13e3fba1ea127542481b4f.json +++ b/data/unsuccessful-reproductions/f7009301128287b69b13e3fba1ea127542481b4f.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.1", "newVersion" : "2.7.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-2.1" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f70261c535b9ae00df6145fc2d7ab2716890ee23.json b/data/unsuccessful-reproductions/f70261c535b9ae00df6145fc2d7ab2716890ee23.json index a85387222810..7c60f0408cfe 100644 --- a/data/unsuccessful-reproductions/f70261c535b9ae00df6145fc2d7ab2716890ee23.json +++ b/data/unsuccessful-reproductions/f70261c535b9ae00df6145fc2d7ab2716890ee23.json @@ -12,7 +12,10 @@ "previousVersion" : "5.2.9.RELEASE", "newVersion" : "5.2.21.RELEASE", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EPL-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f70508cdf620e31f522d0a35d1fc133b3790e029.json b/data/unsuccessful-reproductions/f70508cdf620e31f522d0a35d1fc133b3790e029.json index 83a740647da8..e0228bfdd4aa 100644 --- a/data/unsuccessful-reproductions/f70508cdf620e31f522d0a35d1fc133b3790e029.json +++ b/data/unsuccessful-reproductions/f70508cdf620e31f522d0a35d1fc133b3790e029.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1.1", "newVersion" : "1143.vb_e8b_b_ceee347", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f707d6096a2d33e0968641e58142376c10743d9d.json b/data/unsuccessful-reproductions/f707d6096a2d33e0968641e58142376c10743d9d.json index a5e4c6d9cee0..18aab6b2af80 100644 --- a/data/unsuccessful-reproductions/f707d6096a2d33e0968641e58142376c10743d9d.json +++ b/data/unsuccessful-reproductions/f707d6096a2d33e0968641e58142376c10743d9d.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0", "newVersion" : "3.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f70c43668278ac50cdb24bec4f5cf8859e4fb30b.json b/data/unsuccessful-reproductions/f70c43668278ac50cdb24bec4f5cf8859e4fb30b.json index 4a44a32ccaff..c11a777dfebc 100644 --- a/data/unsuccessful-reproductions/f70c43668278ac50cdb24bec4f5cf8859e4fb30b.json +++ b/data/unsuccessful-reproductions/f70c43668278ac50cdb24bec4f5cf8859e4fb30b.json @@ -12,7 +12,10 @@ "previousVersion" : "3.6", "newVersion" : "3.9.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7168d4805f5f1b34c86f8b37c8f8ff4c35fd1d2.json b/data/unsuccessful-reproductions/f7168d4805f5f1b34c86f8b37c8f8ff4c35fd1d2.json index f89fc693b322..d3c9cf55fdc6 100644 --- a/data/unsuccessful-reproductions/f7168d4805f5f1b34c86f8b37c8f8ff4c35fd1d2.json +++ b/data/unsuccessful-reproductions/f7168d4805f5f1b34c86f8b37c8f8ff4c35fd1d2.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.6", "newVersion" : "1.4.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7326aa21fba26840f3e228baaa0d49373641f00.json b/data/unsuccessful-reproductions/f7326aa21fba26840f3e228baaa0d49373641f00.json index 4a4051341a32..64acb372ceb0 100644 --- a/data/unsuccessful-reproductions/f7326aa21fba26840f3e228baaa0d49373641f00.json +++ b/data/unsuccessful-reproductions/f7326aa21fba26840f3e228baaa0d49373641f00.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.2", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f737f74948c002e959da2e70e2b4056120148050.json b/data/unsuccessful-reproductions/f737f74948c002e959da2e70e2b4056120148050.json index d50a46a88719..e2e3f79538f7 100644 --- a/data/unsuccessful-reproductions/f737f74948c002e959da2e70e2b4056120148050.json +++ b/data/unsuccessful-reproductions/f737f74948c002e959da2e70e2b4056120148050.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.90", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f73b771f55354086541ce08b7efb6c412e61c072.json b/data/unsuccessful-reproductions/f73b771f55354086541ce08b7efb6c412e61c072.json index 3353f4bf3895..f4bdc816ba9e 100644 --- a/data/unsuccessful-reproductions/f73b771f55354086541ce08b7efb6c412e61c072.json +++ b/data/unsuccessful-reproductions/f73b771f55354086541ce08b7efb6c412e61c072.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.33", "newVersion" : "1.7.34", "dependencyScope" : "runtime", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "EUPL-1.2" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f750444e10052023c45e7265ca5fd5f0fcd1fdc3.json b/data/unsuccessful-reproductions/f750444e10052023c45e7265ca5fd5f0fcd1fdc3.json index b85754d6607f..7d7d8a40bb9b 100644 --- a/data/unsuccessful-reproductions/f750444e10052023c45e7265ca5fd5f0fcd1fdc3.json +++ b/data/unsuccessful-reproductions/f750444e10052023c45e7265ca5fd5f0fcd1fdc3.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.5", "newVersion" : "0.11.2", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f763404b65da46a433b20fc8954f33e4967e12b8.json b/data/unsuccessful-reproductions/f763404b65da46a433b20fc8954f33e4967e12b8.json index a749bb68dfc2..d20eaddfb9ab 100644 --- a/data/unsuccessful-reproductions/f763404b65da46a433b20fc8954f33e4967e12b8.json +++ b/data/unsuccessful-reproductions/f763404b65da46a433b20fc8954f33e4967e12b8.json @@ -12,7 +12,10 @@ "previousVersion" : "3.22.2", "newVersion" : "3.23.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f768515e6d03b5bcf699aeda31d8d99258caa9af.json b/data/unsuccessful-reproductions/f768515e6d03b5bcf699aeda31d8d99258caa9af.json index 65431a8beced..6a18f0261f39 100644 --- a/data/unsuccessful-reproductions/f768515e6d03b5bcf699aeda31d8d99258caa9af.json +++ b/data/unsuccessful-reproductions/f768515e6d03b5bcf699aeda31d8d99258caa9af.json @@ -12,7 +12,10 @@ "previousVersion" : "3.39.3.0", "newVersion" : "3.41.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7730e051a0397addb3623464c95da605d4c2289.json b/data/unsuccessful-reproductions/f7730e051a0397addb3623464c95da605d4c2289.json index 506a1447a5f6..b7c23c2c5271 100644 --- a/data/unsuccessful-reproductions/f7730e051a0397addb3623464c95da605d4c2289.json +++ b/data/unsuccessful-reproductions/f7730e051a0397addb3623464c95da605d4c2289.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.70", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7aad8493a5e1079f04b7a68b55c28d5fc7e9a78.json b/data/unsuccessful-reproductions/f7aad8493a5e1079f04b7a68b55c28d5fc7e9a78.json index c5f7a3c31e37..324fb2d1f245 100644 --- a/data/unsuccessful-reproductions/f7aad8493a5e1079f04b7a68b55c28d5fc7e9a78.json +++ b/data/unsuccessful-reproductions/f7aad8493a5e1079f04b7a68b55c28d5fc7e9a78.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "2.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7adb7c07f99e585fe294c5ebcd8c4e847ae1244.json b/data/unsuccessful-reproductions/f7adb7c07f99e585fe294c5ebcd8c4e847ae1244.json index 6c7e98ca64ac..433b675e7090 100644 --- a/data/unsuccessful-reproductions/f7adb7c07f99e585fe294c5ebcd8c4e847ae1244.json +++ b/data/unsuccessful-reproductions/f7adb7c07f99e585fe294c5ebcd8c4e847ae1244.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.47", "newVersion" : "8.0.28", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7b15f814190050e9a7347f71256752556139494.json b/data/unsuccessful-reproductions/f7b15f814190050e9a7347f71256752556139494.json index fdfd3497601d..a4c1dbbd06fa 100644 --- a/data/unsuccessful-reproductions/f7b15f814190050e9a7347f71256752556139494.json +++ b/data/unsuccessful-reproductions/f7b15f814190050e9a7347f71256752556139494.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.5", "newVersion" : "1.4.1", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7b466d2af461e14b2359682c282abfe41dbd4b9.json b/data/unsuccessful-reproductions/f7b466d2af461e14b2359682c282abfe41dbd4b9.json index 459f1f324262..60f65a5f24f1 100644 --- a/data/unsuccessful-reproductions/f7b466d2af461e14b2359682c282abfe41dbd4b9.json +++ b/data/unsuccessful-reproductions/f7b466d2af461e14b2359682c282abfe41dbd4b9.json @@ -12,7 +12,10 @@ "previousVersion" : "24.3.0", "newVersion" : "24.4.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7d00ae354ae26008618101597a4b580a4a1b0df.json b/data/unsuccessful-reproductions/f7d00ae354ae26008618101597a4b580a4a1b0df.json index f896f3113fa6..94ae45798415 100644 --- a/data/unsuccessful-reproductions/f7d00ae354ae26008618101597a4b580a4a1b0df.json +++ b/data/unsuccessful-reproductions/f7d00ae354ae26008618101597a4b580a4a1b0df.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.228", "newVersion" : "2.17.233", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7d59a0ec8f276e3e5e9d5963b894d083614e9a0.json b/data/unsuccessful-reproductions/f7d59a0ec8f276e3e5e9d5963b894d083614e9a0.json index 14daf60e8d83..9cae01f5baff 100644 --- a/data/unsuccessful-reproductions/f7d59a0ec8f276e3e5e9d5963b894d083614e9a0.json +++ b/data/unsuccessful-reproductions/f7d59a0ec8f276e3e5e9d5963b894d083614e9a0.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.18.25", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7e0f380c1117cc630b3e51ab8c73eadadef985d.json b/data/unsuccessful-reproductions/f7e0f380c1117cc630b3e51ab8c73eadadef985d.json index 2b8dc062bb2c..3a39dfe1c1a8 100644 --- a/data/unsuccessful-reproductions/f7e0f380c1117cc630b3e51ab8c73eadadef985d.json +++ b/data/unsuccessful-reproductions/f7e0f380c1117cc630b3e51ab8c73eadadef985d.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2.1", "newVersion" : "10.6.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7e4dcaf3b685f38486a6f2ed52176c2195d1dc6.json b/data/unsuccessful-reproductions/f7e4dcaf3b685f38486a6f2ed52176c2195d1dc6.json index 632abaa35847..d0bd491222c1 100644 --- a/data/unsuccessful-reproductions/f7e4dcaf3b685f38486a6f2ed52176c2195d1dc6.json +++ b/data/unsuccessful-reproductions/f7e4dcaf3b685f38486a6f2ed52176c2195d1dc6.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.0", "newVersion" : "1.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f7ee1d0d4498eba5c38d6f978325b2718fedd92c.json b/data/unsuccessful-reproductions/f7ee1d0d4498eba5c38d6f978325b2718fedd92c.json index d479d61d7d1c..2c0428562efb 100644 --- a/data/unsuccessful-reproductions/f7ee1d0d4498eba5c38d6f978325b2718fedd92c.json +++ b/data/unsuccessful-reproductions/f7ee1d0d4498eba5c38d6f978325b2718fedd92c.json @@ -12,7 +12,10 @@ "previousVersion" : "6.1.7.Final", "newVersion" : "8.0.0.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f801ddad108bf8a698c809d60a30feb743b8ad88.json b/data/unsuccessful-reproductions/f801ddad108bf8a698c809d60a30feb743b8ad88.json index d997b14910e6..e9c2cf494e0e 100644 --- a/data/unsuccessful-reproductions/f801ddad108bf8a698c809d60a30feb743b8ad88.json +++ b/data/unsuccessful-reproductions/f801ddad108bf8a698c809d60a30feb743b8ad88.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.1", "newVersion" : "3.19.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f81f34dac2e184eb54e1c5951576be70b7361b3c.json b/data/unsuccessful-reproductions/f81f34dac2e184eb54e1c5951576be70b7361b3c.json index 6da00138e7a5..8dab54c2d85d 100644 --- a/data/unsuccessful-reproductions/f81f34dac2e184eb54e1c5951576be70b7361b3c.json +++ b/data/unsuccessful-reproductions/f81f34dac2e184eb54e1c5951576be70b7361b3c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.2", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f82c33e874e0d8cb09085a4114dee398bd47fee7.json b/data/unsuccessful-reproductions/f82c33e874e0d8cb09085a4114dee398bd47fee7.json index bb78ae6ba88c..a475c30159ca 100644 --- a/data/unsuccessful-reproductions/f82c33e874e0d8cb09085a4114dee398bd47fee7.json +++ b/data/unsuccessful-reproductions/f82c33e874e0d8cb09085a4114dee398bd47fee7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.11", "newVersion" : "2.7.12", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f82f97d10b1dd254b4c48471b3fe8e733446ea71.json b/data/unsuccessful-reproductions/f82f97d10b1dd254b4c48471b3fe8e733446ea71.json index 81818d13c65c..e7a5c6e4c0df 100644 --- a/data/unsuccessful-reproductions/f82f97d10b1dd254b4c48471b3fe8e733446ea71.json +++ b/data/unsuccessful-reproductions/f82f97d10b1dd254b4c48471b3fe8e733446ea71.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.6.Final", "newVersion" : "2.3.7.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f835ac418b61662d76b4095147b0e69cad398a4f.json b/data/unsuccessful-reproductions/f835ac418b61662d76b4095147b0e69cad398a4f.json index 8b9ad8415b97..7424faa706a0 100644 --- a/data/unsuccessful-reproductions/f835ac418b61662d76b4095147b0e69cad398a4f.json +++ b/data/unsuccessful-reproductions/f835ac418b61662d76b4095147b0e69cad398a4f.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.0", "newVersion" : "2.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f84118b49fb3c47ac26b03442a1208be7edb71cf.json b/data/unsuccessful-reproductions/f84118b49fb3c47ac26b03442a1208be7edb71cf.json index 5bb5dc86be85..5549b2931158 100644 --- a/data/unsuccessful-reproductions/f84118b49fb3c47ac26b03442a1208be7edb71cf.json +++ b/data/unsuccessful-reproductions/f84118b49fb3c47ac26b03442a1208be7edb71cf.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3", "newVersion" : "1.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f85d54eab0a3b91c5ef0ed1cbae0de423c153f3a.json b/data/unsuccessful-reproductions/f85d54eab0a3b91c5ef0ed1cbae0de423c153f3a.json index 8c55197ed2b9..b91ad53bdfe1 100644 --- a/data/unsuccessful-reproductions/f85d54eab0a3b91c5ef0ed1cbae0de423c153f3a.json +++ b/data/unsuccessful-reproductions/f85d54eab0a3b91c5ef0ed1cbae0de423c153f3a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0.SP5", "newVersion" : "2.12.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f8619e71aa3494c55037e28b8cc8f526b11d83a6.json b/data/unsuccessful-reproductions/f8619e71aa3494c55037e28b8cc8f526b11d83a6.json index 8a235afee745..a0ab5c5f39e7 100644 --- a/data/unsuccessful-reproductions/f8619e71aa3494c55037e28b8cc8f526b11d83a6.json +++ b/data/unsuccessful-reproductions/f8619e71aa3494c55037e28b8cc8f526b11d83a6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.4", "newVersion" : "2.13.4.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-2-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f86fdaf934de1a0904e9d06371d08700c11735b3.json b/data/unsuccessful-reproductions/f86fdaf934de1a0904e9d06371d08700c11735b3.json index f050cf4e9ed4..ac1a28d4b41e 100644 --- a/data/unsuccessful-reproductions/f86fdaf934de1a0904e9d06371d08700c11735b3.json +++ b/data/unsuccessful-reproductions/f86fdaf934de1a0904e9d06371d08700c11735b3.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15", "newVersion" : "1.16.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f885c3471ddad3e87f3d74b3dcf51226a7ab0ed4.json b/data/unsuccessful-reproductions/f885c3471ddad3e87f3d74b3dcf51226a7ab0ed4.json index c7fdc539e49c..7e82459994e7 100644 --- a/data/unsuccessful-reproductions/f885c3471ddad3e87f3d74b3dcf51226a7ab0ed4.json +++ b/data/unsuccessful-reproductions/f885c3471ddad3e87f3d74b3dcf51226a7ab0ed4.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "2.11.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f8bc9f5dfe7ba911a75b15eea24c9344181f5c10.json b/data/unsuccessful-reproductions/f8bc9f5dfe7ba911a75b15eea24c9344181f5c10.json index 0e1c1ada6159..04e7a044fe8b 100644 --- a/data/unsuccessful-reproductions/f8bc9f5dfe7ba911a75b15eea24c9344181f5c10.json +++ b/data/unsuccessful-reproductions/f8bc9f5dfe7ba911a75b15eea24c9344181f5c10.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.1", "newVersion" : "2.6.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f8c60922c9d612519d214b90ea85ca154f7985ec.json b/data/unsuccessful-reproductions/f8c60922c9d612519d214b90ea85ca154f7985ec.json index a5034ea965d0..83a769b0c3c5 100644 --- a/data/unsuccessful-reproductions/f8c60922c9d612519d214b90ea85ca154f7985ec.json +++ b/data/unsuccessful-reproductions/f8c60922c9d612519d214b90ea85ca154f7985ec.json @@ -12,7 +12,10 @@ "previousVersion" : "2.4.0", "newVersion" : "4.11.5", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f8cb2cc79739d73b0320a2cd261769fec80345ce.json b/data/unsuccessful-reproductions/f8cb2cc79739d73b0320a2cd261769fec80345ce.json index b872e82d3a9f..73e06de287c1 100644 --- a/data/unsuccessful-reproductions/f8cb2cc79739d73b0320a2cd261769fec80345ce.json +++ b/data/unsuccessful-reproductions/f8cb2cc79739d73b0320a2cd261769fec80345ce.json @@ -12,7 +12,10 @@ "previousVersion" : "8.18", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f8d213c205d9fbf9ee4d2c50e03a3c6da13b1e6e.json b/data/unsuccessful-reproductions/f8d213c205d9fbf9ee4d2c50e03a3c6da13b1e6e.json index a08ae3e17b21..c83e98611f7b 100644 --- a/data/unsuccessful-reproductions/f8d213c205d9fbf9ee4d2c50e03a3c6da13b1e6e.json +++ b/data/unsuccessful-reproductions/f8d213c205d9fbf9ee4d2c50e03a3c6da13b1e6e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.5", "newVersion" : "2.0.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f8eec2054b5a4f21310907349f7685368d7be3b2.json b/data/unsuccessful-reproductions/f8eec2054b5a4f21310907349f7685368d7be3b2.json index 0f124963c099..44ca3b2ca5ae 100644 --- a/data/unsuccessful-reproductions/f8eec2054b5a4f21310907349f7685368d7be3b2.json +++ b/data/unsuccessful-reproductions/f8eec2054b5a4f21310907349f7685368d7be3b2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.2.0", "newVersion" : "7.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f8f375869514b3e803032c93d32f7dfbce74216a.json b/data/unsuccessful-reproductions/f8f375869514b3e803032c93d32f7dfbce74216a.json index daf49d9ddc71..6e1b4d9fa142 100644 --- a/data/unsuccessful-reproductions/f8f375869514b3e803032c93d32f7dfbce74216a.json +++ b/data/unsuccessful-reproductions/f8f375869514b3e803032c93d32f7dfbce74216a.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f908851cf53f6ab29d93f235be75c1ab944e8c2f.json b/data/unsuccessful-reproductions/f908851cf53f6ab29d93f235be75c1ab944e8c2f.json index 69fd512e4c8f..2be8ae7838cf 100644 --- a/data/unsuccessful-reproductions/f908851cf53f6ab29d93f235be75c1ab944e8c2f.json +++ b/data/unsuccessful-reproductions/f908851cf53f6ab29d93f235be75c1ab944e8c2f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.1", "newVersion" : "4.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f927b21df99a3c11efe332073cb03487ac0459f1.json b/data/unsuccessful-reproductions/f927b21df99a3c11efe332073cb03487ac0459f1.json index 7d4cab9a91a2..85f91868dd40 100644 --- a/data/unsuccessful-reproductions/f927b21df99a3c11efe332073cb03487ac0459f1.json +++ b/data/unsuccessful-reproductions/f927b21df99a3c11efe332073cb03487ac0459f1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.206", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f935061f6bfece3358fc4a4cf37805d1b254f9ef.json b/data/unsuccessful-reproductions/f935061f6bfece3358fc4a4cf37805d1b254f9ef.json index da71444c1aef..76aaa79a1101 100644 --- a/data/unsuccessful-reproductions/f935061f6bfece3358fc4a4cf37805d1b254f9ef.json +++ b/data/unsuccessful-reproductions/f935061f6bfece3358fc4a4cf37805d1b254f9ef.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.161", "newVersion" : "2.0.206", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "h2database/h2database" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f940f4b86c5571df5e051ffe37edb563aa7611ee.json b/data/unsuccessful-reproductions/f940f4b86c5571df5e051ffe37edb563aa7611ee.json index 7eb3ddfd5158..b73bcd43a660 100644 --- a/data/unsuccessful-reproductions/f940f4b86c5571df5e051ffe37edb563aa7611ee.json +++ b/data/unsuccessful-reproductions/f940f4b86c5571df5e051ffe37edb563aa7611ee.json @@ -12,7 +12,10 @@ "previousVersion" : "1.5.1", "newVersion" : "1.5.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f999e9fb2a97b8c88aa08e2274a33c2d2c027b03.json b/data/unsuccessful-reproductions/f999e9fb2a97b8c88aa08e2274a33c2d2c027b03.json index bce67fadaf9f..9551c2423a75 100644 --- a/data/unsuccessful-reproductions/f999e9fb2a97b8c88aa08e2274a33c2d2c027b03.json +++ b/data/unsuccessful-reproductions/f999e9fb2a97b8c88aa08e2274a33c2d2c027b03.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.8", "newVersion" : "2.12.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f9b6d8b69afa2de368da57d406a0069cb340307b.json b/data/unsuccessful-reproductions/f9b6d8b69afa2de368da57d406a0069cb340307b.json index 15d1a5bacb7d..dc5eecc3f24c 100644 --- a/data/unsuccessful-reproductions/f9b6d8b69afa2de368da57d406a0069cb340307b.json +++ b/data/unsuccessful-reproductions/f9b6d8b69afa2de368da57d406a0069cb340307b.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "5.3.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f9b72868850e075e386f200359814c28f4776699.json b/data/unsuccessful-reproductions/f9b72868850e075e386f200359814c28f4776699.json index 82b73015aa76..1c49169b652b 100644 --- a/data/unsuccessful-reproductions/f9b72868850e075e386f200359814c28f4776699.json +++ b/data/unsuccessful-reproductions/f9b72868850e075e386f200359814c28f4776699.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.0", "newVersion" : "2.17.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f9ba86e7bf86d7c5a221201e77e1e6224300eff0.json b/data/unsuccessful-reproductions/f9ba86e7bf86d7c5a221201e77e1e6224300eff0.json index e037dbac9e9b..a3acd4a97ac1 100644 --- a/data/unsuccessful-reproductions/f9ba86e7bf86d7c5a221201e77e1e6224300eff0.json +++ b/data/unsuccessful-reproductions/f9ba86e7bf86d7c5a221201e77e1e6224300eff0.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220104-1.32.1", "newVersion" : "v1-rev20230127-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/f9e9c838c247e8ca3c865e6c99cdf2a3dc6f80a5.json b/data/unsuccessful-reproductions/f9e9c838c247e8ca3c865e6c99cdf2a3dc6f80a5.json index 39c701db1429..f5b6217fc07c 100644 --- a/data/unsuccessful-reproductions/f9e9c838c247e8ca3c865e6c99cdf2a3dc6f80a5.json +++ b/data/unsuccessful-reproductions/f9e9c838c247e8ca3c865e6c99cdf2a3dc6f80a5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6.0", "newVersion" : "2.6.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa150d0653686a2c0d6b220588d55dbbc270739a.json b/data/unsuccessful-reproductions/fa150d0653686a2c0d6b220588d55dbbc270739a.json index 3ecabc4e540a..c208f6642a3a 100644 --- a/data/unsuccessful-reproductions/fa150d0653686a2c0d6b220588d55dbbc270739a.json +++ b/data/unsuccessful-reproductions/fa150d0653686a2c0d6b220588d55dbbc270739a.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.7.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa2e230d8d35d66f9a4850f691dc71c01ca270f6.json b/data/unsuccessful-reproductions/fa2e230d8d35d66f9a4850f691dc71c01ca270f6.json index c052858d05f0..4fb0408724c5 100644 --- a/data/unsuccessful-reproductions/fa2e230d8d35d66f9a4850f691dc71c01ca270f6.json +++ b/data/unsuccessful-reproductions/fa2e230d8d35d66f9a4850f691dc71c01ca270f6.json @@ -12,7 +12,10 @@ "previousVersion" : "3.25.0", "newVersion" : "3.28.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa37f2a5b4dc245a622f1fe0d6cb90c45d9c7082.json b/data/unsuccessful-reproductions/fa37f2a5b4dc245a622f1fe0d6cb90c45d9c7082.json index f63d85637a3c..5182f8bf9a5f 100644 --- a/data/unsuccessful-reproductions/fa37f2a5b4dc245a622f1fe0d6cb90c45d9c7082.json +++ b/data/unsuccessful-reproductions/fa37f2a5b4dc245a622f1fe0d6cb90c45d9c7082.json @@ -12,7 +12,10 @@ "previousVersion" : "9.2", "newVersion" : "10.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa3f50885f0de8c695f0209eb9195f0ca5a4eb15.json b/data/unsuccessful-reproductions/fa3f50885f0de8c695f0209eb9195f0ca5a4eb15.json index c0f3667d04b8..c1f15c54ad4f 100644 --- a/data/unsuccessful-reproductions/fa3f50885f0de8c695f0209eb9195f0ca5a4eb15.json +++ b/data/unsuccessful-reproductions/fa3f50885f0de8c695f0209eb9195f0ca5a4eb15.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.2", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa467f65d48f455e0eb839352ff12788afc78692.json b/data/unsuccessful-reproductions/fa467f65d48f455e0eb839352ff12788afc78692.json index 6653b5217e0b..56833f3eb6ef 100644 --- a/data/unsuccessful-reproductions/fa467f65d48f455e0eb839352ff12788afc78692.json +++ b/data/unsuccessful-reproductions/fa467f65d48f455e0eb839352ff12788afc78692.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.62", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa4f72f7077ed6017c90da03c88288de4be0c094.json b/data/unsuccessful-reproductions/fa4f72f7077ed6017c90da03c88288de4be0c094.json index 4af04cbe60d4..43475f13aaf2 100644 --- a/data/unsuccessful-reproductions/fa4f72f7077ed6017c90da03c88288de4be0c094.json +++ b/data/unsuccessful-reproductions/fa4f72f7077ed6017c90da03c88288de4be0c094.json @@ -12,7 +12,10 @@ "previousVersion" : "4.9.3", "newVersion" : "4.10.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "BSD-3-Clause", + "githubRepoSlug" : "antlr/antlr4" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa5242801bf1db03eabcb5bbcec7f2d9f3b55e32.json b/data/unsuccessful-reproductions/fa5242801bf1db03eabcb5bbcec7f2d9f3b55e32.json index f27af548aeb3..17848a1f4caf 100644 --- a/data/unsuccessful-reproductions/fa5242801bf1db03eabcb5bbcec7f2d9f3b55e32.json +++ b/data/unsuccessful-reproductions/fa5242801bf1db03eabcb5bbcec7f2d9f3b55e32.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3", "newVersion" : "2.6", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa58255ece96fe2d558161df27d860042a10b4ad.json b/data/unsuccessful-reproductions/fa58255ece96fe2d558161df27d860042a10b4ad.json index 3f62be7b35c6..1abeda42f812 100644 --- a/data/unsuccessful-reproductions/fa58255ece96fe2d558161df27d860042a10b4ad.json +++ b/data/unsuccessful-reproductions/fa58255ece96fe2d558161df27d860042a10b4ad.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa5b000863a809dc416f945bce1a64e74c13d7e6.json b/data/unsuccessful-reproductions/fa5b000863a809dc416f945bce1a64e74c13d7e6.json index d711a21238ae..e7541df6106a 100644 --- a/data/unsuccessful-reproductions/fa5b000863a809dc416f945bce1a64e74c13d7e6.json +++ b/data/unsuccessful-reproductions/fa5b000863a809dc416f945bce1a64e74c13d7e6.json @@ -12,7 +12,10 @@ "previousVersion" : "4.11.0", "newVersion" : "5.1.1", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "mockito/mockito" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa72a734e1790f65ed3a9ff05e7ad7aaec1faea6.json b/data/unsuccessful-reproductions/fa72a734e1790f65ed3a9ff05e7ad7aaec1faea6.json index 5961c5e0b460..452944c552f9 100644 --- a/data/unsuccessful-reproductions/fa72a734e1790f65ed3a9ff05e7ad7aaec1faea6.json +++ b/data/unsuccessful-reproductions/fa72a734e1790f65ed3a9ff05e7ad7aaec1faea6.json @@ -12,7 +12,10 @@ "previousVersion" : "31.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa7ab15ea3f1ff2ea4cf6c9ba779649cc5699626.json b/data/unsuccessful-reproductions/fa7ab15ea3f1ff2ea4cf6c9ba779649cc5699626.json index c2be13844678..e8724bb689cc 100644 --- a/data/unsuccessful-reproductions/fa7ab15ea3f1ff2ea4cf6c9ba779649cc5699626.json +++ b/data/unsuccessful-reproductions/fa7ab15ea3f1ff2ea4cf6c9ba779649cc5699626.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.77.Final", "newVersion" : "4.1.94.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fa98fbe7482240714ef1aab86d1b9ab0e1bbb339.json b/data/unsuccessful-reproductions/fa98fbe7482240714ef1aab86d1b9ab0e1bbb339.json index 5ac25c79f826..62cff83f116c 100644 --- a/data/unsuccessful-reproductions/fa98fbe7482240714ef1aab86d1b9ab0e1bbb339.json +++ b/data/unsuccessful-reproductions/fa98fbe7482240714ef1aab86d1b9ab0e1bbb339.json @@ -12,7 +12,10 @@ "previousVersion" : "5.0.0", "newVersion" : "5.2.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "apache/poi" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/faad5c7088ac311b0df0f49e7ac5b1bf3ce8d5ca.json b/data/unsuccessful-reproductions/faad5c7088ac311b0df0f49e7ac5b1bf3ce8d5ca.json index 37c055a75ffa..d2f00504e404 100644 --- a/data/unsuccessful-reproductions/faad5c7088ac311b0df0f49e7ac5b1bf3ce8d5ca.json +++ b/data/unsuccessful-reproductions/faad5c7088ac311b0df0f49e7ac5b1bf3ce8d5ca.json @@ -12,7 +12,10 @@ "previousVersion" : "42.3.3", "newVersion" : "42.3.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fac139d91fd1841a67b875ede3017778b443bad7.json b/data/unsuccessful-reproductions/fac139d91fd1841a67b875ede3017778b443bad7.json index a4f85a4050df..c13dcc8e87f1 100644 --- a/data/unsuccessful-reproductions/fac139d91fd1841a67b875ede3017778b443bad7.json +++ b/data/unsuccessful-reproductions/fac139d91fd1841a67b875ede3017778b443bad7.json @@ -13,7 +13,10 @@ "newVersion" : "1.12.483", "dependencyScope" : "compile", "versionUpdateType" : "patch", - "dependencySection" : "dependencies" + "dependencySection" : "dependencies", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fac257bf35d4fece7abac65de78464761fd84908.json b/data/unsuccessful-reproductions/fac257bf35d4fece7abac65de78464761fd84908.json index a17596f61496..ae5babe3cc15 100644 --- a/data/unsuccessful-reproductions/fac257bf35d4fece7abac65de78464761fd84908.json +++ b/data/unsuccessful-reproductions/fac257bf35d4fece7abac65de78464761fd84908.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.4", "newVersion" : "v2.0.5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fae8bafb027be67ee3cea88c1a9e149fd2e425f2.json b/data/unsuccessful-reproductions/fae8bafb027be67ee3cea88c1a9e149fd2e425f2.json index d631046e357b..3d91aeca3c86 100644 --- a/data/unsuccessful-reproductions/fae8bafb027be67ee3cea88c1a9e149fd2e425f2.json +++ b/data/unsuccessful-reproductions/fae8bafb027be67ee3cea88c1a9e149fd2e425f2.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.5", "newVersion" : "3.8.6", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb116cd98f3346ee6cf3d7c0b48bdf1445ceaf99.json b/data/unsuccessful-reproductions/fb116cd98f3346ee6cf3d7c0b48bdf1445ceaf99.json index 95cf2f9a273b..608917854927 100644 --- a/data/unsuccessful-reproductions/fb116cd98f3346ee6cf3d7c0b48bdf1445ceaf99.json +++ b/data/unsuccessful-reproductions/fb116cd98f3346ee6cf3d7c0b48bdf1445ceaf99.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.8", "newVersion" : "3.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb12572abdfcac7ff2a59632dfd43e50b126cca8.json b/data/unsuccessful-reproductions/fb12572abdfcac7ff2a59632dfd43e50b126cca8.json index 8fd5153d01d5..b1ffd8bc0fcd 100644 --- a/data/unsuccessful-reproductions/fb12572abdfcac7ff2a59632dfd43e50b126cca8.json +++ b/data/unsuccessful-reproductions/fb12572abdfcac7ff2a59632dfd43e50b126cca8.json @@ -12,7 +12,10 @@ "previousVersion" : "1.1.0.RELEASE", "newVersion" : "3.1.3", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb174eba516bd7e0e1bd2072f89c343667ca6299.json b/data/unsuccessful-reproductions/fb174eba516bd7e0e1bd2072f89c343667ca6299.json index 068a4174fb77..a0a39faf0402 100644 --- a/data/unsuccessful-reproductions/fb174eba516bd7e0e1bd2072f89c343667ca6299.json +++ b/data/unsuccessful-reproductions/fb174eba516bd7e0e1bd2072f89c343667ca6299.json @@ -12,7 +12,10 @@ "previousVersion" : "1.15.1", "newVersion" : "1.15.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "MIT", + "githubRepoSlug" : "jhy/jsoup" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb1789ca76b19d894d09bcb228839d7fe4a9cb9b.json b/data/unsuccessful-reproductions/fb1789ca76b19d894d09bcb228839d7fe4a9cb9b.json index fa272b531b89..bbd61b2f8aa5 100644 --- a/data/unsuccessful-reproductions/fb1789ca76b19d894d09bcb228839d7fe4a9cb9b.json +++ b/data/unsuccessful-reproductions/fb1789ca76b19d894d09bcb228839d7fe4a9cb9b.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.4", "newVersion" : "2.9.5", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb542da99591b79ba6c1c12aff2fcda381bd2d2a.json b/data/unsuccessful-reproductions/fb542da99591b79ba6c1c12aff2fcda381bd2d2a.json index 83ffedec4115..e7782e74820c 100644 --- a/data/unsuccessful-reproductions/fb542da99591b79ba6c1c12aff2fcda381bd2d2a.json +++ b/data/unsuccessful-reproductions/fb542da99591b79ba6c1c12aff2fcda381bd2d2a.json @@ -12,7 +12,10 @@ "previousVersion" : "8.45.1", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb6d60c420f13569c9d20f28cea90e89fd07dff0.json b/data/unsuccessful-reproductions/fb6d60c420f13569c9d20f28cea90e89fd07dff0.json index eb5d67c4a51a..52bbd1f1d139 100644 --- a/data/unsuccessful-reproductions/fb6d60c420f13569c9d20f28cea90e89fd07dff0.json +++ b/data/unsuccessful-reproductions/fb6d60c420f13569c9d20f28cea90e89fd07dff0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.10.1", "newVersion" : "3.11.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb83b877bbb9e253152acd8dc89deee5b8f8c28e.json b/data/unsuccessful-reproductions/fb83b877bbb9e253152acd8dc89deee5b8f8c28e.json index b1b1702c040f..b74a3e88aec3 100644 --- a/data/unsuccessful-reproductions/fb83b877bbb9e253152acd8dc89deee5b8f8c28e.json +++ b/data/unsuccessful-reproductions/fb83b877bbb9e253152acd8dc89deee5b8f8c28e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.18.22", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb8cdd734011725149f778c548ed97321766eaf2.json b/data/unsuccessful-reproductions/fb8cdd734011725149f778c548ed97321766eaf2.json index 8eb0f2d8d6c4..e185a78db4ce 100644 --- a/data/unsuccessful-reproductions/fb8cdd734011725149f778c548ed97321766eaf2.json +++ b/data/unsuccessful-reproductions/fb8cdd734011725149f778c548ed97321766eaf2.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.4", "newVersion" : "3.0.1", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb92188a3f7d7bdd2b973e3c3fcf58ed67359e59.json b/data/unsuccessful-reproductions/fb92188a3f7d7bdd2b973e3c3fcf58ed67359e59.json index 9b5d25724cca..8cee12c858df 100644 --- a/data/unsuccessful-reproductions/fb92188a3f7d7bdd2b973e3c3fcf58ed67359e59.json +++ b/data/unsuccessful-reproductions/fb92188a3f7d7bdd2b973e3c3fcf58ed67359e59.json @@ -12,7 +12,10 @@ "previousVersion" : "v1-rev20220804-2.0.0", "newVersion" : "v1-rev20221013-2.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb9a7762baac09757afa7deb78549976994c7b31.json b/data/unsuccessful-reproductions/fb9a7762baac09757afa7deb78549976994c7b31.json index a82e19ee8b81..45dea615412d 100644 --- a/data/unsuccessful-reproductions/fb9a7762baac09757afa7deb78549976994c7b31.json +++ b/data/unsuccessful-reproductions/fb9a7762baac09757afa7deb78549976994c7b31.json @@ -12,7 +12,10 @@ "previousVersion" : "3.22.1", "newVersion" : "3.22.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fb9fd719117372b49b5a55be5022da1dcea4370e.json b/data/unsuccessful-reproductions/fb9fd719117372b49b5a55be5022da1dcea4370e.json index d09ce59c6d4d..914691e25444 100644 --- a/data/unsuccessful-reproductions/fb9fd719117372b49b5a55be5022da1dcea4370e.json +++ b/data/unsuccessful-reproductions/fb9fd719117372b49b5a55be5022da1dcea4370e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.2.83_noneautotype", "newVersion" : "1.2.83", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fba323562914633cc3747d2db7088a6d300059c7.json b/data/unsuccessful-reproductions/fba323562914633cc3747d2db7088a6d300059c7.json index 0d35b6daa53d..961b363350dc 100644 --- a/data/unsuccessful-reproductions/fba323562914633cc3747d2db7088a6d300059c7.json +++ b/data/unsuccessful-reproductions/fba323562914633cc3747d2db7088a6d300059c7.json @@ -12,7 +12,10 @@ "previousVersion" : "3.13.10", "newVersion" : "3.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fbaca148595af73ffe8041c5b01fe713e05b125d.json b/data/unsuccessful-reproductions/fbaca148595af73ffe8041c5b01fe713e05b125d.json index 705e98df8688..99e1e5fcc42f 100644 --- a/data/unsuccessful-reproductions/fbaca148595af73ffe8041c5b01fe713e05b125d.json +++ b/data/unsuccessful-reproductions/fbaca148595af73ffe8041c5b01fe713e05b125d.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.9.RELEASE", "newVersion" : "6.0.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-framework" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fbb902b7886dc2607062b2b07f808375f0912d9a.json b/data/unsuccessful-reproductions/fbb902b7886dc2607062b2b07f808375f0912d9a.json index 8ec8e6e119b4..9bedc9abbc62 100644 --- a/data/unsuccessful-reproductions/fbb902b7886dc2607062b2b07f808375f0912d9a.json +++ b/data/unsuccessful-reproductions/fbb902b7886dc2607062b2b07f808375f0912d9a.json @@ -12,7 +12,10 @@ "previousVersion" : "1.120.24", "newVersion" : "1.120.25", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fbcb22d625cd5181e7b900ed0deca7551072a37a.json b/data/unsuccessful-reproductions/fbcb22d625cd5181e7b900ed0deca7551072a37a.json index a696a116dcf5..d43e848d3eb1 100644 --- a/data/unsuccessful-reproductions/fbcb22d625cd5181e7b900ed0deca7551072a37a.json +++ b/data/unsuccessful-reproductions/fbcb22d625cd5181e7b900ed0deca7551072a37a.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.0", "newVersion" : "2.7.1", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fc0516acdad0b7948de6d465e55629bd4bbc20ee.json b/data/unsuccessful-reproductions/fc0516acdad0b7948de6d465e55629bd4bbc20ee.json index 5880d20a4516..369f4d5ecf7c 100644 --- a/data/unsuccessful-reproductions/fc0516acdad0b7948de6d465e55629bd4bbc20ee.json +++ b/data/unsuccessful-reproductions/fc0516acdad0b7948de6d465e55629bd4bbc20ee.json @@ -12,7 +12,10 @@ "previousVersion" : "31.0.1-jre", "newVersion" : "32.0.0-jre", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fc0e3c0bff3cebfc9a49f762c7d0097e2f07080f.json b/data/unsuccessful-reproductions/fc0e3c0bff3cebfc9a49f762c7d0097e2f07080f.json index dec0bd004d80..5ad1a5b4ac47 100644 --- a/data/unsuccessful-reproductions/fc0e3c0bff3cebfc9a49f762c7d0097e2f07080f.json +++ b/data/unsuccessful-reproductions/fc0e3c0bff3cebfc9a49f762c7d0097e2f07080f.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0", "newVersion" : "3.1.0", "dependencyScope" : "import", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fc293f4eefbd518fddfa76618165bf1084ee3d19.json b/data/unsuccessful-reproductions/fc293f4eefbd518fddfa76618165bf1084ee3d19.json index 1a72827c7e37..8921dd2057c4 100644 --- a/data/unsuccessful-reproductions/fc293f4eefbd518fddfa76618165bf1084ee3d19.json +++ b/data/unsuccessful-reproductions/fc293f4eefbd518fddfa76618165bf1084ee3d19.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.2", "newVersion" : "3.19.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fc36ffaa536078c554e736ef0745560e1e6fc8d9.json b/data/unsuccessful-reproductions/fc36ffaa536078c554e736ef0745560e1e6fc8d9.json index 085b3fc85a25..471b35982557 100644 --- a/data/unsuccessful-reproductions/fc36ffaa536078c554e736ef0745560e1e6fc8d9.json +++ b/data/unsuccessful-reproductions/fc36ffaa536078c554e736ef0745560e1e6fc8d9.json @@ -12,7 +12,10 @@ "previousVersion" : "4.10.8", "newVersion" : "4.10.10", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "LGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fc5fe611691b15a8600120a22e7ed356210ab43e.json b/data/unsuccessful-reproductions/fc5fe611691b15a8600120a22e7ed356210ab43e.json index 617b1ee80ac7..1046754797da 100644 --- a/data/unsuccessful-reproductions/fc5fe611691b15a8600120a22e7ed356210ab43e.json +++ b/data/unsuccessful-reproductions/fc5fe611691b15a8600120a22e7ed356210ab43e.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.6", "newVersion" : "3.8.7", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fc6197f7e6409164aa708a7c5959f54f3262b6ef.json b/data/unsuccessful-reproductions/fc6197f7e6409164aa708a7c5959f54f3262b6ef.json index 5af2f1999f64..4d8281f59fda 100644 --- a/data/unsuccessful-reproductions/fc6197f7e6409164aa708a7c5959f54f3262b6ef.json +++ b/data/unsuccessful-reproductions/fc6197f7e6409164aa708a7c5959f54f3262b6ef.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.1", "newVersion" : "2.14.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fc902175b66eca15f288e1b08c74108b1c20ae02.json b/data/unsuccessful-reproductions/fc902175b66eca15f288e1b08c74108b1c20ae02.json index 9ff2877b4d70..7bad7c9b3544 100644 --- a/data/unsuccessful-reproductions/fc902175b66eca15f288e1b08c74108b1c20ae02.json +++ b/data/unsuccessful-reproductions/fc902175b66eca15f288e1b08c74108b1c20ae02.json @@ -12,7 +12,10 @@ "previousVersion" : "3.8.5", "newVersion" : "3.8.6", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "UPL-1.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fc96a04bf6f8b6a253edfece1ae0a9a7d423868d.json b/data/unsuccessful-reproductions/fc96a04bf6f8b6a253edfece1ae0a9a7d423868d.json index e609aeb65386..b44b26f04247 100644 --- a/data/unsuccessful-reproductions/fc96a04bf6f8b6a253edfece1ae0a9a7d423868d.json +++ b/data/unsuccessful-reproductions/fc96a04bf6f8b6a253edfece1ae0a9a7d423868d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.17.6", "newVersion" : "1.18.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fcab51c763881c7b95e9a1f6f83f56adcb665fa1.json b/data/unsuccessful-reproductions/fcab51c763881c7b95e9a1f6f83f56adcb665fa1.json index 75e745b61f11..26752c7b7138 100644 --- a/data/unsuccessful-reproductions/fcab51c763881c7b95e9a1f6f83f56adcb665fa1.json +++ b/data/unsuccessful-reproductions/fcab51c763881c7b95e9a1f6f83f56adcb665fa1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.182", "newVersion" : "2.17.233", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fcb1b03dd791fd624f2f09fea4cff1267c814458.json b/data/unsuccessful-reproductions/fcb1b03dd791fd624f2f09fea4cff1267c814458.json index f6bdd7033ff1..4c68f3178d83 100644 --- a/data/unsuccessful-reproductions/fcb1b03dd791fd624f2f09fea4cff1267c814458.json +++ b/data/unsuccessful-reproductions/fcb1b03dd791fd624f2f09fea4cff1267c814458.json @@ -12,7 +12,10 @@ "previousVersion" : "7.6.0.v20120127", "newVersion" : "9.4.51.v20230217", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fcb47a63228d1c81a8d827399dcb51cf5d92c085.json b/data/unsuccessful-reproductions/fcb47a63228d1c81a8d827399dcb51cf5d92c085.json index 20c15865dd39..ffa3a76d2a47 100644 --- a/data/unsuccessful-reproductions/fcb47a63228d1c81a8d827399dcb51cf5d92c085.json +++ b/data/unsuccessful-reproductions/fcb47a63228d1c81a8d827399dcb51cf5d92c085.json @@ -12,7 +12,10 @@ "previousVersion" : "0.10.5", "newVersion" : "0.11.5", "dependencyScope" : "runtime", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fccc08211d4fcbb067154d2aaab647b638a8ce2a.json b/data/unsuccessful-reproductions/fccc08211d4fcbb067154d2aaab647b638a8ce2a.json index 14f882c2c47f..6887655c458b 100644 --- a/data/unsuccessful-reproductions/fccc08211d4fcbb067154d2aaab647b638a8ce2a.json +++ b/data/unsuccessful-reproductions/fccc08211d4fcbb067154d2aaab647b638a8ce2a.json @@ -12,7 +12,10 @@ "previousVersion" : "3.19.1", "newVersion" : "3.19.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fcf2e452744aa8237e3c5899168739a588bf4200.json b/data/unsuccessful-reproductions/fcf2e452744aa8237e3c5899168739a588bf4200.json index a8cb9fd0b380..96bc9d42ef39 100644 --- a/data/unsuccessful-reproductions/fcf2e452744aa8237e3c5899168739a588bf4200.json +++ b/data/unsuccessful-reproductions/fcf2e452744aa8237e3c5899168739a588bf4200.json @@ -12,7 +12,10 @@ "previousVersion" : "1.8.19-SNAPSHOT", "newVersion" : "1.8.19-M1-SNAPSHOT", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fcf8752f1d10e96c78331a553c966f84b29b7bf3.json b/data/unsuccessful-reproductions/fcf8752f1d10e96c78331a553c966f84b29b7bf3.json index d1812661d2fb..58dae4af61bb 100644 --- a/data/unsuccessful-reproductions/fcf8752f1d10e96c78331a553c966f84b29b7bf3.json +++ b/data/unsuccessful-reproductions/fcf8752f1d10e96c78331a553c966f84b29b7bf3.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd1d856c9167fb19e9ed525fd08f429d8f4fc1e9.json b/data/unsuccessful-reproductions/fd1d856c9167fb19e9ed525fd08f429d8f4fc1e9.json index a9b386d14662..f0d4511ce8bb 100644 --- a/data/unsuccessful-reproductions/fd1d856c9167fb19e9ed525fd08f429d8f4fc1e9.json +++ b/data/unsuccessful-reproductions/fd1d856c9167fb19e9ed525fd08f429d8f4fc1e9.json @@ -12,7 +12,10 @@ "previousVersion" : "v0.26.1", "newVersion" : "v1.1.5", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd2cc8c329e1a82ba3cf59ec2d63f7b8568e2efc.json b/data/unsuccessful-reproductions/fd2cc8c329e1a82ba3cf59ec2d63f7b8568e2efc.json index 40cdf24019e2..6534cea4d436 100644 --- a/data/unsuccessful-reproductions/fd2cc8c329e1a82ba3cf59ec2d63f7b8568e2efc.json +++ b/data/unsuccessful-reproductions/fd2cc8c329e1a82ba3cf59ec2d63f7b8568e2efc.json @@ -12,7 +12,10 @@ "previousVersion" : "3.25.0", "newVersion" : "3.29.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd2fe8295899241b95f0ff49a5a25cb7ea575594.json b/data/unsuccessful-reproductions/fd2fe8295899241b95f0ff49a5a25cb7ea575594.json index 8266206eb252..73f3f5324621 100644 --- a/data/unsuccessful-reproductions/fd2fe8295899241b95f0ff49a5a25cb7ea575594.json +++ b/data/unsuccessful-reproductions/fd2fe8295899241b95f0ff49a5a25cb7ea575594.json @@ -12,7 +12,10 @@ "previousVersion" : "2.7.2", "newVersion" : "2.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd3ef02c3f9e5e99a5e3ed9615c38d640e3e945b.json b/data/unsuccessful-reproductions/fd3ef02c3f9e5e99a5e3ed9615c38d640e3e945b.json index d9b5f5909dfd..da0e1f9b7ce1 100644 --- a/data/unsuccessful-reproductions/fd3ef02c3f9e5e99a5e3ed9615c38d640e3e945b.json +++ b/data/unsuccessful-reproductions/fd3ef02c3f9e5e99a5e3ed9615c38d640e3e945b.json @@ -12,7 +12,10 @@ "previousVersion" : "8.12.50", "newVersion" : "8.12.51", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd5ac1224d611815efcff025f7678b5fb374176f.json b/data/unsuccessful-reproductions/fd5ac1224d611815efcff025f7678b5fb374176f.json index 5f9f5686a12d..7161a96b091d 100644 --- a/data/unsuccessful-reproductions/fd5ac1224d611815efcff025f7678b5fb374176f.json +++ b/data/unsuccessful-reproductions/fd5ac1224d611815efcff025f7678b5fb374176f.json @@ -12,7 +12,10 @@ "previousVersion" : "0.5.0", "newVersion" : "0.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd6153793bf89eeaf07a718899243cf73b14bba4.json b/data/unsuccessful-reproductions/fd6153793bf89eeaf07a718899243cf73b14bba4.json index 30ac1ca45889..e1c6580a3dda 100644 --- a/data/unsuccessful-reproductions/fd6153793bf89eeaf07a718899243cf73b14bba4.json +++ b/data/unsuccessful-reproductions/fd6153793bf89eeaf07a718899243cf73b14bba4.json @@ -12,7 +12,10 @@ "previousVersion" : "3.0.0-M5", "newVersion" : "3.0.0-M6", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd716c8864b3399446e75034cc87bb7226b2d346.json b/data/unsuccessful-reproductions/fd716c8864b3399446e75034cc87bb7226b2d346.json index 032712f18afc..04a1185a4198 100644 --- a/data/unsuccessful-reproductions/fd716c8864b3399446e75034cc87bb7226b2d346.json +++ b/data/unsuccessful-reproductions/fd716c8864b3399446e75034cc87bb7226b2d346.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.7", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd79403504396a49feaac83d1f19d7f80e715f82.json b/data/unsuccessful-reproductions/fd79403504396a49feaac83d1f19d7f80e715f82.json index 08b8307268b7..39c7a7ff42ba 100644 --- a/data/unsuccessful-reproductions/fd79403504396a49feaac83d1f19d7f80e715f82.json +++ b/data/unsuccessful-reproductions/fd79403504396a49feaac83d1f19d7f80e715f82.json @@ -12,7 +12,10 @@ "previousVersion" : "3.21.6", "newVersion" : "3.21.7", "dependencyScope" : "import", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "BSD-3-Clause" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd956397991fc8ddd914a2b1d8ae4e4b29199188.json b/data/unsuccessful-reproductions/fd956397991fc8ddd914a2b1d8ae4e4b29199188.json index 398ef18de424..34639a1271ae 100644 --- a/data/unsuccessful-reproductions/fd956397991fc8ddd914a2b1d8ae4e4b29199188.json +++ b/data/unsuccessful-reproductions/fd956397991fc8ddd914a2b1d8ae4e4b29199188.json @@ -12,7 +12,10 @@ "previousVersion" : "9.4.46.v20220331", "newVersion" : "10.0.10", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "jetty/jetty.project" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd95c2323d8822c1f142fb0d4e8de79aeb1fe38d.json b/data/unsuccessful-reproductions/fd95c2323d8822c1f142fb0d4e8de79aeb1fe38d.json index 8f78e5faa0de..fef125e32c66 100644 --- a/data/unsuccessful-reproductions/fd95c2323d8822c1f142fb0d4e8de79aeb1fe38d.json +++ b/data/unsuccessful-reproductions/fd95c2323d8822c1f142fb0d4e8de79aeb1fe38d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.290", "newVersion" : "2.20.91", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fd98133eef397c1a5c413b9054b64680c1bd6635.json b/data/unsuccessful-reproductions/fd98133eef397c1a5c413b9054b64680c1bd6635.json index d560d6879caf..d367083579b5 100644 --- a/data/unsuccessful-reproductions/fd98133eef397c1a5c413b9054b64680c1bd6635.json +++ b/data/unsuccessful-reproductions/fd98133eef397c1a5c413b9054b64680c1bd6635.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.3", "newVersion" : "2.13.4.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fda7982be97720dd96f0999db468eaae315bdd10.json b/data/unsuccessful-reproductions/fda7982be97720dd96f0999db468eaae315bdd10.json index 9b3c0f404951..aab9673fcdb9 100644 --- a/data/unsuccessful-reproductions/fda7982be97720dd96f0999db468eaae315bdd10.json +++ b/data/unsuccessful-reproductions/fda7982be97720dd96f0999db468eaae315bdd10.json @@ -12,7 +12,10 @@ "previousVersion" : "2.1.1", "newVersion" : "2.1.8", "dependencyScope" : "provided", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fdb1033cc68dda63cf41acdd0cbdaaf13743510b.json b/data/unsuccessful-reproductions/fdb1033cc68dda63cf41acdd0cbdaaf13743510b.json index cc0c4f6506dc..13e7d0bbd8f7 100644 --- a/data/unsuccessful-reproductions/fdb1033cc68dda63cf41acdd0cbdaaf13743510b.json +++ b/data/unsuccessful-reproductions/fdb1033cc68dda63cf41acdd0cbdaaf13743510b.json @@ -12,7 +12,10 @@ "previousVersion" : "20230227", "newVersion" : "20230618", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "stleary/JSON-java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fdb90f0114ea631a60fd3175972326ba7f1d5df9.json b/data/unsuccessful-reproductions/fdb90f0114ea631a60fd3175972326ba7f1d5df9.json index 6a4249018702..eece1e4fa7dd 100644 --- a/data/unsuccessful-reproductions/fdb90f0114ea631a60fd3175972326ba7f1d5df9.json +++ b/data/unsuccessful-reproductions/fdb90f0114ea631a60fd3175972326ba7f1d5df9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.461", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fdc109c763c81358177ddcabf937df8d5d918eb8.json b/data/unsuccessful-reproductions/fdc109c763c81358177ddcabf937df8d5d918eb8.json index c0dfdea78b61..c2e41a3fd381 100644 --- a/data/unsuccessful-reproductions/fdc109c763c81358177ddcabf937df8d5d918eb8.json +++ b/data/unsuccessful-reproductions/fdc109c763c81358177ddcabf937df8d5d918eb8.json @@ -12,7 +12,10 @@ "previousVersion" : "5.1.3", "newVersion" : "5.1.4", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fdcde9df962ea7f1f4f1716239f4afab2290d803.json b/data/unsuccessful-reproductions/fdcde9df962ea7f1f4f1716239f4afab2290d803.json index 00eb4acdec5d..4bc39f6815d1 100644 --- a/data/unsuccessful-reproductions/fdcde9df962ea7f1f4f1716239f4afab2290d803.json +++ b/data/unsuccessful-reproductions/fdcde9df962ea7f1f4f1716239f4afab2290d803.json @@ -12,7 +12,10 @@ "previousVersion" : "0.21.1", "newVersion" : "1.12.1", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fdce5f38c485887d105446188692d1ec1cf5851e.json b/data/unsuccessful-reproductions/fdce5f38c485887d105446188692d1ec1cf5851e.json index b6049e0bce4e..1ce036234be5 100644 --- a/data/unsuccessful-reproductions/fdce5f38c485887d105446188692d1ec1cf5851e.json +++ b/data/unsuccessful-reproductions/fdce5f38c485887d105446188692d1ec1cf5851e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.5", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fdd5d81e9c178c91528506f5f227e05be2c5d417.json b/data/unsuccessful-reproductions/fdd5d81e9c178c91528506f5f227e05be2c5d417.json index e143f297d149..96209409c175 100644 --- a/data/unsuccessful-reproductions/fdd5d81e9c178c91528506f5f227e05be2c5d417.json +++ b/data/unsuccessful-reproductions/fdd5d81e9c178c91528506f5f227e05be2c5d417.json @@ -12,7 +12,10 @@ "previousVersion" : "0.124.0", "newVersion" : "0.142.2", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fdda317c23055a803b0e193ca08096dba90d5061.json b/data/unsuccessful-reproductions/fdda317c23055a803b0e193ca08096dba90d5061.json index b408430a5759..e31c0e6a1a69 100644 --- a/data/unsuccessful-reproductions/fdda317c23055a803b0e193ca08096dba90d5061.json +++ b/data/unsuccessful-reproductions/fdda317c23055a803b0e193ca08096dba90d5061.json @@ -12,7 +12,10 @@ "previousVersion" : "4.31.3", "newVersion" : "6.3.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "pubnub/java" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fde75d19defb2dfe1d403d42ea77281580e6b8dc.json b/data/unsuccessful-reproductions/fde75d19defb2dfe1d403d42ea77281580e6b8dc.json index c5a3a6b032a6..f6d92a0561af 100644 --- a/data/unsuccessful-reproductions/fde75d19defb2dfe1d403d42ea77281580e6b8dc.json +++ b/data/unsuccessful-reproductions/fde75d19defb2dfe1d403d42ea77281580e6b8dc.json @@ -12,7 +12,10 @@ "previousVersion" : "4.7.2", "newVersion" : "4.7.3", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fe1d9e25d3e7f562498bf340239769cf1f1ab80b.json b/data/unsuccessful-reproductions/fe1d9e25d3e7f562498bf340239769cf1f1ab80b.json index fffbb9beddd3..4c50489741a9 100644 --- a/data/unsuccessful-reproductions/fe1d9e25d3e7f562498bf340239769cf1f1ab80b.json +++ b/data/unsuccessful-reproductions/fe1d9e25d3e7f562498bf340239769cf1f1ab80b.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.7", "newVersion" : "1.4.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fe2cc0da4020190034eab935b029509832e5eba5.json b/data/unsuccessful-reproductions/fe2cc0da4020190034eab935b029509832e5eba5.json index 9b738c8b7681..242f354e6623 100644 --- a/data/unsuccessful-reproductions/fe2cc0da4020190034eab935b029509832e5eba5.json +++ b/data/unsuccessful-reproductions/fe2cc0da4020190034eab935b029509832e5eba5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.0.9", "newVersion" : "2.0.22", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/mina-sshd" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fe3f3b8cd2eeb359dc4cf25564378b8b9eb8dcaa.json b/data/unsuccessful-reproductions/fe3f3b8cd2eeb359dc4cf25564378b8b9eb8dcaa.json index 4861244a5ade..cb226dda0820 100644 --- a/data/unsuccessful-reproductions/fe3f3b8cd2eeb359dc4cf25564378b8b9eb8dcaa.json +++ b/data/unsuccessful-reproductions/fe3f3b8cd2eeb359dc4cf25564378b8b9eb8dcaa.json @@ -12,7 +12,10 @@ "previousVersion" : "7.10.2", "newVersion" : "7.17.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fe506a025eeeb45f7e54afc322d8504723cbc4a6.json b/data/unsuccessful-reproductions/fe506a025eeeb45f7e54afc322d8504723cbc4a6.json index a7fa6f78b6df..919bb341728a 100644 --- a/data/unsuccessful-reproductions/fe506a025eeeb45f7e54afc322d8504723cbc4a6.json +++ b/data/unsuccessful-reproductions/fe506a025eeeb45f7e54afc322d8504723cbc4a6.json @@ -12,7 +12,10 @@ "previousVersion" : "2.3.2", "newVersion" : "2.7.4", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fe91273a43ac9dc4e2bf1aa4ec35871e641b4c7d.json b/data/unsuccessful-reproductions/fe91273a43ac9dc4e2bf1aa4ec35871e641b4c7d.json index 47fa244d089d..7f69c0c66655 100644 --- a/data/unsuccessful-reproductions/fe91273a43ac9dc4e2bf1aa4ec35871e641b4c7d.json +++ b/data/unsuccessful-reproductions/fe91273a43ac9dc4e2bf1aa4ec35871e641b4c7d.json @@ -12,7 +12,10 @@ "previousVersion" : "2.6", "newVersion" : "2.7", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fea8bb8f9fe793d35008bb0cd352ff522ad0bd27.json b/data/unsuccessful-reproductions/fea8bb8f9fe793d35008bb0cd352ff522ad0bd27.json index 11971510d48d..800d65b5338b 100644 --- a/data/unsuccessful-reproductions/fea8bb8f9fe793d35008bb0cd352ff522ad0bd27.json +++ b/data/unsuccessful-reproductions/fea8bb8f9fe793d35008bb0cd352ff522ad0bd27.json @@ -12,7 +12,10 @@ "previousVersion" : "0.8.0", "newVersion" : "0.8.2", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/feaec01194d7aabf67779699b52ed4cc147d443d.json b/data/unsuccessful-reproductions/feaec01194d7aabf67779699b52ed4cc147d443d.json index 6fb7240964fa..39957fc49402 100644 --- a/data/unsuccessful-reproductions/feaec01194d7aabf67779699b52ed4cc147d443d.json +++ b/data/unsuccessful-reproductions/feaec01194d7aabf67779699b52ed4cc147d443d.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.6", "newVersion" : "1.6.7", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/feafeff72a8a8b602dfb368bbf8f4d5e071b3a12.json b/data/unsuccessful-reproductions/feafeff72a8a8b602dfb368bbf8f4d5e071b3a12.json index 0f64c488fc51..669ee2502e14 100644 --- a/data/unsuccessful-reproductions/feafeff72a8a8b602dfb368bbf8f4d5e071b3a12.json +++ b/data/unsuccessful-reproductions/feafeff72a8a8b602dfb368bbf8f4d5e071b3a12.json @@ -12,7 +12,10 @@ "previousVersion" : "1.11.23.RELEASE", "newVersion" : "2.5.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "spring-projects/spring-data-jpa" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/feb20c2239d088b4281544110091d8c203f099f1.json b/data/unsuccessful-reproductions/feb20c2239d088b4281544110091d8c203f099f1.json index d33337ff72dd..2e43a9027000 100644 --- a/data/unsuccessful-reproductions/feb20c2239d088b4281544110091d8c203f099f1.json +++ b/data/unsuccessful-reproductions/feb20c2239d088b4281544110091d8c203f099f1.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/feb6e202e43b1f318fad064e1901972cc14a8483.json b/data/unsuccessful-reproductions/feb6e202e43b1f318fad064e1901972cc14a8483.json index 18863c252d90..b6629e0376d8 100644 --- a/data/unsuccessful-reproductions/feb6e202e43b1f318fad064e1901972cc14a8483.json +++ b/data/unsuccessful-reproductions/feb6e202e43b1f318fad064e1901972cc14a8483.json @@ -12,7 +12,10 @@ "previousVersion" : "1.32", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fed0cf1ac7de2907e2e3780a979e10c136267401.json b/data/unsuccessful-reproductions/fed0cf1ac7de2907e2e3780a979e10c136267401.json index bd23bc089ebf..92f0bb600bec 100644 --- a/data/unsuccessful-reproductions/fed0cf1ac7de2907e2e3780a979e10c136267401.json +++ b/data/unsuccessful-reproductions/fed0cf1ac7de2907e2e3780a979e10c136267401.json @@ -12,7 +12,10 @@ "previousVersion" : "1.0.6.3", "newVersion" : "1.3.2", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fee22dbd2991761603b651da48cc95238ebaa9bb.json b/data/unsuccessful-reproductions/fee22dbd2991761603b651da48cc95238ebaa9bb.json index d1898502e3cf..cc38662f6d57 100644 --- a/data/unsuccessful-reproductions/fee22dbd2991761603b651da48cc95238ebaa9bb.json +++ b/data/unsuccessful-reproductions/fee22dbd2991761603b651da48cc95238ebaa9bb.json @@ -12,7 +12,10 @@ "previousVersion" : "3.5.1", "newVersion" : "4.0.0", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "codehaus-plexus/plexus-utils" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fef420290e9c90193746e0f043d0cb95f01846b7.json b/data/unsuccessful-reproductions/fef420290e9c90193746e0f043d0cb95f01846b7.json index d79edd464b4c..d9ea82676262 100644 --- a/data/unsuccessful-reproductions/fef420290e9c90193746e0f043d0cb95f01846b7.json +++ b/data/unsuccessful-reproductions/fef420290e9c90193746e0f043d0cb95f01846b7.json @@ -12,7 +12,10 @@ "previousVersion" : "2.12.15", "newVersion" : "2.13.8", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ff02121316062386ecbe40d4d3ecbccf0c0087d0.json b/data/unsuccessful-reproductions/ff02121316062386ecbe40d4d3ecbccf0c0087d0.json index 9fd4e5cfd059..7b78818c1bda 100644 --- a/data/unsuccessful-reproductions/ff02121316062386ecbe40d4d3ecbccf0c0087d0.json +++ b/data/unsuccessful-reproductions/ff02121316062386ecbe40d4d3ecbccf0c0087d0.json @@ -12,7 +12,10 @@ "previousVersion" : "3.18.3", "newVersion" : "3.19.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ff20338da22e58bccad4351d8bfc724903da4259.json b/data/unsuccessful-reproductions/ff20338da22e58bccad4351d8bfc724903da4259.json index c2dce3246886..49fc1820a669 100644 --- a/data/unsuccessful-reproductions/ff20338da22e58bccad4351d8bfc724903da4259.json +++ b/data/unsuccessful-reproductions/ff20338da22e58bccad4351d8bfc724903da4259.json @@ -12,7 +12,10 @@ "previousVersion" : "1.6.9", "newVersion" : "1.6.11", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "AGPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ff23665102dd3dd5ec7310ff6ececc601f73903c.json b/data/unsuccessful-reproductions/ff23665102dd3dd5ec7310ff6ececc601f73903c.json index a3d20d0bf98e..dfc55db30e45 100644 --- a/data/unsuccessful-reproductions/ff23665102dd3dd5ec7310ff6ececc601f73903c.json +++ b/data/unsuccessful-reproductions/ff23665102dd3dd5ec7310ff6ececc601f73903c.json @@ -12,7 +12,10 @@ "previousVersion" : "2.10.2", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ff248748807d8d63d416bccbc7586b89d67bdab9.json b/data/unsuccessful-reproductions/ff248748807d8d63d416bccbc7586b89d67bdab9.json index 303b7ed1f214..cd3d37ce0424 100644 --- a/data/unsuccessful-reproductions/ff248748807d8d63d416bccbc7586b89d67bdab9.json +++ b/data/unsuccessful-reproductions/ff248748807d8d63d416bccbc7586b89d67bdab9.json @@ -12,7 +12,10 @@ "previousVersion" : "1.3.900", "newVersion" : "1.3.1000", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ff3eb217055c1f79fcaf11f4b82f7eea76a10727.json b/data/unsuccessful-reproductions/ff3eb217055c1f79fcaf11f4b82f7eea76a10727.json index 5fc1765df1b1..9de2e58cd42c 100644 --- a/data/unsuccessful-reproductions/ff3eb217055c1f79fcaf11f4b82f7eea76a10727.json +++ b/data/unsuccessful-reproductions/ff3eb217055c1f79fcaf11f4b82f7eea76a10727.json @@ -12,7 +12,10 @@ "previousVersion" : "2.9.10.7", "newVersion" : "2.12.6.1", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ff54d6c1392596d43cfa0900c1e40aa84fc9c9a2.json b/data/unsuccessful-reproductions/ff54d6c1392596d43cfa0900c1e40aa84fc9c9a2.json index 476590a92178..c95c9ab66fdc 100644 --- a/data/unsuccessful-reproductions/ff54d6c1392596d43cfa0900c1e40aa84fc9c9a2.json +++ b/data/unsuccessful-reproductions/ff54d6c1392596d43cfa0900c1e40aa84fc9c9a2.json @@ -12,7 +12,10 @@ "previousVersion" : "23.0.0", "newVersion" : "24.0.1", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Unlicense" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ff6b02ad27705f8b811647ddc0d87f5cc43fdf62.json b/data/unsuccessful-reproductions/ff6b02ad27705f8b811647ddc0d87f5cc43fdf62.json index 58b169630a7a..0504a7a0d481 100644 --- a/data/unsuccessful-reproductions/ff6b02ad27705f8b811647ddc0d87f5cc43fdf62.json +++ b/data/unsuccessful-reproductions/ff6b02ad27705f8b811647ddc0d87f5cc43fdf62.json @@ -12,7 +12,10 @@ "previousVersion" : "1.12.394", "newVersion" : "1.12.424", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ff6b2277adfcf7b05874d91adec50dd103a66bb5.json b/data/unsuccessful-reproductions/ff6b2277adfcf7b05874d91adec50dd103a66bb5.json index 128984fe6edb..10d6e3ce2228 100644 --- a/data/unsuccessful-reproductions/ff6b2277adfcf7b05874d91adec50dd103a66bb5.json +++ b/data/unsuccessful-reproductions/ff6b2277adfcf7b05874d91adec50dd103a66bb5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.11.0", "newVersion" : "20030203.000550", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/commons-io" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "NOASSERTION" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ff70b797673bf093146f9f4e80bdd72f30538e7b.json b/data/unsuccessful-reproductions/ff70b797673bf093146f9f4e80bdd72f30538e7b.json index a779b26b71d5..ef9d0130c5fc 100644 --- a/data/unsuccessful-reproductions/ff70b797673bf093146f9f4e80bdd72f30538e7b.json +++ b/data/unsuccessful-reproductions/ff70b797673bf093146f9f4e80bdd72f30538e7b.json @@ -12,7 +12,10 @@ "previousVersion" : "4.3.7", "newVersion" : "4.3.8", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ff8af8af4d4c86c78e69d30b8f75583e2ff6e8b3.json b/data/unsuccessful-reproductions/ff8af8af4d4c86c78e69d30b8f75583e2ff6e8b3.json index 1842fe38ee12..8f3053107d65 100644 --- a/data/unsuccessful-reproductions/ff8af8af4d4c86c78e69d30b8f75583e2ff6e8b3.json +++ b/data/unsuccessful-reproductions/ff8af8af4d4c86c78e69d30b8f75583e2ff6e8b3.json @@ -12,7 +12,10 @@ "previousVersion" : "0.1.0", "newVersion" : "1.1.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffa48e23a7b511870daca7e2f5f58163bdd217d5.json b/data/unsuccessful-reproductions/ffa48e23a7b511870daca7e2f5f58163bdd217d5.json index a0a14555c816..a0234af55f89 100644 --- a/data/unsuccessful-reproductions/ffa48e23a7b511870daca7e2f5f58163bdd217d5.json +++ b/data/unsuccessful-reproductions/ffa48e23a7b511870daca7e2f5f58163bdd217d5.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.88", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffa4b5d6ebbff909670942871cdd32cfa6c5fc8e.json b/data/unsuccessful-reproductions/ffa4b5d6ebbff909670942871cdd32cfa6c5fc8e.json index 70f0f48e9cec..5c7816210d1c 100644 --- a/data/unsuccessful-reproductions/ffa4b5d6ebbff909670942871cdd32cfa6c5fc8e.json +++ b/data/unsuccessful-reproductions/ffa4b5d6ebbff909670942871cdd32cfa6c5fc8e.json @@ -12,7 +12,10 @@ "previousVersion" : "2.13.2", "newVersion" : "2.15.0", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "apache/logging-log4j1" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffaecf0b1c1bcee783da13ae6d9e52a03f4c9853.json b/data/unsuccessful-reproductions/ffaecf0b1c1bcee783da13ae6d9e52a03f4c9853.json index 8f73cfd1931c..29d9b31fe1d1 100644 --- a/data/unsuccessful-reproductions/ffaecf0b1c1bcee783da13ae6d9e52a03f4c9853.json +++ b/data/unsuccessful-reproductions/ffaecf0b1c1bcee783da13ae6d9e52a03f4c9853.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.289", "newVersion" : "2.20.22", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffb12ddbcd3862f6cbd1dd3c35239ab9b155a0ff.json b/data/unsuccessful-reproductions/ffb12ddbcd3862f6cbd1dd3c35239ab9b155a0ff.json index 835654bdfbcb..366fe2f3f519 100644 --- a/data/unsuccessful-reproductions/ffb12ddbcd3862f6cbd1dd3c35239ab9b155a0ff.json +++ b/data/unsuccessful-reproductions/ffb12ddbcd3862f6cbd1dd3c35239ab9b155a0ff.json @@ -12,7 +12,10 @@ "previousVersion" : "2.8.6", "newVersion" : "2.8.9", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffb1a7df392312c5b7b59e63f01dad4657180a94.json b/data/unsuccessful-reproductions/ffb1a7df392312c5b7b59e63f01dad4657180a94.json index 60a76fdac80f..02b31c65b21b 100644 --- a/data/unsuccessful-reproductions/ffb1a7df392312c5b7b59e63f01dad4657180a94.json +++ b/data/unsuccessful-reproductions/ffb1a7df392312c5b7b59e63f01dad4657180a94.json @@ -12,7 +12,10 @@ "previousVersion" : "1500.ve4d05cd32975", "newVersion" : "1750.v0071fa_4c4a_e3", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffb4a89313248616d86f60bf353e6f306d2d7ee1.json b/data/unsuccessful-reproductions/ffb4a89313248616d86f60bf353e6f306d2d7ee1.json index 15b4a8683c7b..e9a6fd50f5aa 100644 --- a/data/unsuccessful-reproductions/ffb4a89313248616d86f60bf353e6f306d2d7ee1.json +++ b/data/unsuccessful-reproductions/ffb4a89313248616d86f60bf353e6f306d2d7ee1.json @@ -12,7 +12,10 @@ "previousVersion" : "876.vc43b4c6423b6", "newVersion" : "937.v51fde92016ed", "dependencyScope" : "import", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffbb3ab4a95b983999d9a95c27b931f0f2dae620.json b/data/unsuccessful-reproductions/ffbb3ab4a95b983999d9a95c27b931f0f2dae620.json index dfeeb8a57fe5..64d8b7f9804d 100644 --- a/data/unsuccessful-reproductions/ffbb3ab4a95b983999d9a95c27b931f0f2dae620.json +++ b/data/unsuccessful-reproductions/ffbb3ab4a95b983999d9a95c27b931f0f2dae620.json @@ -12,7 +12,10 @@ "previousVersion" : "2020.0.4", "newVersion" : "2021.0.0", "dependencyScope" : "import", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffc2526a9da949fabd9a819671a45fd2daedb359.json b/data/unsuccessful-reproductions/ffc2526a9da949fabd9a819671a45fd2daedb359.json index 48e57f2f32fc..8a1cf9217e02 100644 --- a/data/unsuccessful-reproductions/ffc2526a9da949fabd9a819671a45fd2daedb359.json +++ b/data/unsuccessful-reproductions/ffc2526a9da949fabd9a819671a45fd2daedb359.json @@ -12,7 +12,10 @@ "previousVersion" : "4.1.93.Final", "newVersion" : "4.1.94.Final", "dependencyScope" : "compile", - "versionUpdateType" : "other" + "versionUpdateType" : "other", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "MIT" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffd24534602086b1e70587caeaff453f59da3b3e.json b/data/unsuccessful-reproductions/ffd24534602086b1e70587caeaff453f59da3b3e.json index 309051f78fe4..8fcc3ccc5562 100644 --- a/data/unsuccessful-reproductions/ffd24534602086b1e70587caeaff453f59da3b3e.json +++ b/data/unsuccessful-reproductions/ffd24534602086b1e70587caeaff453f59da3b3e.json @@ -12,7 +12,10 @@ "previousVersion" : "1.4.5", "newVersion" : "1.4.6", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "NOASSERTION", + "githubRepoSlug" : "qos-ch/logback" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffdafe2b594673827fcf10c871da9ada8e9d6eaf.json b/data/unsuccessful-reproductions/ffdafe2b594673827fcf10c871da9ada8e9d6eaf.json index a67f08f31881..a7a1483679d6 100644 --- a/data/unsuccessful-reproductions/ffdafe2b594673827fcf10c871da9ada8e9d6eaf.json +++ b/data/unsuccessful-reproductions/ffdafe2b594673827fcf10c871da9ada8e9d6eaf.json @@ -12,7 +12,10 @@ "previousVersion" : "2.18.38", "newVersion" : "2.20.28", "dependencyScope" : "compile", - "versionUpdateType" : "minor" + "versionUpdateType" : "minor", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "No license found" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffdc2c3009f19db540e869440ee0aa8c679778a0.json b/data/unsuccessful-reproductions/ffdc2c3009f19db540e869440ee0aa8c679778a0.json index 7dab5f4ddebe..e8368bb6892a 100644 --- a/data/unsuccessful-reproductions/ffdc2c3009f19db540e869440ee0aa8c679778a0.json +++ b/data/unsuccessful-reproductions/ffdc2c3009f19db540e869440ee0aa8c679778a0.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffe4f1379c9569114e425d3ea1d992d2348218d0.json b/data/unsuccessful-reproductions/ffe4f1379c9569114e425d3ea1d992d2348218d0.json index efa0d984aa8b..a7b3d4c647b2 100644 --- a/data/unsuccessful-reproductions/ffe4f1379c9569114e425d3ea1d992d2348218d0.json +++ b/data/unsuccessful-reproductions/ffe4f1379c9569114e425d3ea1d992d2348218d0.json @@ -12,7 +12,10 @@ "previousVersion" : "1.33", "newVersion" : "2.0", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "Apache-2.0", + "githubRepoSlug" : "snakeyaml/snakeyaml" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "GPL-3.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffe9c453cbabc394fd4316595baedba2e37a0db6.json b/data/unsuccessful-reproductions/ffe9c453cbabc394fd4316595baedba2e37a0db6.json index 4d3fd220f4e1..ea8ec5e4e50f 100644 --- a/data/unsuccessful-reproductions/ffe9c453cbabc394fd4316595baedba2e37a0db6.json +++ b/data/unsuccessful-reproductions/ffe9c453cbabc394fd4316595baedba2e37a0db6.json @@ -12,7 +12,10 @@ "previousVersion" : "9.3", "newVersion" : "10.3.3", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "LGPL-2.1", + "githubRepoSlug" : "checkstyle/checkstyle" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/ffee81a7d4eccbbc36847feb3074a4368cc8c3ca.json b/data/unsuccessful-reproductions/ffee81a7d4eccbbc36847feb3074a4368cc8c3ca.json index 09d665f9746b..ad76d1e215c5 100644 --- a/data/unsuccessful-reproductions/ffee81a7d4eccbbc36847feb3074a4368cc8c3ca.json +++ b/data/unsuccessful-reproductions/ffee81a7d4eccbbc36847feb3074a4368cc8c3ca.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.4", "dependencyScope" : "compile", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fff393892d54221cf2641b86625e7417f1f8845f.json b/data/unsuccessful-reproductions/fff393892d54221cf2641b86625e7417f1f8845f.json index 6fa749e57218..adeda5fc7e30 100644 --- a/data/unsuccessful-reproductions/fff393892d54221cf2641b86625e7417f1f8845f.json +++ b/data/unsuccessful-reproductions/fff393892d54221cf2641b86625e7417f1f8845f.json @@ -12,7 +12,10 @@ "previousVersion" : "1.7.25", "newVersion" : "2.0.7", "dependencyScope" : "provided", - "versionUpdateType" : "major" + "versionUpdateType" : "major", + "licenseInfo" : "MIT", + "githubRepoSlug" : "qos-ch/slf4j" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/data/unsuccessful-reproductions/fff96c36e886273a9d5ebb88701051ab13d8a312.json b/data/unsuccessful-reproductions/fff96c36e886273a9d5ebb88701051ab13d8a312.json index 2d935907b596..af829070cf11 100644 --- a/data/unsuccessful-reproductions/fff96c36e886273a9d5ebb88701051ab13d8a312.json +++ b/data/unsuccessful-reproductions/fff96c36e886273a9d5ebb88701051ab13d8a312.json @@ -12,7 +12,10 @@ "previousVersion" : "2.17.112", "newVersion" : "2.17.118", "dependencyScope" : "compile", - "versionUpdateType" : "patch" + "versionUpdateType" : "patch", + "licenseInfo" : "No license found", + "githubRepoSlug" : "Repository not found" }, - "javaVersionUsedForReproduction" : "11" + "javaVersionUsedForReproduction" : "11", + "licenseInfo" : "Apache-2.0" } \ No newline at end of file diff --git a/schemas/not-attempted-reproduction-schemas/breaking-update.schema.json b/schemas/not-attempted-reproduction-schemas/breaking-update.schema.json index 2815846866a0..08be68368157 100644 --- a/schemas/not-attempted-reproduction-schemas/breaking-update.schema.json +++ b/schemas/not-attempted-reproduction-schemas/breaking-update.schema.json @@ -74,6 +74,10 @@ "updatedDependency": { "description": "The updated dependency details", "$ref": "breaking-update-dependency.schema.json" + }, + "licenseInfo": { + "description": "The license information of the updated dependency", + "type": "String" } }, "required": [ @@ -84,6 +88,7 @@ "prAuthor", "preCommitAuthor", "breakingCommitAuthor", - "updatedDependency" + "updatedDependency", + "licenseInfo" ] } diff --git a/schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json b/schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json index a9854ff1960d..2c872a811004 100644 --- a/schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json +++ b/schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json @@ -80,6 +80,14 @@ "POM", "JAR" ] + }, + "licenseInfo": { + "description": "The comparison link of the two GitHub tags that correspond to the old and new versions of the updated dependency.", + "type": "string" + }, + "githubRepoSlug": { + "description": "The comparison link of the two GitHub tags that correspond to the old and new versions of the updated dependency.", + "type": "string" } }, "required": [ @@ -92,6 +100,8 @@ "githubCompareLink", "mavenSourceLinkPre", "mavenSourceLinkBreaking", - "updatedFileType" + "updatedFileType", + "licenseInfo", + "githubRepoSlug" ] } diff --git a/schemas/successful-reproduction-schemas/breaking-update.schema.json b/schemas/successful-reproduction-schemas/breaking-update.schema.json index d015806c594a..5a4ac1dabd1c 100644 --- a/schemas/successful-reproduction-schemas/breaking-update.schema.json +++ b/schemas/successful-reproduction-schemas/breaking-update.schema.json @@ -67,7 +67,7 @@ "type": "string" }, "failureCategory": { - "description": "The cac5fd5187ce64d2b53602717f09cc18dd21d55e8dtegory of the root cause of the reproduction failure", + "description": "The category of the root cause of the reproduction failure", "type": "string", "enum": [ "DEPENDENCY_RESOLUTION_FAILURE", @@ -78,6 +78,10 @@ "UNKNOWN_FAILURE", "WERROR_FAILURE" ] + }, + "licenseInfo": { + "description": "The license information of the updated dependency", + "type": "string" } }, "required": [ @@ -92,6 +96,7 @@ "preCommitReproductionCommand", "breakingUpdateReproductionCommand", "javaVersionUsedForReproduction", - "failureCategory" + "failureCategory", + "licenseInfo" ] } diff --git a/schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json b/schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json index ad6a2685c1a0..61f0b2d6efa7 100644 --- a/schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json +++ b/schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json @@ -78,6 +78,10 @@ "javaVersionUsedForReproduction": { "description": "The Java version used for the reproduction attempt", "type": "string" + }, + "licenseInfo": { + "description": "The license information of the updated dependency", + "type": "string" } }, "required": [ @@ -89,6 +93,7 @@ "preCommitAuthor", "breakingCommitAuthor", "updatedDependency", - "javaVersionUsedForReproduction" + "javaVersionUsedForReproduction", + "licenseInfo" ] } diff --git a/scripts/add-licenses.py b/scripts/add-licenses.py new file mode 100644 index 000000000000..7267d4b4258b --- /dev/null +++ b/scripts/add-licenses.py @@ -0,0 +1,97 @@ +import os +import json +import pandas as pd +import requests +from urllib.parse import urlparse +from functools import lru_cache + +GITHUB_TOKEN = 'github_pat_' + + +LICENSE_NOT_FOUND = 'No license found' +REPO_NOT_FOUND = 'Repository not found' + +MAX_RETRIES = 3 +RETRY_DELAY = 5 # seconds + +@lru_cache(maxsize=None) +def get_license_info(repo_name): + api_url = f"https://api.github.com/repos/{repo_name}" + headers = {'Authorization': f'token {GITHUB_TOKEN}'} + + for attempt in range(MAX_RETRIES): + response = requests.get(api_url, headers=headers) + if response.status_code == 200: + json_response = response.json() + if 'license' in json_response and json_response['license'] is not None: + return json_response['license'].get('spdx_id', LICENSE_NOT_FOUND) + elif 'license' in json_response and json_response['license'] is None: + return LICENSE_NOT_FOUND + elif response.status_code == 401: + print(f"Attempt {attempt + 1}/{MAX_RETRIES}: Received 401 error for {repo_name}. Retrying in {RETRY_DELAY} seconds...") + time.sleep(RETRY_DELAY) + continue + else: + break + print(f"Failed to get license info for {repo_name}. Status code: {response.status_code}") + return LICENSE_NOT_FOUND + +def get_repo_name_from_url(url): + parsed_url = urlparse(url) + path_parts = parsed_url.path.strip('/').split('/') + if len(path_parts) >= 2: + return '/'.join(path_parts[:2]) + return None + +def update_json_file(file_path, mapping): + with open(file_path, 'r', encoding="utf-8") as file: + entry = json.load(file) + + updatedDependency = entry.get('updatedDependency', {}) + github_compare_link = updatedDependency.get('githubCompareLink', '') + + dependency_repo_name = None + if github_compare_link and 'https://github.com' in github_compare_link: + dependency_repo_name = get_repo_name_from_url(github_compare_link) + else: + group_id = updatedDependency.get('dependencyGroupID') + artifact_id = updatedDependency.get('dependencyArtifactID') + repo_info = next((item for item in mapping if item["updatedDependency.dependencyGroupID"] == group_id and (item["updatedDependency.dependencyArtifactID"] == artifact_id or item["updatedDependency.dependencyArtifactID"] == "*")), None) + if repo_info: + dependency_repo_name = get_repo_name_from_url(repo_info["githubRepoLink"]) + + if dependency_repo_name: + license_info = get_license_info(dependency_repo_name) + updatedDependency['licenseInfo'] = license_info + updatedDependency['githubRepoSlug'] = dependency_repo_name + else: + updatedDependency['licenseInfo'] = LICENSE_NOT_FOUND + updatedDependency['githubRepoSlug'] = REPO_NOT_FOUND + + assert updatedDependency['licenseInfo'], "licenseInfo field is empty" + assert updatedDependency['githubRepoSlug'], "githubRepoSlug field is empty" + + # parse urls like this into their github slug https://github.com/versly/wsdoc/pull/80 + main_pr_url = entry.get('url') + if main_pr_url: + entry['licenseInfo'] = get_license_info(get_repo_name_from_url(main_pr_url)) + elif not entry['licenseInfo']: + entry['licenseInfo'] = LICENSE_NOT_FOUND + # Assert that the new field in the main entry is filled + assert entry['licenseInfo'], "licenseInfo field in the main entry is empty" + + with open(file_path, 'w', encoding="utf-8") as file: + file_text = json.dumps(entry, indent=2) + file.write(file_text.replace('": ', '" : ')) + +if __name__ == '__main__': + + with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'manual_repo_mapping.json'), 'r', encoding="utf-8") as file: + mapping = json.load(file) + + BENCHMARK_DIRS = [os.path.join(os.path.dirname(os.path.abspath(__file__)), '../data/benchmark/'),os.path.join(os.path.dirname(os.path.abspath(__file__)), '../data/sanity-check-failures/'),os.path.join(os.path.dirname(os.path.abspath(__file__)), '../data/unsuccessful-reproductions/')] + for BENCHMARK_DIR in BENCHMARK_DIRS: + for file_name in os.listdir(BENCHMARK_DIR): + if file_name.endswith('.json'): + file_path = os.path.join(BENCHMARK_DIR, file_name) + update_json_file(file_path, mapping) \ No newline at end of file diff --git a/scripts/fix-github-links.py b/scripts/fix-github-links.py index 88b790b32e5f..81ea7b04ca22 100644 --- a/scripts/fix-github-links.py +++ b/scripts/fix-github-links.py @@ -89,6 +89,9 @@ def construct_compare_url(repo_url, prev_version, new_version): else: return False +def is_in_tags(tags, version): + return any(version in tag for tag in tags) + def find_version_in_tags(tags, version): for tag in tags: if version in tag: diff --git a/src/main/java/miner/BreakingUpdate.java b/src/main/java/miner/BreakingUpdate.java index 08995cbab353..531642c84ee8 100644 --- a/src/main/java/miner/BreakingUpdate.java +++ b/src/main/java/miner/BreakingUpdate.java @@ -43,6 +43,7 @@ public class BreakingUpdate { public final String prAuthor; public final String preCommitAuthor; public final String breakingCommitAuthor; + public final String licenseInfo; public final UpdatedDependency updatedDependency; private static final Logger log = LoggerFactory.getLogger(BreakingUpdate.class); @@ -57,6 +58,11 @@ public BreakingUpdate(GHPullRequest pr) { project = pr.getRepository().getName(); projectOrganisation = url.split("/")[3]; breakingCommit = pr.getHead().getSha(); + try { + licenseInfo = pr.getRepository().getLicense().getName(); + } catch (IOException e) { + licenseInfo = "unknown"; + } prAuthor = parsePRAuthorType(pr, "unknown"); preCommitAuthor = parsePreCommitAuthorType(pr.getRepository(), breakingCommit, "unknown"); breakingCommitAuthor = parseBreakingCommitAuthorType(pr.getRepository(), breakingCommit, "unknown"); @@ -74,7 +80,8 @@ public BreakingUpdate(GHPullRequest pr) { @JsonProperty("prAuthor") String prAuthor, @JsonProperty("preCommitAuthor") String preCommitAuthor, @JsonProperty("breakingCommitAuthor") String breakingCommitAuthor, - @JsonProperty("updatedDependency") UpdatedDependency updatedDependency) { + @JsonProperty("updatedDependency") UpdatedDependency updatedDependency, + @JsonProperty("licenseInfo") String licenseInfo) { this.url = url; this.project = project; this.projectOrganisation = organisation; @@ -83,6 +90,7 @@ public BreakingUpdate(GHPullRequest pr) { this.preCommitAuthor = preCommitAuthor; this.breakingCommitAuthor = breakingCommitAuthor; this.updatedDependency = updatedDependency; + this.licenseInfo = licenseInfo; } /** diff --git a/src/main/java/miner/ReproducibleBreakingUpdate.java b/src/main/java/miner/ReproducibleBreakingUpdate.java index 698f33fd03b2..ea4c3e6de215 100644 --- a/src/main/java/miner/ReproducibleBreakingUpdate.java +++ b/src/main/java/miner/ReproducibleBreakingUpdate.java @@ -8,6 +8,7 @@ public class ReproducibleBreakingUpdate extends BreakingUpdate { public String javaVersionUsedForReproduction; public final UpdatedDependency updatedDependency; private FailureCategory failureCategory; + public String licenseInfo; /** * Create a new ReproducibleBreakingUpdate object that stores information about a @@ -17,12 +18,12 @@ public ReproducibleBreakingUpdate(String url, String project, String projectOrga String prAuthor, String preCommitAuthor, String breakingCommitAuthor, BreakingUpdate.UpdatedDependency updatedDependency, String githubCompareLink, String mavenSourceLinkPre, String mavenSourceLinkBreaking, - UpdatedDependency.UpdatedFileType updatedFileType) { - super(url, project, projectOrganisation, breakingCommit, prAuthor, preCommitAuthor, breakingCommitAuthor, updatedDependency); + UpdatedDependency.UpdatedFileType updatedFileType, String licenseInfo, String dependencyLicenseInfo, String githubRepoSlug) { + super(url, project, projectOrganisation, breakingCommit, prAuthor, preCommitAuthor, breakingCommitAuthor, updatedDependency, licenseInfo); this.updatedDependency = new UpdatedDependency(updatedDependency.dependencyGroupID, updatedDependency.dependencyArtifactID, updatedDependency.previousVersion, updatedDependency.newVersion, updatedDependency.dependencyScope, updatedDependency.versionUpdateType, updatedDependency.dependencySection, githubCompareLink, mavenSourceLinkPre, - mavenSourceLinkBreaking, updatedFileType); + mavenSourceLinkBreaking, updatedFileType, dependencyLicenseInfo, githubRepoSlug); } /** @@ -137,6 +138,8 @@ public static class UpdatedDependency extends BreakingUpdate.UpdatedDependency { public String mavenSourceLinkPre; public String mavenSourceLinkBreaking; public UpdatedFileType updatedFileType; + public final String licenseInfo; + public final String githubRepoSlug; /** * Create updated dependency for the breaking update. @@ -144,13 +147,15 @@ public static class UpdatedDependency extends BreakingUpdate.UpdatedDependency { public UpdatedDependency(String dependencyGroupID, String dependencyArtifactID, String previousVersion, String newVersion, String dependencyScope, String versionUpdateType, String dependencySection, String githubCompareLink, String mavenSourceLinkPre, String mavenSourceLinkBreaking, - UpdatedFileType updatedFileType) { + UpdatedFileType updatedFileType, String licenseInfo, String githubRepoSlug) { super(dependencyGroupID, dependencyArtifactID, previousVersion, newVersion, dependencyScope, versionUpdateType, dependencySection); this.githubCompareLink = githubCompareLink; this.mavenSourceLinkPre = mavenSourceLinkPre; this.mavenSourceLinkBreaking = mavenSourceLinkBreaking; this.updatedFileType = updatedFileType; + this.licenseInfo = licenseInfo; + this.githubRepoSlug = githubRepoSlug; } /** diff --git a/src/main/java/miner/UnreproducibleBreakingUpdate.java b/src/main/java/miner/UnreproducibleBreakingUpdate.java index 6159f8d82b5f..9d6b2d3d1d02 100644 --- a/src/main/java/miner/UnreproducibleBreakingUpdate.java +++ b/src/main/java/miner/UnreproducibleBreakingUpdate.java @@ -11,8 +11,8 @@ public class UnreproducibleBreakingUpdate extends BreakingUpdate { */ public UnreproducibleBreakingUpdate(String url, String project, String projectOrganisation, String breakingCommit, String prAuthor, String preCommitAuthor, String breakingCommitAuthor, - BreakingUpdate.UpdatedDependency updatedDependency) { - super(url, project, projectOrganisation, breakingCommit, prAuthor, preCommitAuthor, breakingCommitAuthor, updatedDependency); + BreakingUpdate.UpdatedDependency updatedDependency, String licenseInfo) { + super(url, project, projectOrganisation, breakingCommit, prAuthor, preCommitAuthor, breakingCommitAuthor, updatedDependency, licenseInfo); } /** diff --git a/src/main/java/reproducer/DependencyRefLinkFinder.java b/src/main/java/reproducer/DependencyRefLinkFinder.java index 027d0e6fb284..2f29754569f7 100644 --- a/src/main/java/reproducer/DependencyRefLinkFinder.java +++ b/src/main/java/reproducer/DependencyRefLinkFinder.java @@ -38,26 +38,37 @@ public DependencyRefLinkFinder(GitHubAPITokenQueue tokenQueue) throws IOExceptio this.tokenQueue = tokenQueue; } + /** + * Get the GitHub repo if it exists. + */ + public GHRepository getGithubRepository(BreakingUpdate bu) throws IOException { + + String repoOwner = bu.updatedDependency.dependencyGroupID.split("\\.").length > 1 ? + bu.updatedDependency.dependencyGroupID.split("\\.")[1] : bu.updatedDependency.dependencyGroupID; + String repoName = repoOwner + "/" + bu.updatedDependency.dependencyArtifactID; + GHRepository repository = tokenQueue.getGitHub(httpConnector).getRepository(repoName); + return repository; + + } + /** * Get the GitHub comparison links for the old and new tag releases if they exist. */ public String getGithubCompareLink(BreakingUpdate bu) { try { - String repoOwner = bu.updatedDependency.dependencyGroupID.split("\\.").length > 1 ? - bu.updatedDependency.dependencyGroupID.split("\\.")[1] : bu.updatedDependency.dependencyGroupID; - String repoName = repoOwner + "/" + bu.updatedDependency.dependencyArtifactID; - GHRepository repository = tokenQueue.getGitHub(httpConnector).getRepository(repoName); + GHRepository repository = getGithubRepository(bu); List tags = getTags(repository, bu); String notFoundMsg = "Relevant tags were not found in the GitHub repository %s for the updated dependency." .formatted(repository.getName()); - return (tags != null) ? ("https://github.com/%s/compare/%s...%s".formatted(repoName, tags.get(0), tags.get(1))) + return (tags != null) ? ("https://github.com/%s/compare/%s...%s".formatted(repository.getName(), tags.get(0), tags.get(1))) : notFoundMsg; } catch (IOException e) { log.error("A GitHub repository could not be found for the updated dependency {}.", bu.breakingCommit); return "A GitHub repository could not be found for the updated dependency."; } } + /** * Get the old and new tag releases if they exist in GitHub. diff --git a/src/main/java/reproducer/ResultManager.java b/src/main/java/reproducer/ResultManager.java index 5e8cabd5ca6d..a2ab2f05cf51 100644 --- a/src/main/java/reproducer/ResultManager.java +++ b/src/main/java/reproducer/ResultManager.java @@ -181,11 +181,15 @@ public void storeResult(BreakingUpdate bu, String postContainerId, String prevCo log.error("Failed to push the {} to the {}.", logOutputLocation.toFile().getName(), CACHE_REPO, e); } String githubCompareLink = null; + String githubSlug = null; String mavenSourceLinkPre = null; String mavenSourceLinkBreaking = null; + String dependencyLicenseInfo = null; try { DependencyRefLinkFinder dependencyRefLinkFinder = new DependencyRefLinkFinder(tokenQueue); githubCompareLink = dependencyRefLinkFinder.getGithubCompareLink(bu); + githubSlug = dependencyRefLinkFinder.getGithubRepository(bu).getName(); + dependencyLicenseInfo = dependencyRefLinkFinder.getGithubRepository(bu).getLicense().getName(); List mavenSourceLinks = dependencyRefLinkFinder.getMavenSourceLinks(bu); if (mavenSourceLinks != null) { mavenSourceLinkPre = mavenSourceLinks.get(0); @@ -199,7 +203,7 @@ public void storeResult(BreakingUpdate bu, String postContainerId, String prevCo // Create a new reproducible breaking update object. ReproducibleBreakingUpdate reproducibleBU = new ReproducibleBreakingUpdate(bu.url, bu.project, bu.projectOrganisation, bu.breakingCommit, bu.prAuthor, bu.preCommitAuthor, bu.breakingCommitAuthor, bu.updatedDependency, - githubCompareLink, mavenSourceLinkPre, mavenSourceLinkBreaking, updateType); + githubCompareLink, mavenSourceLinkPre, mavenSourceLinkBreaking, updateType, bu.licenseInfo, dependencyLicenseInfo, githubSlug); // Delete the BreakingUpdateJSON data from the in-progress-reproductions directory. removeBreakingUpdateFile(bu); // Set the default Java version used for the reproduction. @@ -256,7 +260,7 @@ public void removeBreakingUpdateFile(BreakingUpdate bu) { */ public void saveUnsuccessfulReproductionResult(BreakingUpdate bu) { UnreproducibleBreakingUpdate unreproducibleBU = new UnreproducibleBreakingUpdate(bu.url, bu.project, bu.projectOrganisation, - bu.breakingCommit, bu.prAuthor, bu.preCommitAuthor, bu.breakingCommitAuthor, bu.updatedDependency); + bu.breakingCommit, bu.prAuthor, bu.preCommitAuthor, bu.breakingCommitAuthor, bu.updatedDependency, bu.licenseInfo); unreproducibleBU.setJavaVersionUsedForReproduction(); // Delete the BreakingUpdateJSON data from the in-progress-reproductions directory. removeBreakingUpdateFile(bu);