Skip to content

Commit

Permalink
ODP-1641 Update service versions to jdk11 stack target versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dishtikundra committed Jul 8, 2024
1 parent 0d5026a commit 92c7206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<ratis.thirdparty.version>1.0.5</ratis.thirdparty.version>

<!-- Apache Ranger plugin version -->
<ranger.version>2.3.0.3.3.0.0-SNAPSHOT</ranger.version>
<ranger.version>2.4.0</ranger.version>

<distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
<distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
Expand Down Expand Up @@ -237,7 +237,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<jmockit.version>1.24</jmockit.version>
<junit4.version>4.13.1</junit4.version>
<junit5.version>5.10.1</junit5.version>
<zookeeper.version>3.5.10.3.3.0.0-SNAPSHOT</zookeeper.version>
<zookeeper.version>3.8.4</zookeeper.version>

<!-- Maven protoc compiler -->
<protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
Expand Down

0 comments on commit 92c7206

Please sign in to comment.