We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c909de commit 556042cCopy full SHA for 556042c
airbyte-integrations/connectors/source-e2e-test/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
// https://github.com/airbytehq/jsongenerator
21
implementation 'net.jimblackler.jsonschemafriend:core:0.11.2'
22
implementation 'org.mozilla:rhino-engine:1.7.14'
23
- implementation group: 'com.github.airbytehq', name: 'jsongenerator', version: '1.0.0-pre'
+ implementation group: 'com.github.airbytehq', name: 'jsongenerator', version: '1.0.1'
24
25
testImplementation project(":airbyte-json-validation")
26
testImplementation project(':airbyte-test-utils')
0 commit comments