Skip to content

Commit 189bf45

Browse files
Using released version of inbound SDK (#88)
1 parent 55fe54b commit 189bf45

4 files changed

Lines changed: 9 additions & 9 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.0</version>
24+
<version>1.4.1</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.0")
36+
api("com.aerospike:aerospike-connect-inbound-sdk:1.4.1")
3737
}
3838
```
3939

4040
#### Groovy
4141

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

examples/jms/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
~
5-
~ Copyright 2012-2025 Aerospike, Inc.
5+
~ Copyright 2012-2026 Aerospike, Inc.
66
~
77
~ Portions may be licensed to Aerospike, Inc. under one or more contributor
88
~ license agreements WHICH ARE COMPATIBLE WITH THE APACHE LICENSE, VERSION 2.0.
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.aerospike</groupId>
5454
<artifactId>aerospike-connect-inbound-sdk</artifactId>
55-
<version>1.4.0</version>
55+
<version>1.4.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>

examples/kafka/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
~
5-
~ Copyright 2012-2025 Aerospike, Inc.
5+
~ Copyright 2012-2026 Aerospike, Inc.
66
~
77
~ Portions may be licensed to Aerospike, Inc. under one or more contributor
88
~ license agreements WHICH ARE COMPATIBLE WITH THE APACHE LICENSE, VERSION 2.0.
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.aerospike</groupId>
5454
<artifactId>aerospike-connect-inbound-sdk</artifactId>
55-
<version>1.4.0</version>
55+
<version>1.4.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>

examples/pulsar/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
~
5-
~ Copyright 2012-2025 Aerospike, Inc.
5+
~ Copyright 2012-2026 Aerospike, Inc.
66
~
77
~ Portions may be licensed to Aerospike, Inc. under one or more contributor
88
~ license agreements WHICH ARE COMPATIBLE WITH THE APACHE LICENSE, VERSION 2.0.
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.aerospike</groupId>
5454
<artifactId>aerospike-connect-inbound-sdk</artifactId>
55-
<version>1.4.0</version>
55+
<version>1.4.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)