Skip to content

Commit b90d6ce

Browse files
Using the latest released version of inbound-sdk (#104)
1 parent 123fc4b commit b90d6ce

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add a dependency to com.aerospike:aerospike-connect-inbound-sdk.
2121
<dependency>
2222
<groupId>com.aerospike</groupId>
2323
<artifactId>aerospike-connect-inbound-sdk</artifactId>
24-
<version>1.4.1</version>
24+
<version>1.4.2</version>
2525
</dependency>
2626
```
2727

@@ -33,14 +33,14 @@ See this example [pom.xml](examples/kafka/pom.xml).
3333

3434
```kotlin
3535
dependencies {
36-
api("com.aerospike:aerospike-connect-inbound-sdk:1.4.1")
36+
api("com.aerospike:aerospike-connect-inbound-sdk:1.4.2")
3737
}
3838
```
3939

4040
#### Groovy
4141

4242
```groovy
4343
dependencies {
44-
api "com.aerospike:aerospike-connect-inbound-sdk:1.4.1"
44+
api "com.aerospike:aerospike-connect-inbound-sdk:1.4.2"
4545
}
4646
```

examples/jms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.aerospike</groupId>
5454
<artifactId>aerospike-connect-inbound-sdk</artifactId>
55-
<version>1.4.1</version>
55+
<version>1.4.2</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>

examples/kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.aerospike</groupId>
5454
<artifactId>aerospike-connect-inbound-sdk</artifactId>
55-
<version>1.4.1</version>
55+
<version>1.4.2</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>

examples/pulsar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.aerospike</groupId>
5454
<artifactId>aerospike-connect-inbound-sdk</artifactId>
55-
<version>1.4.1</version>
55+
<version>1.4.2</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)