Skip to content

Commit

Permalink
Merge pull request #7220 from planetf1/gradle6
Browse files Browse the repository at this point in the history
Gradle build - dependency version corrections
  • Loading branch information
planetf1 committed Dec 2, 2022
2 parents 23e90e5 + a47d25d commit 4fab6e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@ allprojects {
hibernatevalidatorVersion = '8.0.0.Final'
httpclientVersion = '4.5.13'
httpcoreVersion = '4.4.16'
jacksonVersion = '2.13.4'
jacksonVersion = '2.14.1'
jacksonDatabindVersion = '2.14.1'
jacksonaslVersion = '1.9.14-atlassian-6'
jakartaannotationVersion = '1.3.5'
jakartaannotationVersion = '2.1.1'
jakartapersistenceVersion = '3.1.0'
jakartavalidationVersion = '3.0.2'
janusVersion = '0.6.2'
javassistVersion = '3.29.0-GA'
janusVersion = '0.6.1'
javassistVersion = '3.29.2-GA'
jaxbVersion = '2.3.1'
jenaVersion = '4.2.0'
jodatimeVersion = '2.12.1'
jsonldVersion = '0.13.4'
junitVersion = '4.13.2'
junitjupiterVersion = '5.9.1'
junitplatformVersion = '1.8.2'
junitplatformVersion = '1.9.1'
jwtVersion = '0.9.1'
kafkaVersion = '3.3.1'
lang3Version = '3.12.0'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pluginManagement {
id 'gradle-aggregate-javadocs-plugin' version '3.0.1'
id 'org.siouan.frontend-jdk11' version '6.0.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'com.github.psxpaul.execfork' version '0.2.1'
id 'com.github.psxpaul.execfork' version '0.2.2'
id 'org.gradlex.java-ecosystem-capabilities' version '1.0'


Expand Down

0 comments on commit 4fab6e3

Please sign in to comment.