Skip to content

Commit

Permalink
Bump brotli4jVersion from 1.17.0 to 1.18.0 (#77)
Browse files Browse the repository at this point in the history
Bumps `brotli4jVersion` from 1.17.0 to 1.18.0.

Updates `com.aayushatharva.brotli4j:brotli4j` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/hyperxpro/Brotli4j/releases)
- [Commits](hyperxpro/Brotli4j@v1.17.0...v1.18.0)

Updates `com.aayushatharva.brotli4j:native-linux-x86_64` from 1.17.0 to 1.18.0

Updates `com.aayushatharva.brotli4j:native-linux-aarch64` from 1.17.0 to 1.18.0

Updates `com.aayushatharva.brotli4j:native-osx-x86_64` from 1.17.0 to 1.18.0

Updates `com.aayushatharva.brotli4j:native-osx-aarch64` from 1.17.0 to 1.18.0

---
updated-dependencies:
- dependency-name: com.aayushatharva.brotli4j:brotli4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.aayushatharva.brotli4j:native-linux-x86_64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.aayushatharva.brotli4j:native-linux-aarch64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.aayushatharva.brotli4j:native-osx-x86_64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.aayushatharva.brotli4j:native-osx-aarch64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 1cf711d commit 1c5edc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jmh {
profilers.set(listOf("gc"))
}

val brotli4jVersion = "1.17.0"
val brotli4jVersion = "1.18.0"
val nettyVersion = "4.1.115.Final"
val netty5Version = "5.0.0.Alpha5"
val zuulOssVersion = "2.5.13"
Expand Down

0 comments on commit 1c5edc1

Please sign in to comment.