File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed
spring-boot/ses-spring-boot Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 11buildscript {
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
1313apply plugin : ' java'
1414apply plugin : ' eclipse'
15+ apply plugin : ' idea'
1516apply plugin : ' org.springframework.boot'
1617apply plugin : ' io.spring.dependency-management'
1718
1819group = ' com.attacomsian'
19- version = ' 0.0.1 -SNAPSHOT'
20- sourceCompatibility = 1.8
20+ version = ' 1.0 -SNAPSHOT'
21+ sourceCompatibility = JavaVersion . VERSION_1_8
2122
2223repositories {
2324 mavenCentral()
2425}
2526
2627dependencyManagement {
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 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
23distributionBase =GRADLE_USER_HOME
34distributionPath =wrapper/dists
4- zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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