diff --git a/LICENSE b/LICENSE index d78b6bc..c2a603d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2012 - 2025 Contentstack +Copyright (c) 2012 - 2026 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pom.xml b/pom.xml index f3317c3..0ed4c3e 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,8 @@ 3.3.1 3.4.1 3.0.0 - 3.1.10 - 2.11.0 + 3.1.11 + 3.0.0 5.1.0 0.8.5 1.18.36 @@ -172,12 +172,19 @@ json-simple ${json-simple-version} compile + + + + junit + junit + + com.fasterxml.jackson.core jackson-databind - 2.18.2 + 2.19.2 com.slack.api @@ -187,7 +194,7 @@ org.jetbrains annotations - 24.0.1 + 26.0.2 com.squareup.okhttp3 @@ -215,6 +222,34 @@ kotlin-stdlib 2.1.0 + + + org.apache.commons + commons-lang3 + 3.18.0 + + + + org.springframework + spring-core + 6.2.11 + + + org.springframework + spring-beans + 6.2.11 + + + org.springframework + spring-web + 6.2.11 + + + + junit + junit + 4.13.2 + diff --git a/src/test/java/com/contentstack/sdk/TestEntryModel.java b/src/test/java/com/contentstack/sdk/TestEntryModel.java index 0da5c9f..cbf9fbe 100644 --- a/src/test/java/com/contentstack/sdk/TestEntryModel.java +++ b/src/test/java/com/contentstack/sdk/TestEntryModel.java @@ -254,6 +254,7 @@ void testConstructorWithPublishDetails() { JSONObject publishDetails = new JSONObject(); publishDetails.put("environment", "production"); publishDetails.put("time", "2024-01-01T00:00:00.000Z"); + // file deepcode ignore NoHardcodedCredentials/test: publishDetails.put("user", "user123"); JSONObject json = new JSONObject();