File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
modules/md-service-authen Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 8585 - name : Clean duplicates
8686 run : |
8787 jq '.runs |= unique_by({tool, invocations, results})' results.sarif > final-results.sarif
88+ ls -l
89+ cat results.sarif
90+ cat final-results.sarif
8891 - name : Upload SARIF results file
8992 uses : github/codeql-action/upload-sarif@main
9093 with :
Original file line number Diff line number Diff line change 33
44buildscript {
55 ext {
6- springBootVersion = ' 3.3.11 '
6+ springBootVersion = ' 3.3.13 '
77 }
88 repositories {
99 mavenLocal()
@@ -50,7 +50,7 @@ subprojects{
5050 httpclient= ' 4.5.13'
5151 jacksonVersion = ' 2.16.0'
5252 springdocVersion= ' 2.6.0'
53- tomcatVersion= ' 10.1.42 '
53+ tomcatVersion= ' 10.1.43 '
5454 springWebMvcVersion= ' 6.1.16'
5555
5656 ehCacheVersion = ' 3.10.8'
@@ -59,7 +59,7 @@ subprojects{
5959 junitVersion = ' 4.13.2'
6060 jsonSimpleVersion = ' 1.1.1'
6161 commonsCollectionsVersion = ' 3.2.2'
62- commonsLangVersion = ' 3.12 .0'
62+ commonsLangVersion = ' 3.18 .0'
6363 commonsIoVersion = ' 2.17.0'
6464 commonsCodecVersion= ' 1.15'
6565
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939 compileOnly(" io.jsonwebtoken:jjwt:$jjwtVersion " )
4040 compileOnly(" org.apache.commons:commons-lang3:$commonsLangVersion " )
4141 compileOnly(" org.springdoc:springdoc-openapi-starter-webmvc-api:$springdocVersion " )
42- implementation(" com.nimbusds:nimbus-jose-jwt:9.37.3 " )
42+ implementation(" com.nimbusds:nimbus-jose-jwt:9.37.4 " )
4343}
4444
4545bootJar {
You can’t perform that action at this time.
0 commit comments