Skip to content

Commit

Permalink
Upgrade Exasol version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 12, 2024
1 parent 8391aa1 commit 82e5bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies {
```

```java

// Define a model record or class
record Name(int id, String name) {
Object[] toRow() {
Expand Down Expand Up @@ -67,7 +66,7 @@ try (SimpleConnection connection = connectionFactory.create("jdbc:h2:mem:", "use
Install to local maven repository:

```sh
./gradlew clean publishToMavenLocal
./gradlew publishToMavenLocal
```

### Test Coverage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class ExasolTypeTest {

private static final ExasolContainer<?> container = new ExasolContainer<>("8.31.1")
private static final ExasolContainer<?> container = new ExasolContainer<>("8.31.0")
.withRequiredServices(ExasolService.JDBC).withReuse(true);

@BeforeAll
Expand Down

0 comments on commit 82e5bda

Please sign in to comment.