Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Dec 23, 2021
1 parent c223f29 commit 6d6fe18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

allprojects {
group = "org.radarbase"
version = "0.8.1-SNAPSHOT"
version = "0.8.1"
}

subprojects {
Expand Down Expand Up @@ -200,5 +200,5 @@ nexusPublishing {
}

tasks.wrapper {
gradleVersion = "7.3.1"
gradleVersion = "7.3.3"
}
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2000m
org.gradle.vfs.watch=true
kotlin.code.style=official

kotlinVersion=1.6.0
kotlinVersion=1.6.10
dokkaVersion=1.6.0

jerseyVersion=3.0.3
Expand All @@ -18,18 +18,18 @@ managementPortalVersion=0.8.0
javaJwtVersion=3.18.2
jakartaWsRsVersion=3.0.0
jakartaAnnotationVersion=2.0.0
jacksonVersion=2.12.5
jacksonVersion=2.12.6
slf4jVersion=1.7.32
log4j2Version=2.15.0
log4j2Version=2.17.0
jakartaXmlBindVersion=3.0.1
jakartaJaxbCoreVersion=3.0.2
jakartaJaxbRuntimeVersion=3.0.2
javaxValidationVersion=2.0.1.Final
jakartaActivation=2.0.1
swaggerVersion=2.1.11
swaggerVersion=2.1.12
mustacheVersion=0.9.10

hibernateVersion=5.6.1.Final
liquibaseVersion=4.6.1
hibernateVersion=5.6.3.Final
liquibaseVersion=4.6.2
postgresVersion=42.3.1
h2Version=2.0.202
h2Version=2.0.204
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6d6fe18

Please sign in to comment.