Skip to content

Commit

Permalink
Merge pull request #267 from checkmarx-ltd/CLI2024Q3_Integration_Branch
Browse files Browse the repository at this point in the history
Code Changes related to CLI 2024Q3 Release and TeamCity CLI 2024Q3
  • Loading branch information
susmitagorai29 authored Aug 1, 2024
2 parents 086842f + 5c79db4 commit a629f1b
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 295 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<javax.activation.version>1.2.0</javax.activation.version>
<jaxb.api.version>2.3.0</jaxb.api.version>
<lombok.version>1.18.6</lombok.version>
<cx.ws.fs.agent.version>24.0.1</cx.ws.fs.agent.version>
<cx.ws.fs.agent.version>24.2.2</cx.ws.fs.agent.version>

<!--SonarCloud scan -->
<sonar.projectKey>checkmarx-ltd_Cx-Client-Common</sonar.projectKey>
Expand Down Expand Up @@ -194,9 +194,10 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version>
<version>3.0.2</version>
</dependency>
</dependencies>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down
Loading

0 comments on commit a629f1b

Please sign in to comment.