From fd9fdfd452438d1c3908a3fa3e0d54253229ef81 Mon Sep 17 00:00:00 2001 From: Hishida Masato Date: Thu, 11 Apr 2024 15:36:46 +0900 Subject: [PATCH] Change version to 1.4.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 ca3fbcb..9e9eba9 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.3.0' +version = '1.4.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.3.0' + api 'com.tsurugidb.iceaxe:iceaxe-core:1.4.0-SNAPSHOT' // https://mvnrepository.com/artifact/org.apache.poi/poi implementation group: 'org.apache.poi', name: 'poi', version: '4.1.2'