Skip to content

Commit b23448a

Browse files
authored
#74: Upgrade dependencies (#76)
1 parent a758a06 commit b23448a

File tree

16 files changed

+257
-118
lines changed

16 files changed

+257
-118
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
SECURITY.md linguist-generated=true
12
dependencies.md linguist-generated=true
23
doc/changes/changelog.md linguist-generated=true
34
pk_generated_parent.pom linguist-generated=true

.github/workflows/broken_links_checker.yml

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

.github/workflows/ci-build.yml

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

.github/workflows/dependencies_check.yml

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

.project-keeper.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@ sources:
55
- maven_central
66
- integration_tests
77
build:
8-
# UDFs in Exasol 7.1 require Ubuntu 20.04
9-
runnerOs: ubuntu-20.04
8+
runnerOs: ubuntu-24.04
109
exasolDbVersions:
11-
- "8.32.0"
12-
- "7.1.30"
10+
- "8.34.0"
11+
# UDFs in Exasol 7.1 with Ubuntu 20.04 will be fixed in the next Docker-DB release
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SECURITY.md

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

dependencies.md

Lines changed: 46 additions & 43 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.16.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Udf Debugging Java 0.6.16, released 2025-06-02
2+
3+
Code name: Security updates on top of 0.6.15
4+
5+
## Summary
6+
7+
This release is a security update. We updated the dependencies of the project to fix transitive security issues.
8+
9+
We also added an exception for the OSSIndex for CVE-2024-55551, which is a false positive in Exasol's JDBC driver.
10+
This issue has been fixed quite a while back now, but the OSSIndex unfortunately does not contain the fix version of 24.2.1 (2024-12-10) set.
11+
12+
## Security
13+
14+
* #74: Fix CVE-2024-55551 in com.exasol:exasol-jdbc:jar:24.2.1
15+
16+
## Dependency Updates
17+
18+
### Compile Dependency Updates
19+
20+
* Updated `org.jacoco:org.jacoco.core:0.8.12` to `0.8.13`
21+
* Updated `org.slf4j:slf4j-jdk14:2.0.16` to `2.0.17`
22+
23+
### Test Dependency Updates
24+
25+
* Updated `com.exasol:exasol-testcontainers:7.1.3` to `7.1.5`
26+
* Updated `com.exasol:test-db-builder-java:3.6.0` to `3.6.1`
27+
* Updated `org.jacoco:org.jacoco.agent:0.8.12` to `0.8.13`
28+
* Updated `org.junit.jupiter:junit-jupiter-engine:5.11.4` to `5.13.0`
29+
* Updated `org.junit.jupiter:junit-jupiter-params:5.11.4` to `5.13.0`
30+
* Updated `org.mockito:mockito-junit-jupiter:5.15.2` to `5.18.0`
31+
* Updated `org.testcontainers:junit-jupiter:1.20.4` to `1.21.1`
32+
33+
### Plugin Dependency Updates
34+
35+
* Updated `com.exasol:project-keeper-maven-plugin:4.5.0` to `5.1.0`
36+
* Added `io.github.git-commit-id:git-commit-id-maven-plugin:9.0.1`
37+
* Removed `io.github.zlika:reproducible-build-maven-plugin:0.17`
38+
* Added `org.apache.maven.plugins:maven-artifact-plugin:3.6.0`
39+
* Updated `org.apache.maven.plugins:maven-clean-plugin:3.4.0` to `3.4.1`
40+
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.13.0` to `3.14.0`
41+
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.1.3` to `3.1.4`
42+
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.5.2` to `3.5.3`
43+
* Updated `org.apache.maven.plugins:maven-install-plugin:3.1.3` to `3.1.4`
44+
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.11.1` to `3.11.2`
45+
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.5.2` to `3.5.3`
46+
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.6.0` to `1.7.0`
47+
* Updated `org.jacoco:jacoco-maven-plugin:0.8.12` to `0.8.13`
48+
* Updated `org.sonarsource.scanner.maven:sonar-maven-plugin:5.0.0.4389` to `5.1.0.4751`

0 commit comments

Comments
 (0)