Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.apache.httpcomponents-…
Browse files Browse the repository at this point in the history
…httpclient-4.5.14
  • Loading branch information
FJBDev authored Jul 19, 2024
2 parents 1c7ec9d + 84e7fea commit 1a367bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
compile(group: "org.apache.httpcomponents", name: "httpclient", version: "4.5.14")
compile(group: "org.apache.httpcomponents", name: "httpcore", version: "4.4.14")
compile(group: "org.json", name: "json", version: "20240303")
provided(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.0")
provided(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2")
testCompile(group: "org.testng", name: "testng", version: "6.8.8") {
exclude(group: "junit", module: "junit")
exclude(group: "org.beanshell", module: "bsh")
Expand Down

0 comments on commit 1a367bc

Please sign in to comment.