Skip to content

Commit

Permalink
fix: upgrade io.netty:netty-all from 4.1.43.Final to 4.1.100.Final
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade io.netty:netty-all from 4.1.43.Final to 4.1.100.Final.

See this package in Maven Repository:
https://mvnrepository.com/artifact/io.netty/netty-all/

See this project in Snyk:
https://app.snyk.io/org/maricaantonacci/project/8cfdd008-f372-4a82-8f72-80f130aa1464?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 27, 2023
1 parent a4ea926 commit 9ed2184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.21.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
<relativePath/> <!-- lookup parent from repository -->
</parent>

<licenses>
Expand Down Expand Up @@ -345,7 +345,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.43.Final</version>
<version>4.1.100.Final</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -645,7 +645,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 9ed2184

Please sign in to comment.