diff --git a/modules/openapi-generator-cli/pom.xml b/modules/openapi-generator-cli/pom.xml
index 368756d9ac2..6921b032a0d 100644
--- a/modules/openapi-generator-cli/pom.xml
+++ b/modules/openapi-generator-cli/pom.xml
@@ -129,7 +129,7 @@
ch.qos.logback
logback-classic
- 1.2.11
+ 1.2.13
org.codehaus.janino
diff --git a/modules/openapi-generator/pom.xml b/modules/openapi-generator/pom.xml
index 98e9b688850..cd66e9c9b13 100644
--- a/modules/openapi-generator/pom.xml
+++ b/modules/openapi-generator/pom.xml
@@ -271,7 +271,7 @@
ch.qos.logback
logback-classic
- 1.2.11
+ 1.2.13
test
diff --git a/modules/openapi-generator/src/test/java/org/openapitools/codegen/postman/PostmanCollectionCodegenTest.java b/modules/openapi-generator/src/test/java/org/openapitools/codegen/postman/PostmanCollectionCodegenTest.java
index c7556666faf..f9826f38682 100644
--- a/modules/openapi-generator/src/test/java/org/openapitools/codegen/postman/PostmanCollectionCodegenTest.java
+++ b/modules/openapi-generator/src/test/java/org/openapitools/codegen/postman/PostmanCollectionCodegenTest.java
@@ -778,30 +778,4 @@ public class PostmanCollectionCodegenTest {
TestUtils.assertFileContains(path, "{ \"key\": \"pUserId\", \"value\": \"888\", \"description\": \"Query Id.\", \"disabled\": false");
}
-
- @Test
- public void testQueryParameterDescription() throws IOException {
-
- File output = Files.createTempDirectory("postmantest_").toFile();
- output.deleteOnExit();
-
- final CodegenConfigurator configurator = new CodegenConfigurator()
- .setGeneratorName("postman-v2")
- .setInputSpec("./src/test/resources/SampleProject.yaml")
- .setOutputDir(output.getAbsolutePath().replace("\\", "/"));
-
- DefaultGenerator generator = new DefaultGenerator();
- List files = generator.opts(configurator.toClientOptInput()).generate();
-
- System.out.println(files);
- files.forEach(File::deleteOnExit);
-
- Path path = Paths.get(output + "/postman.json");
- TestUtils.assertFileExists(path);
- // verify param pUserId is set as disabled=false
- TestUtils.assertFileContains(path, "{ \"key\": \"pUserId\", \"value\": \"888\", \"description\": \"Query Id.\"");
-
- }
-
-
}
diff --git a/pom.xml b/pom.xml
index ef758c61e54..0d11550a74a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1239,7 +1239,7 @@
1.7.36
3.1.12.2
io.swagger.parser.v3
- 2.1.18
+ 2.1.19
7.5
1.34
3.4.3