Skip to content

Commit

Permalink
Merge pull request #3087 from NCI-Agency/renovate/most-minor-patch
Browse files Browse the repository at this point in the history
Update most non-major dependencies
  • Loading branch information
VassilIordanov authored Jul 7, 2020
2 parents cfde6d6 + 415aa34 commit 462c1fe
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 88 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id "org.kordamp.markdown.convert" version "1.2.0"
id "com.bmuschko.docker-remote-api" version "6.4.0"
id "com.bmuschko.docker-remote-api" version "6.5.0"
id "com.github.node-gradle.node" version "2.2.4"
id "com.diffplug.gradle.spotless" version "4.5.0"
id "com.diffplug.gradle.spotless" version "4.5.1"
}

apply plugin: 'java'
Expand Down Expand Up @@ -60,11 +60,11 @@ repositories {
// In this section you declare the dependencies for your production and test code
dependencies {
// The production code uses the SLF4J logging API at compile time
implementation 'io.dropwizard:dropwizard-core:2.0.10'
implementation 'io.dropwizard:dropwizard-jdbi3:2.0.10'
implementation 'io.dropwizard:dropwizard-migrations:2.0.10'
implementation 'io.dropwizard:dropwizard-auth:2.0.10'
implementation 'io.dropwizard:dropwizard-views-freemarker:2.0.10'
implementation 'io.dropwizard:dropwizard-core:2.0.11'
implementation 'io.dropwizard:dropwizard-jdbi3:2.0.11'
implementation 'io.dropwizard:dropwizard-migrations:2.0.11'
implementation 'io.dropwizard:dropwizard-auth:2.0.11'
implementation 'io.dropwizard:dropwizard-views-freemarker:2.0.11'
implementation 'io.dropwizard-bundles:dropwizard-configurable-assets-bundle:1.3.5'

implementation 'ru.vyarus.guicey:guicey-jdbi3:5.1.0-2'
Expand Down Expand Up @@ -105,8 +105,8 @@ dependencies {
// For fast and simple image scaling
implementation 'net.coobird:thumbnailator:0.4.11'

testImplementation 'io.dropwizard:dropwizard-testing:2.0.10'
testImplementation 'io.dropwizard:dropwizard-client:2.0.10'
testImplementation 'io.dropwizard:dropwizard-testing:2.0.11'
testImplementation 'io.dropwizard:dropwizard-client:2.0.11'
testImplementation 'org.apache.commons:commons-io:1.3.2'

testImplementation 'org.assertj:assertj-core:3.16.1'
Expand Down
16 changes: 8 additions & 8 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
"@storybook/addon-actions": "5.3.19",
"@storybook/react": "5.3.19",
"@wdio/browserstack-service": "6.1.15",
"@wdio/cli": "6.1.24",
"@wdio/local-runner": "6.1.24",
"@wdio/cli": "6.1.25",
"@wdio/local-runner": "6.1.25",
"@wdio/mocha-framework": "6.1.19",
"@wdio/spec-reporter": "6.1.23",
"@wdio/sync": "6.1.14",
"aigle": "1.14.1",
"autoprefixer": "9.8.4",
"ava": "3.9.0",
"ava": "3.10.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.1.0",
"babel-loader": "8.1.0",
"babel-preset-react-app": "9.1.2",
"cache-loader": "4.1.0",
"chai": "4.2.0",
"chalk": "4.1.0",
"chromedriver": "83.0.0",
"chromedriver": "83.0.1",
"clean-webpack-plugin": "3.0.0",
"colors": "1.4.0",
"config": "3.3.1",
Expand All @@ -52,7 +52,7 @@
"cross-spawn": "7.0.3",
"css-loader": "3.6.0",
"dotenv": "8.2.0",
"eslint": "7.3.1",
"eslint": "7.4.0",
"eslint-config-react-app": "5.2.1",
"eslint-config-standard": "14.1.1",
"eslint-config-standard-react": "9.2.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"style-loader": "1.2.1",
"thread-loader": "2.1.3",
"wdio-chromedriver-service": "6.0.3",
"webdriverio": "6.1.24",
"webdriverio": "6.1.25",
"webpack": "4.43.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
Expand Down Expand Up @@ -118,7 +118,7 @@
"file-saver": "2.0.2",
"formik": "2.1.4",
"graphiql": "1.0.3",
"graphql": "15.2.0",
"graphql": "15.3.0",
"hopscotch": "0.3.1",
"html-react-parser": "0.13.0",
"jsonpath-plus": "4.0.0",
Expand Down Expand Up @@ -154,7 +154,7 @@
"react-use-dimensions": "1.2.1",
"redux": "4.0.5",
"redux-persist": "6.0.0",
"use-debounce": "3.4.2",
"use-debounce": "3.4.3",
"yup": "0.29.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 462c1fe

Please sign in to comment.