Skip to content

Commit 09506a1

Browse files
authored
fix(orm): force to use latest java-protobug to conform mysql 9.5 version (#12828)
Signed-off-by: Yuriy <Yuriy.Movchan@gmail.com>
1 parent f99adc1 commit 09506a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jans-bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,12 @@
800800
<artifactId>postgres-socket-factory</artifactId>
801801
<version>${postgresql-socket.version}</version>
802802
</dependency>
803+
804+
<dependency>
805+
<groupId>com.google.protobuf</groupId>
806+
<artifactId>protobuf-java</artifactId>
807+
<version>4.33.2</version>
808+
</dependency>
803809

804810
<!-- SQL Query -->
805811
<dependency>

0 commit comments

Comments
 (0)