Skip to content

Commit 71e107a

Browse files
Update confluentinc/cp-schema-registry Docker tag to v7.4.1 (PlaytikaOSS#1408)
| datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | docker | confluentinc/cp-schema-registry | 7.4.0 | 7.4.1 | Co-authored-by: Renovate Bot <[email protected]>
1 parent e8fbc27 commit 71e107a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-kafka/src/main/java/com/playtika/testcontainer/kafka/properties/SchemaRegistryConfigurationProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public boolean isBasicAuthenticationEnabled() {
4141
public String getDefaultDockerImage() {
4242
// Please don`t remove this comment.
4343
// renovate: datasource=docker
44-
return "confluentinc/cp-schema-registry:7.4.0";
44+
return "confluentinc/cp-schema-registry:7.4.1";
4545
}
4646

4747
public enum AvroCompatibilityLevel {

0 commit comments

Comments
 (0)