Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update all patch dependencies (v2.x.x) #487

Open
wants to merge 1 commit into
base: v2.x.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencyResolutionManagement {

version('springBoot', '2.7.18')
version('springCloud', '2.2.10.RELEASE')
version('springCloudCommons', '3.1.8')
version('springCloudVersion3', '3.1.8')
version('springCloudCommons', '3.1.9')
version('springCloudVersion3', '3.1.9')
version('springCloudCB', '2.1.8')
version('springCloudGateway', '3.1.9')
version('springSecurity') {
Expand All @@ -25,23 +25,23 @@ dependencyResolutionManagement {
version('aopalliance', '3.0.3') // >=3.0.4 compiled on Java major 55 (J11)
version('zosUtils', '2.0.5')
version('archaius', '0.7.12')
version('awaitility', '4.2.1')
version('awsJavaSdk', '1.12.750')
version('awaitility', '4.2.2')
version('awsJavaSdk', '1.12.779')
version('bouncyCastle', '1.78.1')
version('bootstrap', '4.3.1')
// forced version in root gradle.build file. Version 3.x requieres Java 11
version('caffeine', '2.9.3')
version('commonsCodec', '1.17.0')
version('commonsCodec', '1.17.1')
version('commonsConfiguration', '1.10')
version('commonsLang3', '3.14.0')
version('commonsLogging', '1.3.2')
version('commonsLogging', '1.3.4')
version('commonsText', '1.12.0')
version('commonsIo', '2.16.1')
version('commonsFileUpload', '1.5')
version('ehCache', '3.10.8')
version('eureka', '1.10.18')
version('findBugs', '3.0.2')
version('githubClassgraph', '4.8.172')
version('githubClassgraph', '4.8.179')
version('gradleGitProperties', '2.2.4') // Used in classpath dependencies
version('gradleNode', '3.6.0') // Used in classpath dependencies
version('gson', '2.11.0')
Expand All @@ -64,7 +64,7 @@ dependencyResolutionManagement {
version('jaxbApi', '2.3.1')
version('jersey', '2.43')
version('jerseySun', '1.19.4')
version('jettyWebSocketClient', '9.4.54.v20240208')
version('jettyWebSocketClient', '9.4.56.v20240826')
version('jettison', '1.5.4')
version('jjwt', '0.11.5')
version('jjwtFull', '0.9.1')
Expand All @@ -86,7 +86,7 @@ dependencyResolutionManagement {
strictly '[1.2.13, 1.3['
prefer '1.2.13'
}
version('lombok', '1.18.32')
version('lombok', '1.18.36')
version('mockitoCore') {
// version 5.x requires Java 11
strictly '[4.11.0, 5.0.0['
Expand All @@ -99,11 +99,11 @@ dependencyResolutionManagement {
}
version('netflixCommonsUtil', '0.3.0')
version('netflixServo', '0.13.2')
version('netty', '4.1.111.Final')
version('netty', '4.1.115.Final')
version('nettyReactor', '1.1.20')
version('nimbusJoseJwt', '9.40')
version('openApiDiff', '2.0.1')
version('ow2asm', '9.7')
version('ow2asm', '9.7.1')
version('picocli', '4.7.6')

// version 2.4 has a breaking change, ie. missing DefaultClientConfigImpl
Expand All @@ -124,13 +124,13 @@ dependencyResolutionManagement {
strictly '[1.6.15, 1.7.0['
prefer '1.6.15'
}
version('swagger3Core', '2.2.22')
version('swagger3Parser', '2.1.22')
version('swagger3Core', '2.2.27')
version('swagger3Parser', '2.1.24')
version('swaggerCore', '1.6.14')
version('swaggerInflector', '2.0.12')
version('swaggerJaxrs2', '2.2.22')
version('thymeleaf', '3.1.2.RELEASE')
version('tomcat', '9.0.90')
version('swaggerJaxrs2', '2.2.27')
version('thymeleaf', '3.1.3.RELEASE')
version('tomcat', '9.0.98')
version('velocity', '2.3')
version('woodstoxCore', '6.7.0')
version('woodstoxStax2', '4.2.2')
Expand Down