-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/make repo generic #7
Conversation
metrics-lambda/build.gradle
Outdated
implementation 'gov.cms.ab2d:ab2d-events-client:1.6' | ||
implementation 'com.amazonaws:aws-lambda-java-core:1.2.1' | ||
implementation 'com.amazonaws:aws-lambda-java-events:3.11.0' | ||
implementation 'software.amazon.awssdk:cloudwatch:2.17.271' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dependabot - change this to 2.17.290
metrics-lambda/build.gradle
Outdated
implementation 'com.amazonaws:aws-lambda-java-core:1.2.1' | ||
implementation 'com.amazonaws:aws-lambda-java-events:3.11.0' | ||
implementation 'software.amazon.awssdk:cloudwatch:2.17.271' | ||
implementation 'com.amazonaws:aws-java-sdk-sqs:1.12.300' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dependabot - change this to 1.12.319
metrics-lambda/build.gradle
Outdated
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.13.4' | ||
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4' | ||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' | ||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dependabot - change these 2 to 5.9.1
eob-fetcher/build.gradle
Outdated
implementation 'com.amazonaws:aws-lambda-java-core:1.2.1' | ||
implementation 'com.amazonaws:aws-lambda-java-events:3.11.0' | ||
implementation 'org.springframework:spring-context:5.3.20' | ||
implementation 'com.newrelic.agent.java:newrelic-api:7.6.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dependabot - change this to 7.10.0
|
||
java { | ||
sourceCompatibility = JavaVersion.VERSION_11 | ||
targetCompatibility = JavaVersion.VERSION_11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does AWS support 17 yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet. It's been requested for almost a year aws/aws-lambda-base-images#29
The plan is to repurpose this repo as a generic lambda repo.
TODO: