Skip to content

Commit

Permalink
Merge pull request #88 from alanorth/renovate/netty-monorepo
Browse files Browse the repository at this point in the history
Update netty monorepo to v4.1.101.Final
  • Loading branch information
alanorth authored Nov 29, 2023
2 parents 6f2ee6e + d4985e9 commit 053c551
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -861,32 +861,32 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.94.Final</version>
<version>4.1.101.Final</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
Expand Down

0 comments on commit 053c551

Please sign in to comment.