Skip to content

Commit

Permalink
Dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
galovics committed Oct 14, 2024
1 parent 0a838e6 commit b6ccb06
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 31 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,18 @@ plugins {
id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
id 'org.springframework.boot' version '3.3.4' apply false
id 'net.ltgt.errorprone' version '3.1.0' apply false
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.25' apply false
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false
id 'org.asciidoctor.jvm.epub' version '3.3.2' apply false
// id 'org.asciidoctor.jvm.revealjs' version '3.3.2' apply false
// id 'org.asciidoctor.jvm.gems' version '3.3.2' apply false
id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
id 'com.google.cloud.tools.jib' version '3.4.3' apply false
id 'org.sonarqube' version '4.4.1.3373'
id 'com.github.andygoossens.modernizer' version '1.9.3' apply false
// TODO: upgrade to 6.0.4
id 'com.github.spotbugs' version '6.0.24' apply false
id 'se.thinkcode.cucumber-runner' version '0.0.11' apply false
id "com.github.davidmc24.gradle.plugin.avro-base" version "1.9.1" apply false
id 'org.openapi.generator' version '7.9.0' apply false
id 'org.openapi.generator' version '7.8.0' apply false
}

apply from: "${rootDir}/buildSrc/src/main/groovy/org.apache.fineract.release.gradle"
Expand Down
17 changes: 0 additions & 17 deletions fineract-doc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
*/
apply plugin: 'org.asciidoctor.jvm.convert'
apply plugin: 'org.asciidoctor.jvm.pdf'
// apply plugin: 'org.asciidoctor.jvm.revealjs'
// apply plugin: 'org.asciidoctor.jvm.epub'
// apply plugin: 'org.asciidoctor.kindlegen.base'

asciidoctorj {
version = '2.5.3'
Expand Down Expand Up @@ -62,20 +59,6 @@ asciidoctor {
dependsOn(':fineract-client:clean', ':fineract-client:buildAsciidoc')
}

// asciidoctorEpub {
// languages 'en'
//
// baseDir 'src/docs'
// sourceDir 'src/docs'
// sources {
// include('index.adoc')
// }
// outputDir 'build/docs/epub'
// ebookFormats 'epub3'
//
// dependsOn ':fineract-client:buildAsciidoc'
// }

asciidoctorPdf {
languages 'en'

Expand Down
28 changes: 20 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,26 @@
"matchPackageNames": ["org.apache.oltu.oauth2:org.apache.oltu.oauth2.client"],
"allowedVersions": "<=1.0.1"
},
{
"matchPackageNames": ["org.apache.oltu.oauth2:org.apache.oltu.oauth2.httpclient4"],
"allowedVersions": "<=1.0.1"
},
{
"matchPackageNames": ["com.sun.mail:jakarta.mail", "com.icegreen:greenmail-junit5"],
"allowedVersions": "<=2.0.1"
},
{
"matchPackageNames": ["org.apache.oltu.oauth2:org.apache.oltu.oauth2.httpclient4"],
"allowedVersions": "<=1.0.1"
},
{
"matchPackageNames": ["com.sun.mail:jakarta.mail", "com.icegreen:greenmail-junit5"],
"allowedVersions": "<=2.0.1"
},
{
"matchPackageNames": ["io.swagger.core.v3.swagger-gradle-plugin"],
"allowedVersions": "<=2.2.25"
},
{
"matchPackageNames": ["org.openapi.generator"],
"allowedVersions": "<=7.8.0"
},
{
"matchPackageNames": ["org.asciidoctor.jvm.convert", "org.asciidoctor.jvm.pdf"],
"allowedVersions": "<=3.3.2"
},
{
"matchPackageNames": ["org.eclipse.persistence:eclipselink"],
"allowedVersions": "<=4.0.2",
Expand Down

0 comments on commit b6ccb06

Please sign in to comment.