Skip to content

Commit

Permalink
[GithubActions] Update Restate Runtime 1.1.0 SDK-Java 1.1.0 (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: slinkydeveloper <[email protected]>
  • Loading branch information
github-actions[bot] and slinkydeveloper authored Sep 10, 2024
1 parent b0a3322 commit 8d83a5e
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion basics/basics-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
annotationProcessor("dev.restate:sdk-api-gen:$restateVersion")
Expand Down
2 changes: 1 addition & 1 deletion basics/basics-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
// Annotation processor
Expand Down
4 changes: 2 additions & 2 deletions basics/basics-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@restatedev/restate-sdk-clients": "^1.3.0"
},
"devDependencies": {
"@restatedev/restate": "^1.0.2",
"@restatedev/restate-server": "^1.0.2",
"@restatedev/restate": "^1.1.0",
"@restatedev/restate-server": "^1.1.0",
"@types/node": "^20.12.12",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
// Restate SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
// Kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

repositories { mavenCentral() }

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
// Restate SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

repositories { mavenCentral() }

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
// Kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
annotationProcessor("dev.restate:sdk-api-gen:$restateVersion")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"stripe": "^14.15.0"
},
"devDependencies": {
"@restatedev/restate": "^1.0.2",
"@restatedev/restate-server": "^1.0.2",
"@restatedev/restate": "^1.1.0",
"@restatedev/restate-server": "^1.1.0",
"@types/node": "^20.12.12",
"ts-node-dev": "^1.1.1",
"typescript": "^5.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@restatedev/restate-sdk-clients": "^1.3.0"
},
"devDependencies": {
"@restatedev/restate": "^1.0.2",
"@restatedev/restate-server": "^1.0.2",
"@restatedev/restate": "^1.1.0",
"@restatedev/restate-server": "^1.1.0",
"@types/node": "^20.12.7",
"ts-node": "^10.9.2",
"typescript": "^5.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
group = "dev.restate.examples"
version = "0.0.1-SNAPSHOT"

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

java {
toolchain {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
annotationProcessor("dev.restate:sdk-api-gen:$restateVersion")
Expand Down
2 changes: 1 addition & 1 deletion patterns-use-cases/sagas/sagas-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
annotationProcessor("dev.restate:sdk-api-gen:$restateVersion")
Expand Down
2 changes: 1 addition & 1 deletion patterns-use-cases/sagas/sagas-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
// Annotation processor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@restatedev/restate-sdk": "^1.3.0"
},
"devDependencies": {
"@restatedev/restate": "^1.0.2",
"@restatedev/restate-server": "^1.0.2",
"@restatedev/restate": "^1.1.0",
"@restatedev/restate-server": "^1.1.0",
"@types/node": "^20.12.7",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/java-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
annotationProcessor("dev.restate:sdk-api-gen:$restateVersion")
Expand Down
2 changes: 1 addition & 1 deletion templates/java-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<restate.version>1.0.1</restate.version>
<restate.version>1.1.0</restate.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion templates/kotlin-gradle-lambda-cdk/lambda/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
// Annotation processor
Expand Down
2 changes: 1 addition & 1 deletion templates/kotlin-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
// Annotation processor
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tour-of-restate-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
mavenCentral()
}

val restateVersion = "1.0.1"
val restateVersion = "1.1.0"

dependencies {
// Restate SDK
Expand Down

0 comments on commit 8d83a5e

Please sign in to comment.