Skip to content

Commit 06f4692

Browse files
committed
chore: QPPA-10686 updates dependencies to clear snyk flags
1 parent 20e3e7b commit 06f4692

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

commons/src/main/resources/measures-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18257,7 +18257,7 @@
1825718257
"measureType": "process",
1825818258
"isHighPriority": true,
1825918259
"primarySteward": "AAOS Orthopaedic Quality Resource Center",
18260-
"isInverse": true,
18260+
"isInverse": false,
1826118261
"isRiskAdjusted": false,
1826218262
"isIcdImpacted": false,
1826318263
"icdImpacted": [],

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
<dependency>
502502
<groupId>net.logstash.logback</groupId>
503503
<artifactId>logstash-logback-encoder</artifactId>
504-
<version>6.4</version>
504+
<version>8.1</version>
505505
</dependency>
506506

507507
<dependency>

rest-api/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<plugin>
3131
<groupId>org.springframework.boot</groupId>
3232
<artifactId>spring-boot-maven-plugin</artifactId>
33-
<version>3.4.7</version>
33+
<version>3.4.8</version>
3434
<executions>
3535
<execution>
3636
<goals>
@@ -63,7 +63,7 @@
6363
<!-- Import dependency management from Spring Boot -->
6464
<groupId>org.springframework.boot</groupId>
6565
<artifactId>spring-boot-dependencies</artifactId>
66-
<version>3.4.7</version>
66+
<version>3.4.8</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>
@@ -127,12 +127,12 @@
127127
<dependency>
128128
<groupId>org.springframework.boot</groupId>
129129
<artifactId>spring-boot-starter-security</artifactId>
130-
<version>3.4.7</version>
130+
<version>3.4.8</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.springframework.boot</groupId>
134134
<artifactId>spring-boot-starter-web</artifactId>
135-
<version>3.4.7</version>
135+
<version>3.4.8</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.springframework</groupId>
@@ -317,7 +317,7 @@
317317
<dependency>
318318
<groupId>org.springframework.boot</groupId>
319319
<artifactId>spring-boot-starter-test</artifactId>
320-
<version>3.4.7</version>
320+
<version>3.4.8</version>
321321
<scope>test</scope>
322322
<exclusions>
323323
<exclusion>

0 commit comments

Comments
 (0)