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 Aug 23, 2022
2 parents 5438963 + ac8c416 commit e953ac3
Show file tree
Hide file tree
Showing 22 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache local Maven repository
uses: actions/[email protected].5
uses: actions/[email protected].7
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache local Maven repository
uses: actions/[email protected].5
uses: actions/[email protected].7
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion athenaService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions connectionUtils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.272</version>
<version>1.12.287</version>
<scope>compile</scope>
</dependency>

Expand All @@ -124,14 +124,14 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.17.243</version>
<version>2.17.258</version>
</dependency>

<!-- License: Apache 2.0 -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.17.243</version>
<version>2.17.258</version>
</dependency>

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

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


<!-- License: MIT -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion edcQueryGenerationService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion fdcCacheService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</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 @@ -38,7 +38,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions fileStagingService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nodeGroupExecutionService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nodeGroupService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nodeGroupStoreService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ontologyInfoService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>
<properties>
<swagger.version>3.0.0</swagger.version>
Expand Down Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down
2 changes: 1 addition & 1 deletion sparqlExtDispatchService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sparqlGraphIngestionService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions sparqlGraphLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.272</version>
<version>1.12.287</version>
<scope>compile</scope>
</dependency>

Expand All @@ -121,14 +121,14 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.17.243</version>
<version>2.17.258</version>
</dependency>

<!-- License: Apache 2.0 -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.17.243</version>
<version>2.17.258</version>
</dependency>

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

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

<!-- License: MIT -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion sparqlGraphResultsService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sparqlGraphStatusService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sparqlQueryService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
Expand Down
2 changes: 1 addition & 1 deletion springSecurityLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand Down
2 changes: 1 addition & 1 deletion springUtilLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion utilityService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
Expand Down

0 comments on commit e953ac3

Please sign in to comment.