Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #241 from spotify/dxia/upgrade-docker-client
Browse files Browse the repository at this point in the history
Upgrade docker-client dep from 8.14.2 to 8.14.3
  • Loading branch information
davidxia authored Oct 26, 2018
2 parents 7df0e78 + 56c9b66 commit 62a7910
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## 1.4.7 (release October 8 2018)
## 1.4.9 (released October 25 2018)
- Upgrade docker-client dep from 8.14.2 to 8.14.3 to fix spotify/docker-client#1100

## 1.4.8 (released October 23 2018)
- Upgrade docker-client dep from 8.14.0 to 8.14.2
- Upgrade com.sparkjava:spark-core to fix CVE-2018-9159
- Improve documentation on referencing build artifacts

## 1.4.7 (released October 8 2018)
- Fix an ExceptionInInitializerError when plugin is used on Java 11 ([230][])
- change source/target version for compiler from 1.7 to 1.8. This means that
the plugin will only run on Java 8 and above. ([231])
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Adds support for building Dockerfiles in Maven</description>

<properties>
<docker-client.version>8.14.2</docker-client.version>
<docker-client.version>8.14.3</docker-client.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 62a7910

Please sign in to comment.