Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
dep: Update insecure dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tunderwood committed Jan 8, 2021
1 parent bab94ad commit 1f3f3b8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ buildscript {
resilience4j: '1.1.0',
awsSdkVersion: '1.11.847',
kork: '6.22.1',
guava: '28.1-jre',
guava: '30.1-jre',
springBoot: springBootVersion,
]
}
ext['groovy.version'] = '2.5.12'
ext['groovy.version'] = '2.5.14'

repositories {
maven {
Expand Down Expand Up @@ -131,8 +131,8 @@ subprojects {
}
dependencies {
//upgrading tomcat manually until Spring-Boot 2.3.5 is released to resolve a security vulnerability
dependency 'org.apache.tomcat.embed:tomcat-embed-core:9.0.39'
dependency 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.39'
dependency 'org.apache.tomcat.embed:tomcat-embed-core:9.0.41'
dependency 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.41'
}
}

Expand Down
20 changes: 15 additions & 5 deletions cerberus-dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cerberus-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Justin Field <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.19.2",
"axios": "^0.21.1",
"cookie": "0.3.1",
"downloadjs": "1.4.7",
"humps": "1.1.0",
Expand Down

0 comments on commit 1f3f3b8

Please sign in to comment.