Skip to content

Commit

Permalink
#88: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jan 19, 2024
1 parent 100d2c2 commit a2227ca
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 86 deletions.
3 changes: 0 additions & 3 deletions .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ build:
- "8.24.0"
excludes:
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build-next-java.yml'"
# - "E-PK-CORE-18: Outdated content: '.settings/org.eclipse.jdt.core.prefs'"
# - "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'"
# - "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_prepare_original_checksum.yml'"
152 changes: 77 additions & 75 deletions dependencies.md

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

16 changes: 16 additions & 0 deletions doc/changes/changes_2.1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ Code name:

## Dependency Updates

### Compile Dependency Updates

* Updated `software.amazon.awssdk:s3:2.22.0` to `2.23.6`

### Test Dependency Updates

* Added `com.amazon.ion:ion-java:1.11.1`
* Updated `com.amazonaws:aws-java-sdk-s3:1.12.620` to `1.12.640`
* Updated `com.exasol:hamcrest-resultset-matcher:1.6.3` to `1.6.4`
* Updated `nl.jqno.equalsverifier:equalsverifier:3.15.4` to `3.15.6`
* Updated `org.apache.logging.log4j:log4j-api:2.22.0` to `2.22.1`
* Updated `org.apache.logging.log4j:log4j-core:2.22.0` to `2.22.1`
* Updated `org.mockito:mockito-core:5.8.0` to `5.9.0`
* Updated `org.mockito:mockito-junit-jupiter:5.8.0` to `5.9.0`
* Updated `org.slf4j:slf4j-jdk14:2.0.9` to `2.0.11`

### Plugin Dependency Updates

* Updated `com.exasol:project-keeper-maven-plugin:2.9.17` to `3.0.0`
Expand Down
23 changes: 15 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<toolchain.version>11</toolchain.version>
<hadoop.version>3.3.6</hadoop.version>
<junit.version>5.10.1</junit.version>
<mockito.version>5.8.0</mockito.version>
<log4j.version>2.22.0</log4j.version>
<mockito.version>5.9.0</mockito.version>
<log4j.version>2.22.1</log4j.version>
</properties>
<repositories>
<repository>
Expand Down Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
<scope>provided</scope>
</dependency>
<!--
Expand All @@ -228,7 +228,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.22.0</version>
<version>2.23.6</version>
</dependency>
<dependency>
<groupId>com.exasol</groupId>
Expand Down Expand Up @@ -300,7 +300,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.12.620</version>
<version>1.12.640</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -415,6 +415,13 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- Upgrade transtivie dependency of AWSGlueETL to fix CVE-2024-21634 -->
<groupId>com.amazon.ion</groupId>
<artifactId>ion-java</artifactId>
<version>1.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.exasol</groupId>
<artifactId>exasol-testcontainers</artifactId>
Expand All @@ -436,13 +443,13 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>hamcrest-resultset-matcher</artifactId>
<version>1.6.3</version>
<version>1.6.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.15.4</version>
<version>3.15.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -461,7 +468,7 @@
<!-- Enable logging for integration tests -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.9</version>
<version>2.0.11</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a2227ca

Please sign in to comment.