diff --git a/build.gradle b/build.gradle index 152b254ace3fd901f2894e1bc172d82f4b787d47..19088a0c8677cd265394c188d5f246a82922e056 100644 --- a/build.gradle +++ b/build.gradle @@ -29,23 +29,23 @@ sourceSets { } dependencies { testImplementation 'junit:junit:4.13.2' - implementation 'org.bdware.sc:cp:1.9.7' + implementation 'org.bdware.sc:cp:1.10.1' implementation 'org.bdware.sc:common:1.7.8' implementation 'org.apache.commons:commons-lang3:3.0' implementation 'com.nimbusds:nimbus-jose-jwt:9.10' implementation group: 'org.apache.cxf', name: 'cxf-core', version: '3.3.4' - implementation 'org.bdware.doip:doip-audit-tool:1.3.2' - testImplementation "org.bdware.bdcontract:ypk-deploy-tool:0.7.2" + implementation 'org.bdware.doip:doip-audit-tool:1.5.1' + testImplementation "org.bdware.bdcontract:ypk-deploy-tool:0.7.5" testImplementation "org.bdware.bdcontract:sdk-java:1.0.2" } group = "org.bdware.datanet.router" -version = "1.8.1" +version = "1.8.5" def reltivePath = "./datanet-router-backend" task grepCP(dependsOn: ["copyJar"]) { doLast { - org.bdware.datanet.YPKPacker.grepJarByCPVersion("${reltivePath}/build/output/libs", org.bdware.datanet.CPVersion.cp_1_8_1); + org.bdware.datanet.YPKPacker.grepJarByCPVersion("${reltivePath}/build/output/libs", org.bdware.datanet.CPVersion.cp_1_10_1); org.bdware.datanet.YPKPacker.grepJarByListFile("${reltivePath}/build/output/libs", "${reltivePath}/grepcp.list"); } }