Skip to content

Commit

Permalink
Upgrade to graalvm 22.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed May 10, 2022
1 parent ba14e18 commit 4e0dad7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<name>Yupiik Logging :: Integration Tests</name>

<properties>
<graalvm.version>20.3.0</graalvm.version> <!-- ensure to edit projects/*pom.xml too -->
<graalvm.version>22.1.0</graalvm.version> <!-- ensure to edit projects/*pom.xml too -->
<graalvm.url>https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-${graalvm.version}/graalvm-ce-java11-linux-amd64-${graalvm.version}.tar.gz</graalvm.url>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion integration-test/projects/jul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</goals>
<configuration>
<main>test.Main</main>
<graalVersion>20.3.0.r11</graalVersion>
<graalVersion>22.1.0</graalVersion>
<customOptions>
<customOption>-Djava.util.logging.manager=io.yupiik.logging.jul.YupiikLogManager</customOption>
</customOptions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class JULTest {

@BeforeAll
static void start() {
container = new GenericContainer<>("quay.io/quarkus/centos-quarkus-maven:20.3.0-java11");
container = new GenericContainer<>("quay.io/quarkus/centos-quarkus-maven:22.1.0-java11");
container.setWorkingDirectory("/opt/projects");
container.withFileSystemBind(System.getProperty("maven.test.repository"), "/home/quarkus/.m2/repository");
container.withFileSystemBind(System.getProperty("maven.test.projects", "projects"), "/opt/projects");
Expand Down

0 comments on commit 4e0dad7

Please sign in to comment.