Upgrade to proto-schema-compatibility-maven-plugin 5.0.12.Final (#33738)

Closes #33711

Upgrading prevents dangling proto.lock file being created when
commitProtoLock=false

Signed-off-by: Ryan Emerson <remerson@redhat.com>
This commit is contained in:
Ryan Emerson 2024-10-10 09:44:04 +01:00 committed by GitHub
parent a74e60f4d7
commit bf89897ba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@
<!-- version number is needed for the proto-schema-compatibility-maven-plugin and needs to be in-sync with the version used in Infinispan --> <!-- version number is needed for the proto-schema-compatibility-maven-plugin and needs to be in-sync with the version used in Infinispan -->
<protostream.version>5.0.8.Final</protostream.version> <protostream.version>5.0.8.Final</protostream.version>
<!-- protostream.plugin.version property can be replaced with protostream.version once protostream.version >= 5.0.10.Final --> <!-- protostream.plugin.version property can be replaced with protostream.version once protostream.version >= 5.0.10.Final -->
<protostream.plugin.version>5.0.10.Final</protostream.plugin.version> <protostream.plugin.version>5.0.12.Final</protostream.plugin.version>
<!--JAKARTA--> <!--JAKARTA-->
<jakarta.mail.version>2.1.1</jakarta.mail.version> <jakarta.mail.version>2.1.1</jakarta.mail.version>