Skip to content

Commit 1e300c2

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-13169722
1 parent ca229c5 commit 1e300c2

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>
@@ -741,7 +741,7 @@
741741
<keycloak.version>15.0.2.1</keycloak.version>
742742
<owasp-html-sanitizer.version>20220608.1</owasp-html-sanitizer.version>
743743
<launch-darkly.version>6.0.5</launch-darkly.version>
744-
<logback.version>1.3.14</logback.version>
744+
<logback.version>1.5.14</logback.version>
745745
<lucene-solr.version>8.8.2</lucene-solr.version>
746746
<maven-site-plugin.version>3.7</maven-site-plugin.version>
747747
<MaxPermGen>512m</MaxPermGen>

0 commit comments

Comments
 (0)