Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions THIRD-PARTY-LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Lists of 414 third-party dependencies.
(Apache-2.0) AssertJ Core (org.assertj:assertj-core:3.27.7 - https://assertj.github.io/doc/#assertj-core)
(Apache 2.0) async-http-client-backend (com.softwaremill.sttp:async-http-client-backend_2.13:1.7.2 - http://softwaremill.com/open-source)
(Apache 2.0) async-http-client-backend-cats (com.softwaremill.sttp:async-http-client-backend-cats_2.13:1.7.2 - http://softwaremill.com/open-source)
(The Apache Software License, Version 2.0) Asynchronous Http Client (org.asynchttpclient:async-http-client:2.15.0 - http://github.com/AsyncHttpClient/async-http-client/async-http-client)
(The Apache Software License, Version 2.0) Asynchronous Http Client Netty Utils (org.asynchttpclient:async-http-client-netty-utils:2.15.0 - http://github.com/AsyncHttpClient/async-http-client/async-http-client-netty-utils)
(The Apache Software License, Version 2.0) Asynchronous Http Client (org.asynchttpclient:async-http-client:2.16.0 - http://github.com/AsyncHttpClient/async-http-client/async-http-client)
(The Apache Software License, Version 2.0) Asynchronous Http Client Netty Utils (org.asynchttpclient:async-http-client-netty-utils:2.16.0 - http://github.com/AsyncHttpClient/async-http-client/async-http-client-netty-utils)
(Apache 2.0) AutoValue Annotations (com.google.auto.value:auto-value-annotations:1.9 - https://github.com/google/auto/tree/master/value)
(Apache License, Version 2.0) AWS Event Stream (software.amazon.eventstream:eventstream:1.0.1 - https://github.com/awslabs/aws-eventstream-java)
(Apache License, Version 2.0) AWS Java SDK :: Annotations (software.amazon.awssdk:annotations:2.31.56 - https://aws.amazon.com/sdkforjava/core/annotations)
Expand Down Expand Up @@ -281,7 +281,7 @@ Lists of 414 third-party dependencies.
(Apache License, Version 2.0) Joda-Time (joda-time:joda-time:2.12.5 - https://www.joda.org/joda-time/)
(Public Domain) JSON in Java (org.json:json:20231013 - https://github.com/douglascrockford/JSON-java)
(The Apache Software License, Version 2.0) JSON.simple (com.googlecode.json-simple:json-simple:1.1.1 - http://code.google.com/p/json-simple/)
(The MIT License) jsoup Java HTML Parser (org.jsoup:jsoup:1.19.1 - https://jsoup.org/)
(The MIT License) jsoup Java HTML Parser (org.jsoup:jsoup:1.23.1 - https://jsoup.org/)
(The Apache License, Version 2.0) JSpecify annotations (org.jspecify:jspecify:1.0.0 - http://jspecify.org/)
(Apache License, Version 2.0) JSR 354 (Money and Currency API) (javax.money:money-api:1.1 - https://javamoney.github.io/)
(MIT) JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:2.0.18 - http://www.slf4j.org)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-integration-testing</artifactId>
<version>1.21.0-alpha.1</version>
<version>1.21.0-alpha.4</version>
<classifier>tests</classifier>
<scope>compile</scope>
<exclusions>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.21.0-alpha.1</version>
<version>1.21.0-alpha.4</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-webservice</artifactId>
<version>1.21.0-alpha.1</version>
<version>1.21.0-alpha.4</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -73,7 +73,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>openapi-java-client</artifactId>
<version>1.21.0-alpha.1</version>
<version>1.21.0-alpha.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions dockstore-cli-reports/generated/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-webservice</artifactId>
<version>1.21.0-alpha.1</version>
<version>1.21.0-alpha.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.21.0-alpha.1</version>
<version>1.21.0-alpha.4</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down
4 changes: 2 additions & 2 deletions dockstore-client/generated/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>dockstore-common</artifactId>
<version>1.21.0-alpha.1</version>
<version>1.21.0-alpha.4</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -82,7 +82,7 @@
<dependency>
<groupId>io.dockstore</groupId>
<artifactId>openapi-java-client</artifactId>
<version>1.21.0-alpha.1</version>
<version>1.21.0-alpha.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<github.url>scm:git:git@github.com:dockstore/dockstore-cli.git</github.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dockstore-core.version>1.21.0-alpha.1</dockstore-core.version>
<dockstore-core.version>1.21.0-alpha.4</dockstore-core.version>
<maven-failsafe.version>2.22.2</maven-failsafe.version>
<maven-surefire.version>2.22.2</maven-surefire.version>
<skipTests>false</skipTests>
Expand Down
Loading