Skip to content

Commit 826d95a

Browse files
authored
#57: Updated dependencies (#58)
1 parent 54fdbe8 commit 826d95a

File tree

6 files changed

+180
-98
lines changed

6 files changed

+180
-98
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# UDF Debugging Tools for Java
22

33
[![Build Status](https://github.com/exasol/udf-debugging-java/actions/workflows/ci-build.yml/badge.svg)](https://github.com/exasol/udf-debugging-java/actions/workflows/ci-build.yml)
4-
[![Maven Central udf-debugging-java](https://img.shields.io/maven-central/v/com.exasol/udf-debugging-java)](https://search.maven.org/artifact/com.exasol/udf-debugging-java)
4+
[![Maven Central – udf-debugging-java](https://img.shields.io/maven-central/v/com.exasol/udf-debugging-java)](https://search.maven.org/artifact/com.exasol/udf-debugging-java)
55

66
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.exasol%3Audf-debugging-java&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.exasol%3Audf-debugging-java)
77

dependencies.md

Lines changed: 60 additions & 56 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.9.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Udf Debugging Java 0.6.9, released 2023-07-03
2+
3+
Code name: Upgrade dependencies on top of 0.6.8
4+
5+
## Summary
6+
7+
This release fixes the following vulnerability in `provided` dependency `io.netty:netty-handler`:
8+
* CVE-2023-34462, severity CWE-770: Allocation of Resources Without Limits or Throttling (6.5)
9+
10+
## Security
11+
12+
* #57: Upgraded dependencies
13+
14+
## Dependency Updates
15+
16+
### Compile Dependency Updates
17+
18+
* Updated `com.exasol:bucketfs-java:3.0.0` to `3.1.0`
19+
* Updated `com.exasol:error-reporting-java:1.0.0` to `1.0.1`
20+
* Updated `jakarta.json:jakarta.json-api:2.1.1` to `2.1.2`
21+
* Updated `org.apache.commons:commons-compress:1.22` to `1.23.0`
22+
* Updated `org.jacoco:org.jacoco.core:0.8.8` to `0.8.10`
23+
* Removed `org.slf4j:slf4j-api:2.0.6`
24+
* Added `org.slf4j:slf4j-jdk14:2.0.7`
25+
26+
### Runtime Dependency Updates
27+
28+
* Added `org.eclipse.parsson:parsson:1.1.2`
29+
* Removed `org.glassfish:jakarta.json:2.0.1`
30+
31+
### Test Dependency Updates
32+
33+
* Updated `com.exasol:exasol-testcontainers:6.5.1` to `6.6.0`
34+
* Updated `org.jacoco:org.jacoco.agent:0.8.8` to `0.8.10`
35+
* Updated `org.junit.jupiter:junit-jupiter-engine:5.9.2` to `5.9.3`
36+
* Updated `org.junit.jupiter:junit-jupiter-params:5.9.2` to `5.9.3`
37+
* Updated `org.mockito:mockito-junit-jupiter:5.1.1` to `5.4.0`
38+
* Updated `org.testcontainers:junit-jupiter:1.17.6` to `1.18.3`
39+
40+
### Plugin Dependency Updates
41+
42+
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.2` to `1.2.3`
43+
* Updated `com.exasol:project-keeper-maven-plugin:2.9.3` to `2.9.7`
44+
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.10.1` to `3.11.0`
45+
* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.0.0` to `3.1.1`
46+
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.1.0` to `3.3.0`
47+
* Updated `org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M8` to `3.0.0`
48+
* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.4.1` to `3.5.0`
49+
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M8` to `3.0.0`
50+
* Added `org.basepom.maven:duplicate-finder-maven-plugin:1.5.1`
51+
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.3.0` to `1.4.1`
52+
* Updated `org.codehaus.mojo:versions-maven-plugin:2.14.2` to `2.15.0`
53+
* Updated `org.jacoco:jacoco-maven-plugin:0.8.8` to `0.8.9`

0 commit comments

Comments
 (0)