Skip to content

Commit c33b4b6

Browse files
committed
⬆️ update dependencies
1 parent a375677 commit c33b4b6

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

spring-boot/ses-spring-boot/build.gradle

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.0.4.RELEASE'
3+
springBootVersion = '2.1.3.RELEASE'
44
}
55
repositories {
66
mavenCentral()
@@ -12,20 +12,21 @@ buildscript {
1212

1313
apply plugin: 'java'
1414
apply plugin: 'eclipse'
15+
apply plugin: 'idea'
1516
apply plugin: 'org.springframework.boot'
1617
apply plugin: 'io.spring.dependency-management'
1718

1819
group = 'com.attacomsian'
19-
version = '0.0.1-SNAPSHOT'
20-
sourceCompatibility = 1.8
20+
version = '1.0-SNAPSHOT'
21+
sourceCompatibility = JavaVersion.VERSION_1_8
2122

2223
repositories {
2324
mavenCentral()
2425
}
2526

2627
dependencyManagement {
2728
imports {
28-
mavenBom 'com.amazonaws:aws-java-sdk-bom:1.11.394'
29+
mavenBom 'com.amazonaws:aws-java-sdk-bom:1.11.501'
2930
}
3031
}
3132

@@ -36,5 +37,5 @@ dependencies {
3637
//aws ses sdk
3738
compile('com.amazonaws:aws-java-sdk-ses')
3839
//javax required for aws core
39-
compile('javax.mail:javax.mail-api:1.6.1')
40+
compile('javax.mail:javax.mail-api:1.6.2')
4041
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Feb 06 12:27:20 CET 2018
1+
#Wed Feb 20 01:53:44 MSK 2019
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
23
distributionBase=GRADLE_USER_HOME
34
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
6+
zipStoreBase=GRADLE_USER_HOME
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Amazon AWS credentials
2-
#These are dummy values. Replace them with
3-
#acutal access key and secret key.
4-
accessKey=32AABS3SDSF3DABHF3DF3
5-
secretKey=sd3sdf55sdfd445+ghjh44s+sdfdsd
1+
#Amazon AWS credentials
2+
#These are dummy values. Replace them with
3+
#actual access key and secret key.
4+
accessKey=32AABS3SDSF3DABHF3DF3
5+
secretKey=sd3sdf55sdfd445+ghjh44s+sdfdsd

0 commit comments

Comments
 (0)