Skip to content

Commit

Permalink
Updated Versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pme123 committed Jan 20, 2025
1 parent 4584d68 commit c85dd2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.1"
version = "3.8.5"
project.git = true
runner.dialect = scala3
align.preset = none
Expand Down
7 changes: 4 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val osLibVersion = "0.11.3"
// 01-domain
val openapiCirceVersion = "0.11.5"
val tapirVersion = "1.11.11"
val tapirVersion = "1.11.13"
val ironCirceVersion = "2.6.0"
val mUnitVersion = "1.0.4"
// 02-bpmn
Expand Down Expand Up @@ -55,7 +55,8 @@ object Dependencies {
val scalaJacksonVersion = "2.18.2"
val camunda8Version = "8.5.16"
val springBootVersion = "3.3.4"
val swaggerOpenAPIVersion = "2.1.24"
val nettyVersion = "4.1.117.Final"
val swaggerOpenAPIVersion = "2.1.25"
// examples
val h2Version = "2.3.232"
val twitter4jVersion = "4.1.2"
Expand Down Expand Up @@ -103,7 +104,7 @@ object Dependencies {
val camundaDependencies = Seq(
"org.springframework.boot" % "spring-boot-starter-web" % springBootVersion exclude("org.slf4j", "slf4j-api"),
"org.springframework.boot" % "spring-boot-starter-jdbc" % springBootVersion exclude("org.slf4j", "slf4j-api"),
"io.netty" % "netty-all" % "4.1.110.Final", // needed for Spring Boot Version > 2.5.*
"io.netty" % "netty-all" % nettyVersion, // needed for Spring Boot Version > 2.5.*
"org.camunda.bpm.springboot" % "camunda-bpm-spring-boot-starter-rest" % camundaVersion,
"org.camunda.bpm.springboot" % "camunda-bpm-spring-boot-starter-webapp" % camundaVersion,
// json support
Expand Down

0 comments on commit c85dd2b

Please sign in to comment.