Skip to content

Commit

Permalink
Merge pull request #1949 from akto-api-security/hotfix/testing_module…
Browse files Browse the repository at this point in the history
…_cve_fix

cve version upgrades for modules
  • Loading branch information
notshivansh authored Jan 10, 2025
2 parents 1605cb8 + 837d85c commit 272fee3
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 32 deletions.
2 changes: 1 addition & 1 deletion apps/api-analyser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<version>32.0.0-jre</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions apps/billing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>9.4.44.v20210927</version>
<version>9.4.55.v20240627</version>
</dependency>


Expand Down Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.36.v20210114</version>
<version>9.4.55.v20240627</version>
<configuration>
<webAppSourceDirectory>web</webAppSourceDirectory>
<webApp>
Expand Down
13 changes: 4 additions & 9 deletions apps/dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.5.30</version>
<version>2.5.33</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -77,7 +77,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>9.4.44.v20210927</version>
<version>9.4.55.v20240627</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -176,18 +176,13 @@
<dependency>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>owasp-java-html-sanitizer</artifactId>
<version>20211018.1</version>
<version>20211018.2</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-jetty</artifactId>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-sheets</artifactId>
Expand Down Expand Up @@ -280,7 +275,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.36.v20210114</version>
<version>9.4.55.v20240627</version>
<configuration>
<webAppSourceDirectory>web</webAppSourceDirectory>
<webApp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
import com.akto.utils.crons.TokenGeneratorCron;
import com.akto.utils.crons.UpdateSensitiveInfoInApiInfo;
import com.akto.utils.jobs.CleanInventory;
import com.akto.utils.jobs.CleanTestingJob;
import com.akto.utils.jobs.DeactivateCollections;
import com.akto.utils.billing.OrganizationUtils;
import com.akto.utils.crons.Crons;
Expand All @@ -134,10 +133,8 @@
import org.apache.commons.csv.CSVRecord;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.StringUtils;
import org.bouncycastle.jcajce.provider.asymmetric.dsa.DSASigner.stdDSA;
import org.bson.conversions.Bson;
import org.bson.types.ObjectId;
import org.checkerframework.checker.units.qual.C;
import org.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down
4 changes: 2 additions & 2 deletions apps/database-abstractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>9.4.44.v20210927</version>
<version>9.4.55.v20240627</version>
</dependency>


Expand Down Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.36.v20210114</version>
<version>9.4.55.v20240627</version>
<configuration>
<webAppSourceDirectory>web</webAppSourceDirectory>
<webApp>
Expand Down
4 changes: 2 additions & 2 deletions apps/internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>9.4.44.v20210927</version>
<version>9.4.55.v20240627</version>
</dependency>


Expand Down Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.36.v20210114</version>
<version>9.4.55.v20240627</version>
<configuration>
<webAppSourceDirectory>web</webAppSourceDirectory>
<webApp>
Expand Down
6 changes: 0 additions & 6 deletions apps/testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk16 -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>1.46</version>
</dependency>
</dependencies>

<build>
Expand Down
8 changes: 4 additions & 4 deletions libs/dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20231013</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber -->
<dependency>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.6.2</version>
<version>5.7.13</version>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
Expand Down Expand Up @@ -137,12 +137,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.21.5</version>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.15.2</version>
<version>9.37.2</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
Expand Down
2 changes: 1 addition & 1 deletion libs/integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20231013</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>20.0</version>
<version>20.9</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.36.v20210114</version>
<version>9.4.55.v20240627</version>
<configuration>
<webAppSourceDirectory>web</webAppSourceDirectory>
<webApp>
Expand Down

0 comments on commit 272fee3

Please sign in to comment.