Skip to content

Commit

Permalink
Upgrade other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Jan 29, 2024
1 parent 44518fd commit d2fe0be
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion doc/changes/changes_1.1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Code name: Scala upgraded to fix CVE-2022-36944

## Summary
Scala upgraded to fix CVE-2022-36944. Project Keeper plugin updated.
Utility build script fixed to work in Mac OS.
Utility build script fixed to work in Mac OS. Couple of other dependencies updated.

## Features

Expand All @@ -16,8 +16,14 @@ Utility build script fixed to work in Mac OS.

#### Compile Dependency Updates

* Updated `com.amazonaws:aws-java-sdk-kinesis:1.12.639` to `1.12.646`
* Updated `org.scala-lang:scala-library:2.13.3` to `2.13.12`

#### Test Dependency Updates

* Updated `org.mockito:mockito-core:5.9.0` to `5.10.0`
* Updated `org.testcontainers:localstack:1.19.3` to `1.19.4`

#### Plugin Dependency Updates

* Updated `com.exasol:project-keeper-maven-plugin:3.0.0` to `3.0.1`
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-kinesis</artifactId>
<version>1.12.639</version>
<version>1.12.646</version>
</dependency>
<dependency>
<groupId>com.exasol</groupId>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.9.0</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -65,7 +65,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>localstack</artifactId>
<version>1.19.3</version>
<version>1.19.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -331,7 +331,7 @@
<dependency>
<groupId>com.geirsson</groupId>
<artifactId>metaconfig-pprint_${scala.compat.version}</artifactId>
<version>0.11.1</version>
<version>0.12.0</version>
</dependency>
<dependency>
<groupId>com.github.vovapolu</groupId>
Expand Down

0 comments on commit d2fe0be

Please sign in to comment.