Skip to content

Commit

Permalink
upgrade ffwd-http-client (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuhlha authored Jan 21, 2021
1 parent 4ae39fc commit e4556ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
java-version: [ 8, 10, 11]
java-version: [ 8, 11]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion ffwd-http-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-http-client</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e4556ec

Please sign in to comment.