Skip to content

Commit 4256783

Browse files
github-actions[bot]aws-powertools-botphipag
authored
chore(ci): bump version to 2.9.0 (#2332)
* chore(ci): bump version to 2.9.0 * Restore CHANGELOG.md from main. --------- Co-authored-by: Powertools for AWS Lambda (Java) Bot <[email protected]> Co-authored-by: Philipp Page <[email protected]>
1 parent ff3e3e6 commit 4256783

File tree

65 files changed

+74
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+74
-74
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ Powertools for AWS Lambda (Java) is available in Maven Central. You can use your
2222
<dependency>
2323
<groupId>software.amazon.lambda</groupId>
2424
<artifactId>powertools-tracing</artifactId>
25-
<version>2.8.0</version>
25+
<version>2.9.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>software.amazon.lambda</groupId>
2929
<artifactId>powertools-logging-log4j</artifactId>
30-
<version>2.8.0</version>
30+
<version>2.9.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>software.amazon.lambda</groupId>
3434
<artifactId>powertools-metrics</artifactId>
35-
<version>2.8.0</version>
35+
<version>2.9.0</version>
3636
</dependency>
3737
...
3838
</dependencies>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>software.amazon.lambda</groupId>
2222
<artifactId>powertools-examples</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.9.0</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Powertools for AWS Lambda (Java) - Examples</name>

examples/powertools-examples-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>software.amazon.lambda.examples</groupId>
8-
<version>2.8.0</version>
8+
<version>2.9.0</version>
99
<artifactId>powertools-examples-batch</artifactId>
1010
<packaging>jar</packaging>
1111
<name>Powertools for AWS Lambda (Java) - Examples - Batch</name>

examples/powertools-examples-cloudformation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Run the following in your shell:
1515
```bash
1616
cd infra/sam
1717
sam build
18-
sam deploy --guided --parameter-overrides BucketNameParam=my-unique-bucket-2.8.0718
18+
sam deploy --guided --parameter-overrides BucketNameParam=my-unique-bucket-2.9.0718
1919
```
2020

2121
### Deploy with CDK
@@ -32,5 +32,5 @@ To build and deploy this application for the first time, run the following in yo
3232
cd infra/cdk
3333
mvn package
3434
cdk synth
35-
cdk deploy -c BucketNameParam=my-unique-bucket-2.8.0718
35+
cdk deploy -c BucketNameParam=my-unique-bucket-2.9.0718
3636
```

examples/powertools-examples-cloudformation/infra/sam-graalvm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sam build
4040
## Deploy the sample application
4141

4242
```shell
43-
sam deploy --guided --parameter-overrides BucketNameParam=my-unique-bucket-2.8.0718
43+
sam deploy --guided --parameter-overrides BucketNameParam=my-unique-bucket-2.9.0718
4444
```
4545

4646
This sample is based on Serverless Application Model (SAM). To deploy it, check out the instructions for getting started with SAM in [the examples directory](../../../README.md)

examples/powertools-examples-cloudformation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>software.amazon.lambda.examples</groupId>
6-
<version>2.8.0</version>
6+
<version>2.9.0</version>
77
<artifactId>powertools-examples-cloudformation</artifactId>
88
<packaging>jar</packaging>
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>software.amazon.lambda.examples</groupId>
77
<!-- TODO TODO TODO this should build from SNAPSHOT, but it doesn't, because the snapshots
88
don't appear in the docker environment CDK builds it in in our CDK tests. How to procede? V2 blocker -->
9-
<version>2.8.0</version>
9+
<version>2.9.0</version>
1010
<artifactId>powertools-examples-core-utilities-cdk</artifactId>
1111
<packaging>jar</packaging>
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>software.amazon.lambda.examples</groupId>
66
<artifactId>cdk</artifactId>
7-
<version>2.8.0</version>
7+
<version>2.9.0</version>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<cdk.version>2.224.0</cdk.version>

examples/powertools-examples-core-utilities/gradle/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
implementation 'com.amazonaws:aws-lambda-java-events:3.16.0'
3030
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2'
3131
implementation 'org.aspectj:aspectjrt:1.9.20.1'
32-
aspect 'software.amazon.lambda:powertools-tracing:2.8.0'
33-
aspect 'software.amazon.lambda:powertools-logging-log4j:2.8.0'
34-
aspect 'software.amazon.lambda:powertools-metrics:2.8.0'
32+
aspect 'software.amazon.lambda:powertools-tracing:2.9.0'
33+
aspect 'software.amazon.lambda:powertools-logging-log4j:2.9.0'
34+
aspect 'software.amazon.lambda:powertools-metrics:2.9.0'
3535
}
3636

examples/powertools-examples-core-utilities/kotlin/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ dependencies {
1515
implementation("com.amazonaws:aws-lambda-java-events:3.16.0")
1616
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
1717
implementation("org.aspectj:aspectjrt:1.9.20.1")
18-
aspect("software.amazon.lambda:powertools-tracing:2.8.0")
19-
aspect("software.amazon.lambda:powertools-logging-log4j:2.8.0")
20-
aspect("software.amazon.lambda:powertools-metrics:2.8.0")
18+
aspect("software.amazon.lambda:powertools-tracing:2.9.0")
19+
aspect("software.amazon.lambda:powertools-logging-log4j:2.9.0")
20+
aspect("software.amazon.lambda:powertools-metrics:2.9.0")
2121
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.24")
2222
}
2323

0 commit comments

Comments
 (0)