Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijsiez committed Oct 7, 2024
1 parent 5c61b4d commit 9968578
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions examples/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
#

#https://github.com/quarkusio/quarkus
quarkusVersion=3.12.3
quarkusVersion=3.15.1
#https://github.com/JetBrains/kotlin
kotlinVersion=2.0.0
kotlinVersion=2.0.10
#https://github.com/google/ksp
kspVersion=2.0.0-1.0.23
kspVersion=2.0.10-1.0.24
#https://github.com/Kotlin/kotlinx-kover
koverVersion=0.8.3
#https://github.com/SonarSource/sonar-scanner-gradle
#https://plugins.gradle.org/plugin/org.sonarqube
sonarqubeVersion=5.1.0.4882

kotlin.code.style=official
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
#

#https://github.com/quarkusio/quarkus
quarkusVersion=3.12.3
quarkusVersion=3.15.1
#https://github.com/JetBrains/kotlin
kotlinVersion=2.0.0
kotlinVersion=2.0.10
#https://github.com/google/ksp
kspVersion=2.0.0-1.0.23
kspVersion=2.0.10-1.0.24
#https://github.com/square/kotlinpoet
kotlinPoetVersion=1.18.1
#https://github.com/mockk/mockk
Expand Down

0 comments on commit 9968578

Please sign in to comment.