Skip to content

Commit a780741

Browse files
committed
Merge branch 'main' into phipag/logging-imperative-style
2 parents 7906658 + 1e51660 commit a780741

File tree

33 files changed

+67
-67
lines changed

33 files changed

+67
-67
lines changed

examples/powertools-examples-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-shade-plugin</artifactId>
123-
<version>3.6.0</version>
123+
<version>3.6.1</version>
124124
<executions>
125125
<execution>
126126
<phase>package</phase>

examples/powertools-examples-cloudformation/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.compiler.target>11</maven.compiler.target>
1515
<lambda.core.version>1.4.0</lambda.core.version>
1616
<lambda.events.version>3.16.1</lambda.events.version>
17-
<aws.sdk.version>2.35.10</aws.sdk.version>
17+
<aws.sdk.version>2.36.1</aws.sdk.version>
1818
<aspectj.version>1.9.20.1</aspectj.version>
1919

2020
</properties>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-shade-plugin</artifactId>
119-
<version>3.6.0</version>
119+
<version>3.6.1</version>
120120
<executions>
121121
<execution>
122122
<phase>package</phase>
@@ -159,7 +159,7 @@
159159
<plugin>
160160
<groupId>org.graalvm.buildtools</groupId>
161161
<artifactId>native-maven-plugin</artifactId>
162-
<version>0.11.0</version>
162+
<version>0.11.2</version>
163163
<extensions>true</extensions>
164164
<executions>
165165
<execution>

examples/powertools-examples-core-utilities/cdk/app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-shade-plugin</artifactId>
107-
<version>3.6.0</version>
107+
<version>3.6.1</version>
108108
<executions>
109109
<execution>
110110
<phase>package</phase>

examples/powertools-examples-core-utilities/cdk/infra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<cdk.version>2.220.0</cdk.version>
1111
<constructs.version>[10.0.0,11.0.0)</constructs.version>
12-
<junit.version>5.13.4</junit.version>
12+
<junit.version>5.14.0</junit.version>
1313
</properties>
1414
<build>
1515
<plugins>

examples/powertools-examples-core-utilities/sam-graalvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-shade-plugin</artifactId>
119-
<version>3.6.0</version>
119+
<version>3.6.1</version>
120120
<executions>
121121
<execution>
122122
<phase>package</phase>
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.graalvm.buildtools</groupId>
160160
<artifactId>native-maven-plugin</artifactId>
161-
<version>0.11.0</version>
161+
<version>0.11.2</version>
162162
<extensions>true</extensions>
163163
<executions>
164164
<execution>

examples/powertools-examples-core-utilities/sam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-shade-plugin</artifactId>
93-
<version>3.6.0</version>
93+
<version>3.6.1</version>
9494
<executions>
9595
<execution>
9696
<phase>package</phase>

examples/powertools-examples-core-utilities/serverless/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-shade-plugin</artifactId>
94-
<version>3.6.0</version>
94+
<version>3.6.1</version>
9595
<executions>
9696
<execution>
9797
<phase>package</phase>

examples/powertools-examples-core-utilities/terraform/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-shade-plugin</artifactId>
94-
<version>3.6.0</version>
94+
<version>3.6.1</version>
9595
<executions>
9696
<execution>
9797
<phase>package</phase>
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-surefire-plugin</artifactId>
129-
<version>3.5.3</version>
129+
<version>3.5.4</version>
130130
<configuration>
131131
<environmentVariables>
132132
<LAMBDA_TASK_ROOT>handler</LAMBDA_TASK_ROOT>

examples/powertools-examples-idempotency/sam-graalvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-shade-plugin</artifactId>
99-
<version>3.6.0</version>
99+
<version>3.6.1</version>
100100
<executions>
101101
<execution>
102102
<phase>package</phase>
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.graalvm.buildtools</groupId>
141141
<artifactId>native-maven-plugin</artifactId>
142-
<version>0.11.0</version>
142+
<version>0.11.2</version>
143143
<extensions>true</extensions>
144144
<executions>
145145
<execution>

examples/powertools-examples-idempotency/sam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-shade-plugin</artifactId>
110-
<version>3.6.0</version>
110+
<version>3.6.1</version>
111111
<executions>
112112
<execution>
113113
<phase>package</phase>

0 commit comments

Comments
 (0)