Skip to content

Commit 29138b4

Browse files
authored
AB2D-6270 /Snyk (#1390)
* AB2D-6270 Ab2d,libs -Analyze level of effort and address critical Snyk security vulnerabilities * wip * wip * wip * wip * AB2D-6106/address vulnerabilities * fix tests
1 parent 18f6f82 commit 29138b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<properties>
1414
<project.root>${basedir}/..</project.root>
1515
<springfox.version>3.0.0</springfox.version>
16-
<okta-jwt.version>0.5.7</okta-jwt.version>
16+
<okta-jwt.version>0.5.8</okta-jwt.version>
1717
<sonar.coverage.exclusions>**/JobClient.java</sonar.coverage.exclusions>
1818
<!--
1919
- AB2D-6099 -

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<logback-encoder.version>7.3</logback-encoder.version>
3636
<testcontainers.version>1.18.3</testcontainers.version>
3737
<newrelic.version>8.4.0</newrelic.version>
38-
<postgres.version>42.6.0</postgres.version>
38+
<postgres.version>42.7.3</postgres.version>
3939
<spring-cloud-aws.version>2.4.4</spring-cloud-aws.version>
4040

4141
<!-- Maven plugin versions -->
@@ -44,9 +44,9 @@
4444
<maven.assembly.plugin.version>2.3</maven.assembly.plugin.version>
4545

4646
<!-- AB2D lib versions -->
47-
<events-client.version>1.12.8</events-client.version>
47+
<events-client.version>1.12.10</events-client.version>
4848
<bfd-lib.version>2.2.3</bfd-lib.version>
49-
<fhir-lib.version>1.2.7</fhir-lib.version>
49+
<fhir-lib.version>1.2.9</fhir-lib.version>
5050
<aggregator-lib.version>1.3.4</aggregator-lib.version>
5151
<filters-lib.version>1.9.4</filters-lib.version>
5252
<properties-client.version>1.2.5</properties-client.version>

0 commit comments

Comments
 (0)