Skip to content

Commit

Permalink
Upgrade to Quarkus 3.0.0.Alpha6 but stay with snakeyaml 1.33 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng authored Mar 16, 2023
1 parent a44dbf7 commit 72c173c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.0.0.Alpha5</quarkus.version>
<quarkus.version>3.0.0.Alpha6</quarkus.version>
<antlr.version>4.9.2</antlr.version> <!-- it needs to align with the antlr4-runtime version in shardingsphere -->
<snakeyaml.version>1.33</snakeyaml.version> <!-- it needs to align with the snakeyaml version in shardingsphere -->
<shardingsphere.version>5.3.1</shardingsphere.version>
</properties>
<dependencyManagement>
Expand All @@ -50,6 +51,11 @@
<artifactId>antlr4-runtime</artifactId>
<version>${antlr.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down

0 comments on commit 72c173c

Please sign in to comment.