Skip to content

Commit

Permalink
Chore/some upgrades (#375)
Browse files Browse the repository at this point in the history
* Upgrading libraries

* Downgraded spring boot

* Downgraded some

* Downgrading
  • Loading branch information
heinharaldsen authored Dec 17, 2024
1 parent 79038d0 commit 33f0104
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ repositories {
}
}

val postgresVersion = "42.7.3"
val snakeYamlVersion = "2.2"
val diagnosekoderVersion = "1.2024.0"
val postgresVersion = "42.7.4"
val snakeYamlVersion = "2.3"
val diagnosekoderVersion = "1.2024.1"
val tokenSupportVersion = "5.0.1"
val testContainersVersion = "1.20.1"
val testContainersVersion = "1.20.4"
val logstashLogbackEncoderVersion = "8.0"
val javaJwtVersion = "4.4.0"
val springBootResourceVersion = "3.3.2"
val graphqlVersion = "20.2"
val kafkaClientsVersion = "3.8.0"
val kafkaClientsVersion = "3.9.0"
val syfoXmlCodegen = "2.0.1"
val springSecurityWebVersion = "6.3.1"
val okhttp3version = "4.12.0"
Expand All @@ -39,18 +39,18 @@ val javaxActivationVersion = "1.1.1"
val javaTimeAdapterVersion = "1.1.3"
val graphqlDgsPlatformDependenciesVersion = "7.3.6"
val logbacksyslog4jVersion = "1.0.0"
val commonsCompressVersion = "1.27.0"
val commonsLang3Version = "3.16.0"
val commonsCompressVersion = "1.27.1"
val commonsLang3Version = "3.17.0"
val httpClient5version = "5.2"
val flywayVersion = "9.22.3"
val opentelemetryVersion = "2.3.0"
val prometheusVersion = "0.16.0"
val mockkVersion = "1.13.10"
val mockkVersion = "1.13.13"
val kluentVersion = "1.73"
val coroutinesVersion = "1.8.1"
val coroutinesVersion = "1.9.0"
val coroutineReactorVersion = "1.9.0"
val hibernateVersion = "6.2.6.Final"
val jacksonDatatypeJsr310Version = "2.18.0"
val hibernateVersion = "6.6.3.Final"
val jacksonDatatypeJsr310Version = "2.18.1"
val mockitoKotlinVersion = "5.4.0"
dependencies {
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:$graphqlDgsPlatformDependenciesVersion"))
Expand Down

0 comments on commit 33f0104

Please sign in to comment.