Skip to content

Commit c15a04b

Browse files
authored
fix(deps): update dependency com.sparkjava:spark-core to v2.9.4 (#8339)
1 parent 5ee769c commit c15a04b

File tree

3 files changed

+3
-3
lines changed
  • appengine-java11/sparkjava-helloworld
  • appengine-java8/sparkjava-helloworld
  • flexible/java-8/sparkjava

3 files changed

+3
-3
lines changed

appengine-java11/sparkjava-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ limitations under the License.
4141
<dependency>
4242
<groupId>com.sparkjava</groupId>
4343
<artifactId>spark-core</artifactId>
44-
<version>2.9.3</version>
44+
<version>2.9.4</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>junit</groupId>

appengine-java8/sparkjava-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ limitations under the License.
3939
<dependency>
4040
<groupId>com.sparkjava</groupId>
4141
<artifactId>spark-core</artifactId>
42-
<version>2.9.3</version>
42+
<version>2.9.4</version>
4343
<exclusions>
4444
<exclusion>
4545
<groupId>org.eclipse.jetty</groupId>

flexible/java-8/sparkjava/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ limitations under the License.
5656
<dependency>
5757
<groupId>com.sparkjava</groupId>
5858
<artifactId>spark-core</artifactId>
59-
<version>2.9.3</version>
59+
<version>2.9.4</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)