From fbd360814a1658d798e7c120951624e6ca9c4fe2 Mon Sep 17 00:00:00 2001 From: Hishida Masato Date: Fri, 30 Aug 2024 10:44:15 +0900 Subject: [PATCH] Change version to 1.7.0-SNAPSHOT --- java/cost-accounting-benchmark/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/cost-accounting-benchmark/build.gradle b/java/cost-accounting-benchmark/build.gradle index 7b274bf..42f6136 100755 --- a/java/cost-accounting-benchmark/build.gradle +++ b/java/cost-accounting-benchmark/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'com.tsurugidb.benchmark.cost-accounting-benchmark' -version = '1.6.0' +version = '1.7.0-SNAPSHOT' if (hasProperty('mavenLocal')) { repositories { @@ -83,7 +83,7 @@ dependencies { implementation group: 'com.oracle.database.jdbc', name: 'ucp', version: '21.1.0.0' runtimeOnly group: 'com.oracle.database.nls', name: 'orai18n', version: '21.1.0.0' - api 'com.tsurugidb.iceaxe:iceaxe-core:1.6.0' + api 'com.tsurugidb.iceaxe:iceaxe-core:1.7.0-SNAPSHOT' // https://mvnrepository.com/artifact/org.apache.poi/poi implementation group: 'org.apache.poi', name: 'poi', version: '4.1.2'