Skip to content

Commit 23eb060

Browse files
committed
Update dependencies
1 parent fce0ab9 commit 23eb060

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- REPOSITORY_URI=$(terraform output repository_url)
6060
- cd $TRAVIS_BUILD_DIR
6161
- eval $(aws sts assume-role --role-arn "$OPERATIONS_ROLE_ARN" --role-session-name "${TRAVIS_REPO_SLUG//\//-}" | jq -r '.Credentials | @sh "export AWS_SESSION_TOKEN=\(.SessionToken)\nexport AWS_ACCESS_KEY_ID=\(.AccessKeyId)\nexport AWS_SECRET_ACCESS_KEY=\(.SecretAccessKey) "')
62-
- $(aws ecr get-login --no-include-email)
62+
- $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION)
6363
- ./gradlew check docker dockerTag dockerPush dockerTagsPush publish -PTAG=$TRAVIS_BUILD_NUMBER -PREPOSITORY_URI=$REPOSITORY_URI
6464
after_success:
6565
- ./gradlew sonarqube

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ allprojects {
8383
dependencies {
8484
implementation group: 'com.bnc', name: 'market-data-api', version: '0.2.10'
8585

86-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.5.2'
86+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.6.0'
8787
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.14.0'
8888
testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.2.4'
8989
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '3.2.4'

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id "org.springframework.boot" version "2.2.3.RELEASE"
3-
id "io.spring.dependency-management" version "1.0.8.RELEASE"
2+
id "org.springframework.boot" version "2.2.4.RELEASE"
3+
id "io.spring.dependency-management" version "1.0.9.RELEASE"
44
id "com.palantir.docker" version "0.24.0"
55
id "com.gorylenko.gradle-git-properties" version "2.2.0"
66
}

0 commit comments

Comments
 (0)