Skip to content

Commit

Permalink
Update version to 4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Dec 6, 2023
1 parent 057fa5c commit b6b9a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Maven
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-amazon-kinesis-extension-customization-sdk</artifactId>
<version>4.22.0</version>
<version>4.23.0</version>
</dependency>
----

Gradle

[source,groovy]
----
implementation("com.hivemq:hivemq-amazon-kinesis-extension-customization-sdk:4.22.0")
implementation("com.hivemq:hivemq-amazon-kinesis-extension-customization-sdk:4.23.0")
----

NOTE: The HiveMQ Amazon Kinesis Extension Customization SDK is available in Maven central, so no special configuration is needed.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=4.23.0-SNAPSHOT
version=4.23.0

0 comments on commit b6b9a0f

Please sign in to comment.