Skip to content

Commit

Permalink
Upgrade Glue schema registry from 1.1.4 to 1.1.5 (#860)
Browse files Browse the repository at this point in the history
Co-authored-by: Ravindranath Kakarla <rnath@amazon.com>
  • Loading branch information
blacktooth and blacktooth authored Oct 14, 2021
1 parent 4f6691a commit 7503ec7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions amazon-kinesis-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<sqlite4java.native>libsqlite4java</sqlite4java.native>
<sqlite4java.libpath>${project.build.directory}/test-lib</sqlite4java.libpath>
<slf4j.version>1.7.25</slf4j.version>
<gsr.version>1.1.5</gsr.version>
</properties>

<dependencies>
Expand All @@ -77,12 +78,12 @@
<dependency>
<groupId>software.amazon.glue</groupId>
<artifactId>schema-registry-serde</artifactId>
<version>1.1.4</version>
<version>${gsr.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.glue</groupId>
<artifactId>schema-registry-common</artifactId>
<version>1.1.4</version>
<version>${gsr.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 7503ec7

Please sign in to comment.