Skip to content

Commit

Permalink
upgrade KCL version from 2.5.2 to 2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvilo-aws committed Apr 19, 2024
1 parent 0619730 commit f935f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<properties>
<awssdk.version>2.19.2</awssdk.version>
<aws-java-sdk.version>1.12.370</aws-java-sdk.version>
<kcl.version>2.5.2</kcl.version>
<kcl.version>2.5.8</kcl.version>
<netty.version>4.1.100.Final</netty.version>
<netty-reactive.version>2.0.6</netty-reactive.version>
<fasterxml-jackson.version>2.13.5</fasterxml-jackson.version>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

PACKAGE_NAME = 'amazon_kclpy'
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
PACKAGE_VERSION = '2.1.4-SNAPSHOT'
PACKAGE_VERSION = '2.1.4'
PYTHON_REQUIREMENTS = [
'boto',
# argparse is part of python2.7 but must be declared for python2.6
Expand Down

0 comments on commit f935f2d

Please sign in to comment.