Skip to content

Commit

Permalink
Merge pull request #102 from Jake-Moore/dependabot/gradle/org.apache.…
Browse files Browse the repository at this point in the history
…httpcomponents.client5-httpclient5-5.4.1

Bump org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.1
  • Loading branch information
Jake-Moore authored Nov 16, 2024
2 parents 36e81e0 + 55c72f3 commit 218dd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spigot-jar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation(project(":shared-jar"))
implementation(project(":spigot-utils"))

implementation("org.apache.httpcomponents.client5:httpclient5:5.4")
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.1")
implementation("org.apache.httpcomponents.core5:httpcore5:5.3")

// Spigot Libraries
Expand Down

0 comments on commit 218dd01

Please sign in to comment.