Skip to content

Commit

Permalink
Upgrade netty
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 14, 2019
1 parent 3802122 commit 4ffeda1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/pom.xml
Expand Up @@ -1391,7 +1391,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.51.Final</version>
<version>4.1.42.Final</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
Expand Down
5 changes: 5 additions & 0 deletions testing/rest/pom.xml
Expand Up @@ -41,6 +41,11 @@
<artifactId>schema</artifactId>
<version>4.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>common</artifactId>
<version>4.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>prism-api</artifactId>
Expand Down

0 comments on commit 4ffeda1

Please sign in to comment.