Skip to content

Commit b2d4bed

Browse files
committed
Update the license reports.
1 parent 9a86358 commit b2d4bed

File tree

2 files changed

+26
-42
lines changed

2 files changed

+26
-42
lines changed

license-report.md

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

22

3-
# Dependencies of `io.spine.gcloud:spine-datastore:1.7.0`
3+
# Dependencies of `io.spine.gcloud:spine-datastore:1.8.0`
44

55
## Runtime
66
1. **Group:** com.fasterxml.jackson **Name:** jackson-bom **Version:** 2.12.0 **No license information found**
@@ -592,12 +592,12 @@
592592
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
593593

594594

595-
This report was generated on **Tue Dec 15 12:20:09 EET 2020** 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).
595+
This report was generated on **Thu Dec 16 16:38:53 EET 2021** 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).
596596

597597

598598

599599

600-
# Dependencies of `io.spine.gcloud:spine-pubsub:1.7.0`
600+
# Dependencies of `io.spine.gcloud:spine-pubsub:1.8.0`
601601

602602
## Runtime
603603
1. **Group:** com.google.android **Name:** annotations **Version:** 4.1.1.4
@@ -1003,12 +1003,12 @@ This report was generated on **Tue Dec 15 12:20:09 EET 2020** using [Gradle-Lice
10031003
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
10041004

10051005

1006-
This report was generated on **Tue Dec 15 12:20:20 EET 2020** 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).
1006+
This report was generated on **Thu Dec 16 16:38:57 EET 2021** 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).
10071007

10081008

10091009

10101010

1011-
# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.7.0`
1011+
# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.8.0`
10121012

10131013
## Runtime
10141014
1. **Group:** com.fasterxml.jackson **Name:** jackson-bom **Version:** 2.12.0 **No license information found**
@@ -1594,12 +1594,12 @@ This report was generated on **Tue Dec 15 12:20:20 EET 2020** using [Gradle-Lice
15941594
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
15951595

15961596

1597-
This report was generated on **Tue Dec 15 12:20:43 EET 2020** 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).
1597+
This report was generated on **Thu Dec 16 16:39:04 EET 2021** 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).
15981598

15991599

16001600

16011601

1602-
# Dependencies of `io.spine.gcloud:spine-testutil-gcloud:1.7.0`
1602+
# Dependencies of `io.spine.gcloud:spine-testutil-gcloud:1.8.0`
16031603

16041604
## Runtime
16051605
1. **Group:** com.fasterxml.jackson **Name:** jackson-bom **Version:** 2.12.0 **No license information found**
@@ -2191,4 +2191,4 @@ This report was generated on **Tue Dec 15 12:20:43 EET 2020** using [Gradle-Lice
21912191
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
21922192

21932193

2194-
This report was generated on **Tue Dec 15 12:20:48 EET 2020** 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).
2194+
This report was generated on **Thu Dec 16 16:39:07 EET 2021** 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: 18 additions & 34 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.7.0</version>
15+
<version>1.8.0</version>
1616

1717
<inceptionYear>2015</inceptionYear>
1818

@@ -46,7 +46,7 @@ all modules and does not describe the project structure per-subproject.
4646
<dependency>
4747
<groupId>io.spine</groupId>
4848
<artifactId>spine-server</artifactId>
49-
<version>1.7.0</version>
49+
<version>1.8.0</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
@@ -70,7 +70,7 @@ all modules and does not describe the project structure per-subproject.
7070
<dependency>
7171
<groupId>io.spine</groupId>
7272
<artifactId>spine-testutil-server</artifactId>
73-
<version>1.7.0</version>
73+
<version>1.8.0</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>
@@ -98,44 +98,28 @@ all modules and does not describe the project structure per-subproject.
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
101-
<groupId>com.google.errorprone</groupId>
102-
<artifactId>error_prone_core</artifactId>
103-
<version>2.4.0</version>
101+
<groupId>com.google.code.findbugs</groupId>
102+
<artifactId>jsr305</artifactId>
103+
<version>3.0.2</version>
104+
<scope>provided</scope>
104105
</dependency>
105106
<dependency>
106107
<groupId>com.google.errorprone</groupId>
107-
<artifactId>javac</artifactId>
108-
<version>9+181-r4173-1</version>
109-
</dependency>
110-
<dependency>
111-
<groupId>com.google.protobuf</groupId>
112-
<artifactId>protoc</artifactId>
113-
<version>3.13.0</version>
114-
</dependency>
115-
<dependency>
116-
<groupId>io.grpc</groupId>
117-
<artifactId>protoc-gen-grpc-java</artifactId>
118-
<version>1.28.1</version>
119-
</dependency>
120-
<dependency>
121-
<groupId>io.spine.tools</groupId>
122-
<artifactId>spine-protoc-plugin</artifactId>
123-
<version>1.7.0</version>
124-
</dependency>
125-
<dependency>
126-
<groupId>net.sourceforge.pmd</groupId>
127-
<artifactId>pmd-java</artifactId>
128-
<version>6.24.0</version>
108+
<artifactId>error_prone_annotations</artifactId>
109+
<version>2.4.0</version>
110+
<scope>provided</scope>
129111
</dependency>
130112
<dependency>
131-
<groupId>org.jacoco</groupId>
132-
<artifactId>org.jacoco.agent</artifactId>
133-
<version>0.8.5</version>
113+
<groupId>com.google.errorprone</groupId>
114+
<artifactId>error_prone_type_annotations</artifactId>
115+
<version>2.4.0</version>
116+
<scope>provided</scope>
134117
</dependency>
135118
<dependency>
136-
<groupId>org.jacoco</groupId>
137-
<artifactId>org.jacoco.ant</artifactId>
138-
<version>0.8.5</version>
119+
<groupId>org.checkerframework</groupId>
120+
<artifactId>checker-qual</artifactId>
121+
<version>3.7.1</version>
122+
<scope>provided</scope>
139123
</dependency>
140124
</dependencies>
141125
</project>

0 commit comments

Comments
 (0)