Skip to content

Commit

Permalink
Rebase and update pkl version
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-lan-wang committed Dec 7, 2024
1 parent 11d2431 commit f50a184
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ojdbc-provider-pkl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.1</version>
</parent>

<properties>
<pkl.version>0.27.0</pkl.version>
</properties>

<dependencies>
<dependency>
Expand All @@ -24,17 +28,17 @@
<dependency>
<groupId>org.pkl-lang</groupId>
<artifactId>pkl-core</artifactId>
<version>0.25.3</version>
<version>${pkl.version}</version>
</dependency>
<dependency>
<groupId>org.pkl-lang</groupId>
<artifactId>pkl-config-java</artifactId>
<version>0.25.3</version>
<version>${pkl.version}</version>
</dependency>
<dependency>
<groupId>org.pkl-lang</groupId>
<artifactId>pkl-codegen-java</artifactId>
<version>0.25.3</version>
<version>${pkl.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit f50a184

Please sign in to comment.