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 Aug 3, 2024
1 parent f59a329 commit f3800ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ dependencies {
implementation "tech.jhipster:jhipster-framework:${jhipster_dependencies_version}"
implementation "org.springframework.boot:spring-boot-starter-cache:${spring_boot_version}"
implementation "io.micrometer:micrometer-registry-prometheus:1.12.6"
implementation "net.logstash.logback:logstash-logback-encoder:7.4"
implementation "net.logstash.logback:logstash-logback-encoder:8.0"

// Defines low-level streaming API, and includes JSON-specific implementations
implementation "com.fasterxml.jackson.core:jackson-core:${fasterxml_version}"
Expand Down
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@ hibernate_version=6.4.9.Final
opensaml_version=4.3.2
jwt_version=0.12.6
jaxb_runtime_version=4.0.5
# TODO: we cannot update to 5.5.0 because we currently use the CP Subsystem for fenced locks, however CP Subsystem is only available to Enterprise customers
hazelcast_version=5.4.0
junit_version=5.10.2
mockito_version=5.12.0
fasterxml_version=2.17.2
jgit_version=6.10.0.202406032230-r
sshd_version=2.13.1
sshd_version=2.13.2
checkstyle_version=10.17.0
jplag_version=5.1.0
slf4j_version=2.0.13
sentry_version=7.12.0
liquibase_version=4.28.0
sentry_version=7.13.0
liquibase_version=4.29.1
docker_java_version=3.4.0
logback_version=1.5.6

Expand Down

0 comments on commit f3800ef

Please sign in to comment.