Skip to content

Commit 47c970d

Browse files
fix(deps): update error-prone monorepo to v2.48.0 (#8121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jack Berg <34418638+jack-berg@users.noreply.github.com>
1 parent 9009742 commit 47c970d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

api/incubator/src/testConvertToModel/java/io/opentelemetry/api/incubator/InstrumentationConfigUtilTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ private static class Model {
164164
@JsonProperty("double_list_property")
165165
private List<Double> doubleListProperty;
166166

167-
;
168-
169167
@JsonProperty("map_property")
170168
private Map<String, Object> mapProperty;
171169

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rootProject.extra["versions"] = dependencyVersions
99

1010

1111
val autoValueVersion = "1.11.1"
12-
val errorProneVersion = "2.47.0"
12+
val errorProneVersion = "2.48.0"
1313
val jmhVersion = "1.37"
1414
// Mockito 5.x.x requires Java 11 https://github.com/mockito/mockito/releases/tag/v5.0.0
1515
val mockitoVersion = "4.11.0"

0 commit comments

Comments
 (0)