diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8291d83..fc6ee99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.7 with: - token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }} lfs: true # Ensure LFS files are checked out - name: Set up JDK 17 diff --git a/checkmarx-ast-teamcity-plugin-agent/pom.xml b/checkmarx-ast-teamcity-plugin-agent/pom.xml index fe190a4..0bb091f 100644 --- a/checkmarx-ast-teamcity-plugin-agent/pom.xml +++ b/checkmarx-ast-teamcity-plugin-agent/pom.xml @@ -27,6 +27,12 @@ commons-httpclient commons-httpclient + + + org.jetbrains.teamcity + common-jackson + @@ -39,6 +45,12 @@ commons-httpclient commons-httpclient + + + org.jetbrains.teamcity + common-jackson + diff --git a/checkmarx-ast-teamcity-plugin-common/pom.xml b/checkmarx-ast-teamcity-plugin-common/pom.xml index 3e39c86..5f54d3a 100644 --- a/checkmarx-ast-teamcity-plugin-common/pom.xml +++ b/checkmarx-ast-teamcity-plugin-common/pom.xml @@ -23,10 +23,11 @@ + org.apache.commons commons-lang3 - 3.18.0 + ${commons-lang3.version} diff --git a/checkmarx-ast-teamcity-plugin-server/pom.xml b/checkmarx-ast-teamcity-plugin-server/pom.xml index 850db08..256ac9a 100644 --- a/checkmarx-ast-teamcity-plugin-server/pom.xml +++ b/checkmarx-ast-teamcity-plugin-server/pom.xml @@ -26,6 +26,19 @@ commons-httpclient commons-httpclient + + + org.springframework.security.oauth + spring-security-oauth2 + + + + org.jetbrains.teamcity + common-jackson + @@ -40,6 +53,19 @@ commons-httpclient commons-httpclient + + + org.springframework.security.oauth + spring-security-oauth2 + + + + org.jetbrains.teamcity + common-jackson + @@ -52,6 +78,17 @@ commons-httpclient commons-httpclient + + + org.springframework.security.oauth + spring-security-oauth2 + + + + org.jetbrains.teamcity + common-jackson + diff --git a/pom.xml b/pom.xml index a9b9860..e0c1632 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,18 @@ UTF-8 UTF-8 6.2.11 - 6.3.5 + 6.5.9 + + 3.20.0 + + 1.15.0 @@ -88,6 +99,19 @@ commons-lang commons-lang + + + org.springframework.security.oauth + spring-security-oauth2 + + + + org.jetbrains.teamcity + common-jackson + @@ -135,6 +159,20 @@ commons-fileupload commons-fileupload + + + org.springframework.security.oauth + spring-security-oauth2 + + + + org.jetbrains.teamcity + common-jackson + @@ -180,6 +218,12 @@ commons-httpclient commons-httpclient + + + org.jetbrains.teamcity + common-jackson + @@ -312,12 +356,34 @@ gson 2.12.0 - + org.apache.logging.log4j log4j-core 2.25.3 provided + + + + org.apache.commons + commons-text + ${commons-text.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + +