File tree Expand file tree Collapse file tree 13 files changed +17
-17
lines changed
food-ordering/app/restate-app
async-signals-payment/async-signals-payment-java
tutorials/tour-of-restate-java Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1" )
29
29
30
30
// Logging (optional)
31
- implementation(" org.apache.logging.log4j:log4j-core:2.20.0 " )
31
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
32
32
}
33
33
34
34
// Set main class
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ dependencies {
22
22
implementation(" dev.restate:sdk-http-vertx:$restateVersion " )
23
23
24
24
// Logging (optional)
25
- implementation(" org.apache.logging.log4j:log4j-core:2.23.0 " )
25
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
26
26
27
27
// Kotlinx serialization (optional)
28
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 " )
28
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
29
29
}
30
30
31
31
// Setup Java/Kotlin compiler target
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
implementation(" org.apache.kafka:kafka-clients:3.6.1" )
32
32
33
33
// Logging (optional)
34
- implementation(" org.apache.logging.log4j:log4j-core:2.20.0 " )
34
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
35
35
}
36
36
37
37
// Set main class
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
24
24
implementation(" com.fasterxml.jackson.core:jackson-databind:2.15.2" )
25
25
26
26
// Logging (optional)
27
- implementation(" org.apache.logging.log4j:log4j-core:2.20.0 " )
27
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
28
28
}
29
29
30
30
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
implementation(" org.apache.kafka:kafka-clients:3.6.1" )
19
19
20
20
// Logging (optional)
21
- implementation(" org.apache.logging.log4j:log4j-core:2.23.0 " )
21
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
22
22
}
23
23
24
24
// Set main class
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ version = "1.0.0"
11
11
val restateVersion = " 1.1.0"
12
12
13
13
kotlin {
14
- jvmToolchain(11 )
14
+ jvmToolchain(17 )
15
15
}
16
16
17
17
dependencies {
@@ -24,7 +24,7 @@ dependencies {
24
24
implementation(" dev.restate:sdk-api-kotlin:$restateVersion " )
25
25
implementation(" dev.restate:sdk-http-vertx:$restateVersion " )
26
26
27
- implementation(" org.apache.logging.log4j:log4j-core:2.23.0 " )
27
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
28
28
}
29
29
30
30
application {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ kotlin {
17
17
18
18
jvm()
19
19
20
- jvmToolchain(11 )
20
+ jvmToolchain(17 )
21
21
22
22
sourceSets {
23
23
commonMain.dependencies {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
implementation(" com.google.code.gson:gson:2.10.1" )
32
32
33
33
// Logging (optional)
34
- implementation(" org.apache.logging.log4j:log4j-core:2.20.0 " )
34
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
35
35
}
36
36
37
37
// Set main class
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
implementation(" org.postgresql" , " postgresql" )
40
40
41
41
// Logging (optional)
42
- implementation(" org.apache.logging.log4j:log4j-core:2.20.0 " )
42
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
43
43
}
44
44
45
45
// Set main class
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ dependencies {
21
21
implementation(" dev.restate:sdk-serde-jackson:$restateVersion " )
22
22
23
23
// Logging (optional)
24
- implementation(" org.apache.logging.log4j:log4j-core:2.20.0 " )
24
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
25
25
}
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ dependencies {
22
22
implementation(" dev.restate:sdk-http-vertx:$restateVersion " )
23
23
24
24
// Logging (optional)
25
- implementation(" org.apache.logging.log4j:log4j-core:2.23.0 " )
25
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
26
26
27
27
// Kotlinx serialization (optional)
28
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 " )
28
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
29
29
}
30
30
31
31
// Setup Java/Kotlin compiler target
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ dependencies {
22
22
implementation(" dev.restate:sdk-http-vertx:$restateVersion " )
23
23
24
24
// Logging (optional)
25
- implementation(" org.apache.logging.log4j:log4j-core:2.23.0 " )
25
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
26
26
27
27
// Kotlinx serialization (optional)
28
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2 " )
28
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3 " )
29
29
}
30
30
31
31
// Setup Java/Kotlin compiler target
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
26
26
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1" )
27
27
28
28
// Logging (optional)
29
- implementation(" org.apache.logging.log4j:log4j-core:2.20.0 " )
29
+ implementation(" org.apache.logging.log4j:log4j-core:2.24.1 " )
30
30
}
31
31
32
32
// Set main class
You can’t perform that action at this time.
0 commit comments