Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/job.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ jobs:
contents: "read"
steps:
- name: "Setup: Harden Runner"
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15
with:
disable-sudo: true
egress-policy: audit
- name: "Setup: Checkout"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 1
persist-credentials: false
- name: "Setup: JDK"
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
distribution: graalvm
java-version: "24"
java-version: "25"
- name: "Setup: Elide"
uses: elide-dev/setup-elide@990b915b2974a70e7654acb1303607b4cd1d3538 # v2.0.0
uses: elide-dev/setup-elide@d91d5859c0722417ea1ac4c682382ac8a6622b80 # v3.0.0
- name: "Build: Java Compiler"
run: ./mvnw clean install -pl plexus-compilers
- name: "Build: Kotlin Plugin"
Expand Down
4 changes: 2 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.2
wrapperVersion=3.3.4
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
14 changes: 7 additions & 7 deletions kotlin-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>

<compilerVersion>1.0.0</compilerVersion>
<kotlinVersion>2.2.0</kotlinVersion>
<kotlinVersion>2.3.10</kotlinVersion>
<injectVersion>1</injectVersion>
<plexusVersion>2.15.0</plexusVersion>
<junitVersion>5.11.1</junitVersion>
<mavenVersion>3.9.10</mavenVersion>
<mavenToolsVersion>3.15.1</mavenToolsVersion>
<mavenTestPluginVersion>2.22.2</mavenTestPluginVersion>
<mavenCompilerVersion>3.14.0</mavenCompilerVersion>
<plexusVersion>2.16.2</plexusVersion>
<junitVersion>6.0.3</junitVersion>
<mavenVersion>3.9.12</mavenVersion>
<mavenToolsVersion>3.15.2</mavenToolsVersion>
<mavenTestPluginVersion>3.5.5</mavenTestPluginVersion>
<mavenCompilerVersion>3.15.0</mavenCompilerVersion>
</properties>

<repositories>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 4 additions & 4 deletions plexus-compilers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>

<kotlinVersion>2.2.0</kotlinVersion>
<kotlinVersion>2.3.10</kotlinVersion>
<injectVersion>1</injectVersion>
<plexusVersion>2.15.0</plexusVersion>
<junitVersion>5.11.1</junitVersion>
<mavenTestPluginVersion>2.22.2</mavenTestPluginVersion>
<plexusVersion>2.16.2</plexusVersion>
<junitVersion>6.0.3</junitVersion>
<mavenTestPluginVersion>3.5.5</mavenTestPluginVersion>
</properties>

<repositories>
Expand Down