Skip to content

Commit 7bcc794

Browse files
Update dependency reports
1 parent efccfc5 commit 7bcc794

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

dependencies.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
* **Project URL:** [https://github.com/google/j2objc/](https://github.com/google/j2objc/)
3131
* **License:** [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
3232

33-
1. **Group** : com.google.protobuf. **Name** : protobuf-java. **Version** : 4.33.1.
33+
1. **Group** : com.google.protobuf. **Name** : protobuf-java. **Version** : 4.33.2.
3434
* **Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
3535
* **License:** [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
3636

37-
1. **Group** : com.google.protobuf. **Name** : protobuf-java-util. **Version** : 4.33.1.
37+
1. **Group** : com.google.protobuf. **Name** : protobuf-java-util. **Version** : 4.33.2.
3838
* **Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
3939
* **License:** [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
4040

41-
1. **Group** : com.google.protobuf. **Name** : protobuf-kotlin. **Version** : 4.33.1.
41+
1. **Group** : com.google.protobuf. **Name** : protobuf-kotlin. **Version** : 4.33.2.
4242
* **Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
4343
* **License:** [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
4444

@@ -271,19 +271,19 @@
271271
* **Project URL:** [https://github.com/google/protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin)
272272
* **License:** [BSD 3-Clause](http://opensource.org/licenses/BSD-3-Clause)
273273

274-
1. **Group** : com.google.protobuf. **Name** : protobuf-java. **Version** : 4.33.1.
274+
1. **Group** : com.google.protobuf. **Name** : protobuf-java. **Version** : 4.33.2.
275275
* **Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
276276
* **License:** [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
277277

278-
1. **Group** : com.google.protobuf. **Name** : protobuf-java-util. **Version** : 4.33.1.
278+
1. **Group** : com.google.protobuf. **Name** : protobuf-java-util. **Version** : 4.33.2.
279279
* **Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
280280
* **License:** [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
281281

282-
1. **Group** : com.google.protobuf. **Name** : protobuf-kotlin. **Version** : 4.33.1.
282+
1. **Group** : com.google.protobuf. **Name** : protobuf-kotlin. **Version** : 4.33.2.
283283
* **Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
284284
* **License:** [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
285285

286-
1. **Group** : com.google.protobuf. **Name** : protoc. **Version** : 4.33.1.
286+
1. **Group** : com.google.protobuf. **Name** : protoc. **Version** : 4.33.2.
287287
* **Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
288288
* **License:** [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
289289
* **License:** [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
@@ -1026,6 +1026,6 @@
10261026

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

1029-
This report was generated on **Mon Dec 22 17:40:57 WET 2025** using
1029+
This report was generated on **Mon Dec 22 17:45:04 WET 2025** using
10301030
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
10311031
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@ all modules and does not describe the project structure per-subproject.
3232
<dependency>
3333
<groupId>com.google.protobuf</groupId>
3434
<artifactId>protobuf-java</artifactId>
35-
<version>4.33.1</version>
35+
<version>4.33.2</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.protobuf</groupId>
4040
<artifactId>protobuf-java-util</artifactId>
41-
<version>4.33.1</version>
41+
<version>4.33.2</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.protobuf</groupId>
4646
<artifactId>protobuf-kotlin</artifactId>
47-
<version>4.33.1</version>
47+
<version>4.33.2</version>
4848
<scope>compile</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>io.spine</groupId>
5252
<artifactId>spine-base</artifactId>
53-
<version>2.0.0-SNAPSHOT.383</version>
53+
<version>2.0.0-SNAPSHOT.384</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
<dependency>
@@ -172,7 +172,7 @@ all modules and does not describe the project structure per-subproject.
172172
<dependency>
173173
<groupId>com.google.protobuf</groupId>
174174
<artifactId>protoc</artifactId>
175-
<version>4.33.1</version>
175+
<version>4.33.2</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)