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 @@ -<?xml version="1.0" encoding="UTF-8" ?> +<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -6,8 +6,8 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.7.12</version> - <relativePath /> + <version>3.2.3</version> + <relativePath/> <!-- lookup parent from repository --> </parent> @@ -51,8 +51,8 @@ <properties> <java.version>8</java.version> - <jackson.version>2.14.2</jackson.version> - <spring.version>6.0.19</spring.version> + <jackson.version>2.15.0</jackson.version> + <spring.version>6.0.23</spring.version> <pmd.version>6.55.0</pmd.version> </properties> @@ -92,12 +92,6 @@ <version>${jackson.version}</version> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.7.30</version> - </dependency> - <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId>