Skip to content

#69 #70: Upgrade dependencies #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/broken_links_checker.yml

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

39 changes: 0 additions & 39 deletions .github/workflows/ci-build-next-java.yml

This file was deleted.

71 changes: 66 additions & 5 deletions .github/workflows/ci-build.yml

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

17 changes: 12 additions & 5 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ sources:
linkReplacements:
- "https://github.com/hamcrest/JavaHamcrest/hamcrest-all|https://github.com/hamcrest/JavaHamcrest"
build:
runnerOs: ubuntu-20.04
exasolDbVersions:
- "8.26.0"
- "7.1.26"
excludes:
- "E-PK-CORE-17: Missing required file: 'release_config.yml'"
- "8.32.0"
- "7.1.30"
workflows:
- name: ci-build.yml
stepCustomizations:
- action: INSERT_AFTER
job: matrix-build
stepId: enable-testcontainer-reuse
content:
name: Fix VM Crash in UDFs
id: fix-vm-crash
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
8 changes: 4 additions & 4 deletions .settings/org.eclipse.jdt.core.prefs

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

72 changes: 36 additions & 36 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/changelog.md

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

40 changes: 40 additions & 0 deletions doc/changes/changes_0.6.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Udf Debugging Java 0.6.15, released 2025-02-12

Code name: Fix vulnerabilities CVE-2025-25193 and CVE-2025-24970 in test dependencies

## Summary

This release fixes the following vulnerabilities in test dependencies:

* `io.netty:netty-common:jar:4.1.115.Final:test`: CVE-2025-25193
* `io.netty:netty-handler:jar:4.1.115.Final:test`: CVE-2025-24970

## Security

* #69: Fixed CVE-2025-25193 in `io.netty:netty-common:jar:4.1.115.Final:test`
* #70: Fixed CVE-2025-24970 in `io.netty:netty-handler:jar:4.1.115.Final:test`

## Dependency Updates

### Compile Dependency Updates

* Updated `com.exasol:bucketfs-java:3.2.0` to `3.2.1`

### Test Dependency Updates

* Updated `com.exasol:exasol-testcontainers:7.1.1` to `7.1.3`
* Updated `org.junit.jupiter:junit-jupiter-engine:5.11.3` to `5.11.4`
* Updated `org.junit.jupiter:junit-jupiter-params:5.11.3` to `5.11.4`
* Updated `org.mockito:mockito-junit-jupiter:5.14.2` to `5.15.2`
* Updated `org.testcontainers:junit-jupiter:1.20.3` to `1.20.4`

### Plugin Dependency Updates

* Updated `com.exasol:project-keeper-maven-plugin:4.4.0` to `4.5.0`
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.2` to `3.1.3`
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.5.1` to `3.5.2`
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.10.1` to `3.11.1`
* Updated `org.apache.maven.plugins:maven-site-plugin:3.9.1` to `3.21.0`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.5.1` to `3.5.2`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.17.1` to `2.18.0`
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121` to `5.0.0.4389`
Loading
Loading