Skip to content

Commit e5563c2

Browse files
authored
[PHEE-377] jdk version update (#40)
* jdk version update * connector common update
1 parent a7630e9 commit e5563c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
executors:
33
docker-executor:
44
docker:
5-
- image: circleci/openjdk:17-buster-node-browsers-legacy
5+
- image: circleci/openjdk:13.0-buster-node-browsers-legacy
66

77
jobs:
88
build_and_push_tag_image:

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
}
2323

2424
dependencies {
25-
implementation 'org.mifos:ph-ee-connector-common:1.2.2-SNAPSHOT'
25+
implementation 'org.mifos:ph-ee-connector-common:1.5.1-SNAPSHOT'
2626
implementation 'com.sun.xml.ws:jaxws-ri:2.3.2'
2727
implementation 'org.apache.camel.springboot:camel-spring-boot-starter:3.4.0'
2828
implementation 'org.apache.camel:camel-endpointdsl:3.4.0'
@@ -43,7 +43,7 @@ dependencies {
4343

4444
group = 'org.mifos'
4545
version = '1.0.0-SNAPSHOT'
46-
sourceCompatibility = '1.8'
46+
sourceCompatibility = '11'
4747

4848
publishing {
4949
publications {

0 commit comments

Comments
 (0)