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 and matt2e committed Apr 2, 2024
1 parent e7291a7 commit 2acd5c1
Show file tree
Hide file tree
Showing 25 changed files with 354 additions and 470 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.
2 changes: 1 addition & 1 deletion bin/act
2 changes: 1 addition & 1 deletion bin/dbmate
2 changes: 1 addition & 1 deletion bin/helm
2 changes: 1 addition & 1 deletion bin/otel-cli
2 changes: 1 addition & 1 deletion bin/pre-commit
2 changes: 1 addition & 1 deletion bin/protoc
2 changes: 1 addition & 1 deletion bin/sqlc
2 changes: 1 addition & 1 deletion bin/yq
2 changes: 1 addition & 1 deletion buildengine/testdata/projects/echokotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions buildengine/testdata/projects/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>1.9.22</kotlin.version>
<kotlin.version>1.9.23</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 All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions buildengine/testdata/projects/libkotlin/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>1.9.22</kotlin.version>
<kotlin.version>1.9.23</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 All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.3</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 2acd5c1

Please sign in to comment.