@@ -60,7 +60,7 @@ The recommended way to use the AWS Glue Schema Registry Library for Java is to c
60
60
<dependency >
61
61
<groupId >software.amazon.glue</groupId >
62
62
<artifactId >schema-registry-serde</artifactId >
63
- <version >1.1.19 </version >
63
+ <version >1.1.20 </version >
64
64
</dependency >
65
65
```
66
66
### Code Example
@@ -490,7 +490,7 @@ It should look like this
490
490
* If using bash, run the below commands to set-up your CLASSPATH in your bash_profile. (For any other shell, update the environment accordingly.)
491
491
```bash
492
492
echo 'export GSR_LIB_BASE_DIR=<>' >>~/.bash_profile
493
- echo 'export GSR_LIB_VERSION=1.1.19 ' >>~/.bash_profile
493
+ echo 'export GSR_LIB_VERSION=1.1.20 ' >>~/.bash_profile
494
494
echo 'export KAFKA_HOME=<your kafka installation directory>' >>~/.bash_profile
495
495
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
496
496
source ~/.bash_profile
@@ -549,7 +549,7 @@ It should look like this
549
549
<dependency>
550
550
<groupId>software.amazon.glue</groupId>
551
551
<artifactId>schema-registry-kafkastreams-serde</artifactId>
552
- <version>1.1.19 </version>
552
+ <version>1.1.20 </version>
553
553
</dependency>
554
554
```
555
555
@@ -587,7 +587,7 @@ repository for the latest support: [Avro SerializationSchema and Deserialization
587
587
<dependency>
588
588
<groupId>software.amazon.glue</groupId>
589
589
<artifactId>schema-registry-flink-serde</artifactId>
590
- <version>1.1.19 </version>
590
+ <version>1.1.20 </version>
591
591
</dependency>
592
592
```
593
593
### Code Example
0 commit comments