Skip to content

Commit 635059e

Browse files
committed
Update all dependencies
| datasource | package | from | to | | ----------- | ------------------------------- | -------- | -------- | | github-tags | gradle/gradle-build-action | v3.0.0 | v3.1.0 | | maven | org.http4k:http4k-format-moshi | 5.13.6.1 | 5.13.7.0 | | maven | org.http4k:http4k-client-apache | 5.13.6.1 | 5.13.7.0 | | maven | org.http4k:http4k-core | 5.13.6.1 | 5.13.7.0 |
1 parent 3f9563c commit 635059e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
java-version: 11
1212

1313
- name: 'Setup Gradle'
14-
uses: gradle/gradle-build-action@v3.0.0
14+
uses: gradle/gradle-build-action@v3.1.0
1515

1616
- name: 'Gradle test'
1717
run: ./gradlew test integrationTest --tests com.salesforce.revoman.integration.pokemon.PokemonTest

libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "1.9.22"
3-
http4k = "5.13.6.1"
3+
http4k = "5.13.7.0"
44
moshix = "0.25.1"
55
arrow = "1.2.1"
66
graal = "22.3.3" # 22.3.3 Compatable with Java 11

0 commit comments

Comments
 (0)