diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ language governing permissions and limitations under the License. <slf4j.version>1.7.25</slf4j.version> <logback.version>1.2.11</logback.version> <mockito.version>2.28.2</mockito.version> - <protobuf.version>3.21.1</protobuf.version> + <protobuf.version>4.0.0-rc-2</protobuf.version> <vavr.version>0.10.2</vavr.version> <commons-text.version>1.6</commons-text.version> <jetbrains-annotations.version>16.0.3</jetbrains-annotations.version> @@ -97,7 +97,7 @@ language governing permissions and limitations under the License. <sonar.coverage.jacoco.xmlReportPaths> ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml </sonar.coverage.jacoco.xmlReportPaths> - <revision>1.9.2-SNAPSHOT</revision> + <revision>1.9.3-SNAPSHOT</revision> </properties> <modules> |