Skip to content

Commit

Permalink
fix(deps): update dependencies for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Dec 6, 2024
1 parent f8c732a commit 8ed9c61
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
4 changes: 2 additions & 2 deletions gradle/buildsrc.libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
asciidoctorj = '4.0.2'
asset-pipeline-gradle = '4.4.0'
grails-gradle-plugin = '6.1.2'
asset-pipeline-gradle = '4.5.2'
grails-gradle-plugin = '6.2.3'
webdriver-binaries = '3.2'
spock = '2.3-groovy-3.0'

Expand Down
30 changes: 16 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
[versions]
asset-pipeline = '4.3.0'
asset-pipeline = '4.5.2'
bytebuddy = '1.15.10'
commons-lang = '2.6'
ehcache = '2.10.9.2'
geb = '6.0'
gorm-hibernate5 = '8.0.3'
grails = '6.1.2'
gorm-hibernate5 = '8.1.1'
grails = '6.2.2'
grails-async-and-events = '5.0.2'
grails-datamapping = '8.0.3'
grails-gsp = '6.2.0'
grails-converters = '4.0.1'
grails-testing-support = '3.1.2'
groovy = '3.0.21'
grails-datamapping = '8.1.2'
grails-gsp = '6.2.4'
grails-converters = '5.0.0'
grails-testing-support = '3.2.2'
groovy = '3.0.23'
h2database = '2.2.224'
javax-annotation-api = '1.3.2'
javax-servlet-api = '4.0.1'
micronaut = '3.10.4'
selenium = '4.18.1'
selenium-safari = '4.18.1'
selenium = '4.27.0'
selenium-safari = '4.27.0'
slf4j = '1.7.36'
spock = '2.0-groovy-3.0'
spring = '5.3.33'
spock = '2.3-groovy-3.0'
spring = '5.3.39'
springboot = '2.7.18'
spring-security = '5.8.11'
tomcat = '9.0.87'
spring-security = '5.8.16'
tomcat = '9.0.97'

[libraries]
bytebuddy = { module = 'net.bytebuddy:byte-buddy', version.ref = 'bytebuddy' }
commons-lang = { module = 'commons-lang:commons-lang', version.ref = 'commons-lang' }
ehcache = { module = 'net.sf.ehcache:ehcache', version.ref = 'ehcache' }
geb-core = { module = 'org.gebish:geb-core', version.ref = 'geb' }
Expand Down
1 change: 1 addition & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {
testImplementation libs.spring.test
testImplementation libs.spring.security.config

testRuntimeOnly libs.bytebuddy
testRuntimeOnly libs.slf4j.nop // Prevents warnings about missing slf4j implementation during tests
}

Expand Down

0 comments on commit 8ed9c61

Please sign in to comment.