Skip to content

Commit

Permalink
Merge pull request #240 from Checkmarx/Itay/Fix-sca-vulnrability
Browse files Browse the repository at this point in the history
Fix sca vulnrability outdated
  • Loading branch information
OrShamirCM authored Sep 24, 2024
2 parents 40c1687 + 5134762 commit 7cd8948
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions checkmarx-ast-teamcity-plugin-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
<artifactId>agent-api</artifactId>
<version>${teamcity-version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
6 changes: 6 additions & 0 deletions checkmarx-ast-teamcity-plugin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<artifactId>agent-api</artifactId>
<version>${teamcity-version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<teamcity-version>2024.03</teamcity-version>
<teamcity-version>2024.03.3-SNAPSHOT</teamcity-version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -15,7 +15,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

</properties>

<pluginRepositories>
Expand Down Expand Up @@ -54,6 +53,7 @@
<source>${project.sourceCompatibility}</source>
<target>${project.targetCompatibility}</target>
</configuration>
<version>3.13.0</version>
</plugin>
<plugin>
<groupId>org.jetbrains.teamcity</groupId>
Expand Down

0 comments on commit 7cd8948

Please sign in to comment.