Skip to content

Commit

Permalink
build(deps): bump the patches group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 3 updates: [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client), [io.projectreactor.netty:reactor-netty-http](https://github.com/reactor/reactor-netty) and me.qoomon.git-versioning.


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

Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.12 to 1.1.13
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.12...v1.1.13)

Updates `me.qoomon.git-versioning` from 6.4.2 to 6.4.3

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: io.projectreactor.netty:reactor-netty-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: me.qoomon.git-versioning
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 81a1588 commit f04e5c2
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 @@ -8,7 +8,7 @@ plugins {
id 'idea'
id "io.freefair.lombok" version '8.4'
// https://github.com/qoomon/gradle-git-versioning-plugin
id 'me.qoomon.git-versioning' version '6.4.2'
id 'me.qoomon.git-versioning' version '6.4.3'
// https://github.com/itzg/github-releaser-gradle-plugin
id 'io.github.itzg.github-releaser' version '0.1.1'
}
Expand Down Expand Up @@ -95,8 +95,8 @@ dependencies {
// https://github.com/mbknor/mbknor-jackson-jsonSchema
implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39'
implementation 'com.jayway.jsonpath:json-path:2.8.0'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
implementation 'io.projectreactor.netty:reactor-netty-http:1.1.12'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.2'
implementation 'io.projectreactor.netty:reactor-netty-http:1.1.13'
implementation 'org.apache.maven:maven-artifact:3.9.5'
implementation 'commons-codec:commons-codec:1.16.0'
// for RFC5987 parsing of content-disposition filename*
Expand Down

0 comments on commit f04e5c2

Please sign in to comment.