Skip to content

Commit bbaf19f

Browse files
author
github-actions
committed
Release 1.13.0.0
1 parent 1711763 commit bbaf19f

6 files changed

Lines changed: 93 additions & 103 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.13.0.0
6+
- Upgrade underlying libraries (Gradle etc)
7+
58
### 1.12.0.0
69
- Upgrade underlying libraries (Gradle etc)
710

Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

src/main/resources/org/http4k/typeflows/Http4kProjectStandards/gradlew

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/org/http4k/typeflows/Http4kProjectStandards/gradlew.bat

Lines changed: 82 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"http4k": {
3-
"version": "1.12.0.0"
3+
"version": "1.13.0.0"
44
}
55
}
66

0 commit comments

Comments
 (0)