Skip to content

Commit

Permalink
Add updatedFileType for null values
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyagamage committed Oct 23, 2023
1 parent 2d9cbf3 commit 54454c7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"mavenSourceLinkPre" : null,
"mavenSourceLinkBreaking" : null,
"updatedFileType" : null,
"updatedFileType" : "JAR",
"dependencySection" : "dependencyManagement"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:0e8625f492854a78c0e1ceff67b2abd7e081d42b-pre",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"mavenSourceLinkPre" : null,
"mavenSourceLinkBreaking" : null,
"updatedFileType" : null,
"updatedFileType" : "JAR",
"dependencySection" : "dependencyManagement"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:1fc5281e0688c44025fe2b390a7d6e3e3088f385-pre",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"mavenSourceLinkPre" : null,
"mavenSourceLinkBreaking" : null,
"updatedFileType" : null,
"updatedFileType" : "JAR",
"dependencySection" : "dependencyManagement"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:7fb959ccb8c9b32bd6cbc9fc95ed70c4d9c85575-pre",
Expand Down
4 changes: 2 additions & 2 deletions data/benchmark/bf192132622ef035d43b717570a4d6746540364c.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"updatedDependency" : {
"dependencyGroupID" : "org.optaplanner",
"dependencyArtifactID" : "optaplanner-bom",
"previousVersion" : "${version.org.kie}",
"previousVersion" : "7.75.0-SNAPSHOT",
"newVersion" : "7.73.0.Final",
"dependencyScope" : "import",
"versionUpdateType" : "other",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"mavenSourceLinkPre" : null,
"mavenSourceLinkBreaking" : null,
"updatedFileType" : null,
"updatedFileType" : "POM",
"dependencySection" : "dependencyManagement"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:bf192132622ef035d43b717570a4d6746540364c-pre",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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" : null,
"updatedFileType" : "JAR",
"dependencySection" : "dependencies"
},
"preCommitReproductionCommand" : "docker run ghcr.io/chains-project/breaking-updates:d9a0df6feee60bb6d7d301f251cab386168eecd1-pre",
Expand Down

0 comments on commit 54454c7

Please sign in to comment.