Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ge-semtk/semtk
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cuddihy committed Nov 29, 2022
2 parents 45c657d + c1331fb commit b719274
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions connectionUtils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.22</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.319</version>
<version>1.12.349</version>
<scope>compile</scope>
</dependency>

Expand All @@ -124,7 +124,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.18.11</version>
<version>2.18.25</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand All @@ -151,14 +151,14 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-athena</artifactId>
<version>1.12.336</version>
<version>1.12.349</version>
</dependency>

<!-- License: MIT -->
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>11.2.1.jre8</version>
<version>12.1.0.jre8-preview</version>
</dependency>


Expand Down
10 changes: 5 additions & 5 deletions sparqlGraphLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.22</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.319</version>
<version>1.12.349</version>
<scope>compile</scope>
</dependency>

Expand All @@ -121,7 +121,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.18.11</version>
<version>2.18.25</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand Down Expand Up @@ -149,14 +149,14 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-athena</artifactId>
<version>1.12.336</version>
<version>1.12.349</version>
</dependency>

<!-- License: MIT -->
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>11.2.1.jre8</version>
<version>12.1.0.jre8-preview</version>
</dependency>

<!-- License: MIT -->
Expand Down

0 comments on commit b719274

Please sign in to comment.