Skip to content

Commit

Permalink
dep: update to Kotlin 2.1.0
Browse files Browse the repository at this point in the history
Update several other dependencies.
  • Loading branch information
credmond-git committed Nov 28, 2024
1 parent 706c1cd commit 3b9719d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,7 @@ Using the extension functions you don't need to specify the type if the return t
```
| Gestalt Version | Kotlin Version |
|------------------|----------------|
| 0.35.0 + | 2.1 |
| 0.25.0 + | 1.9 |
| 0.17.0 + | 1.8 |
| 0.13.0 to 0.16.6 | 1.7 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Using the extension functions you don't need to specify the type if the return t
```
| Gestalt Version | Kotlin Version |
|------------------|----------------|
| 0.35.0 + | 2.1 |
| 0.25.0 + | 1.9 |
| 0.17.0 + | 1.8 |
| 0.13.0 to 0.16.6 | 1.7 |
Expand Down
12 changes: 5 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[versions]
java = "11"
javaLatest = "21"
# @pin
kotlin = "1.9.24"
# @pin
kotlin = "2.1.0"
kotlinDokka = "1.9.20"
# Kotlin DI
kodeinDI = "7.22.0"
Expand All @@ -15,10 +13,10 @@ cdi = "4.0.1"
weld = "4.0.3.Final"
weldCore = "5.1.3.Final"
#encoding/decoding
jackson = "2.18.1"
jackson = "2.18.2"
hocon = "1.4.3"
# Cloud
awsBom = "2.29.15"
awsBom = "2.29.23"
gcpLibraries = "26.50.0"
azure = "1.2.29"
# vault
Expand All @@ -41,7 +39,7 @@ mockk = "1.13.13"
koTestAssertions = "5.9.1"
# @pin last version to support jdk 11
awsMock = "2.17.0"
testcontainers = "1.20.3"
testcontainers = "1.20.4"
# static code analysis
# @pin last version to support JDK 11
errorprone = "2.31.0"
Expand All @@ -58,7 +56,7 @@ gestalt = "0.33.1"
gradleVersions = "0.51.0"
gitVersions = "3.1.0"
gradleVersionsUpdate = "0.8.5"
com-fasterxml-jackson-datatype = "2.18.1"
com-fasterxml-jackson-datatype = "2.18.2"
jakartaAnnotations = "3.0.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 3b9719d

Please sign in to comment.