Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Upgrade kotlin and gradle and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Aug 10, 2024
1 parent 35cb3b1 commit 51c27f9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 18 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
This list is not intended to be all-encompassing - it will document major and breaking API
changes with their rationale when appropriate. Given version `A.B.C.D`, breaking changes are to be expected in version number increments where changes in the `A` or `B` sections:

### v5.20.1.0 (uncut)
- **http4k-connect-*** - Upgrade dependencies including Kotlin to 2.0.10

### v5.20.0.0
- **http4k-connect-*** - Upgrade dependencies, including Kotshi to 3.0.0. Version bump to highlight that this could be a
breaking change if you are using the Kotshi annotation processor.
- **http4k-connect-*** - Upgrade dependencies, including Kotshi to 3.0.0. Version bump to highlight that this could be a breaking change if you are using the Kotshi annotation processor.
- **http4k-connect-amazon-s3=*** - Add CommonPrefixes field to S3 ListObjectsV2 response. H/T @kwydler

### v5.19.0.2
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[versions]

kotlin = "2.0.0"
kotlin = "2.0.10"

[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.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down
35 changes: 22 additions & 13 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,32 @@
####
#### NOTE: Some versions are filtered by the rejectVersionIf predicate. See the settings.gradle.kts file.

## unused
plugin.com.github.kt3k.coveralls=2.12.2
plugin.com.google.devtools.ksp=2.0.0-1.0.24

plugin.com.google.devtools.ksp=2.0.10-1.0.24

plugin.de.fayard.buildSrcLibs=0.60.5

plugin.com.github.davidmc24.gradle.plugin.avro=1.9.1
version.com.google.devtools.ksp..symbol-processing-api=2.0.0-1.0.24

version.com.google.devtools.ksp..symbol-processing-api=2.0.10-1.0.24

version.com.amazonaws..aws-lambda-java-events=3.13.0

version.de.sven-jacobs..loremipsum=1.0

version.com.h2database..h2=2.3.230

version.com.zaxxer..HikariCP=5.1.0

version.dev.forkhandles..forkhandles-bom=2.19.0.0
version.dev.forkhandles..forkhandles-bom=2.20.0.0

version.dev.langchain4j..langchain4j=0.33.0

version.http4k=5.26.0.0
version.http4k=5.26.1.0

version.joda-time..joda-time=2.12.7

version.io.lettuce..lettuce-core=6.4.0.RELEASE

# blocked - Java 8
Expand All @@ -49,14 +54,15 @@ version.jetbrains.exposed=0.41.1
## # available=0.51.0
## # available=0.51.1
## # available=0.52.0
## # available=0.53.0

version.org.apache.avro..avro=1.11.3
version.org.apache.avro..avro=1.12.0

version.junit=5.10.3

version.junit.jupiter=5.10.3

version.kotlin=2.0.0
version.kotlin=2.0.10

version.org.bitbucket.b_c..jose4j=0.9.6

Expand All @@ -71,18 +77,21 @@ version.mockk=1.13.7
### available=1.13.10
### available=1.13.11
### available=1.13.12
version.org.testcontainers..testcontainers-bom=1.20.0

version.org.testcontainers..testcontainers-bom=1.20.1

version.org.webjars..swagger-ui=5.17.14

version.se.ansman.kotshi..api=3.0.0

version.se.ansman.kotshi..compiler=3.0.0
version.software.amazon.awssdk..bom=2.26.26

version.software.amazon.awssdk..bom=2.27.2

version.com.nimbusds..nimbus-jose-jwt=9.40

version.dev.langchain4j..langchain4j-core=0.33.0

version.software.amazon.awssdk..s3=2.26.25
## # available=2.26.26
version.software.amazon.awssdk..s3=2.27.2

version.software.amazon.awssdk..sqs=2.26.25
## # available=2.26.26
version.software.amazon.awssdk..sqs=2.27.2

0 comments on commit 51c27f9

Please sign in to comment.