Skip to content

Commit

Permalink
[GithubActions] Update Restate falsefalseSDK-Java 1.1.1 falsefalsefal…
Browse files Browse the repository at this point in the history
…se (#199)

Co-authored-by: slinkydeveloper <[email protected]>
  • Loading branch information
github-actions[bot] and slinkydeveloper authored Oct 16, 2024
1 parent e0f8fda commit 2b79064
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 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.1.0"
val restateVersion = "1.1.1"

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.1.0"
val restateVersion = "1.1.1"

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

val restateVersion = "1.1.0"
val restateVersion = "1.1.1"

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.1.0"
val restateVersion = "1.1.1"

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.1.0"
val restateVersion = "1.1.1"

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.1.0"
val restateVersion = "1.1.1"

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.1.0"
val restateVersion = "1.1.1"

dependencies {
annotationProcessor("dev.restate:sdk-api-gen:$restateVersion")
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.1.0"
val restateVersion = "1.1.1"

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.1.0"
val restateVersion = "1.1.1"

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.1.0"
val restateVersion = "1.1.1"

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.1.0"
val restateVersion = "1.1.1"

dependencies {
// Annotation processor
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.1.0"
val restateVersion = "1.1.1"

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.1.0</restate.version>
<restate.version>1.1.1</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.1.0"
val restateVersion = "1.1.1"

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.1.0"
val restateVersion = "1.1.1"

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.1.0"
val restateVersion = "1.1.1"

dependencies {
// Restate SDK
Expand Down

0 comments on commit 2b79064

Please sign in to comment.