Skip to content

Commit 924ff07

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12817817
1 parent 7e06e58 commit 924ff07

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<role>committer</role>
113113
<role>PMC</role>
114114
</roles>
115-
<organization></organization>
115+
<organization/>
116116
</developer>
117117
<developer>
118118
<id>apoorvnaik</id>
@@ -123,7 +123,7 @@
123123
<role>committer</role>
124124
<role>PMC</role>
125125
</roles>
126-
<organization></organization>
126+
<organization/>
127127
<!--<organizationUrl></organizationUrl>-->
128128
</developer>
129129
<developer>
@@ -347,7 +347,7 @@
347347
<role>committer</role>
348348
<role>PMC</role>
349349
</roles>
350-
<organization></organization>
350+
<organization/>
351351
</developer>
352352
<developer>
353353
<id>kalyanikashikar</id>
@@ -528,7 +528,7 @@
528528
<role>committer</role>
529529
<role>PMC</role>
530530
</roles>
531-
<organization></organization>
531+
<organization/>
532532
<!--<organizationUrl></organizationUrl>-->
533533
</developer>
534534
<developer>
@@ -540,7 +540,7 @@
540540
<role>committer</role>
541541
<role>PMC</role>
542542
</roles>
543-
<organization></organization>
543+
<organization/>
544544
</developer>
545545
<developer>
546546
<id>vranganathan</id>
@@ -551,7 +551,7 @@
551551
<role>committer</role>
552552
<role>PMC</role>
553553
</roles>
554-
<organization></organization>
554+
<organization/>
555555
<!--<organizationUrl></organizationUrl>-->
556556
</developer>
557557
<developer>
@@ -563,7 +563,7 @@
563563
<role>committer</role>
564564
<role>PMC</role>
565565
</roles>
566-
<organization></organization>
566+
<organization/>
567567
</developer>
568568
<developer>
569569
<id>svimal2106</id>
@@ -574,7 +574,7 @@
574574
<role>committer</role>
575575
<role>PMC</role>
576576
</roles>
577-
<organization></organization>
577+
<organization/>
578578
<!--<organizationUrl></organizationUrl>-->
579579
</developer>
580580
</developers>
@@ -681,7 +681,7 @@
681681
<antlr4.version>4.7</antlr4.version>
682682
<aopalliance.version>1.0</aopalliance.version>
683683
<aspectj.runtime.version>1.8.7</aspectj.runtime.version>
684-
<atlas.surefire.options></atlas.surefire.options>
684+
<atlas.surefire.options/>
685685
<avro.version>1.7.5</avro.version>
686686
<calcite.version>1.16.0</calcite.version>
687687
<checkstyle.failOnViolation>false</checkstyle.failOnViolation>
@@ -768,7 +768,7 @@
768768
<solr-test-framework.version>8.6.3</solr-test-framework.version>
769769
<solr.version>8.6.3</solr.version>
770770
<spray.version>1.3.1</spray.version>
771-
<spring.security.version>5.5.1</spring.security.version>
771+
<spring.security.version>6.4.11</spring.security.version>
772772
<spring.version>5.3.18</spring.version>
773773
<sqoop.version>1.4.6.2.3.99.0-195</sqoop.version>
774774
<storm.version>2.3.0</storm.version>

0 commit comments

Comments
 (0)