Skip to content

Commit cd630ce

Browse files
committed
fix: samples/server/petstore/jaxrs/jersey2-useTags/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-13169722
1 parent ddb15d4 commit cd630ce

File tree

1 file changed

+1
-1
lines changed
  • samples/server/petstore/jaxrs/jersey2-useTags

1 file changed

+1
-1
lines changed

samples/server/petstore/jaxrs/jersey2-useTags/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ for this project used jakarta.validation-api -->
209209
<jersey2-version>2.35</jersey2-version>
210210
<jackson-version>2.17.1</jackson-version>
211211
<junit-version>4.13.2</junit-version>
212-
<logback-version>1.5.13</logback-version>
212+
<logback-version>1.5.19</logback-version>
213213
<servlet-api-version>4.0.4</servlet-api-version>
214214
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
215215
</properties>

0 commit comments

Comments
 (0)