Skip to content

Commit 0ecc969

Browse files
authored
Merge pull request #2980 from aws-samples/dependabot/maven/activemq-private-lambda-java-sam/activemq_consumer_dynamo_sam/activemq_event_consumer_function/maven-dc8b29e9f2
Bump the maven group across 14 directories with 2 updates
2 parents a03e6db + fa28608 commit 0ecc969

File tree

14 files changed

+14
-14
lines changed
  • activemq-private-lambda-java-sam
    • activemq_consumer_dynamo_sam/activemq_event_consumer_function
    • activemq_message_sender_json
  • apigw-http-api-lambda-rds-proxy-java
  • apigw-lambda-dynamodb-sam-java
  • apigw-lambda-eventbridge-lambda-sam-java
  • cdk-kinesis-lambda-java/infrastructure
  • lambda-dynamodb-ddbstream-lambda-sam-java
  • lambda-eventbridge-stepfunctions-sam-java
  • lambda-sns-sqs-lambda-sam-java/OrderProducer
  • lambda-step-functions-sam-java
  • rabbitmq-private-lambda-java-sam
    • rabbitmq_consumer_dynamo_sam/rabbitmq_event_consumer_function
    • rabbitmq_message_sender_json
  • sqs-lambda-dynamodb-sam-java
  • stepfunctions-eventbridge-lambda-sam-java

14 files changed

+14
-14
lines changed

activemq-private-lambda-java-sam/activemq_consumer_dynamo_sam/activemq_event_consumer_function/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>
5858
<artifactId>jackson-core</artifactId>
59-
<version>2.15.1</version>
59+
<version>2.18.6</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.apache.activemq</groupId>

activemq-private-lambda-java-sam/activemq_message_sender_json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.core</groupId>
7878
<artifactId>jackson-core</artifactId>
79-
<version>2.15.1</version>
79+
<version>2.18.6</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.datatype</groupId>

apigw-http-api-lambda-rds-proxy-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-core</artifactId>
55-
<version>2.19.1</version>
55+
<version>2.21.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.fasterxml.jackson.core</groupId>

apigw-lambda-dynamodb-sam-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.core</groupId>
7272
<artifactId>jackson-core</artifactId>
73-
<version>2.15.0</version>
73+
<version>2.18.6</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.fasterxml.jackson.core</groupId>

apigw-lambda-eventbridge-lambda-sam-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.fasterxml.jackson.core</groupId>
8383
<artifactId>jackson-core</artifactId>
84-
<version>2.15.0</version>
84+
<version>2.18.6</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.fasterxml.jackson.core</groupId>

cdk-kinesis-lambda-java/infrastructure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.assertj</groupId>
7272
<artifactId>assertj-core</artifactId>
73-
<version>3.23.1</version>
73+
<version>3.27.7</version>
7474
<scope>test</scope>
7575
</dependency>
7676
</dependencies>

lambda-dynamodb-ddbstream-lambda-sam-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-core</artifactId>
72-
<version>2.15.0</version>
72+
<version>2.18.6</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>

lambda-eventbridge-stepfunctions-sam-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-core</artifactId>
72-
<version>2.15.0</version>
72+
<version>2.18.6</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>

lambda-sns-sqs-lambda-sam-java/OrderProducer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-core</artifactId>
61-
<version>2.16.1</version>
61+
<version>2.18.6</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>

lambda-step-functions-sam-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.fasterxml.jackson.core</groupId>
6262
<artifactId>jackson-core</artifactId>
63-
<version>2.15.0</version>
63+
<version>2.18.6</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)