Skip to content

Commit

Permalink
Fix issue: apache/pulsar#23555.
Browse files Browse the repository at this point in the history
- jackson-core:2.17.2, it requires JDK21
  • Loading branch information
visxu committed Nov 20, 2024
1 parent e75b57a commit fe29993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulsar-client-kafka-compat/pulsar-client-kafka-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

<properties>
<kafka.version>0.10.2.1</kafka.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit fe29993

Please sign in to comment.