| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ | |||
| 27 | 27 | <properties> | |
| 28 | 28 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 29 | 29 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |
| 30 | - <jackson.version>2.9.8</jackson.version> | ||
| 30 | + <jackson.version>2.9.9</jackson.version> | ||
| 31 | 31 | <main.dir>${project.basedir}</main.dir> | |
| 32 | 32 | </properties> | |
| 33 | 33 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -87,9 +87,24 @@ | |||
| 87 | 87 | <dependency> | |
| 88 | 88 | <groupId>com.sparkjava</groupId> | |
| 89 | 89 | <artifactId>spark-core</artifactId> | |
| 90 | - <version>2.8.0</version> | ||
| 90 | + <version>2.9.0</version> | ||
| 91 | 91 | <scope>test</scope> | |
| 92 | 92 | </dependency> | |
| 93 | + <!-- Remove these once Spark gets updated with secure jetty --> | ||
| 94 | + <!-- https://mvnrepository.com/artifact/org.eclipse.jetty.websocket/websocket-server --> | ||
| 95 | + <dependency> | ||
| 96 | + <groupId>org.eclipse.jetty.websocket</groupId> | ||
| 97 | + <artifactId>websocket-server</artifactId> | ||
| 98 | + <version>9.4.18.v20190429</version> | ||
| 99 | + <scope>test</scope> | ||
| 100 | + </dependency> | ||
| 101 | + <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server --> | ||
| 102 | + <dependency> | ||
| 103 | + <groupId>org.eclipse.jetty</groupId> | ||
| 104 | + <artifactId>jetty-server</artifactId> | ||
| 105 | + <version>9.4.18.v20190429</version> | ||
| 106 | + </dependency> | ||
| 107 | + | ||
| 93 | 108 | <dependency> | |
| 94 | 109 | <groupId>org.skyscreamer</groupId> | |
| 95 | 110 | <artifactId>jsonassert</artifactId> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -54,7 +54,6 @@ public void responseHeadersAreInTheSameOrderAsTheResponse() { | |||
| 54 | 54 | assertHeader("zed", "grapes", h.all().get(6)); | |
| 55 | 55 | assertHeader("Content-Type", "text/html;charset=utf-8", h.all().get(7)); | |
| 56 | 56 | assertHeader("Transfer-Encoding", "chunked", h.all().get(8)); | |
| 57 | - assertHeader("Server", "Jetty(9.4.12.v20180830)", h.all().get(9)); | ||
| 58 | 57 | ||
| 59 | 58 | } | |
| 60 | 59 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments