1 Commits

Author SHA1 Message Date
c690d224c9 Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-19 16:15:15 +01:00
2 changed files with 7 additions and 1 deletions

View File

@@ -24,6 +24,9 @@ steps:
# check maven dependencies # check maven dependencies
- name: dependency-check - name: dependency-check
when:
event:
- push
image: maven:3-eclipse-temurin-21 image: maven:3-eclipse-temurin-21
commands: commands:
- mvn dependency-check:check --no-transfer-progress -B -V -DnvdApiKey=$NVD_API_KEY - mvn dependency-check:check --no-transfer-progress -B -V -DnvdApiKey=$NVD_API_KEY
@@ -33,6 +36,9 @@ steps:
# run code analysis # run code analysis
- name: code-analysis - name: code-analysis
when:
event:
- push
image: maven:3-eclipse-temurin-21 image: maven:3-eclipse-temurin-21
commands: commands:
- mvn sonar:sonar --no-transfer-progress -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.host.url=$SONAR_INSTANCE_URL -Dsonar.token=$SONAR_LOGIN_KEY -B -V - mvn sonar:sonar --no-transfer-progress -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.host.url=$SONAR_INSTANCE_URL -Dsonar.token=$SONAR_LOGIN_KEY -B -V

View File

@@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId> <artifactId>spring-boot-starter-json</artifactId>
<version>4.0.3</version> <version>3.5.7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>