Skip to content

Commit 7e3de5f

Browse files
committed
Upgrade to Spring Integration 5.5.14
1 parent 7255e09 commit 7e3de5f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ext {
3535
localstackVersion = '0.2.20'
3636
log4jVersion = '2.17.2'
3737
springCloudAwsVersion = '2.4.0'
38-
springIntegrationVersion = '5.5.11-SNAPSHOT'
38+
springIntegrationVersion = '5.5.14'
3939
kinesisClientVersion = '1.14.8'
4040
kinesisProducerVersion = '0.14.12'
4141

@@ -56,8 +56,7 @@ ext.javadocLinks = [
5656
] as String[]
5757

5858
compileJava {
59-
sourceCompatibility = 1.8
60-
targetCompatibility = 1.8
59+
options.release = 8
6160
}
6261

6362
java {

0 commit comments

Comments
 (0)