Skip to content

Commit

Permalink
Updating Jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Oct 4, 2023
1 parent cb8997c commit d96c36b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<aws-sdk.version>2.15.28</aws-sdk.version>
<jackson.version>2.11.0</jackson.version>
<jackson.version>2.15.2</jackson.version>
<jetty.version>9.4.34.v20201102</jetty.version>
<jruby.version>9.2.17.0</jruby.version>
<surefire.version>3.0.0-M5</surefire.version>
Expand Down Expand Up @@ -571,6 +571,7 @@
<exclude>RedisCacheTest</exclude>
<exclude>TurboJpegProcessorTest</exclude>
<exclude>TurboJPEG*Test</exclude>
<exclude>*S3*</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit d96c36b

Please sign in to comment.