Skip to content

Commit

Permalink
Bump misc. dependency and plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 15, 2024
1 parent 3a425f3 commit 0668166
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
junit5-version = '5.10.2'
slf4j-version = '2.0.13'
junit5-version = '5.11.0'
slf4j-version = '2.0.16'

[libraries]
commons-validator = 'commons-validator:commons-validator:1.8.0'
jsoup = 'org.jsoup:jsoup:1.17.2'
commons-validator = 'commons-validator:commons-validator:1.9.0'
jsoup = 'org.jsoup:jsoup:1.18.1'
junit-vintage = { module = 'org.junit.vintage:junit-vintage-engine', version.ref = 'junit5-version' }
lombok = 'org.projectlombok:lombok:1.18.32'
lombok = 'org.projectlombok:lombok:1.18.34'
slf4j-api = { module = 'org.slf4j:slf4j-api', version.ref = 'slf4j-version' }
slf4j-nop = { module = 'org.slf4j:slf4j-nop', version.ref = 'slf4j-version' }
spock = 'org.spockframework:spock-bom:2.3-groovy-3.0'

[plugins]
gradle-versions = { id= 'com.github.ben-manes.versions', version = '0.51.0' }
sonar = { id = 'org.sonarqube', version = '5.0.0.4638' }
sonar = { id = 'org.sonarqube', version = '5.1.0.4882' }
jreleaser = { id = 'org.jreleaser', version = '1.13.1'}
gitProperties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.1' }
gitProperties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2' }

# Copyright Gerd Aschemann and aim42 contributors.
#
Expand Down
4 changes: 1 addition & 3 deletions integration-test/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.aim42.htmlSanityCheck' version "${htmlSanityCheckVersion}"
id 'org.asciidoctor.jvm.convert' version '4.0.2'
id 'org.asciidoctor.jvm.convert' version '4.0.3'
}

repositories {
Expand All @@ -11,8 +11,6 @@ def projectRoot = "../.."
def sourceDirectory = "src/test/resources"
task copyReadmeResources(type: Copy) {
from projectRoot
// include '*.jpg'
// include '*.png'
include '*.properties'
into "build/docs"
doLast {
Expand Down

0 comments on commit 0668166

Please sign in to comment.