Skip to content

Commit 556042c

Browse files
committed
Use jsongenerator 1.0.1
1 parent 0c909de commit 556042c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-integrations/connectors/source-e2e-test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
// https://github.com/airbytehq/jsongenerator
2121
implementation 'net.jimblackler.jsonschemafriend:core:0.11.2'
2222
implementation 'org.mozilla:rhino-engine:1.7.14'
23-
implementation group: 'com.github.airbytehq', name: 'jsongenerator', version: '1.0.0-pre'
23+
implementation group: 'com.github.airbytehq', name: 'jsongenerator', version: '1.0.1'
2424

2525
testImplementation project(":airbyte-json-validation")
2626
testImplementation project(':airbyte-test-utils')

0 commit comments

Comments
 (0)