Skip to content

Commit d79ebbb

Browse files
committed
update awssdk dependency version to 2.27.12, dsh-compress to 1.6.13, dsh-parent to 46, minimum maven version to 3.6.3
1 parent e774852 commit d79ebbb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Command line tools for [AWS Athena](https://aws.amazon.com/athena/).
77
Install
88

99
* JDK 17 or later, https://openjdk.java.net
10-
* Apache Maven 3.3.9 or later, https://maven.apache.org
10+
* Apache Maven 3.6.3 or later, https://maven.apache.org
1111

1212
To build
1313
```bash

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dishevelled</groupId>
77
<artifactId>dsh-parent</artifactId>
8-
<version>45</version>
8+
<version>46</version>
99
</parent>
1010
<groupId>com.github.heuermh.seaeagle</groupId>
1111
<artifactId>sea-eagle</artifactId>
@@ -30,12 +30,12 @@
3030
<url>https://github.com/heuermh/sea-eagle/issues</url>
3131
</issueManagement>
3232
<properties>
33-
<awssdk.version>2.27.0</awssdk.version>
34-
<dsh-compress.version>1.6.12</dsh-compress.version>
33+
<awssdk.version>2.27.12</awssdk.version>
34+
<dsh-compress.version>1.6.13</dsh-compress.version>
3535
<duckdb.version>1.0.0</duckdb.version>
3636
<jdk.version>17</jdk.version>
3737
<lanterna.version>3.2.0-alpha1</lanterna.version>
38-
<maven.enforcer.maven-version>[3.1.1,)</maven.enforcer.maven-version>
38+
<maven.enforcer.maven-version>[3.6.3,)</maven.enforcer.maven-version>
3939
<maven.enforcer.jdk-version>[17,)</maven.enforcer.jdk-version>
4040
<picocli.version>4.7.6</picocli.version>
4141
<slf4j.version>1.7.36</slf4j.version>

0 commit comments

Comments
 (0)