File tree 3 files changed +3
-2
lines changed
airbyte-integrations/connectors/source-e2e-test
docs/integrations/sources
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ application {
15
15
dependencies {
16
16
// random Json object generation from Json schema
17
17
// https://github.com/airbytehq/jsongenerator
18
- implementation ' net.jimblackler.jsonschemafriend:core:0.12.1 '
18
+ implementation ' net.jimblackler.jsonschemafriend:core:0.12.4 '
19
19
implementation group : ' com.github.airbytehq' , name : ' jsongenerator' , version : ' 1.0.2'
20
20
}
Original file line number Diff line number Diff line change 2
2
connectorSubtype : api
3
3
connectorType : source
4
4
definitionId : d53f9084-fa6b-4a5a-976c-5b8392f4ad8a
5
- dockerImageTag : 2.2.1
5
+ dockerImageTag : 2.2.2
6
6
dockerRepository : airbyte/source-e2e-test
7
7
githubIssueLabel : source-e2e-test
8
8
icon : airbyte.svg
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ The OSS and Cloud variants have the same version number. The Cloud variant was i
72
72
73
73
| Version | Date | Pull request | Subject |
74
74
| ---------| ------------| ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------|
75
+ | 2.2.2 | 2024-04-25 | [ 37581] ( https://github.com/airbytehq/airbyte/pull/37581 ) | bump jsonschemafriend to 0.12.4 |
75
76
| 2.2.1 | 2024-02-13 | [ 35231] ( https://github.com/airbytehq/airbyte/pull/35231 ) | Adopt JDK 0.20.4. |
76
77
| 2.2.0 | 2023-12-18 | [ 33485] ( https://github.com/airbytehq/airbyte/pull/33485 ) | Remove LEGACY state |
77
78
| 2.1.5 | 2023-10-04 | [ 31092] ( https://github.com/airbytehq/airbyte/pull/31092 ) | Bump jsonschemafriend dependency version to fix bug |
You can’t perform that action at this time.
0 commit comments