Skip to content

Commit

Permalink
release: 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminperez committed Jul 15, 2024
1 parent 0cf2052 commit d935705
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ project(':common') {
compile ("io.vertx:vertx-mongo-client:$vertxVersion") {
exclude group: 'org.mongodb', module: 'mongodb-driver-async'
}
compile ("io.vertx:vertx-mongo-client:$vertxVersion") {
exclude group: 'org.mongodb', module: 'mongodb-driver-async'
}
compile "io.vertx:vertx-micrometer-metrics:$vertxVersion"
compile "io.micrometer:micrometer-registry-prometheus:$micrometerPrometheusVersion"
compile "com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:$owaspVersion"
Expand Down Expand Up @@ -286,7 +289,7 @@ project(':auth') {
compile "fr.wseduc:vertx-cron-timer:$vertxCronTimer"
compile "fr.wseduc:web-utils:$webUtilsVersion"
compile "fr.wseduc:mongodb-helper:$mongodbHelperVersion"
compile "jp.eisbahn:oauth2-server:1.4-develop-wl-SNAPSHOT"
compile "jp.eisbahn:oauth2-server:$oAuth2ServerVersion"
compile "org.opensaml:opensaml:2.6.4"
compile "org.slf4j:slf4j-api:1.7.12"
compile "joda-time:joda-time:$jodaTimeVersion"
Expand Down
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modowner=org.entcore
modname=ent-core

# Your module version
version=5.2.1
version=5.2.2

# The test timeout in seconds
testtimeout=300
Expand All @@ -24,7 +24,7 @@ vertxVersion=3.9.5
junitVersion=4.10

# compile lib
webUtilsVersion=2.11.2
webUtilsVersion=2.11.3
mongodbHelperVersion=2.5.1
opencsvVersion=3.9
juniversalchardetVersion=1.0.3
Expand All @@ -40,10 +40,11 @@ scramClientVersion=2.1
owaspVersion=20220608.1
runModsArgs=
scramVersion=2.1
mongoVersion=3.12.8
mongoVersion=3.12.14
modPostgresVersion=1.3.2
modMongoVersion=3.2.0
oAuth2ServerVersion=1.5.0
testContainerVersion=1.17.1
micrometerMetricsVersion=3.9.5
micrometerPrometheusVersion=1.1.0
commonsCollectionsVersion=4.1
commonsCollectionsVersion=4.1

0 comments on commit d935705

Please sign in to comment.