Skip to content

Commit 18dd7c0

Browse files
authored
Merge branch 'development' into prometheus_monitoring
2 parents 71252da + c0372df commit 18dd7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.4.4'
2+
id 'org.springframework.boot' version '3.4.5'
33
id 'io.spring.dependency-management' version '1.1.7'
44
id 'org.asciidoctor.jvm.convert' version '4.0.4'
55
id 'io.freefair.maven-publish-java' version '8.13.1'
@@ -79,7 +79,7 @@ dependencies {
7979

8080
implementation "org.javers:javers-spring-boot-starter-sql:${javersVersion}"
8181
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
82-
implementation 'org.apache.commons:commons-collections4:4.4'
82+
implementation 'org.apache.commons:commons-collections4:4.5.0'
8383
implementation 'org.apache.maven:maven-artifact:3.9.9'
8484
implementation 'org.json:json:20250107'
8585
implementation 'com.github.jknack:handlebars:4.4.0'

0 commit comments

Comments
 (0)