Skip to content

Commit

Permalink
testing out one explanation from jdbc, jdbc 23
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Aug 6, 2021
1 parent df33188 commit 5cde15d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion THIRD-PARTY-LICENSES.txt
Expand Up @@ -315,7 +315,7 @@ Lists of 358 third-party dependencies.
(EPL 2.0) (GPL2 w/ CPE) OSGi resource locator (org.glassfish.hk2:osgi-resource-locator:1.0.3 - https://projects.eclipse.org/projects/ee4j/osgi-resource-locator)
(MIT) parser (org.typelevel:jawn-parser_2.12:1.0.0 - http://github.com/typelevel/jawn)
(The Apache Software License, Version 2.0) PF4J (org.pf4j:pf4j:3.2.0 - http://nexus.sonatype.org/oss-repository-hosting.html/pf4j-parent/pf4j)
(BSD-2-Clause) PostgreSQL JDBC Driver (org.postgresql:postgresql:42.2.19 - https://jdbc.postgresql.org)
(BSD-2-Clause) PostgreSQL JDBC Driver (org.postgresql:postgresql:42.2.23 - https://jdbc.postgresql.org)
(The Apache Software License, Version 2.0) PowerMock (org.powermock:powermock-api-easymock:2.0.4 - http://www.powermock.org)
(MIT) pprint_2.12 (com.lihaoyi:pprint_2.12:0.6.0 - https://github.com/lihaoyi/PPrint)
(The Apache Software License, Version 2.0) rank-eval (org.elasticsearch.plugin:rank-eval-client:7.10.2 - https://github.com/elastic/elasticsearch)
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Expand Up @@ -56,7 +56,7 @@ POM as their parent.
<logback.version>1.2.3</logback.version>
<aws.version>2.16.103</aws.version>
<powermock.version>2.0.4</powermock.version>
<postgresql.version>42.2.19</postgresql.version>
<postgresql.version>42.2.23</postgresql.version>
<mockito.version>2.28.2</mockito.version>
<cwlavro.version>2.0.4.6</cwlavro.version>
<okhttp.version>4.7.0</okhttp.version>
Expand Down
2 changes: 1 addition & 1 deletion dockstore-common/generated/src/main/resources/pom.xml
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.19</version>
<version>42.2.23</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dockstore-webservice/generated/src/main/resources/pom.xml
Expand Up @@ -448,7 +448,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.19</version>
<version>42.2.23</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -40,7 +40,7 @@
<swagger-annotations-version>1.6.0</swagger-annotations-version>
<openapi-annotations-version>2.1.7</openapi-annotations-version>
<!-- Used for liquibase maven plugin. Somehow use version from bom-internal instead -->
<postgresql.version>42.2.19</postgresql.version>
<postgresql.version>42.2.23</postgresql.version>
<swagger-ui.version>3.25.0</swagger-ui.version>
<maven-surefire.version>3.0.0-M5</maven-surefire.version>
<maven-failsafe.version>2.21.0</maven-failsafe.version>
Expand Down

0 comments on commit 5cde15d

Please sign in to comment.