Skip to content
Merged
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
20 changes: 10 additions & 10 deletions dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.211`
# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.220`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -1006,14 +1006,14 @@

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

This report was generated on **Wed Oct 29 15:43:04 WET 2025** using
This report was generated on **Wed Oct 29 16:25:20 WET 2025** 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).




# Dependencies of `io.spine:spine-time-java:2.0.0-SNAPSHOT.211`
# Dependencies of `io.spine:spine-time-java:2.0.0-SNAPSHOT.220`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -1849,14 +1849,14 @@ This report was generated on **Wed Oct 29 15:43:04 WET 2025** using

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

This report was generated on **Wed Oct 29 15:43:04 WET 2025** using
This report was generated on **Wed Oct 29 16:25:20 WET 2025** 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).




# Dependencies of `io.spine:spine-time-js:2.0.0-SNAPSHOT.211`
# Dependencies of `io.spine:spine-time-js:2.0.0-SNAPSHOT.220`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -2038,14 +2038,14 @@ This report was generated on **Wed Oct 29 15:43:04 WET 2025** using

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

This report was generated on **Wed Oct 29 15:43:03 WET 2025** using
This report was generated on **Wed Oct 29 16:25:19 WET 2025** 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).




# Dependencies of `io.spine:spine-time-kotlin:2.0.0-SNAPSHOT.211`
# Dependencies of `io.spine:spine-time-kotlin:2.0.0-SNAPSHOT.220`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -2885,14 +2885,14 @@ This report was generated on **Wed Oct 29 15:43:03 WET 2025** using

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

This report was generated on **Wed Oct 29 15:43:04 WET 2025** using
This report was generated on **Wed Oct 29 16:25:20 WET 2025** 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).




# Dependencies of `io.spine.tools:spine-time-testlib:2.0.0-SNAPSHOT.211`
# Dependencies of `io.spine.tools:spine-time-testlib:2.0.0-SNAPSHOT.220`

## Runtime
1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2.
Expand Down Expand Up @@ -3728,6 +3728,6 @@ This report was generated on **Wed Oct 29 15:43:04 WET 2025** using

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

This report was generated on **Wed Oct 29 15:43:04 WET 2025** using
This report was generated on **Wed Oct 29 16:25:20 WET 2025** 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).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
-->
<groupId>io.spine</groupId>
<artifactId>spine-time</artifactId>
<version>2.0.0-SNAPSHOT.211</version>
<version>2.0.0-SNAPSHOT.220</version>

<inceptionYear>2015</inceptionYear>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.testing;
package io.spine.testing.time;

import com.google.common.annotations.VisibleForTesting;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.testing;
package io.spine.testing.time;

import com.google.common.annotations.VisibleForTesting;
import com.google.protobuf.Timestamp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.testing;
package io.spine.testing.time;

import com.google.common.annotations.VisibleForTesting;
import com.google.protobuf.Timestamp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.testing;
package io.spine.testing.time;

import com.google.common.annotations.VisibleForTesting;
import com.google.protobuf.Timestamp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.testing;
package io.spine.testing.time;

import com.google.common.annotations.VisibleForTesting;
import io.spine.base.Time;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
@CheckReturnValue
@NullMarked
package io.spine.time.testing;
package io.spine.testing.time;

import com.google.errorprone.annotations.CheckReturnValue;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.testing;
package io.spine.testing.time;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package io.spine.time.testing;
package io.spine.testing.time;

import com.google.common.testing.NullPointerTester;
import com.google.protobuf.Duration;
Expand Down
2 changes: 1 addition & 1 deletion time/src/test/java/io/spine/time/LocalDateTimesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import static io.spine.base.Time.currentTimeZone;
import static io.spine.time.Asserts.assertDatesEqual;
import static io.spine.time.Month.JULY;
import static io.spine.time.testing.TimeTests.avoidDayEdge;
import static io.spine.testing.time.TimeTests.avoidDayEdge;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

Expand Down
2 changes: 1 addition & 1 deletion time/src/test/java/io/spine/time/LocalDatesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import static io.spine.base.Time.currentTimeZone;
import static io.spine.time.Asserts.assertDatesEqual;
import static io.spine.time.LocalDates.checkDate;
import static io.spine.time.testing.TimeTests.avoidDayEdge;
import static io.spine.testing.time.TimeTests.avoidDayEdge;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

Expand Down
2 changes: 1 addition & 1 deletion time/src/test/java/io/spine/time/YearMonthsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import org.junit.jupiter.api.Test;

import static io.spine.base.Time.currentTimeZone;
import static io.spine.time.testing.TimeTests.avoidDayEdge;
import static io.spine.testing.time.TimeTests.avoidDayEdge;
import static org.junit.jupiter.api.Assertions.assertEquals;

@DisplayName("`YearMonths` should")
Expand Down
2 changes: 1 addition & 1 deletion time/src/test/java/io/spine/time/ZonedDateTimesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import static io.spine.protobuf.Messages.isNotDefault;
import static io.spine.time.Asserts.assertDatesEqual;
import static io.spine.time.ZonedDateTimes.toJavaTime;
import static io.spine.time.testing.TimeTests.avoidDayEdge;
import static io.spine.testing.time.TimeTests.avoidDayEdge;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
*
* For dependencies on Spine modules please see [io.spine.dependency.local.Spine].
*/
val versionToPublish by extra("2.0.0-SNAPSHOT.211")
val versionToPublish by extra("2.0.0-SNAPSHOT.220")
Loading