Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore: update commons to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Oct 9, 2023
1 parent 206c6b6 commit bf67208
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ext {
confluentPlatformVersion = "4.1.4"
// Align with version used by commons
avroConverterVersion = "7.2.2"
aivenConnectCommonsVersion = "0.11.0"
aivenConnectCommonsVersion = "0.12.0"

slf4jVersion = "1.7.36"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@
*/
final class GcsSinkConfigTest {

static final String TEMPLATE_VARIABLES = "topic,partition,start_offset,timestamp; key; key,topic,partition";
static final String TEMPLATE_VARIABLES = "topic,partition,start_offset,timestamp; "
+ "topic,partition,key,start_offset,timestamp; "
+ "key; "
+ "key,topic,partition";

@ParameterizedTest
@ValueSource(strings = { "", "{{topic}}", "{{partition}}", "{{start_offset}}", "{{topic}}-{{partition}}",
Expand Down

0 comments on commit bf67208

Please sign in to comment.