Skip to content

Commit fccf0a3

Browse files
authored
#69 #70: Upgrade dependencies (#71)
1 parent 8153cef commit fccf0a3

File tree

10 files changed

+176
-110
lines changed

10 files changed

+176
-110
lines changed

.github/workflows/broken_links_checker.yml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-build-next-java.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/ci-build.yml

Lines changed: 66 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.project-keeper.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ sources:
77
linkReplacements:
88
- "https://github.com/hamcrest/JavaHamcrest/hamcrest-all|https://github.com/hamcrest/JavaHamcrest"
99
build:
10-
runnerOs: ubuntu-20.04
1110
exasolDbVersions:
12-
- "8.26.0"
13-
- "7.1.26"
14-
excludes:
15-
- "E-PK-CORE-17: Missing required file: 'release_config.yml'"
11+
- "8.32.0"
12+
- "7.1.30"
13+
workflows:
14+
- name: ci-build.yml
15+
stepCustomizations:
16+
- action: INSERT_AFTER
17+
job: matrix-build
18+
stepId: enable-testcontainer-reuse
19+
content:
20+
name: Fix VM Crash in UDFs
21+
id: fix-vm-crash
22+
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

.settings/org.eclipse.jdt.core.prefs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dependencies.md

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changelog.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_0.6.15.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Udf Debugging Java 0.6.15, released 2025-02-12
2+
3+
Code name: Fix vulnerabilities CVE-2025-25193 and CVE-2025-24970 in test dependencies
4+
5+
## Summary
6+
7+
This release fixes the following vulnerabilities in test dependencies:
8+
9+
* `io.netty:netty-common:jar:4.1.115.Final:test`: CVE-2025-25193
10+
* `io.netty:netty-handler:jar:4.1.115.Final:test`: CVE-2025-24970
11+
12+
## Security
13+
14+
* #69: Fixed CVE-2025-25193 in `io.netty:netty-common:jar:4.1.115.Final:test`
15+
* #70: Fixed CVE-2025-24970 in `io.netty:netty-handler:jar:4.1.115.Final:test`
16+
17+
## Dependency Updates
18+
19+
### Compile Dependency Updates
20+
21+
* Updated `com.exasol:bucketfs-java:3.2.0` to `3.2.1`
22+
23+
### Test Dependency Updates
24+
25+
* Updated `com.exasol:exasol-testcontainers:7.1.1` to `7.1.3`
26+
* Updated `org.junit.jupiter:junit-jupiter-engine:5.11.3` to `5.11.4`
27+
* Updated `org.junit.jupiter:junit-jupiter-params:5.11.3` to `5.11.4`
28+
* Updated `org.mockito:mockito-junit-jupiter:5.14.2` to `5.15.2`
29+
* Updated `org.testcontainers:junit-jupiter:1.20.3` to `1.20.4`
30+
31+
### Plugin Dependency Updates
32+
33+
* Updated `com.exasol:project-keeper-maven-plugin:4.4.0` to `4.5.0`
34+
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.2` to `3.1.3`
35+
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.5.1` to `3.5.2`
36+
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.10.1` to `3.11.1`
37+
* Updated `org.apache.maven.plugins:maven-site-plugin:3.9.1` to `3.21.0`
38+
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.5.1` to `3.5.2`
39+
* Updated `org.codehaus.mojo:versions-maven-plugin:2.17.1` to `2.18.0`
40+
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121` to `5.0.0.4389`

0 commit comments

Comments
 (0)