chore(deps): Update pf4j to v3.10.0 (#27044)
This includes fixes for the following High-severity Dependabot alerts: 1. https://github.com/appsmithorg/appsmith/security/dependabot/256 2. https://github.com/appsmithorg/appsmith/security/dependabot/257 3. https://github.com/appsmithorg/appsmith/security/dependabot/258 4. https://github.com/appsmithorg/appsmith/security/dependabot/259 5. https://github.com/appsmithorg/appsmith/security/dependabot/260 6. https://github.com/appsmithorg/appsmith/security/dependabot/261
This commit is contained in:
parent
1b96592a72
commit
e26d7ec8b3
|
|
@ -53,7 +53,7 @@
|
|||
<dependency>
|
||||
<groupId>org.pf4j</groupId>
|
||||
<artifactId>pf4j</artifactId>
|
||||
<version>3.8.0</version>
|
||||
<version>${org.pf4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -48,14 +48,27 @@
|
|||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-reload4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<!-- Once this transitive dependency is updated to at least 3.10.0, we can remove this exclusion. -->
|
||||
<groupId>org.pf4j</groupId>
|
||||
<artifactId>pf4j</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.pf4j</groupId>
|
||||
<artifactId>pf4j</artifactId>
|
||||
<version>${org.pf4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.appsmith</groupId>
|
||||
<artifactId>interfaces</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
|
|
|
|||
|
|
@ -256,6 +256,19 @@
|
|||
<groupId>org.pf4j</groupId>
|
||||
<artifactId>pf4j-spring</artifactId>
|
||||
<version>0.8.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<!-- Once this transitive dependency is updated to at least 3.10.0, we can remove this exclusion. -->
|
||||
<groupId>org.pf4j</groupId>
|
||||
<artifactId>pf4j</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.pf4j</groupId>
|
||||
<artifactId>pf4j</artifactId>
|
||||
<version>${org.pf4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
<mockito.version>4.4.0</mockito.version>
|
||||
<mockwebserver.version>5.0.0-alpha.2</mockwebserver.version>
|
||||
<okhttp3.version>4.10.0</okhttp3.version>
|
||||
<org.pf4j.version>3.10.0</org.pf4j.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.groupId>com.appsmith</project.groupId>
|
||||
<project.version>1.0-SNAPSHOT</project.version>
|
||||
|
|
|
|||
|
|
@ -14,20 +14,12 @@
|
|||
<name>reactiveCaching</name>
|
||||
|
||||
<properties>
|
||||
<org.pf4j.version>3.8.0</org.pf4j.version>
|
||||
<org.projectlombok.version>1.18.22</org.projectlombok.version>
|
||||
<org.testcontainers.junit-jupiter.version>1.17.2</org.testcontainers.junit-jupiter.version>
|
||||
<uk.co.jemos.podam.podam.version>7.2.11.RELEASE</uk.co.jemos.podam.podam.version>
|
||||
<!-- <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>-->
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.pf4j</groupId>
|
||||
<artifactId>pf4j</artifactId>
|
||||
<version>${org.pf4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.projectreactor</groupId>
|
||||
<artifactId>reactor-core</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user