Skip to content

Commit

Permalink
Update dependency org.msgpack:msgpack-core to v0.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and kamatama41 committed Jun 6, 2021
1 parent ccebf68 commit 46a9496
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ configurations {
}

dependencies {
implementation "org.msgpack:msgpack-core:0.8.20"
implementation "org.msgpack:msgpack-core:0.8.24"
implementation "com.fasterxml.jackson.core:jackson-databind:2.11.0"
implementation "org.slf4j:slf4j-api:1.7.30"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependency-locks/compileClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
com.fasterxml.jackson.core:jackson-annotations:2.11.0
com.fasterxml.jackson.core:jackson-core:2.11.0
com.fasterxml.jackson.core:jackson-databind:2.11.0
org.msgpack:msgpack-core:0.8.20
org.msgpack:msgpack-core:0.8.24
org.slf4j:slf4j-api:1.7.30
2 changes: 1 addition & 1 deletion gradle/dependency-locks/testCompileClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ org.apiguardian:apiguardian-api:1.1.0
org.junit.jupiter:junit-jupiter-api:5.6.2
org.junit.platform:junit-platform-commons:1.6.2
org.junit:junit-bom:5.6.2
org.msgpack:msgpack-core:0.8.20
org.msgpack:msgpack-core:0.8.24
org.opentest4j:opentest4j:1.2.0
org.slf4j:slf4j-api:1.7.30

0 comments on commit 46a9496

Please sign in to comment.