Skip to content

Commit

Permalink
Bump httpcore-nio from 4.4.15 to 4.4.16 in /examples
Browse files Browse the repository at this point in the history
Bumps httpcore-nio from 4.4.15 to 4.4.16.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpcore-nio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 30, 2022
1 parent 15866b0 commit 31d0dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aspectj/httpcore-nio/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: "java"
apply plugin: "io.freefair.aspectj"

dependencies {
inpath 'org.apache.httpcomponents:httpcore-nio:4.4.15'
inpath 'org.apache.httpcomponents:httpcore-nio:4.4.16'
implementation "org.aspectj:aspectjrt:1.9.9.1"

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 31d0dc7

Please sign in to comment.