Skip to content

Commit 805ca83

Browse files
committed
fix: apps/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent ee90f4a commit 805ca83

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<commons.io.version>2.18.0</commons.io.version>
163163
<commons.collections4.version>4.4</commons.collections4.version>
164164
<commons-codec.version>1.18.0</commons-codec.version>
165-
<commons-text.version>1.13.0</commons-text.version>
165+
<commons-text.version>1.14.0</commons-text.version>
166166
<hamcrest-library.version>2.2</hamcrest-library.version>
167167
<awaitility.version>4.3.0</awaitility.version>
168168
<lombok.version>1.18.36</lombok.version>
@@ -185,8 +185,8 @@
185185
<!-- Note: See gov.cms.bfd.model.rif.schema.DatabaseTestHelper for details
186186
on the default 'jdbc:bfd-test:' URL here. -->
187187
<its.db.url>jdbc:bfd-test:tc</its.db.url>
188-
<its.db.username />
189-
<its.db.password />
188+
<its.db.username/>
189+
<its.db.password/>
190190
<!-- Docker image used with testcontainers to provide a working database for testing. -->
191191
<!-- This has a default value in gov.cms.bfd.DatabaseTestUtils that must also be changed
192192
when changing this property. -->
@@ -226,7 +226,7 @@
226226
<!-- Additional image tag for images built by jib. (e.g. release number or commit hash)-->
227227
<jib.tag>${project.version}</jib.tag>
228228
<!-- Optional image namespace. -->
229-
<jib.namespace />
229+
<jib.namespace/>
230230
<!-- Skip by default. Override to allow images to be built. -->
231231
<jib.skip>true</jib.skip>
232232

0 commit comments

Comments
 (0)