Skip to content

Commit

Permalink
bump msgpack version
Browse files Browse the repository at this point in the history
  • Loading branch information
varun7654 committed Jan 7, 2024
1 parent 07bca72 commit a213dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autobuilder-robot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation "edu.wpi.first.wpilibNewCommands:wpilibNewCommands-java:${wpilibVersion}"


implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.3'
implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.6'
}

tasks.named('test') {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ dependencies {

implementation "space.earlygrey:shapedrawer:$shapedrawerVersion"

implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.3'
implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.6'

}

0 comments on commit a213dfd

Please sign in to comment.