Skip to content

Commit

Permalink
[Snyk] Fix for 20 vulnerabilities (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
SVAdithya and snyk-bot authored Feb 25, 2025
1 parent 2423839 commit bb509ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#creates all zookeeper, kafka and application docker
```shell
docker-compose up -d
docker-compose up -d --build # to get new changes loaded
```
#get list of all containers and ID for producer and consumer
```shell
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8' # Specify the version of the Compose file

networks:
app-network: # Define the network here
driver: bridge
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.1</version>
<version>3.3.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.kafka.learn</groupId>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka-reactive</artifactId>
<version>4.1.3</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>io.projectreactor.kafka</groupId>
Expand Down

0 comments on commit bb509ae

Please sign in to comment.