Skip to content

Commit

Permalink
Update build time
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Nov 24, 2024
1 parent 2688b55 commit ad4a1b3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -770,39 +770,39 @@
* **Project URL:** [https://jsoup.org/](https://jsoup.org/)
* **License:** [The MIT License](https://jsoup.org/license)

1. **Group** : org.junit. **Name** : junit-bom. **Version** : 5.10.0.
1. **Group** : org.junit. **Name** : junit-bom. **Version** : 5.11.3.
* **Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/)
* **License:** [Eclipse Public License v2.0](https://www.eclipse.org/legal/epl-v20.html)

1. **Group** : org.junit-pioneer. **Name** : junit-pioneer. **Version** : 2.0.1.
1. **Group** : org.junit-pioneer. **Name** : junit-pioneer. **Version** : 2.3.0.
* **Project URL:** [https://junit-pioneer.org/](https://junit-pioneer.org/)
* **License:** [Eclipse Public License v2.0](https://www.eclipse.org/legal/epl-v20.html)

1. **Group** : org.junit.jupiter. **Name** : junit-jupiter-api. **Version** : 5.10.0.
1. **Group** : org.junit.jupiter. **Name** : junit-jupiter-api. **Version** : 5.11.3.
* **Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/)
* **License:** [Eclipse Public License v2.0](https://www.eclipse.org/legal/epl-v20.html)

1. **Group** : org.junit.jupiter. **Name** : junit-jupiter-engine. **Version** : 5.10.0.
1. **Group** : org.junit.jupiter. **Name** : junit-jupiter-engine. **Version** : 5.11.3.
* **Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/)
* **License:** [Eclipse Public License v2.0](https://www.eclipse.org/legal/epl-v20.html)

1. **Group** : org.junit.jupiter. **Name** : junit-jupiter-params. **Version** : 5.10.0.
1. **Group** : org.junit.jupiter. **Name** : junit-jupiter-params. **Version** : 5.11.3.
* **Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/)
* **License:** [Eclipse Public License v2.0](https://www.eclipse.org/legal/epl-v20.html)

1. **Group** : org.junit.platform. **Name** : junit-platform-commons. **Version** : 1.10.0.
1. **Group** : org.junit.platform. **Name** : junit-platform-commons. **Version** : 1.11.3.
* **Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/)
* **License:** [Eclipse Public License v2.0](https://www.eclipse.org/legal/epl-v20.html)

1. **Group** : org.junit.platform. **Name** : junit-platform-engine. **Version** : 1.10.0.
1. **Group** : org.junit.platform. **Name** : junit-platform-engine. **Version** : 1.11.3.
* **Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/)
* **License:** [Eclipse Public License v2.0](https://www.eclipse.org/legal/epl-v20.html)

1. **Group** : org.junit.platform. **Name** : junit-platform-launcher. **Version** : 1.10.0.
1. **Group** : org.junit.platform. **Name** : junit-platform-launcher. **Version** : 1.11.3.
* **Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/)
* **License:** [Eclipse Public License v2.0](https://www.eclipse.org/legal/epl-v20.html)

1. **Group** : org.junit.platform. **Name** : junit-platform-suite-api. **Version** : 1.10.0.
1. **Group** : org.junit.platform. **Name** : junit-platform-suite-api. **Version** : 1.11.3.
* **Project URL:** [https://junit.org/junit5/](https://junit.org/junit5/)
* **License:** [Eclipse Public License v2.0](https://www.eclipse.org/legal/epl-v20.html)

Expand Down Expand Up @@ -845,4 +845,4 @@

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Sun Nov 24 18:23:31 WET 2024** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
This report was generated on **Sun Nov 24 18:48:01 WET 2024** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,25 +116,25 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
<version>2.0.1</version>
<version>2.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.0</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.0</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.10.0</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ad4a1b3

Please sign in to comment.