File tree 3 files changed +14
-13
lines changed
spring-boot/ses-spring-boot
3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springBootVersion = ' 2.0.4 .RELEASE'
3
+ springBootVersion = ' 2.1.3 .RELEASE'
4
4
}
5
5
repositories {
6
6
mavenCentral()
@@ -12,20 +12,21 @@ buildscript {
12
12
13
13
apply plugin : ' java'
14
14
apply plugin : ' eclipse'
15
+ apply plugin : ' idea'
15
16
apply plugin : ' org.springframework.boot'
16
17
apply plugin : ' io.spring.dependency-management'
17
18
18
19
group = ' com.attacomsian'
19
- version = ' 0.0.1 -SNAPSHOT'
20
- sourceCompatibility = 1.8
20
+ version = ' 1.0 -SNAPSHOT'
21
+ sourceCompatibility = JavaVersion . VERSION_1_8
21
22
22
23
repositories {
23
24
mavenCentral()
24
25
}
25
26
26
27
dependencyManagement {
27
28
imports {
28
- mavenBom ' com.amazonaws:aws-java-sdk-bom:1.11.394 '
29
+ mavenBom ' com.amazonaws:aws-java-sdk-bom:1.11.501 '
29
30
}
30
31
}
31
32
@@ -36,5 +37,5 @@ dependencies {
36
37
// aws ses sdk
37
38
compile(' com.amazonaws:aws-java-sdk-ses' )
38
39
// 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 ' )
40
41
}
Original file line number Diff line number Diff line change 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
2
3
distributionBase =GRADLE_USER_HOME
3
4
distributionPath =wrapper/dists
4
- zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl = https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
6
+ zipStoreBase = GRADLE_USER_HOME
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments