fixed sonarqube issue with hardcoded dependency version
SonarQube Analysis / Build and Analyze (pull_request) Failing after 51s
SonarQube Analysis / Build and Analyze (pull_request) Failing after 51s
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
const val wiremockVersion = "3.12.0"
|
||||
|
||||
plugins {
|
||||
java
|
||||
jacoco
|
||||
@@ -36,7 +38,6 @@ repositories {
|
||||
|
||||
extra["springAiVersion"] = "2.0.0"
|
||||
|
||||
const val wiremockVersion = "3.12.0"
|
||||
|
||||
dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||
|
||||
Reference in New Issue
Block a user