Skip to content

Commit

Permalink
Merge pull request #41 from exasol/change-release-date
Browse files Browse the repository at this point in the history
Update changes_3.0.0.md
  • Loading branch information
pj-spoelders committed Feb 21, 2024
2 parents 7500408 + 9fd6eab commit fcb2209
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion doc/changes/changes_3.0.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Virtual Schema Shared Integration Tests 3.0.0, released 2024-02-19
# Virtual Schema Shared Integration Tests 3.0.0, released 2024-02-21

Code name: testScalarFunctions directly executable in test runners.

Expand All @@ -17,6 +17,10 @@ Previously you had to run the encompassing derived integration test class based

## Dependency Updates

### Test Dependency Updates

* Updated `com.exasol:exasol-testcontainers:7.0.0` to `7.0.1`

### Plugin Dependency Updates

* Updated `com.exasol:project-keeper-maven-plugin:2.9.16` to `3.0.1`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>exasol-testcontainers</artifactId>
<version>7.0.0</version>
<version>7.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fcb2209

Please sign in to comment.