Skip to content

Commit 80b766e

Browse files
committed
Add depeldency-locks
1 parent fe50dcf commit 80b766e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33

44
* Use [github.com/embulk/gradle-embulk-plugins](https://github.com/embulk/gradle-embulk-plugins) instead of old style gradle tasks.
55
* Upgrade Gradle 4.1 -> 6.9.1
6+
* Add lockfile to lock dependencies.
67
* Add [CHANGELOG.md](./CHANGELOG.md).
78
* There is no CHANGELOG for versions prior to 0.3.0.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This is a Gradle generated file for dependency locking.
2+
# Manual edits can break the build and are not advised.
3+
# This file is expected to be part of source control.
4+
com.fasterxml.jackson.core:jackson-annotations:2.6.7
5+
com.fasterxml.jackson.core:jackson-core:2.6.7
6+
com.fasterxml.jackson.core:jackson-databind:2.6.7
7+
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7
8+
javax.validation:validation-api:1.1.0.Final
9+
net.snowflake:snowflake-jdbc:3.13.5
10+
org.embulk:embulk-output-jdbc:0.10.1
11+
org.embulk:embulk-util-config:0.3.0
12+
org.embulk:embulk-util-json:0.1.1
13+
org.embulk:embulk-util-retryhelper:0.8.2
14+
org.embulk:embulk-util-rubytime:0.3.2
15+
org.embulk:embulk-util-timestamp:0.2.1

0 commit comments

Comments
 (0)