Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_core from 2.31.0 to 2.32.0
Browse files Browse the repository at this point in the history
Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.31.0 to 2.32.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.31.0...v2.32.0)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ahus1 committed Sep 12, 2024
1 parent 454b855 commit adc9d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ repositories {

// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
errorprone("com.google.errorprone:error_prone_core:2.31.0")
compileOnly("com.google.errorprone:error_prone_core:2.31.0")
errorprone("com.google.errorprone:error_prone_core:2.32.0")
compileOnly("com.google.errorprone:error_prone_core:2.32.0")
/* snakeyaml is s used by asciidoctorj-pdf, but is actually provided within jruby-stdlib
* a snakeyaml version in the classpath takes precedence, but IntelliJ includes a version that is too old
* therefore this plugin includes the same version of snakeyaml that is already included in jruby-stdlib
Expand Down

0 comments on commit adc9d15

Please sign in to comment.