Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.module:jackson-module-parameter-names
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.module:jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8) from 2.15.3 to 2.16.0.
- [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.15.3...jackson-modules-java8-2.16.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and msgilligan committed Nov 17, 2023
1 parent d081350 commit 201c409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnij-jsonrpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
api "com.msgilligan:cj-btc-rx-jsonrpc:${consensusjVersion}"
api "com.msgilligan:consensusj-analytics:${consensusjVersion}"

api "com.fasterxml.jackson.module:jackson-module-parameter-names:2.15.3"
api "com.fasterxml.jackson.module:jackson-module-parameter-names:2.16.0"

testImplementation "org.apache.groovy:groovy:${groovyVersion}"
testImplementation ("org.apache.groovy:groovy-json:${groovyVersion}") {
Expand Down

0 comments on commit 201c409

Please sign in to comment.