Skip to content

Commit e6dc8bd

Browse files
Merge branch 'main' into cx-client-id-support-AST-105859
2 parents e50c916 + 6cffad3 commit e6dc8bd

File tree

8 files changed

+15
-13
lines changed

8 files changed

+15
-13
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ jobs:
138138
cli_version: ${{ needs.release.outputs.CLI_VERSION }}
139139
is_cli_release: false
140140
is_java_release: true
141-
secrets: inherit
141+
secrets: inherit

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Each line is a file pattern followed by one or more owners
33

44
# Specify the default owners for the entire repository
5-
* @greensd4 @AlvoBen @pedrompflopes
5+
* @cx-anurag-dalke @cx-anand-nandeshwar @cx-atish-jadhav

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.27
1+
2.3.28

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-lang3</artifactId>
27-
<version>3.14.0</version>
27+
<version>3.18.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.googlecode.json-simple</groupId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.code.gson</groupId>
4646
<artifactId>gson</artifactId>
47-
<version>2.10.1</version>
47+
<version>2.12.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.slf4j</groupId>
@@ -199,13 +199,15 @@
199199
</plugins>
200200
</build>
201201

202+
202203
<distributionManagement>
203204
<repository>
204205
<id>central</id>
205206
<url>https://central.sonatype.com/api/v1/publish</url>
206207
</repository>
207208
</distributionManagement>
208209

210+
209211
<licenses>
210212
<license>
211213
<name>MIT License</name>

src/main/resources/cx-linux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:21771d942fb89bbd90c919037cda83447a1203cd326830434337c32a3492dc0f
3-
size 75620536
2+
oid sha256:1d2436e1fef7dd4841a003697702e52e2cdc3f3fba74e2196cebe5d7992f9d4f
3+
size 76206264

src/main/resources/cx-linux-arm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:9226496082c2c9ec4f4b0849bdabd519c19199c7b351fce85c30ebd92433664b
3-
size 72155320
2+
oid sha256:e41b066ccc5dd4281a134518b3ece5ac6c17f229c9a7844493371ac3936a94a4
3+
size 72745144

src/main/resources/cx-mac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:8ce7a37c2b110f904854ec9fad0af04fd23396ed752547892b414171dd85f2c7
3-
size 152195760
2+
oid sha256:4764f25769b820906cf09c6b3281f2b1df7c021f9063aef983f2aac0c48e39bc
3+
size 153324992

src/main/resources/cx.exe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4bbeacde274d8f70bc971071523ef2885bcaba7592a8f9108fe94af719028eac
3-
size 77585792
2+
oid sha256:7968c2c1ec4e6264e91324f649f2bb44db04e53ce20f90f3a77c56abf2525664
3+
size 78184384

0 commit comments

Comments
 (0)