diff --git a/samcli/__init__.py b/samcli/__init__.py index e2a6cd22df..e2fbb2e928 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = '0.14.1' +__version__ = '0.14.2' diff --git a/samcli/local/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/build.gradle b/samcli/local/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/build.gradle index 5df0f0ab7a..2350b2961e 100644 --- a/samcli/local/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/build.gradle +++ b/samcli/local/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/build.gradle @@ -7,17 +7,6 @@ repositories { } dependencies { - implementation 'software.amazon.awssdk:annotations:2.1.0' - compile ( - 'com.amazonaws:aws-lambda-java-core:1.1.0' - ) - testCompile 'junit:junit:4.12' + implementation 'com.amazonaws:aws-lambda-java-core:1.2.0' + testImplementation 'junit:junit:4.12' } - -sourceSets { - main { - java { - srcDir 'src/main' - } - } -} \ No newline at end of file