diff --git a/.github/ISSUE_TEMPLATE/support_powertools.yml b/.github/ISSUE_TEMPLATE/support_powertools.yml new file mode 100644 index 000000000..362c07af5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support_powertools.yml @@ -0,0 +1,64 @@ +name: Support Lambda Powertools (become a reference) +description: Add your organization's name or logo to the Lambda Powertools documentation +title: "[Support Lambda Powertools]: " +labels: ["customer_reference"] +body: + - type: markdown + attributes: + value: | + Thank you for becoming a reference customer. Your support means a lot to us. It also helps new customers to know who's using it. + + If you would like us to also display your organization's logo, please share a link in the `Company logo` field. + - type: input + id: organization + attributes: + label: Organization Name + description: Please share the name of your organization + placeholder: ACME + validations: + required: true + - type: input + id: name + attributes: + label: Your Name + description: Please share your name + validations: + required: true + - type: input + id: job + attributes: + label: Your current position + description: Please share your current position at your company + validations: + required: true + - type: input + id: logo + attributes: + label: (Optional) Company logo + description: Company logo you want us to display. You also allow us to resize for optimal placement in the documentation. + validations: + required: false + - type: textarea + id: use_case + attributes: + label: (Optional) Use case + description: How are you using Lambda Powertools today? *features, etc.* + validations: + required: false + - type: checkboxes + id: other_languages + attributes: + label: Also using other Lambda Powertools languages? + options: + - label: Python + required: false + - label: TypeScript + required: false + - label: .NET + required: false + - type: markdown + attributes: + value: | + *By raising a Support Lambda Powertools issue, you are granting AWS permission to use your company's name (and/or logo) for the limited purpose described here. You are also confirming that you have authority to grant such permission.* + + *You can opt-out at any time by commenting or reopening this issue.* \ No newline at end of file diff --git a/pom.xml b/pom.xml index fc06bb8d5..9af93bf6f 100644 --- a/pom.xml +++ b/pom.xml @@ -55,11 +55,11 @@ 1.8 1.8 - 2.18.0 - 2.13.3 + 2.19.0 + 2.13.4.2 1.9.7 - 2.17.239 - 2.11.2 + 2.18.4 + 2.12.0 2.1.2 UTF-8 1.2.1 @@ -71,10 +71,10 @@ 0.8.8 2.7 1.6.8 - 3.4.0 + 3.4.1 3.2.1 3.0.1 - 5.8.2 + 5.9.1 1.0.6 0.5.1 @@ -244,13 +244,13 @@ org.mockito mockito-core - 4.6.0 + 4.8.1 test org.mockito mockito-inline - 4.6.1 + 4.8.1 test @@ -262,7 +262,7 @@ org.assertj assertj-core - 3.23.0 + 3.23.1 test @@ -457,7 +457,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.6.0.0 + 4.7.2.1 test diff --git a/powertools-idempotency/pom.xml b/powertools-idempotency/pom.xml index 536ef0e9d..396cbe8a5 100644 --- a/powertools-idempotency/pom.xml +++ b/powertools-idempotency/pom.xml @@ -171,7 +171,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.2 + 3.3.0 diff --git a/powertools-validation/pom.xml b/powertools-validation/pom.xml index 80ad2ed14..61beb34ba 100644 --- a/powertools-validation/pom.xml +++ b/powertools-validation/pom.xml @@ -73,7 +73,7 @@ com.networknt json-schema-validator - 1.0.70 + 1.0.73