Skip to content

Commit 401eee7

Browse files
bumping jsonschemafriend to 0.12.4 (#37581)
1 parent 0de1b48 commit 401eee7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ application {
1515
dependencies {
1616
// random Json object generation from Json schema
1717
// https://github.com/airbytehq/jsongenerator
18-
implementation 'net.jimblackler.jsonschemafriend:core:0.12.1'
18+
implementation 'net.jimblackler.jsonschemafriend:core:0.12.4'
1919
implementation group: 'com.github.airbytehq', name: 'jsongenerator', version: '1.0.2'
2020
}

airbyte-integrations/connectors/source-e2e-test/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: d53f9084-fa6b-4a5a-976c-5b8392f4ad8a
5-
dockerImageTag: 2.2.1
5+
dockerImageTag: 2.2.2
66
dockerRepository: airbyte/source-e2e-test
77
githubIssueLabel: source-e2e-test
88
icon: airbyte.svg

docs/integrations/sources/e2e-test.md

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ The OSS and Cloud variants have the same version number. The Cloud variant was i
7272

7373
| Version | Date | Pull request | Subject |
7474
|---------|------------| ------------------------------------------------------------------ |-------------------------------------------------------------------------------------------------------|
75+
| 2.2.2 | 2024-04-25 | [37581](https://github.com/airbytehq/airbyte/pull/37581) | bump jsonschemafriend to 0.12.4 |
7576
| 2.2.1 | 2024-02-13 | [35231](https://github.com/airbytehq/airbyte/pull/35231) | Adopt JDK 0.20.4. |
7677
| 2.2.0 | 2023-12-18 | [33485](https://github.com/airbytehq/airbyte/pull/33485) | Remove LEGACY state |
7778
| 2.1.5 | 2023-10-04 | [31092](https://github.com/airbytehq/airbyte/pull/31092) | Bump jsonschemafriend dependency version to fix bug |

0 commit comments

Comments
 (0)