Chore/bump gradle version number (#5176)

bump version number
This commit is contained in:
EthanHealy01 2025-12-05 23:22:32 +00:00 committed by GitHub
parent 82dbcfbb9b
commit bb201ef9c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ repositories {
allprojects {
group = 'stirling.software'
version = '2.1.0'
version = '2.1.1'
configurations.configureEach {
exclude group: 'commons-logging', module: 'commons-logging'