Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 1d4bf29 commit 305317d
Show file tree
Hide file tree
Showing 43 changed files with 506 additions and 388 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/act
2 changes: 1 addition & 1 deletion bin/buf
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion bin/just
2 changes: 1 addition & 1 deletion bin/k3d
2 changes: 1 addition & 1 deletion bin/kapt
2 changes: 1 addition & 1 deletion bin/kotlin
2 changes: 1 addition & 1 deletion bin/kotlin-dce-js
2 changes: 1 addition & 1 deletion bin/kotlinc-js
2 changes: 1 addition & 1 deletion bin/kotlinc-jvm
2 changes: 1 addition & 1 deletion bin/pre-commit
2 changes: 1 addition & 1 deletion bin/protoc
2 changes: 1 addition & 1 deletion bin/protoc-gen-buf-breaking
2 changes: 1 addition & 1 deletion bin/protoc-gen-buf-lint
2 changes: 1 addition & 1 deletion bin/sqlc
2 changes: 1 addition & 1 deletion bin/yq
2 changes: 1 addition & 1 deletion buildengine/testdata/echokotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<properties>
<ftl.version>1.0-SNAPSHOT</ftl.version>
<java.version>1.8</java.version>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion buildengine/testdata/externalkotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<properties>
<ftl.version>1.0-SNAPSHOT</ftl.version>
<java.version>1.8</java.version>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down
7 changes: 4 additions & 3 deletions cmd/lint-commit-or-rollback/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ module github.com/tbdeng/pfi/cmd/lint-commit-or-rollback

go 1.22.0

require golang.org/x/tools v0.18.0
require golang.org/x/tools v0.24.0

require (
github.com/alecthomas/repr v0.4.0 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
golang.org/x/sync v0.8.0 // indirect
)

require (
github.com/alecthomas/assert/v2 v2.6.0
golang.org/x/mod v0.15.0 // indirect
github.com/alecthomas/assert/v2 v2.10.0
golang.org/x/mod v0.20.0 // indirect
)
8 changes: 8 additions & 0 deletions cmd/lint-commit-or-rollback/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:15.7
image: postgres:15.8
command: postgres
user: postgres
# For local debugging
Expand Down
119 changes: 60 additions & 59 deletions extensions/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 305317d

Please sign in to comment.