Skip to content

Commit

Permalink
Bump httpClient from 1.43.2 to 1.43.3 in /reposilite-backend
Browse files Browse the repository at this point in the history
Bumps `httpClient` from 1.43.2 to 1.43.3.

Updates `com.google.http-client:google-http-client` from 1.43.2 to 1.43.3
- [Release notes](https://github.com/googleapis/google-http-java-client/releases)
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-http-java-client@v1.43.2...v1.43.3)

Updates `com.google.http-client:google-http-client-jackson2` from 1.43.2 to 1.43.3
- [Release notes](https://github.com/googleapis/google-http-java-client/releases)
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-http-java-client@v1.43.2...v1.43.3)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.http-client:google-http-client-jackson2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2023
1 parent 5dd07e9 commit 092a092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies {
val jsonSchema = "4.31.1"
implementation("com.github.victools:jsonschema-generator:$jsonSchema")

val httpClient = "1.43.2"
val httpClient = "1.43.3"
implementation("com.google.http-client:google-http-client:$httpClient") { exclude(group = "commons-codec", module = "commons-codec")}
testImplementation("com.google.http-client:google-http-client-jackson2:$httpClient")

Expand Down

0 comments on commit 092a092

Please sign in to comment.