Skip to content

Commit

Permalink
[PHEE-377] jdk version update (#40)
Browse files Browse the repository at this point in the history
* jdk version update

* connector common update
  • Loading branch information
truthfool authored Aug 2, 2023
1 parent a7630e9 commit e5563c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
executors:
docker-executor:
docker:
- image: circleci/openjdk:17-buster-node-browsers-legacy
- image: circleci/openjdk:13.0-buster-node-browsers-legacy

jobs:
build_and_push_tag_image:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
}

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

group = 'org.mifos'
version = '1.0.0-SNAPSHOT'
sourceCompatibility = '1.8'
sourceCompatibility = '11'

publishing {
publications {
Expand Down

0 comments on commit e5563c2

Please sign in to comment.