Skip to content

Commit

Permalink
Add server dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Apr 16, 2024
1 parent 727b35f commit b398e39
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 67 deletions.
136 changes: 69 additions & 67 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/changes/changes_2.7.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Dependencies upgraded to fix CVE-2024-29131, CVE-2024-29133 and CVE-2024-29025

* Updated `com.exasol:test-db-builder-java:3.5.3` to `3.5.4`
* Added `org.glassfish.jersey.core:jersey-client:2.41`
* Added `org.glassfish.jersey.core:jersey-server:2.41`

#### Plugin Dependency Updates

Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,13 @@
<version>2.41</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- Upgrade jersey-common to fix NoSuchFieldError: JSON_MAX_STRING_LENGTH when running extension integration tests -->
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>2.41</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit b398e39

Please sign in to comment.