Skip to content

Commit

Permalink
Merge branch 'main' into aws-localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Apr 2, 2024
2 parents 4eb30bd + 596485e commit fd0ff5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-cloudwatch-project/docker/docker-compose-elk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- "9300:9300"

logstash:
image: docker.elastic.co/logstash/logstash:8.13.0
image: docker.elastic.co/logstash/logstash:8.13.1
container_name: logstash
command: logstash -f /etc/logstash/conf.d/logstash.conf
volumes:
Expand Down
2 changes: 1 addition & 1 deletion aws-s3-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.14.2</version>
<version>10.15.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion aws-sqs-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.14.2</version>
<version>10.15.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit fd0ff5c

Please sign in to comment.