tailhq / DynaML

Scala Library/REPL for Machine Learning Research
http://tailhq.github.io/DynaML/
Apache License 2.0
200 stars 51 forks source link

Update jackson-databind to 2.10.3 #224

Closed scala-steward closed 4 years ago

scala-steward commented 4 years ago

Updates com.fasterxml.jackson.core:jackson-databind from 2.10.2 to 2.10.3.

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Have a fantastic day writing Scala!

Ignore future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" } ] ```

labels: library-update, semver-patch