aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-02-13 22:07:46 +0300
committerGravatar Vitaly Takmazov2020-02-13 22:07:46 +0300
commitdbfc3d9cf3b1c8b220c8ec0646828997d3eb8ac9 (patch)
tree5cddeed567720b39b31d255eda84ec32d7476ef7
parent2d5929fc975c431c8a545a44115cdbb57e0e0689 (diff)
Update deps
-rw-r--r--build.gradle13
-rw-r--r--package-lock.json6
-rw-r--r--package.json8
3 files changed, 14 insertions, 13 deletions
diff --git a/build.gradle b/build.gradle
index 72a1a40c..ec54b29f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,6 +18,7 @@ plugins {
repositories {
mavenCentral()
jcenter()
+ google()
}
apply plugin: 'io.spring.dependency-management'
dependencyManagement {
@@ -122,7 +123,7 @@ dependencies {
compile ("org.springframework.boot:spring-boot-starter-json")
compile ('org.springframework.boot:spring-boot-devtools')
- compile 'org.flywaydb:flyway-core:6.2.1'
+ compile 'org.flywaydb:flyway-core:6.2.3'
compile 'com.github.ben-manes.caffeine:caffeine:2.8.1'
compile "javax.inject:javax.inject:1"
@@ -168,13 +169,13 @@ dependencies {
compile 'com.atlassian.commonmark:commonmark:0.14.0'
compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.14.0'
compile 'org.tomitribe:tomitribe-http-signatures:1.3'
- compile 'com.google.api-client:google-api-client:1.30.7'
+ compile 'com.google.api-client:google-api-client:1.30.8'
compile "com.kotcrab.remark:remark:1.2.0"
- compile 'io.jsonwebtoken:jjwt-api:0.10.7'
- runtime 'io.jsonwebtoken:jjwt-jackson:0.10.7'
- runtime 'io.jsonwebtoken:jjwt-impl:0.10.7'
- compile 'com.nimbusds:nimbus-jose-jwt:8.5'
+ compile 'io.jsonwebtoken:jjwt-api:0.11.0'
+ runtime 'io.jsonwebtoken:jjwt-jackson:0.11.0'
+ runtime 'io.jsonwebtoken:jjwt-impl:0.11.0'
+ compile 'com.nimbusds:nimbus-jose-jwt:8.6'
testCompile("org.springframework.boot:spring-boot-starter-test")
testCompile('net.sourceforge.htmlunit:htmlunit:2.37.0')
diff --git a/package-lock.json b/package-lock.json
index 87f63f97..a6ce00fc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9158,9 +9158,9 @@
"dev": true
},
"stylelint-config-standard": {
- "version": "19.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-19.0.0.tgz",
- "integrity": "sha512-VvcODsL1PryzpYteWZo2YaA5vU/pWfjqBpOvmeA8iB2MteZ/ZhI1O4hnrWMidsS4vmEJpKtjdhLdfGJmmZm6Cg==",
+ "version": "20.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-20.0.0.tgz",
+ "integrity": "sha512-IB2iFdzOTA/zS4jSVav6z+wGtin08qfj+YyExHB3LF9lnouQht//YyB0KZq9gGz5HNPkddHOzcY8HsUey6ZUlA==",
"dev": true,
"requires": {
"stylelint-config-recommended": "^3.0.0"
diff --git a/package.json b/package.json
index 08ea6831..7bfc0307 100644
--- a/package.json
+++ b/package.json
@@ -38,11 +38,11 @@
"postcss-preset-env": "^6.7.0",
"regenerator-runtime": "^0.13.3",
"style-loader": "^1.1.3",
- "stylelint": "^13.0.0",
- "stylelint-config-standard": "^19.0.0",
+ "stylelint": "^13.1.0",
+ "stylelint-config-standard": "^20.0.0",
"url-loader": "^3.0.0",
- "webpack": "^4.41.5",
- "webpack-cli": "^3.3.10"
+ "webpack": "^4.41.6",
+ "webpack-cli": "^3.3.11"
},
"dependencies": {
"classlist.js": "^1.1.20150312",