Skip to content

Commit

Permalink
Merge pull request #89 from heubeck/dependabot/maven/kotlin.version-1…
Browse files Browse the repository at this point in the history
….9.0

Bump kotlin.version from 1.8.22 to 1.9.0
  • Loading branch information
heubeck authored Jul 7, 2023
2 parents 3bbf7d4 + 9b22333 commit 26ca70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
builder_image_tag: 22.3.2.1-Final-java17-arm64
name: Application Build for ${{ matrix.arch }}
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

<groupId>io.github.heubeck</groupId>
<artifactId>examiner</artifactId>
<version>1.11.6</version>
<version>1.11.7</version>

<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<failsafe.useModulePath>false</failsafe.useModulePath>
<kotlin.version>1.8.22</kotlin.version>
<kotlin.version>1.9.0</kotlin.version>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 26ca70f

Please # to comment.