Skip to content

Commit b63cefd

Browse files
Bump com.google.errorprone:error_prone_annotations from 2.46.0 to 2.48.0 (#8412)
* Bump com.google.errorprone:error_prone_annotations from 2.46.0 to 2.48.0 Bumps [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) from 2.46.0 to 2.48.0. - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.46.0...v2.48.0) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_annotations dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fixing licenses * Fixing licenses --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rui Abreu <[email protected]>
1 parent 53fa3b7 commit b63cefd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DEPENDENCY-LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ List of third-party dependencies grouped by their license type.
101101
* Dropwizard Servlet Support (io.dropwizard:dropwizard-servlets:5.0.1 - http://www.dropwizard.io/5.0.1/dropwizard-bom/dropwizard-dependencies/dropwizard-parent/dropwizard-servlets)
102102
* Dropwizard Utility Classes (io.dropwizard:dropwizard-util:5.0.1 - http://www.dropwizard.io/5.0.1/dropwizard-bom/dropwizard-dependencies/dropwizard-parent/dropwizard-util)
103103
* Dropwizard Validation Support (io.dropwizard:dropwizard-validation:5.0.1 - http://www.dropwizard.io/5.0.1/dropwizard-bom/dropwizard-dependencies/dropwizard-parent/dropwizard-validation)
104-
* error-prone annotations (com.google.errorprone:error_prone_annotations:2.46.0 - https://errorprone.info/error_prone_annotations)
104+
* error-prone annotations (com.google.errorprone:error_prone_annotations:2.48.0 - https://errorprone.info/error_prone_annotations)
105105
* FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/)
106106
* Google Guice - Core Library (com.google.inject:guice:4.2.1 - https://github.com/google/guice/guice)
107107
* Graphite Integration for Metrics (io.dropwizard.metrics:metrics-graphite:4.2.38 - https://metrics.dropwizard.io/metrics-graphite)

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ The license texts of these dependencies can be found in the licenses directory.
727727
* Dropwizard Servlet Support (io.dropwizard:dropwizard-servlets:5.0.1 - http://www.dropwizard.io/5.0.1/dropwizard-bom/dropwizard-dependencies/dropwizard-parent/dropwizard-servlets)
728728
* Dropwizard Utility Classes (io.dropwizard:dropwizard-util:5.0.1 - http://www.dropwizard.io/5.0.1/dropwizard-bom/dropwizard-dependencies/dropwizard-parent/dropwizard-util)
729729
* Dropwizard Validation Support (io.dropwizard:dropwizard-validation:5.0.1 - http://www.dropwizard.io/5.0.1/dropwizard-bom/dropwizard-dependencies/dropwizard-parent/dropwizard-validation)
730-
* error-prone annotations (com.google.errorprone:error_prone_annotations:2.46.0 - https://errorprone.info/error_prone_annotations)
730+
* error-prone annotations (com.google.errorprone:error_prone_annotations:2.48.0 - https://errorprone.info/error_prone_annotations)
731731
* FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/)
732732
* Graphite Integration for Metrics (io.dropwizard.metrics:metrics-graphite:4.2.38 - https://metrics.dropwizard.io/metrics-graphite)
733733
* Gson (com.google.code.gson:gson:2.13.2 - https://github.com/google/gson)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<jakarta-el.version>3.0.1-b12</jakarta-el.version>
165165
<asm.version>9.9.1</asm.version>
166166
<checker-qual.version>3.53.1</checker-qual.version>
167-
<error_prone_annotations.version>2.46.0</error_prone_annotations.version>
167+
<error_prone_annotations.version>2.48.0</error_prone_annotations.version>
168168
<bouncycastle.version>1.83</bouncycastle.version>
169169
</properties>
170170

0 commit comments

Comments
 (0)