Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/server/appsmith-plugins/arangoDBPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</dependency>

<!--
Netty 4.1.131 is shipped by the appsmith-server runtime via reactor-netty-http. arangodb-java-driver 7.x
Netty is shipped by the appsmith-server runtime via reactor-netty-http. arangodb-java-driver 7.x
transitively pulls the same netty version through Vert.x WebClient. Declare these as 'provided' for the
same reason as jackson above: avoid PluginClassLoader/parent-classloader collisions for io.netty.* classes.
-->
Expand Down
3 changes: 2 additions & 1 deletion app/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.12</version>
<version>3.5.14</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down Expand Up @@ -37,6 +37,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<mockito.version>4.4.0</mockito.version>
<mockwebserver.version>5.0.0-alpha.2</mockwebserver.version>
<netty.version>4.1.135.Final</netty.version>
<okhttp3.version>4.12.0</okhttp3.version>
<org.pf4j.version>3.15.0</org.pf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Loading