diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 95443a12..d154cb22 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -10,4 +10,7 @@ + + + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 89433e24..de3397b3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -147,7 +147,7 @@ configure(libs) { dependencyManagement { imports { - mavenBom("com.fasterxml.jackson:jackson-bom:2.21.1") + mavenBom("com.fasterxml.jackson:jackson-bom:2.22.0") mavenBom("org.junit:junit-bom:5.10.3") } dependencies { diff --git a/gradle.properties b/gradle.properties index 5c3b0908..b0819da9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=2.35.2 +version=2.35.3 org.gradle.daemon=true org.gradle.parallel=true