Skip to content

Commit

Permalink
Bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Nov 13, 2024
1 parent 4d2618a commit 45c9657
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 @@ -6,7 +6,7 @@ plugins {
}

group = 'com.tsurugidb.benchmark.cost-accounting-benchmark'
version = '1.7.0-SNAPSHOT'
version = '1.7.0'

if (hasProperty('mavenLocal')) {
repositories {
Expand Down Expand Up @@ -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.7.0-SNAPSHOT'
api 'com.tsurugidb.iceaxe:iceaxe-core:1.7.0'

// 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 45c9657

Please sign in to comment.