Skip to content

Commit 71a06b8

Browse files
committed
Update sparkjava version for samples and archetype
1 parent 6303cc9 commit 71a06b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-serverless-spark-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77

88
dependencies {
99
implementation (
10-
'com.sparkjava:spark-core:2.9.1',
10+
'com.sparkjava:spark-core:2.9.3',
1111
'com.amazonaws.serverless:aws-serverless-java-container-spark:[1.0,)',
1212
'com.fasterxml.jackson.core:jackson-databind:2.12.0',
1313
'io.symphonia:lambda-logging:1.0.1'

samples/spark/pet-store/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77

88
dependencies {
99
implementation (
10-
'com.sparkjava:spark-core:2.9.1',
10+
'com.sparkjava:spark-core:2.9.3',
1111
'com.amazonaws.serverless:aws-serverless-java-container-spark:[1.0,)',
1212
'com.fasterxml.jackson.core:jackson-databind:2.12.0',
1313
'io.symphonia:lambda-logging:1.0.1'

0 commit comments

Comments
 (0)