Skip to content

Commit

Permalink
Add new reproduced data (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyagamage authored Aug 7, 2023
1 parent 0e951be commit 43119d6
Show file tree
Hide file tree
Showing 1,143 changed files with 12,533 additions and 12 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ java -jar target/BreakingUpdateReproducer.jar --help
```

## Stats
As of Aug 3 2023:
* The benchmark consists of 210 reproducible breaking updates.
- Of these breaking updates, 69 (32.86%) fail compilation with the updated dependency.
- 40 (19.05%) fail tests with the updated dependency.
- 1 (0.48%) have dependency resolution failures with the updated dependency.
- 47 (22.38%) fail after updating the dependency due to maven enforcer failures.
- 53 (25.24%) fail due to unknown failures after updating the dependency.
* Overall, reproduction has been attempted for 2110 breaking updates, and 1900 (90.05%) could not be locally reproduced.
As of Aug 7 2023:
* The benchmark consists of 331 reproducible breaking updates.
- Of these breaking updates, 124 (37.46%) fail compilation with the updated dependency.
- 95 (28.70%) fail tests with the updated dependency.
- 1 (0.30%) have dependency resolution failures with the updated dependency.
- 55 (16.62%) fail after updating the dependency due to maven enforcer failures.
- 56 (16.92%) fail due to unknown failures after updating the dependency.
* Overall, reproduction has been attempted for 2754 breaking updates, and 2423 (87.98%) could not be locally reproduced.
* For 0 potential breaking updates, reproduction has not been attempted yet.
24 changes: 24 additions & 0 deletions data/benchmark/02363207c365b3befd6426f6dda5c8eac904d760.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/retest/recheck/pull/1041",
"project" : "recheck",
"breakingCommit" : "02363207c365b3befd6426f6dda5c8eac904d760",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.slf4j",
"dependencyArtifactID" : "slf4j-api",
"previousVersion" : "1.7.36",
"newVersion" : "2.0.3",
"dependencyScope" : "compile",
"versionUpdateType" : "major",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/0a11c04038eae517540051dbf51f7f26b7221f20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/simplelocalize/simplelocalize-cli/pull/74",
"project" : "simplelocalize-cli",
"breakingCommit" : "0a11c04038eae517540051dbf51f7f26b7221f20",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.yaml",
"dependencyArtifactID" : "snakeyaml",
"previousVersion" : "1.24",
"newVersion" : "2.0",
"dependencyScope" : "compile",
"versionUpdateType" : "major",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/0c748afce24c983e8f330bc2435837c70b0fcde6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/pac4j/dropwizard-pac4j/pull/344",
"project" : "dropwizard-pac4j",
"breakingCommit" : "0c748afce24c983e8f330bc2435837c70b0fcde6",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.fasterxml.jackson.core",
"dependencyArtifactID" : "jackson-databind",
"previousVersion" : "2.10.5.1",
"newVersion" : "2.14.1",
"dependencyScope" : "compile",
"versionUpdateType" : "other",
"githubCompareLink" : "https://github.com/fasterxml/jackson-databind/compare/jackson-databind-2.10.5.1...jackson-databind-2.14.1",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/115827c6675f532a4d33751d1a0c0ba394bbd304.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/pac4j/dropwizard-pac4j/pull/292",
"project" : "dropwizard-pac4j",
"breakingCommit" : "115827c6675f532a4d33751d1a0c0ba394bbd304",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "jakarta.servlet",
"dependencyArtifactID" : "jakarta.servlet-api",
"previousVersion" : "4.0.4",
"newVersion" : "6.0.0",
"dependencyScope" : "compile",
"versionUpdateType" : "major",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/139c909f9d58b53d6c45678c197a41453d55cd29.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/quarkiverse/quarkus-dashbuilder/pull/56",
"project" : "quarkus-dashbuilder",
"breakingCommit" : "139c909f9d58b53d6c45678c197a41453d55cd29",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.apache.maven.scm",
"dependencyArtifactID" : "maven-scm-provider-jgit",
"previousVersion" : "2.0.0",
"newVersion" : "2.0.1",
"dependencyScope" : "compile",
"versionUpdateType" : "patch",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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" : "UNKNOWN_FAILURE"
}
24 changes: 24 additions & 0 deletions data/benchmark/13fd75e233a5cb2771a6cb186c0decaed6d6545a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/artipie/docker-adapter/pull/544",
"project" : "docker-adapter",
"breakingCommit" : "13fd75e233a5cb2771a6cb186c0decaed6d6545a",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.artipie",
"dependencyArtifactID" : "asto-core",
"previousVersion" : "v1.13.0",
"newVersion" : "v1.15.4",
"dependencyScope" : "compile",
"versionUpdateType" : "other",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/14fc5fa696f499cac48401b3a86882b3bf7d9b82.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/NemProject/nem/pull/318",
"project" : "nem",
"breakingCommit" : "14fc5fa696f499cac48401b3a86882b3bf7d9b82",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.flywaydb",
"dependencyArtifactID" : "flyway-core",
"previousVersion" : "3.2.1",
"newVersion" : "9.21.1",
"dependencyScope" : "compile",
"versionUpdateType" : "major",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/165381d26b2c3d2278fde88c16f95807506451fe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/btrplace/scheduler/pull/347",
"project" : "scheduler",
"breakingCommit" : "165381d26b2c3d2278fde88c16f95807506451fe",
"prAuthor" : "bot",
"preCommitAuthor" : "human",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.github.javaparser",
"dependencyArtifactID" : "javaparser-core",
"previousVersion" : "3.18.0",
"newVersion" : "3.24.0",
"dependencyScope" : "compile",
"versionUpdateType" : "minor",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/1750bac074c30b06ae5cdff7a25db401a4f45de2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/pac4j/dropwizard-pac4j/pull/317",
"project" : "dropwizard-pac4j",
"breakingCommit" : "1750bac074c30b06ae5cdff7a25db401a4f45de2",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.fasterxml.jackson.core",
"dependencyArtifactID" : "jackson-databind",
"previousVersion" : "2.10.5.1",
"newVersion" : "2.13.4",
"dependencyScope" : "compile",
"versionUpdateType" : "other",
"githubCompareLink" : "https://github.com/fasterxml/jackson-databind/compare/jackson-databind-2.10.5.1...jackson-databind-2.13.4",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/1d43bce1de6a81ac017c233d72f348d3c850299e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/NemProject/nem/pull/220",
"project" : "nem",
"breakingCommit" : "1d43bce1de6a81ac017c233d72f348d3c850299e",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.flywaydb",
"dependencyArtifactID" : "flyway-core",
"previousVersion" : "3.2.1",
"newVersion" : "9.15.0",
"dependencyScope" : "compile",
"versionUpdateType" : "major",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/NemProject/nem/pull/314",
"project" : "nem",
"breakingCommit" : "250cafc7d6ae47d5d4803b5a5e58186eb81fa3b5",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.flywaydb",
"dependencyArtifactID" : "flyway-core",
"previousVersion" : "3.2.1",
"newVersion" : "9.21.0",
"dependencyScope" : "compile",
"versionUpdateType" : "major",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/25926ea2f0e0adaec0238bc7623d0a78e70c96bd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/retest/recheck/pull/1068",
"project" : "recheck",
"breakingCommit" : "25926ea2f0e0adaec0238bc7623d0a78e70c96bd",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.eclipse.persistence",
"dependencyArtifactID" : "org.eclipse.persistence.moxy",
"previousVersion" : "3.0.2",
"newVersion" : "4.0.1",
"dependencyScope" : "compile",
"versionUpdateType" : "major",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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"
}
24 changes: 24 additions & 0 deletions data/benchmark/27226f9df7c2209de8206f92fd707af9381932b0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/pac4j/dropwizard-pac4j/pull/269",
"project" : "dropwizard-pac4j",
"breakingCommit" : "27226f9df7c2209de8206f92fd707af9381932b0",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "com.fasterxml.jackson.core",
"dependencyArtifactID" : "jackson-databind",
"previousVersion" : "2.10.5.1",
"newVersion" : "2.13.2.2",
"dependencyScope" : "compile",
"versionUpdateType" : "other",
"githubCompareLink" : "https://github.com/fasterxml/jackson-databind/compare/jackson-databind-2.10.5.1...jackson-databind-2.13.2.2",
"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"
},
"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" : "MAVEN_ENFORCER_FAILURE"
}
24 changes: 24 additions & 0 deletions data/benchmark/28745a38581cf7de6f4bf931f59b39925fe7c4ec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"url" : "https://github.com/retest/recheck/pull/1051",
"project" : "recheck",
"breakingCommit" : "28745a38581cf7de6f4bf931f59b39925fe7c4ec",
"prAuthor" : "bot",
"preCommitAuthor" : "bot",
"breakingCommitAuthor" : "bot",
"updatedDependency" : {
"dependencyGroupID" : "org.slf4j",
"dependencyArtifactID" : "slf4j-api",
"previousVersion" : "1.7.36",
"newVersion" : "2.0.4",
"dependencyScope" : "compile",
"versionUpdateType" : "major",
"githubCompareLink" : "A GitHub repository could not be found for the updated dependency.",
"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"
},
"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"
}
Loading

0 comments on commit 43119d6

Please sign in to comment.