Skip to content

Commit

Permalink
DBZ-8095 Bump Pravega to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros authored and jpechane committed Aug 7, 2024
1 parent 19b2b73 commit 87b286d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debezium-server-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version.pubsub>26.17.0</version.pubsub>
<version.pulsar>2.10.1</version.pulsar>
<version.eventhubs>5.12.1</version.eventhubs>
<version.pravega>0.9.1</version.pravega>
<version.pravega>0.13.0</version.pravega>
<version.nats>2.16.3</version.nats>
<version.stan>2.2.3</version.stan>
<version.commons.logging>1.2</version.commons.logging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
public class PravegaTestResource implements QuarkusTestResourceLifecycleManager {

private static final String PRAVEGA_VERSION = "0.9.0";
private static final String PRAVEGA_VERSION = "0.13.0";
public static final int CONTROLLER_PORT = 9090;
public static final int SEGMENT_STORE_PORT = 12345;
public static final String PRAVEGA_IMAGE = "pravega/pravega:" + PRAVEGA_VERSION;
Expand Down

0 comments on commit 87b286d

Please sign in to comment.