fangyidong / json-simple

A simple Java toolkit for JSON. You can use json-simple to encode or decode JSON text.
Apache License 2.0
746 stars 340 forks source link

Bumped up dependency versions #141

Closed amuradyan closed 3 years ago

amuradyan commented 3 years ago

I was having issues with JUnit in my project. 4.10 is too old for my project apparently, so I decided to update the version of it. While I was at it, I decided to update other dependencies as well and the source/target version of the language. All tests run fine. I also testes the jar with my project and it works as expected.

fangyidong commented 3 years ago

Tested and it worked.