Skip to content

Commit 87230d2

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-1726923 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-1048302 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2326698 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415 - https://snyk.io/vuln/SNYK-JAVA-COMNIMBUSDS-1243767 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1020439 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1070799 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1082234 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1082235 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1082236 - https://snyk.io/vuln/SNYK-JAVA-IONETTY-1317097 - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-1078499 - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-1298655 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316638 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316639 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316640 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316641 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEHTTPCOMPONENTS-1048058 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-1540737 - https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-1021613 - https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-1071900 - https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-1083274 - https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-1089258 - https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-1089259 - https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-1324572 - https://snyk.io/vuln/SNYK-JAVA-ORGHIBERNATE-1041788 - https://snyk.io/vuln/SNYK-JAVA-ORGHIBERNATE-584563 - https://snyk.io/vuln/SNYK-JAVA-ORGPOSTGRESQL-571481 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-1009832 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-1296829 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-1078232 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-1290497 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-1314741 - https://snyk.io/vuln/SNYK-JAVA-ORGTHYMELEAF-1915389 - https://snyk.io/vuln/SNYK-JAVA-ORGYAML-537645
1 parent 0e3afbe commit 87230d2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
4848
<run.addResources>false</run.addResources>
4949
<!-- These remain empty unless the corresponding profile is active -->
50-
<profile.no-liquibase />
51-
<profile.swagger />
52-
<profile.tls />
50+
<profile.no-liquibase/>
51+
<profile.swagger/>
52+
<profile.tls/>
5353

5454
<!-- Dependency versions -->
5555
<jhipster-dependencies.version>3.9.1</jhipster-dependencies.version>
@@ -66,7 +66,7 @@
6666
<jaxb-runtime.version>2.3.3</jaxb-runtime.version>
6767
<archunit-junit5.version>0.14.1</archunit-junit5.version>
6868
<mapstruct.version>1.3.1.Final</mapstruct.version>
69-
<elasticsearch.version>7.6.2</elasticsearch.version>
69+
<elasticsearch.version>7.13.3</elasticsearch.version>
7070
<!-- Plugin versions -->
7171
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
7272
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
@@ -314,7 +314,7 @@
314314
<dependency>
315315
<groupId>org.apache.avro</groupId>
316316
<artifactId>avro</artifactId>
317-
<version>1.10.1</version>
317+
<version>1.11.0</version>
318318
</dependency>
319319
<dependency>
320320
<groupId>io.confluent</groupId>
@@ -354,7 +354,7 @@
354354
<dependency>
355355
<groupId>com.google.firebase</groupId>
356356
<artifactId>firebase-admin</artifactId>
357-
<version>7.0.0</version>
357+
<version>7.3.0</version>
358358
</dependency>
359359
<dependency>
360360
<groupId>com.google.cloud</groupId>
@@ -698,7 +698,7 @@
698698
<diffChangeLogFile>${project.basedir}/src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
699699
<driver>org.postgresql.Driver</driver>
700700
<url>jdbc:postgresql://localhost:5432/discourse-dev</url>
701-
<defaultSchemaName></defaultSchemaName>
701+
<defaultSchemaName/>
702702
<username>postgres</username>
703703
<password>postgres</password>
704704
<referenceUrl>hibernate:spring:com.infy.domain?dialect=io.github.jhipster.domain.util.FixedPostgreSQL10Dialect&amp;hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&amp;hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl>
@@ -770,7 +770,7 @@
770770
<id>enforce-dependencyConvergence</id>
771771
<configuration>
772772
<rules>
773-
<DependencyConvergence />
773+
<DependencyConvergence/>
774774
</rules>
775775
<fail>false</fail>
776776
</configuration>
@@ -1165,7 +1165,7 @@
11651165
</goals>
11661166
</pluginExecutionFilter>
11671167
<action>
1168-
<ignore />
1168+
<ignore/>
11691169
</action>
11701170
</pluginExecution>
11711171
<pluginExecution>
@@ -1179,7 +1179,7 @@
11791179
</goals>
11801180
</pluginExecutionFilter>
11811181
<action>
1182-
<ignore />
1182+
<ignore/>
11831183
</action>
11841184
</pluginExecution>
11851185
</pluginExecutions>

0 commit comments

Comments
 (0)