diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8cfab2bb..7b147887 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -78,3 +78,6 @@ GlueSchemaRegistryKafkaSerializer/GlueSchemaRegistryKafkaDeserializer.
* Add a dummy class in the serializer-deserializer-msk-iam module for javadoc and source jar generation
* Upgraded Avro and Json dependencies version
* Upgraded AWS SDK v1 and v2 versions to fix vulnerabilities
+
+## Release 1.1.19
+* Upgraded dependency versions to remove ION dependencies
diff --git a/README.md b/README.md
index c17b1034..889210f1 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ The recommended way to use the AWS Glue Schema Registry Library for Java is to c
software.amazon.glue
schema-registry-serde
- 1.1.18
+ 1.1.19
```
### Code Example
@@ -490,7 +490,7 @@ It should look like this
* If using bash, run the below commands to set-up your CLASSPATH in your bash_profile. (For any other shell, update the environment accordingly.)
```bash
echo 'export GSR_LIB_BASE_DIR=<>' >>~/.bash_profile
- echo 'export GSR_LIB_VERSION=1.1.18' >>~/.bash_profile
+ echo 'export GSR_LIB_VERSION=1.1.19' >>~/.bash_profile
echo 'export KAFKA_HOME=' >>~/.bash_profile
echo 'export CLASSPATH=$CLASSPATH:$GSR_LIB_BASE_DIR/avro-kafkaconnect-converter/target/schema-registry-kafkaconnect-converter-$GSR_LIB_VERSION.jar:$GSR_LIB_BASE_DIR/common/target/schema-registry-common-$GSR_LIB_VERSION.jar:$GSR_LIB_BASE_DIR/avro-serializer-deserializer/target/schema-registry-serde-$GSR_LIB_VERSION.jar' >>~/.bash_profile
source ~/.bash_profile
@@ -549,7 +549,7 @@ It should look like this
software.amazon.glue
schema-registry-kafkastreams-serde
- 1.1.18
+ 1.1.19
```
@@ -587,7 +587,7 @@ repository for the latest support: [Avro SerializationSchema and Deserialization
software.amazon.glue
schema-registry-flink-serde
- 1.1.18
+ 1.1.19
```
### Code Example
diff --git a/avro-flink-serde/README.md b/avro-flink-serde/README.md
index 14b61c7e..5541a930 100644
--- a/avro-flink-serde/README.md
+++ b/avro-flink-serde/README.md
@@ -20,7 +20,7 @@ inside Amazon VPC.](https://docs.aws.amazon.com/kinesisanalytics/latest/java/vpc
software.amazon.glue
schema-registry-flink-serde
- 1.1.18/version>
+ 1.1.19/version>
```
### Code Example
diff --git a/avro-flink-serde/pom.xml b/avro-flink-serde/pom.xml
index 724fd001..a5217bf9 100644
--- a/avro-flink-serde/pom.xml
+++ b/avro-flink-serde/pom.xml
@@ -21,7 +21,7 @@
software.amazon.glue
schema-registry-flink-serde
- 1.1.18
+ 1.1.19
AWS Glue Schema Registry Flink Avro Serialization Deserialization Schema
The AWS Glue Schema Registry Library for Apache Flink enables Java developers to easily integrate
their Apache Flink applications with AWS Glue Schema Registry
@@ -66,7 +66,7 @@
software.amazon.glue
schema-registry-serde
- 1.1.18
+ 1.1.19
org.projectlombok
diff --git a/avro-kafkaconnect-converter/pom.xml b/avro-kafkaconnect-converter/pom.xml
index b28f5ecb..bed5eaac 100644
--- a/avro-kafkaconnect-converter/pom.xml
+++ b/avro-kafkaconnect-converter/pom.xml
@@ -32,7 +32,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
../pom.xml
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 0b9487cb..ade51828 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -22,7 +22,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
../pom.xml
diff --git a/common/pom.xml b/common/pom.xml
index a7bd937d..4c26d11b 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
../pom.xml
diff --git a/examples/pom.xml b/examples/pom.xml
index 99d2319c..dfd3f90c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -31,7 +31,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
../pom.xml
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 52072977..c2f1aefe 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -31,7 +31,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
../pom.xml
diff --git a/jsonschema-kafkaconnect-converter/pom.xml b/jsonschema-kafkaconnect-converter/pom.xml
index e39f01a4..5b16f7ff 100644
--- a/jsonschema-kafkaconnect-converter/pom.xml
+++ b/jsonschema-kafkaconnect-converter/pom.xml
@@ -32,7 +32,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
../pom.xml
diff --git a/kafkastreams-serde/pom.xml b/kafkastreams-serde/pom.xml
index bff034f2..80d7d5a8 100644
--- a/kafkastreams-serde/pom.xml
+++ b/kafkastreams-serde/pom.xml
@@ -32,7 +32,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
../pom.xml
diff --git a/pom.xml b/pom.xml
index e4afbf20..b1afa22f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
pom
AWS Glue Schema Registry Library
The AWS Glue Schema Registry Library for Java enables Java developers to easily integrate their
diff --git a/protobuf-kafkaconnect-converter/pom.xml b/protobuf-kafkaconnect-converter/pom.xml
index 2a30662e..a348f4d7 100644
--- a/protobuf-kafkaconnect-converter/pom.xml
+++ b/protobuf-kafkaconnect-converter/pom.xml
@@ -22,7 +22,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
../pom.xml
diff --git a/serializer-deserializer-msk-iam/pom.xml b/serializer-deserializer-msk-iam/pom.xml
index f962c50d..779df0da 100644
--- a/serializer-deserializer-msk-iam/pom.xml
+++ b/serializer-deserializer-msk-iam/pom.xml
@@ -33,7 +33,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
../pom.xml
diff --git a/serializer-deserializer/pom.xml b/serializer-deserializer/pom.xml
index 9853998f..12716b75 100644
--- a/serializer-deserializer/pom.xml
+++ b/serializer-deserializer/pom.xml
@@ -32,7 +32,7 @@
software.amazon.glue
schema-registry-parent
- 1.1.18
+ 1.1.19
../pom.xml