Skip to content

Commit adfa297

Browse files
authored
Updated to JavaSDK v1.0.1 (temporalio#54)
* Updated dependencies to the latest versions * Upgraded gradle to 6.7
1 parent 74e3146 commit adfa297

File tree

5 files changed

+14
-23
lines changed

5 files changed

+14
-23
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
plugins {
44
id 'net.minecrell.licenser' version '0.4.1'
55
id 'com.github.sherter.google-java-format' version '0.9'
6-
id "net.ltgt.errorprone" version "1.2.1"
7-
id 'name.remal.check-updates' version '1.0.211'
6+
id "net.ltgt.errorprone" version "1.3.0"
7+
id 'name.remal.check-updates' version '1.1.0'
88
}
99

1010
apply plugin: 'java'
@@ -30,11 +30,11 @@ repositories {
3030
}
3131

3232
dependencies {
33-
implementation group: 'io.temporal', name: 'temporal-sdk', version: '1.0.0'
33+
implementation group: 'io.temporal', name: 'temporal-sdk', version: '1.0.1'
3434
implementation group: 'commons-configuration', name: 'commons-configuration', version: '1.10'
3535
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
3636

37-
testImplementation group: 'junit', name: 'junit', version: '4.13'
37+
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
3838
testImplementation group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
3939
testImplementation group: 'org.powermock', name: 'powermock-api-mockito', version: '1.7.4'
4040

gradle/wrapper/gradle-wrapper.jar

501 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 7 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)