Skip to content

Commit

Permalink
Prepared for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSergienko committed May 21, 2021
1 parent c50520e commit 28038c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions doc/changes/changes_9.0.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Virtual Schema Common JDBC 9.0.3, released 2021-05-??
# Virtual Schema Common JDBC 9.0.3, released 2021-05-21

Code name:
Code name: Minor Improvements

## Bug Fixes

Expand All @@ -11,12 +11,13 @@ Code name:
### Compile Dependency Updates

* Updated `com.exasol:error-reporting-java:0.2.2` to `0.4.0`
* Updated `com.exasol:virtual-schema-common-java:15.0.1` to `15.1.0`

### Test Dependency Updates

* Updated `nl.jqno.equalsverifier:equalsverifier:3.5.2` to `3.6`
* Updated `org.junit.jupiter:junit-jupiter:5.7.0` to `5.7.1`
* Updated `org.mockito:mockito-junit-jupiter:3.7.7` to `3.9.0`
* Updated `nl.jqno.equalsverifier:equalsverifier:3.5.2` to `3.6.1`
* Updated `org.junit.jupiter:junit-jupiter:5.7.0` to `5.7.2`
* Updated `org.mockito:mockito-junit-jupiter:3.7.7` to `3.10.0`

### Plugin Dependency Updates

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>virtual-schema-common-java</artifactId>
<version>15.0.1</version>
<version>15.1.0</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down Expand Up @@ -96,19 +96,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.1</version>
<version>5.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.6</version>
<version>3.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>3.9.0</version>
<version>3.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 28038c8

Please sign in to comment.