Skip to content

Commit e9e77dc

Browse files
committed
version up
1 parent 4f5d874 commit e9e77dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.github.toss'
9-
version '0.0.7'
9+
version '0.0.9'
1010

1111
sourceCompatibility = JavaVersion.VERSION_1_6
1212
targetCompatibility = JavaVersion.VERSION_1_6
@@ -25,8 +25,8 @@ repositories {
2525

2626
dependencies {
2727
implementation 'commons-codec:commons-codec:1.15'
28-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0-M1'
29-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0-M1'
28+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
29+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
3030

3131
}
3232

0 commit comments

Comments
 (0)