Skip to content

Commit

Permalink
Starting to work with release 5
Browse files Browse the repository at this point in the history
  • Loading branch information
A.Lepe committed May 16, 2023
1 parent e248631 commit 17ac17c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# About this fork (unofficial build)

[![](https://img.shields.io/github/workflow/status/intellisrc/spark/Spark%20Framework%20CI)](https://github.com/Intellisrc/spark/actions/workflows/ci.yml)
[![](https://img.shields.io/github/actions/workflow/status/intellisrc/spark/ci.yml)](https://github.com/Intellisrc/spark/actions/workflows/ci.yml)
[![](https://img.shields.io/github/issues-pr-closed/intellisrc/spark)](./PR-STATUS.md)
[![](https://img.shields.io/github/license/intellisrc/spark.svg)](./LICENSE)
[![](https://img.shields.io/maven-central/v/com.intellisrc/spark-core.svg)](http://mvnrepository.com/artifact/com.intellisrc/spark-core)
Expand Down Expand Up @@ -94,6 +94,13 @@ Bug fixes:
Improvements:
* Added unicode support in paths (issue perwendel#1026) (PR: perwendel/spark#1222)

## Release 5

These are the patches included in `unofficial-5`:

Bug fixes:


More details and examples on the differences between the Official version and this one: [DIFFERENCES.md](DIFFERENCES.md)

----------------------------------------
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>com.intellisrc</groupId>
<artifactId>spark-core</artifactId>
<packaging>bundle</packaging>
<version>2.9.4-unofficial-4-SNAPSHOT</version>
<version>2.9.4-unofficial-5-SNAPSHOT</version>
<name>Spark</name>
<description>A micro framework for creating web applications in Kotlin, Groovy and Java with minimal effort</description>
<url>http://www.sparkjava.com</url>
Expand Down Expand Up @@ -43,7 +43,7 @@
<properties>
<java.version>1.8</java.version>
<slf4j.version>1.7.36</slf4j.version>
<jetty.version>9.4.48.v20220622</jetty.version>
<jetty.version>9.4.51.v20230217</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<powermock.version>1.7.4</powermock.version>
<mockito.version>1.10.19</mockito.version>
Expand Down Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -141,7 +141,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<version>2.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -176,12 +176,12 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220320</version>
<version>20230227</version>
</dependency>
<dependency>
<groupId>com.j2html</groupId>
<artifactId>j2html</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>

<!-- SPARK DEPENDENCIES -->
Expand Down

0 comments on commit 17ac17c

Please sign in to comment.