Skip to content

Commit

Permalink
bump the jdk to 21 for cloudwatch-exporter
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydin <batuhan.apaydin@chainguard.dev>
  • Loading branch information
developer-guy committed Oct 20, 2024
1 parent 0021d40 commit 62bd035
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudwatch-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cloudwatch-exporter
version: 0.16.0 # Check if the version bump in the mvn command is still needed next time this package is updated
epoch: 0
epoch: 1
description: Metrics exporter for Amazon AWS CloudWatch
copyright:
- license: Apache-2.0
Expand All @@ -15,8 +15,8 @@ environment:
- ca-certificates-bundle
- curl
- maven
- openjdk-17
- openjdk-17-default-jvm
- openjdk-21
- openjdk-21-default-jvm

pipeline:
- uses: git-checkout
Expand Down
8 changes: 8 additions & 0 deletions cloudwatch-exporter/pombump-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ patches:
artifactId: netty-codec-http
version: 4.1.108.Final
scope: import
- groupId: org.eclipse.jetty
artifactId: jetty-server
version: 11.0.24
scope: import
# - groupId: org.eclipse.jetty
# artifactId: jetty-http
# version: 12.0.12
# scope: import

0 comments on commit 62bd035

Please sign in to comment.