Skip to content

Commit 9e6572f

Browse files
committed
Update Spine version to 1.1.13
1 parent 4475d07 commit 9e6572f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

license-report.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# Dependencies of `io.spine.gcloud:spine-datastore:1.1.12`
3+
# Dependencies of `io.spine.gcloud:spine-datastore:1.1.13`
44

55
## Runtime
66
1. **Group:** com.fasterxml.jackson.core **Name:** jackson-core **Version:** 2.9.9
@@ -735,12 +735,12 @@
735735
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
736736

737737

738-
This report was generated on **Mon Oct 28 19:30:26 EET 2019** 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).
738+
This report was generated on **Thu Oct 31 19:50:36 EET 2019** 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).
739739

740740

741741

742742

743-
# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.1.12`
743+
# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.1.13`
744744

745745
## Runtime
746746
1. **Group:** com.fasterxml.jackson.core **Name:** jackson-core **Version:** 2.9.6
@@ -1472,12 +1472,12 @@ This report was generated on **Mon Oct 28 19:30:26 EET 2019** using [Gradle-Lice
14721472
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
14731473

14741474

1475-
This report was generated on **Mon Oct 28 19:30:38 EET 2019** 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).
1475+
This report was generated on **Thu Oct 31 19:50:49 EET 2019** 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).
14761476

14771477

14781478

14791479

1480-
# Dependencies of `io.spine.gcloud:spine-testutil-gcloud:1.1.12`
1480+
# Dependencies of `io.spine.gcloud:spine-testutil-gcloud:1.1.13`
14811481

14821482
## Runtime
14831483
1. **Group:** com.fasterxml.jackson.core **Name:** jackson-core **Version:** 2.9.9
@@ -2233,4 +2233,4 @@ This report was generated on **Mon Oct 28 19:30:38 EET 2019** using [Gradle-Lice
22332233
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
22342234

22352235

2236-
This report was generated on **Mon Oct 28 19:30:51 EET 2019** 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).
2236+
This report was generated on **Thu Oct 31 19:51:02 EET 2019** 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).

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.
1212

1313
<groupId>io.spine.gcloud</groupId>
1414
<artifactId>spine-gcloud-java</artifactId>
15-
<version>1.1.12</version>
15+
<version>1.1.13</version>
1616

1717
<inceptionYear>2015</inceptionYear>
1818

@@ -40,7 +40,7 @@ all modules and does not describe the project structure per-subproject.
4040
<dependency>
4141
<groupId>io.spine</groupId>
4242
<artifactId>spine-server</artifactId>
43-
<version>1.1.12</version>
43+
<version>1.1.13</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
@@ -58,7 +58,7 @@ all modules and does not describe the project structure per-subproject.
5858
<dependency>
5959
<groupId>io.spine</groupId>
6060
<artifactId>spine-testutil-server</artifactId>
61-
<version>1.1.12</version>
61+
<version>1.1.13</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>

version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* {@code .config/gradle/dependencies.gradle}.
2626
*/
2727

28-
def final SPINE_VERSION = '1.1.12'
28+
def final SPINE_VERSION = '1.1.13'
2929

3030
ext {
3131
versionToPublish = SPINE_VERSION

0 commit comments

Comments
 (0)