Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada committed Jan 8, 2024
1 parent 657675d commit ef7b5c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks.withType(JavaCompile) {
}

dependencies {
compileOnly("org.embulk:embulk-core:0.10.38") {
compileOnly("org.embulk:embulk-core:0.10.50") {
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-annotations'
Expand All @@ -35,6 +35,8 @@ dependencies {

implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'org.apache.commons:commons-text:1.11.0'
implementation 'com.google.guava:guava:33.0.0-jre'
implementation 'org.msgpack:msgpack-core:0.8.24'

testImplementation "junit:junit:4.+"
}
Expand Down

0 comments on commit ef7b5c3

Please sign in to comment.