Skip to content

Commit

Permalink
Bump the development-dependencies group
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 3 updates: [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client), [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) and [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni).


Updates `org.apache.httpcomponents.client5:httpclient5` from 5.2.1 to 5.2.3
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.2.3/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.2.1...rel/v5.2.3)

Updates `org.xerial.snappy:snappy-java` from 1.1.8.4 to 1.1.10.5
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@1.1.8.4...v1.1.10.5)

Updates `com.github.luben:zstd-jni` from 1.5.0-2 to 1.5.5-11
- [Commits](luben/zstd-jni@v1.5.0-2...v1.5.5-11)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: com.github.luben:zstd-jni
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

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 18, 2023
1 parent 02867e6 commit ef9f37d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ext {
assertkVersion = '0.27.0'
awaitilityVersion = '4.2.0'
commonsCompressVersion = '1.20'
commonsHttpClientVersion = '5.2.1'
commonsHttpClientVersion = '5.2.3'
commonsPoolVersion = '2.12.0'
googleJsr305Version = '3.0.2'
hamcrestVersion = '2.2'
Expand All @@ -67,12 +67,12 @@ ext {
rabbitmqStreamVersion = '0.14.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.19.0'
reactorVersion = '2023.0.0'
snappyVersion = '1.1.8.4'
snappyVersion = '1.1.10.5'
springDataVersion = '2023.1.0'
springRetryVersion = '2.0.4'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.1.0'
testcontainersVersion = '1.19.1'
zstdJniVersion = '1.5.0-2'
zstdJniVersion = '1.5.5-11'

javaProjects = subprojects - project(':spring-amqp-bom')
}
Expand Down

0 comments on commit ef9f37d

Please sign in to comment.