Skip to content

Commit 6fa356f

Browse files
fix(deps): update all non-major dependencies
1 parent 0170466 commit 6fa356f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
<kotlin.version>2.2.20</kotlin.version>
3636
<kotlin.code.style>official</kotlin.code.style>
3737

38-
<kord.version>0.15.0</kord.version>
38+
<kord.version>0.17.0</kord.version>
3939
<agql-source-query.version>1.2.2</agql-source-query.version>
4040
<java-uuid-generator.version>5.1.1</java-uuid-generator.version>
4141
<potassium-nitrite.version>4.3.2</potassium-nitrite.version>
4242
<commons-validator.version>1.10.0</commons-validator.version>
4343

44-
<ktor.version>3.3.0</ktor.version>
44+
<ktor.version>3.3.1</ktor.version>
4545
<kotlin-coroutines.version>1.9.0</kotlin-coroutines.version>
4646

4747
<mockito-kotlin.version>6.1.0</mockito-kotlin.version>
@@ -214,7 +214,7 @@
214214
<configuration>
215215
<image>
216216
<name>${image.name}</name>
217-
<builder>paketobuildpacks/builder-noble-java-tiny:0.0.65</builder>
217+
<builder>paketobuildpacks/builder-noble-java-tiny:0.0.67</builder>
218218
<env>
219219
<BP_OCI_SOURCE>${project.scm.url}</BP_OCI_SOURCE>
220220
<BP_JVM_VERSION>21</BP_JVM_VERSION> <!-- required so that GraalVM 21 is used -->

0 commit comments

Comments
 (0)