fixed sonarqube issue with hardcoded dependency version
SonarQube Analysis / Build and Analyze (pull_request) Successful in 2m2s

This commit is contained in:
2026-06-27 03:14:06 +02:00
parent 7f6fd4259b
commit a55270f6d5
+1 -1
View File
@@ -1,4 +1,4 @@
const val wiremockVersion = "3.12.0" val wiremockVersion = "3.12.0"
plugins { plugins {
java java