Skip to content

Commit

Permalink
Merge pull request #649 from freefair/dependabot/gradle/examples/org.…
Browse files Browse the repository at this point in the history
…apache.httpcomponents-httpcore-nio-4.4.16

Bump httpcore-nio from 4.4.15 to 4.4.16 in /examples
  • Loading branch information
larsgrefer committed Nov 30, 2022
2 parents 15866b0 + 31d0dc7 commit bf5bb1b
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 bf5bb1b

Please sign in to comment.