From 7c132a796e5ba48a76f18b9fa5db6b688cc77222 Mon Sep 17 00:00:00 2001 From: Hishida Masato Date: Fri, 16 Aug 2024 09:58:00 +0900 Subject: [PATCH] Change version to 1.6.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 e57c1c5..28b7ddd 100755 --- a/java/cost-accounting-benchmark/build.gradle +++ b/java/cost-accounting-benchmark/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.tsurugidb.benchmark.cost-accounting-benchmark' -version = '1.5.0' +version = '1.6.0-SNAPSHOT' if (hasProperty('mavenLocal')) { repositories { @@ -67,7 +67,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.5.0' + api 'com.tsurugidb.iceaxe:iceaxe-core:1.6.0-SNAPSHOT' // https://mvnrepository.com/artifact/org.apache.poi/poi implementation group: 'org.apache.poi', name: 'poi', version: '4.1.2'