Skip to content

Commit 2050fdb

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/setup-java-5
2 parents e5e432f + d56c3aa commit 2050fdb

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

athena-cloudwatch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>software.amazon.awssdk</groupId>
3434
<artifactId>cloudwatchlogs</artifactId>
35-
<version>2.32.19</version>
35+
<version>2.32.29</version>
3636
<exclusions>
3737
<!-- replaced with jcl-over-slf4j -->
3838
<exclusion>

athena-elasticsearch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.elasticsearch.client</groupId>
7575
<artifactId>elasticsearch-rest-client</artifactId>
76-
<version>9.1.1</version>
76+
<version>9.1.2</version>
7777
</dependency>
7878
<!-- https://mvnrepository.com/artifact/org.elasticsearch.client/elasticsearch-rest-high-level-client -->
7979
<dependency>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.yaml</groupId>
9292
<artifactId>snakeyaml</artifactId>
93-
<version>2.0</version>
93+
<version>2.4</version>
9494
<!-- Override to address CVE vulnerabilities in snakeyaml 1.26 from elasticsearch dependency -->
9595
</dependency>
9696
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/elasticsearch -->

athena-google-bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>nl.jqno.equalsverifier</groupId>
8080
<artifactId>equalsverifier</artifactId>
81-
<version>4.0.7</version>
81+
<version>4.0.9</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>

athena-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.zaxxer</groupId>
3434
<artifactId>HikariCP</artifactId>
35-
<version>7.0.1</version>
35+
<version>7.0.2</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.apache.commons</groupId>

athena-msk/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.jetbrains.kotlin</groupId>
2727
<artifactId>kotlin-stdlib</artifactId>
28-
<version>2.2.0</version>
28+
<version>2.2.10</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.jetbrains.kotlin</groupId>
@@ -35,12 +35,12 @@
3535
<dependency>
3636
<groupId>org.jetbrains.kotlin</groupId>
3737
<artifactId>kotlin-stdlib-jdk8</artifactId>
38-
<version>2.2.0</version>
38+
<version>2.2.10</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.jetbrains.kotlin</groupId>
4242
<artifactId>kotlin-reflect</artifactId>
43-
<version>2.2.0</version>
43+
<version>2.2.10</version>
4444
<scope>runtime</scope>
4545
</dependency>
4646
<dependency>

athena-saphana/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<groupId>com.sap.cloud.db.jdbc</groupId>
6969
<artifactId>ngdbc</artifactId>
7070
<!-- <version>2.11.17</version>-->
71-
<version>2.25.9</version>
71+
<version>2.25.12</version>
7272
</dependency>
7373
</dependencies>
7474
<build>

athena-snowflake/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
<dependency>
3939
<groupId>net.java.dev.jna</groupId>
4040
<artifactId>jna-platform</artifactId>
41-
<version>5.16.0</version>
41+
<version>5.17.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>net.java.dev.jna</groupId>
4545
<artifactId>jna</artifactId>
46-
<version>5.16.0</version>
46+
<version>5.17.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.amazonaws</groupId>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>net.snowflake</groupId>
5757
<artifactId>snowflake-jdbc</artifactId>
58-
<version>3.25.1</version>
58+
<version>3.26.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.bouncycastle</groupId>
@@ -65,12 +65,12 @@
6565
<dependency>
6666
<groupId>org.bouncycastle</groupId>
6767
<artifactId>bcpkix-jdk18on</artifactId>
68-
<version>1.78.1</version>
68+
<version>1.81</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.bouncycastle</groupId>
7272
<artifactId>bcutil-jdk18on</artifactId>
73-
<version>1.78.1</version>
73+
<version>1.81</version>
7474
</dependency>
7575
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/rds -->
7676
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.compiler.release>11</maven.compiler.release>
1515
<maven.compiler.plugin.version>3.14.0</maven.compiler.plugin.version>
1616
<!--- to meet engine version 1.12.533-->
17-
<aws-sdk-v2.version>2.32.24</aws-sdk-v2.version>
17+
<aws-sdk-v2.version>2.32.29</aws-sdk-v2.version>
1818
<!-- for redshift iam auth still using sdkv1 -->
1919
<aws-sdk.version>1.12.788</aws-sdk.version>
2020
<aws.lambda-java-core.version>1.2.2</aws.lambda-java-core.version>
@@ -32,7 +32,7 @@
3232
<fasterxml.jackson.version>2.19.2</fasterxml.jackson.version>
3333
<surefire.failsafe.version>3.5.3</surefire.failsafe.version>
3434
<log4j2Version>2.25.1</log4j2Version>
35-
<apache.arrow.version>18.1.0</apache.arrow.version>
35+
<apache.arrow.version>18.3.0</apache.arrow.version>
3636
<guava.version>33.4.0-jre</guava.version>
3737
<protobuf3.version>3.25.5</protobuf3.version>
3838
<antlr.st4.version>4.3.4</antlr.st4.version>
@@ -46,7 +46,7 @@
4646
<mvn.checkstyle.version>3.6.0</mvn.checkstyle.version>
4747
<mvn.shade.plugin.version>3.6.0</mvn.shade.plugin.version>
4848
<mvn.source.plugin.version>3.3.1</mvn.source.plugin.version>
49-
<mvn.javadoc.plugin.version>3.11.2</mvn.javadoc.plugin.version>
49+
<mvn.javadoc.plugin.version>3.11.3</mvn.javadoc.plugin.version>
5050
<mvn.jar.plugin.version>3.4.2</mvn.jar.plugin.version>
5151
<doclint>none</doclint>
5252
</properties>

0 commit comments

Comments
 (0)