Skip to content

Commit

Permalink
Development: Update server dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Feb 14, 2025
1 parent 822bb5d commit 33fc740
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server:${spring_boot_version}"
implementation "org.springframework.boot:spring-boot-starter-oauth2-client:${spring_boot_version}"

implementation "org.springframework.ldap:spring-ldap-core:3.2.10"
implementation "org.springframework.data:spring-data-ldap:3.4.2"
implementation "org.springframework.ldap:spring-ldap-core:3.2.11"
implementation "org.springframework.data:spring-data-ldap:3.4.3"

implementation "org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:${spring_cloud_version}"
implementation "org.springframework.cloud:spring-cloud-starter-config:${spring_cloud_version}"
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ npm_version=10.9.0
# Dependency versions
jhipster_dependencies_version=8.9.0
spring_boot_version=3.4.2
spring_framework_version=6.2.2
spring_framework_version=6.2.3
spring_cloud_version=4.2.0
spring_security_version=6.4.2
# TODO: upgrading to 6.6.x currently leads to issues due to internal changes in Hibernate and potentially wrong use in Artemis server code
Expand All @@ -28,12 +28,12 @@ jplag_version=5.1.0
# NOTE: we cannot need to use the latest version 9.x or 10.x here as long as Stanford CoreNLP does not reference it
lucene_version=8.11.4
slf4j_version=2.0.16
sentry_version=8.1.0
sentry_version=8.2.0
liquibase_version=4.31.0
docker_java_version=3.4.1
logback_version=1.5.16
java_parser_version=3.26.2
byte_buddy_version=1.17.0
byte_buddy_version=1.17.1
netty_version=4.1.115.Final
mysql_version=9.2.0
micrometer_version=1.14.4
Expand Down

0 comments on commit 33fc740

Please sign in to comment.