Skip to content

Commit

Permalink
Bump docker-java from 3.1.0-rc-4 to 3.1.5 (#1649)
Browse files Browse the repository at this point in the history
* Bump docker-java from 3.1.0-rc-4 to 3.1.5 in /core

Bumps [docker-java](https://github.com/docker-java/docker-java) from 3.1.0-rc-4 to 3.1.5.
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/master/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.1.0-rc-4...3.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* remove `FiltersEncoder` (backported to docker-java)

* run jdbc checks separately on Travis

* fix jdbc -> jdbc-test

fixes #1548
  • Loading branch information
dependabot-preview[bot] authored and bsideup committed Jul 23, 2019
1 parent fcfff1a commit 195339b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 57 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,10 @@ jobs:
script: ./gradlew selenium:check --scan --no-daemon

- env: [ NAME=modules ]
script: ./gradlew check -x testcontainers:check -x selenium:check --scan --no-daemon
script: ./gradlew check -x testcontainers:check -x selenium:check -x jdbc-test:check --scan --no-daemon

- env: [ NAME=jdbc ]
script: ./gradlew jdbc-test:check --scan --no-daemon

- env: [ NAME=examples ]
script: cd examples && ../gradlew check --no-daemon
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -79,7 +79,7 @@ dependencies {
exclude(group: "net.java.dev.jna")
}

shaded ('com.github.docker-java:docker-java:3.1.0-rc-4') {
shaded ('com.github.docker-java:docker-java:3.1.5') {
exclude(group: 'org.glassfish.jersey.core')
exclude(group: 'org.glassfish.jersey.connectors')
exclude(group: 'org.glassfish.jersey.inject')
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 195339b

Please sign in to comment.