Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_core from 2.35.1 to 2.36.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.35.1 to 2.36.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.35.1...v2.36.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ahus1 committed Nov 22, 2024
1 parent 52de5cb commit 620d43f
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.35.1")
compileOnly("com.google.errorprone:error_prone_core:2.35.1")
errorprone("com.google.errorprone:error_prone_core:2.36.0")
compileOnly("com.google.errorprone:error_prone_core:2.36.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 620d43f

Please sign in to comment.