File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3535dependencies {
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
4343dependencies {
44- api "com.aerospike:aerospike-connect-inbound-sdk:1.4.0 "
44+ api "com.aerospike:aerospike-connect-inbound-sdk:1.4.1 "
4545}
4646```
Original file line number Diff line number Diff line change 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.
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 >
Original file line number Diff line number Diff line change 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.
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 >
Original file line number Diff line number Diff line change 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.
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 >
You can’t perform that action at this time.
0 commit comments