From 0aea2095cccc9be39085e1240c11c4a53c8da4bb Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 10 Oct 2024 13:15:11 -0700 Subject: [PATCH] Updated dependencies Bumped Kotlin to version 2.0.21 Bumped JUnit to version 5.11.2 Bumped PMD extension to version 1.1.6 --- .github/workflows/bld.yml | 6 +++--- .idea/misc.xml | 1 + examples/src/bld/java/com/example/ExampleBuild.java | 6 +++--- lib/bld/bld-wrapper.properties | 2 +- .../rife/bld/extension/CompileKotlinOperationBuild.java | 6 +++--- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 308fe5a..35cec17 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -1,6 +1,6 @@ name: bld-ci -on: [ push, pull_request, workflow_dispatch ] +on: [push, pull_request, workflow_dispatch] env: KOTLIN_HOME: /usr/share/kotlinc @@ -11,8 +11,8 @@ jobs: strategy: matrix: - java-version: [ 17, 21, 22 ] - kotlin-version: [ 1.9.24, 2.0.0 ] + java-version: [17, 21, 22] + kotlin-version: [1.9.24, 2.0.21] steps: - name: Checkout source repository diff --git a/.idea/misc.xml b/.idea/misc.xml index 4e456d4..ea8d1e3 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -13,6 +13,7 @@ +