File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2525 <version >${project.version} </version >
2626 </dependency >
2727
28+ <!-- jackson + date and kotlin modules -->
2829 <dependency >
2930 <groupId >com.fasterxml.jackson.core</groupId >
3031 <artifactId >jackson-databind</artifactId >
3839 <artifactId >jackson-datatype-jsr310</artifactId >
3940 </dependency >
4041
42+ <!-- brotli compression -->
43+ <dependency >
44+ <groupId >com.nixxcode.jvmbrotli</groupId >
45+ <artifactId >jvmbrotli</artifactId >
46+ </dependency >
47+
4148 <!-- necessary for HTTP/2 and ALPN (application layer protocol negotiation) -->
4249 <dependency >
4350 <groupId >org.eclipse.jetty.http2</groupId >
Original file line number Diff line number Diff line change 8787 <!-- DEPENDENCIES -->
8888 <jackson .version>2.13.4</jackson .version>
8989 <jetty .version>11.0.12</jetty .version>
90- <jackson .databind.version>2.13.4</jackson .databind.version>
90+ <jackson .databind.version>2.13.4.2 </jackson .databind.version>
9191 <jvmbrotli .version>0.2.0</jvmbrotli .version>
9292 <logback .version>1.4.4</logback .version>
9393 <swagger .ui.version>4.10.3</swagger .ui.version> <!-- used for testing webjars -->
You can’t perform that action at this time.
0 commit comments