diff --git a/.github/workflows/job.build.yml b/.github/workflows/job.build.yml
index 13e7238..36ce125 100644
--- a/.github/workflows/job.build.yml
+++ b/.github/workflows/job.build.yml
@@ -27,7 +27,7 @@ jobs:
contents: "read"
steps:
- name: "Setup: Harden Runner"
- uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15
+ uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
with:
disable-sudo: true
egress-policy: audit
@@ -42,7 +42,9 @@ jobs:
distribution: graalvm
java-version: "25"
- name: "Setup: Elide"
- uses: elide-dev/setup-elide@d91d5859c0722417ea1ac4c682382ac8a6622b80 # v3.0.0
+ uses: elide-dev/setup-elide@d2f742321bf672300c0935839b6f5c6e562a965b # v4.1.0
+ with:
+ channel: nightly
- name: "Build: Java Compiler"
run: ./mvnw clean install -pl plexus-compilers
- name: "Build: Kotlin Plugin"
diff --git a/README.md b/README.md
index 2b07ea1..92b53eb 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Configuring Elide as your `javac` compiler:
maven-compiler-plugin
- 3.14.0
+ 3.15.0
dev.elide
@@ -77,14 +77,6 @@ the plugin coordinates:
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- 2.2.0
-
-
```
> [!TIP]
@@ -134,7 +126,7 @@ Elide:
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.0
+ 3.15.0
dev.elide
diff --git a/kotlin-plugin/pom.xml b/kotlin-plugin/pom.xml
index 0461e5e..8a0b829 100644
--- a/kotlin-plugin/pom.xml
+++ b/kotlin-plugin/pom.xml
@@ -41,14 +41,15 @@
11
1.0.0
- 2.3.10
+ 2.3.21
1
2.16.2
6.0.3
- 3.9.12
+ 3.9.15
3.15.2
3.5.5
3.15.0
+ 4.0.3
@@ -163,6 +164,23 @@
+
+
+
+
+ org.codehaus.plexus
+ plexus-utils
+ ${plexusUtilsVersion}
+
+
+
+ commons-io
+ commons-io
+ 2.22.0
+
+
+
+
org.jetbrains.kotlin
diff --git a/plexus-compilers/pom.xml b/plexus-compilers/pom.xml
index b7b8c44..4d5bb6d 100644
--- a/plexus-compilers/pom.xml
+++ b/plexus-compilers/pom.xml
@@ -46,11 +46,12 @@
official
1.8
- 2.3.10
+ 2.3.21
1
2.16.2
6.0.3
3.5.5
+ 4.0.3
@@ -81,6 +82,17 @@
+
+
+
+
+ org.codehaus.plexus
+ plexus-utils
+ ${plexusUtilsVersion}
+
+
+
+
org.jetbrains.kotlin
diff --git a/sample-java/README.md b/sample-java/README.md
index a82649e..15340a9 100644
--- a/sample-java/README.md
+++ b/sample-java/README.md
@@ -9,7 +9,7 @@ This project demonstrates use of Elide as a replacement for `javac` within a Mav
maven-compiler-plugin
- 3.14.0
+ 3.15.0
dev.elide
diff --git a/sample-java/pom.xml b/sample-java/pom.xml
index 7e60f6d..6fda217 100644
--- a/sample-java/pom.xml
+++ b/sample-java/pom.xml
@@ -10,7 +10,7 @@
maven-compiler-plugin
- 3.14.0
+ 3.15.0
dev.elide
diff --git a/sample-kotlin/README.md b/sample-kotlin/README.md
index 830df93..78636bb 100644
--- a/sample-kotlin/README.md
+++ b/sample-kotlin/README.md
@@ -31,12 +31,4 @@ of `org.jetbrains.kotlin:kotlin-maven-plugin`. Use of `` is not supp
-
-
-
- org.jetbrains.kotlin
- kotlin-stdlib
- 2.2.0
-
-
```
diff --git a/sample-kotlin/pom.xml b/sample-kotlin/pom.xml
index a2278ae..43c5e85 100644
--- a/sample-kotlin/pom.xml
+++ b/sample-kotlin/pom.xml
@@ -45,7 +45,7 @@
org.jetbrains.kotlin
kotlin-stdlib
- 2.2.0
+ 2.3.21
diff --git a/sample-mixed/README.md b/sample-mixed/README.md
index 7f877b3..6d7803c 100644
--- a/sample-mixed/README.md
+++ b/sample-mixed/README.md
@@ -44,7 +44,7 @@ Kotlin plugin `` is not supported yet.
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.0
+ 3.15.0
dev.elide
diff --git a/sample-mixed/pom.xml b/sample-mixed/pom.xml
index 4d45712..a93b2a9 100644
--- a/sample-mixed/pom.xml
+++ b/sample-mixed/pom.xml
@@ -57,7 +57,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.0
+ 3.15.0
dev.elide
@@ -100,8 +100,7 @@
org.jetbrains.kotlin
kotlin-stdlib
- 2.2.0
+ 2.3.21
-
\ No newline at end of file