Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java/basics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
mavenCentral()
}

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

dependencies {
annotationProcessor("dev.restate:sdk-api-gen:$restateVersion")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
mavenCentral()
}

val restateVersion = "2.6.0"
val restateVersion = "2.7.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 = "2.6.0"
val restateVersion = "2.7.0"

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

dependencies {
annotationProcessor("dev.restate:sdk-api-gen:$restateVersion")
Expand Down
2 changes: 1 addition & 1 deletion java/end-to-end-applications/workflow-interpreter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<java.version>17</java.version>
<!-- Override Netty version to make sure we bring in the latest with MadeYourReset CVE fix-->
<netty.version>4.1.124.Final</netty.version>
<restate.version>2.6.0</restate.version>
<restate.version>2.7.0</restate.version>
</properties>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
mavenCentral()
}

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

dependencies {
implementation("org.springframework.boot:spring-boot-starter")
Expand Down
2 changes: 1 addition & 1 deletion java/patterns-use-cases/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
mavenCentral()
}

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

dependencies {
annotationProcessor("dev.restate:sdk-api-gen:$restateVersion")
Expand Down
2 changes: 1 addition & 1 deletion java/templates/java-maven-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<quarkus.platform.version>3.15.1</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.3.1</surefire-plugin.version>
<restate.version>2.6.0</restate.version>
<restate.version>2.7.0</restate.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion java/templates/java-maven-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</scm>
<properties>
<java.version>17</java.version>
<restate.version>2.6.0</restate.version>
<restate.version>2.7.0</restate.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java/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>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<restate.version>2.6.0</restate.version>
<restate.version>2.7.0</restate.version>
</properties>

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

dependencies {
// Restate SDK
Expand Down
2 changes: 1 addition & 1 deletion java/templates/java-new-api-maven-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</scm>
<properties>
<java.version>17</java.version>
<restate.version>2.6.0</restate.version>
<restate.version>2.7.0</restate.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java/templates/java-new-api-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>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<restate.version>2.6.0</restate.version>
<restate.version>2.7.0</restate.version>
</properties>

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

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

repositories { mavenCentral() }

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

dependencies {
// Kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
group = "dev.restate.examples.noteapp"
version = "1.0.0"

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

dependencies {
// Annotation processor
Expand Down
2 changes: 1 addition & 1 deletion kotlin/patterns-use-cases/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

repositories { mavenCentral() }

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

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

val restateVersion = "2.6.0"
val restateVersion = "2.7.0"

dependencies {
// Annotation processor
Expand Down
Loading