File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5656 # Upload the results to GitHub's code scanning dashboard (optional).
5757 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5858 - name : " Upload to code-scanning"
59- uses : github/codeql-action/upload-sarif@v3.29.11
59+ uses : github/codeql-action/upload-sarif@v3.30.1
6060 with :
6161 sarif_file : results.sarif
6262
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.2.10"
33kotlinx = " 1.10.2"
4- kotest = " 6.0.1 "
4+ kotest = " 6.0.3 "
55detekt = " 1.23.8"
66junit = " 5.13.4"
7- koin = " 4.1.0 "
8- quarkus = " 3.26.0 "
7+ koin = " 4.1.1 "
8+ quarkus = " 3.26.2 "
99jakarta = " 4.1.0"
1010spring-boot-2x = " 2.7.18"
1111spring-boot-3x = " 3.5.5"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include(
1515enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
1616
1717plugins {
18- id(" dev.aga.gradle.version-catalog-generator" ) version (" 3.2.2 " )
18+ id(" dev.aga.gradle.version-catalog-generator" ) version (" 3.3.0 " )
1919}
2020
2121dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments