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 Sep 6, 2024
1 parent 7d739cf commit a467dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -37,7 +37,7 @@

<kord.version>0.14.0</kord.version>
<!-- keep the ktor version in sync with what kord uses to avoid unexpected errors -->
<ktor.version>2.3.11</ktor.version>
<ktor.version>2.3.12</ktor.version>
<agql-source-query.version>1.2.2</agql-source-query.version>
<java-uuid-generator.version>5.1.0</java-uuid-generator.version>
<potassium-nitrite.version>4.3.1-SNAPSHOT</potassium-nitrite.version>
Expand Down

0 comments on commit a467dc0

Please sign in to comment.