Skip to content

Commit

Permalink
dependency upgrades (#2412)
Browse files Browse the repository at this point in the history
* dependency upgrades

* dependency upgrades

* Update templates.versions.toml

---------

Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
  • Loading branch information
shekarroy15 and sdelamo authored Apr 17, 2024
1 parent 4ccfc4e commit 62c35e7
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions gradle/templates.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ aws-cdk-lib = "2.129.0"
apigatewayv2 = "2.110.1-alpha.0"
apigatewayv2-integrations = "2.110.1-alpha.0"
appengine-gradle-plugin = "2.8.0"
asciidoctor-gradle-jvm = "3.3.2"
asciidoctor-maven-plugin = "2.2.6"
asciidoctorj = "2.5.10"
asciidoctorj-diagram = "2.2.13"
asciidoctor-gradle-jvm = "4.0.2"
asciidoctor-maven-plugin = "3.3.2"
asciidoctorj = "2.5.12"
asciidoctorj-diagram = "2.2.17"
awaitility = "4.2.0"
azure-functions-gradle-plugin = "1.15.0"
azure-functions-maven-plugin = "1.31.0"
Expand All @@ -41,11 +41,11 @@ jruby = "9.4.5.0"
json-bind = "2.0.0"
jte-gradle-plugin= "3.1.9"
jte-maven-plugin= "3.1.9"
kotest = "4.6.4"
kotest = "5.8.1"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
log4j = "2.23.0"
log4j-slf4j = "2.17.2"
log4j = "2.23.1"
log4j-slf4j = "2.23.1"
micronaut-aot = "2.2.0"
micronaut-build-plugins = "6.6.4"
micronaut-gradle-plugin = "4.3.6"
Expand All @@ -61,13 +61,14 @@ scram-client = "2.1"
slf4j = "1.7.36"
jul-to-slf4j="2.0.12"
slf4j-simple-logger = "2.0.0"
zeebe-micronaut-client = "1.16.0"
ktor = "2.3.8"
zeebe-micronaut-client = "1.17.0"
ktor = "2.3.9"
jakarta-validation-api = "3.0.2"
spring-boot-gradle-plugin = "3.2.4"
spring-dependency-management-plugin = "1.1.4"
micronaut-starter-aws-cdk = "4.3.7"
spring-boot-starter-parent="3.2.4"

[libraries]
spring-boot-starter-parent = { module = "org.springframework.boot:spring-boot-starter-parent", version.ref = "spring-boot-starter-parent" }
spring-dependency-management-plugin = { module = "io.spring.gradle:dependency-management-plugin", version.ref = "spring-dependency-management-plugin" }
Expand Down

0 comments on commit 62c35e7

Please sign in to comment.