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] committed Jun 17, 2024
1 parent c11b08c commit 76ae9c7
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 25 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.
2 changes: 1 addition & 1 deletion bin/buf
2 changes: 1 addition & 1 deletion bin/helm
2 changes: 1 addition & 1 deletion bin/just
2 changes: 1 addition & 1 deletion bin/kubectl
2 changes: 1 addition & 1 deletion bin/lefthook
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/protoc-gen-go
2 changes: 1 addition & 1 deletion buildengine/testdata/projects/echokotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<executions>
<!-- Copy all dependencies into the target directory -->
<execution>
Expand Down
2 changes: 1 addition & 1 deletion buildengine/testdata/projects/externalkotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<executions>
<!-- Copy all dependencies into the target directory -->
<execution>
Expand Down
2 changes: 1 addition & 1 deletion buildengine/testdata/projects/libkotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<executions>
<!-- Copy all dependencies into the target directory -->
<execution>
Expand Down
17 changes: 10 additions & 7 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react": "7.34.2",
"fast-glob": "3.3.2",
"lint-staged": "15.2.6",
"lint-staged": "15.2.7",
"postcss": "8.4.38",
"postcss-nesting": "12.1.5",
"typed-css-modules": "0.9.1",
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
connectrpc.com/grpcreflect v1.2.0
connectrpc.com/otelconnect v0.7.0
github.com/BurntSushi/toml v1.4.0
github.com/TBD54566975/golang-tools v0.1.8
github.com/TBD54566975/golang-tools v0.2.0
github.com/TBD54566975/scaffolder v1.0.0
github.com/alecthomas/assert/v2 v2.10.0
github.com/alecthomas/atomic v0.1.0-alpha2
Expand All @@ -20,7 +20,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.27.2
github.com/aws/aws-sdk-go-v2/config v1.27.18
github.com/aws/aws-sdk-go-v2/credentials v1.17.18
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.29.3
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.30.0
github.com/aws/smithy-go v1.20.2
github.com/beevik/etree v1.4.0
github.com/bmatcuk/doublestar/v4 v4.6.1
Expand All @@ -39,7 +39,7 @@ require (
github.com/multiformats/go-base36 v0.2.0
github.com/otiai10/copy v1.14.0
github.com/radovskyb/watcher v1.0.7
github.com/reugn/go-quartz v0.11.2
github.com/reugn/go-quartz v0.12.0
github.com/rs/cors v1.11.0
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
Expand Down
6 changes: 6 additions & 0 deletions go.sum

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

4 changes: 2 additions & 2 deletions kotlin-runtime/ftl-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<configuration>
<includes>
<include>Test*</include>
Expand Down Expand Up @@ -268,7 +268,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<executions>
<execution>
<phase>initialize</phase>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-runtime/scaffolding/{{ .Name | lower }}/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<executions>
<!-- Copy all dependencies into the target directory -->
<execution>
Expand Down

0 comments on commit 76ae9c7

Please sign in to comment.