Skip to content

Commit

Permalink
[#1906][#1905] Revert kotlin version back to 1.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jan 27, 2023
1 parent 16bba53 commit 27cfa93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).
* [#1887] DEP: Bump biz.aQute.bnd.gradle from 6.3.1 to 6.4.0
* [#1865] DEP: Bump ivy from 2.5.0 to 2.5.1
* [#1931] DEP: Bump springBootVersion from 2.7.5 to 3.0.2
* [#1906] DEP: Bump kotlin-gradle-plugin from 1.7.20 to 1.8.0
* [#1905] DEP: Bump kotlin-script-runtime from 1.7.20 to 1.8.0
* [#1929] DEP: Bump github/codeql-action from 2.1.29 to 2.1.39
* [#1926] DEP: Bump step-security/harden-runner from 1.5.0 to 2.1.0
* [#1914] DEP: Bump actions/checkout from 3.1.0 to 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ ext {
hibernate_validator_annproc: "org.hibernate.validator:hibernate-validator-annotation-processor:8.0.0.Final",
hibernate_validator : "org.hibernate.validator:hibernate-validator:8.0.0.Final",

kotlin_script_runtime : "org.jetbrains.kotlin:kotlin-script-runtime:1.8.0",
kotlin_script_runtime : "org.jetbrains.kotlin:kotlin-script-runtime:1.7.20",
]
}
2 changes: 1 addition & 1 deletion picocli-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20"
}
}

Expand Down

0 comments on commit 27cfa93

Please sign in to comment.