We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf43ac49 commitae62acdCopy full SHA for ae62acd
Protobuf-C++.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.newdo |s|
2
s.name='Protobuf-C++'
3
-s.version='3.18.2'
+s.version='3.18.3'
4
s.summary='Protocol Buffers v3 runtime library for C++.'
5
s.homepage='https://github.com/google/protobuf'
6
s.license='3-Clause BSD License'
Protobuf.podspec
@@ -5,7 +5,7 @@
# dependent projects use the :git notation to refer to the library.
7
s.name='Protobuf'
8
9
s.summary='Protocol Buffers v.3 runtime library for Objective-C.'
10
s.homepage='https://github.com/protocolbuffers/protobuf'
11
configure.ac
@@ -17,7 +17,7 @@ AC_PREREQ(2.59)
17
# In the SVN trunk, the version should always be the next anticipated release
18
# version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
19
# the size of one file name in the dist tarfile over the 99-char limit.)
20
-AC_INIT([Protocol Buffers],[3.18.2],[protobuf@googlegroups.com],[protobuf])
+AC_INIT([Protocol Buffers],[3.18.3],[protobuf@googlegroups.com],[protobuf])
21
22
AM_MAINTAINER_MODE([enable])
23
csharp/Google.Protobuf.Tools.nuspec
<title>Google Protocol Buffers tools</title>
<summary>Tools for Protocol Buffers - Google's data interchange format.</summary>
<description>See project site for more info.</description>
- <version>3.18.2</version>
+ <version>3.18.3</version>
<authors>Google Inc.</authors>
<owners>protobuf-packages</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
csharp/src/Google.Protobuf/Google.Protobuf.csproj
@@ -4,7 +4,7 @@
<Description>C# runtime library for Protocol Buffers - Google's data interchange format.</Description>
<Copyright>Copyright 2015, Google Inc.</Copyright>
<AssemblyTitle>Google Protocol Buffers</AssemblyTitle>
- <VersionPrefix>3.18.2</VersionPrefix>
+ <VersionPrefix>3.18.3</VersionPrefix>
<!-- C# 7.2 is required for Span/BufferWriter/ReadOnlySequence-->
<LangVersion>7.2</LangVersion>
<Authors>Google Inc.</Authors>
java/README.md
@@ -23,7 +23,7 @@ If you are using Maven, use the following:
<dependency>
24
<groupId>com.google.protobuf</groupId>
25
<artifactId>protobuf-java</artifactId>
26
- <version>3.15.3</version>
27
</dependency>
28
```
29
@@ -37,15 +37,15 @@ protobuf-java-util package:
37
38
39
<artifactId>protobuf-java-util</artifactId>
40
41
42
43
44
###Gradle
45
46
If you are using Gradle, add the following to your`build.gradle` file's dependencies:
47
48
- implementation 'com.google.protobuf:protobuf-java:3.15.3'
+ implementation 'com.google.protobuf:protobuf-java:3.18.3'
49
50
Again, be sure to check that the version number matches (or is newer than) the version number of protoc that you are using.
51
java/bom/pom.xml
<artifactId>protobuf-bom</artifactId>
<packaging>pom</packaging>
<name>Protocol Buffers [BOM]</name>
java/core/pom.xml
<parent>
<artifactId>protobuf-parent</artifactId>
</parent>
java/kotlin-lite/pom.xml
<artifactId>protobuf-kotlin-lite</artifactId>
java/kotlin/pom.xml
<artifactId>protobuf-kotlin</artifactId>