Skip to content

Commit ba524c4

Browse files
committed
[deps] Bump logback and include brotli in bundle
1 parent 210fccf commit ba524c4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

javalin-bundle/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
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>
@@ -38,6 +39,12 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
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 -->

0 commit comments

Comments
 (0)