1 Commits

Author SHA1 Message Date
d53bae9bbf Update dependency org.springframework.boot:spring-boot-starter-data-jpa to v3.5.8
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2025-11-20 15:01:50 +00:00
2 changed files with 1 additions and 7 deletions

View File

@@ -24,9 +24,6 @@ steps:
# check maven dependencies
- name: dependency-check
when:
event:
- push
image: maven:3-eclipse-temurin-21
commands:
- mvn dependency-check:check --no-transfer-progress -B -V -DnvdApiKey=$NVD_API_KEY
@@ -36,9 +33,6 @@ steps:
# run code analysis
- name: code-analysis
when:
event:
- push
image: maven:3-eclipse-temurin-21
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

View File

@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<version>3.5.7</version>
<version>3.5.8</version>
</dependency>
<!-- Security and Auth -->