Skip to content

Commit dc7a6fa

Browse files
committed
Upgrade versions
1 parent 67f25d8 commit dc7a6fa

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
### 1.4.0.0
6+
- Upgrade underlying libraries (Gradle etc)
7+
58
### 1.3.0.0
69
- Upgrade Typeflows
710

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
com-vanniktech-gradle-maven-publish-plugin = "0.35.0"
3-
kotlin = "2.3.0"
2+
com-vanniktech-gradle-maven-publish-plugin = "0.36.0"
3+
kotlin = "2.3.10"
44
typeflows = "0.32.0-beta"
5-
version-catalog-update = "1.0.1"
5+
version-catalog-update = "1.1.0"
66

77
[plugins]
88
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

src/main/kotlin/org/http4k/typeflows/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import io.typeflows.github.workflow.step.marketplace.JavaDistribution.Temurin
44
import io.typeflows.github.workflow.step.marketplace.JavaVersion.V21
55

66
object Versions {
7-
const val GRADLE = "9.0.0"
7+
const val GRADLE = "9.3.1"
88
val JDK = Temurin
99
val JAVA_VERSION = V21
1010
}

0 commit comments

Comments
 (0)