Skip to content

Commit

Permalink
Merge branch 'apache:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsenk authored Feb 18, 2024
2 parents 9a00279 + 2a773c2 commit f175aca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/bouncycastle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk18on</artifactId>
<version>1.71</version>
<version>1.74</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion drivers/netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.5.9.Final</version>
<version>3.10.6.Final</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@

<!-- Log dependency versions -->
<log4j.version>2.17.2</log4j.version>
<logback.version>1.2.9</logback.version>
<logback.version>1.2.13</logback.version>

<!-- OSGi dependency versions -->
<osgi.version>6.0.0</osgi.version>
Expand Down

0 comments on commit f175aca

Please sign in to comment.