diff --git a/.gitignore b/.gitignore index 23b56ad..4eb1aa3 100644 --- a/.gitignore +++ b/.gitignore @@ -83,4 +83,6 @@ buildNumber.properties # Ignore all local history of files .history +### mac +.DS_Store # End of https://www.gitignore.io/api/java,maven,visualstudiocode diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 1243a67..ee8944d 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -7,8 +7,9 @@ plugins: ref: v0.0.5 uri: https://github.com/trunk-io/plugins lint: + disabled: + - semgrep enabled: - - semgrep@0.118.0 - shellcheck@0.8.0 - shfmt@3.5.0 - yamllint@1.28.0 diff --git a/pom.xml b/pom.xml index 029a6c2..396b857 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 @@ -6,8 +6,8 @@ org.springframework.boot spring-boot-starter-parent - 2.7.12 - + 3.2.3 + @@ -51,8 +51,8 @@ 8 - 2.14.2 - 6.0.19 + 2.15.0 + 6.0.23 6.55.0 @@ -92,12 +92,6 @@ ${jackson.version} - - org.slf4j - slf4j-api - 1.7.30 - - com.squareup.okhttp3 okhttp