Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit f814c0f

Browse files
Bump embulk-core from 0.9.23 to 0.10.36
Bumps [embulk-core](https://github.com/embulk/embulk) from 0.9.23 to 0.10.36. - [Release notes](https://github.com/embulk/embulk/releases) - [Commits](embulk/embulk@v0.9.23...v0.10.36) --- updated-dependencies: - dependency-name: org.embulk:embulk-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9073eb4 commit f814c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tasks.withType(JavaCompile) {
2626
}
2727

2828
dependencies {
29-
compileOnly("org.embulk:embulk-core:0.9.23") {
29+
compileOnly("org.embulk:embulk-core:0.10.36") {
3030
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
3131
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
3232
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-annotations'

0 commit comments

Comments
 (0)