Skip to content

Commit

Permalink
Change version to 1.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Apr 11, 2024
1 parent 381d523 commit fd9fdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/cost-accounting-benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit fd9fdfd

Please sign in to comment.