Skip to content

Commit

Permalink
Updated libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
dartartem committed Mar 12, 2020
1 parent 51fd5eb commit d164701
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions docker-compose-mysql-binlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
- ADVERTISED_HOST_NAME=${DOCKER_HOST_IP}
- KAFKA_HEAP_OPTS=-Xmx320m -Xms320m
- ZOOKEEPER_SERVERS=zookeeper:2181
- ZOOKEEPER_CONNECTION_TIMEOUT_MS=60000


mysql:
Expand Down
2 changes: 1 addition & 1 deletion eventuate-tram-consumer-http-micronaut/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
compile 'io.github.resilience4j:resilience4j-retry:1.2.0'
compile "io.micronaut:micronaut-http-client"

compile "io.eventuate.tram.core:eventuate-tram-consumer-common:$eventuateTramVersion"
compile "io.eventuate.tram.core:eventuate-tram-spring-consumer-common:$eventuateTramVersion"

annotationProcessor "io.micronaut:micronaut-inject-java"
annotationProcessor "io.micronaut:micronaut-validation"
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ eventuateMavenRepoUrl=https://dl.bintray.com/eventuateio-oss/eventuate-maven-rel

springBootVersion=2.1.5.RELEASE
micronautVersion=1.2.4
eventuateTramVersion=0.22.0-SNAPSHOT
eventuateTramVersion=0.24.0.RC4
eventuateUtilVersion=0.2.0.RELEASE
eventuateMessagingKafkaVersion=0.5.0-SNAPSHOT
eventuateCommonVersion=0.8.3-SNAPSHOT
eventuateMessagingKafkaVersion=0.9.0.RC4
eventuateCommonVersion=0.9.0.RC4
dockerComposePluginVersion=0.4.5
version=0.1.0-SNAPSHOT

eventuateCommonImageVersion=0.9.0.RC3
eventuateMessagingKafkaImageVersion=0.9.0.RC2
eventuateCdcImageVersion=0.5.0.RELEASE
eventuateCommonImageVersion=0.9.0.RC4
eventuateMessagingKafkaImageVersion=0.9.0.RC4
eventuateCdcImageVersion=0.6.0.RC4

0 comments on commit d164701

Please sign in to comment.