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 Jan 9, 2023
2 parents 28cc019 + e3dbcee commit aff0a17
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion athenaService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions connectionUtils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>4.6.1</version>
<version>4.7.0</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.18.35</version>
<version>2.19.12</version>
</dependency>

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

<!-- License: MIT -->
Expand Down
2 changes: 1 addition & 1 deletion edcQueryGenerationService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fdcCacheService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion fdcSampleService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fileStagingService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion nodeGroupExecutionService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion nodeGroupService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion nodeGroupStoreService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ontologyInfoService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sparqlExtDispatchService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sparqlGraphIngestionService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions sparqlGraphLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>4.6.1</version>
<version>4.7.0</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand Down Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.18.35</version>
<version>2.19.12</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.bval/bval-jsr -->
Expand All @@ -149,7 +149,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-athena</artifactId>
<version>1.12.376</version>
<version>1.12.380</version>
</dependency>

<!-- License: MIT -->
Expand Down
2 changes: 1 addition & 1 deletion sparqlGraphResultsService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion sparqlGraphStatusService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion sparqlQueryService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion springUtilLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion utilityService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit aff0a17

Please sign in to comment.