File tree Expand file tree Collapse file tree 22 files changed +30
-30
lines changed
activemq-private-lambda-java-sam/activemq_message_sender_json
api-gateway-cors-whitelist-cdk/src/cors-function
apigw-canary-deployment-cdk-java/software
cdk-eventbridge-stepfunction-sqs-java/software/lambda-handler
cdk-firehose-s3-transform-java/software/FirehoseTransformationLambda
cdk-kinesis-lambda-java/software/KinesisLambdaClient
cdk-kinesis-poison-pill/src
documentdb-lambda-java-sam/documentdb_streams_message_sender_json
eventbridge-scheduled-stepfunction-bedrock-kb-sync/cdk
healthlake-change-data-capture/src
kinesis-lambda-cdk-java/software/LambdaFunction
lambda-durable-human-approval-sam
lambda-extension-telemetryapi-s3/extensionsrc
msk-lambda-schema-avro-java-sam/kafka_event_consumer_function
rabbitmq-private-lambda-java-sam/rabbitmq_message_sender_json
terraform-kinesis-poison-pill/modules/lambda Expand file tree Collapse file tree 22 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >org.apache.logging.log4j</groupId >
3030 <artifactId >log4j-api</artifactId >
31- <version >2.21.0 </version >
31+ <version >2.25.3 </version >
3232 </dependency >
3333 <dependency >
3434 <groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/aws/aws-lambda-go v1.39.1
77 github.com/aws/aws-sdk-go-v2/config v1.18.19
88 github.com/aws/aws-sdk-go-v2/service/ssm v1.36.0
9- github.com/sirupsen/logrus v1.9.0
9+ github.com/sirupsen/logrus v1.9.1
1010)
1111
1212require github.com/stretchr/testify v1.8.2 // indirect
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ github.com/secure-systems-lab/go-securesystemslib v0.3.1/go.mod h1:o8hhjkbNl2gOa
123123github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE =
124124github.com/secure-systems-lab/go-securesystemslib v0.4.0 /go.mod h1:FGBZgq2tXWICsxWQW1msNf49F0Pf2Op5Htayx335Qbs =
125125github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
126- github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 =
127- github.com/sirupsen/logrus v1.9.0 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
126+ github.com/sirupsen/logrus v1.9.1 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 =
127+ github.com/sirupsen/logrus v1.9.1 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
128128github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
129129github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
130130github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c =
Original file line number Diff line number Diff line change 99 <properties >
1010 <maven .compiler.source>11</maven .compiler.source>
1111 <maven .compiler.target>11</maven .compiler.target>
12- <log4j .version>2.18.0 </log4j .version>
12+ <log4j .version>2.25.3 </log4j .version>
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 </properties >
1515
Original file line number Diff line number Diff line change 99 <properties >
1010 <maven .compiler.source>11</maven .compiler.source>
1111 <maven .compiler.target>11</maven .compiler.target>
12- <log4j .version>2.18.0 </log4j .version>
12+ <log4j .version>2.25.3 </log4j .version>
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 </properties >
1515
Original file line number Diff line number Diff line change 99 <properties >
1010 <maven .compiler.source>11</maven .compiler.source>
1111 <maven .compiler.target>11</maven .compiler.target>
12- <log4j .version>2.19.0 </log4j .version>
12+ <log4j .version>2.25.3 </log4j .version>
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 </properties >
1515
Original file line number Diff line number Diff line change 8787 <dependency >
8888 <groupId >org.apache.logging.log4j</groupId >
8989 <artifactId >log4j-core</artifactId >
90- <version >2.19.0 </version >
90+ <version >2.25.3 </version >
9191 </dependency >
9292 </dependencies >
9393
Original file line number Diff line number Diff line change 99 <properties >
1010 <maven .compiler.source>11</maven .compiler.source>
1111 <maven .compiler.target>11</maven .compiler.target>
12- <log4j .version>2.19.0 </log4j .version>
12+ <log4j .version>2.25.3 </log4j .version>
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 </properties >
1515
Original file line number Diff line number Diff line change 55require github.com/aws/aws-lambda-go v1.36.0
66
77require (
8- github.com/sirupsen/logrus v1.9.0 // indirect
8+ github.com/sirupsen/logrus v1.9.1 // indirect
99 golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
1010)
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
55github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
66github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
77github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
8- github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 =
9- github.com/sirupsen/logrus v1.9.0 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
8+ github.com/sirupsen/logrus v1.9.1 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 =
9+ github.com/sirupsen/logrus v1.9.1 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1010github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
1111github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
1212github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s =
You can’t perform that action at this time.
0 commit comments