Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ windowsProteomicsBinariesVersion=1.0
# The current version numbers for the gradle plugins.
artifactoryPluginVersion=5.2.5
gradleNodePluginVersion=7.1.0
gradlePluginsVersion=7.3.0
gradlePluginsVersion=7.3.1
owaspDependencyCheckPluginVersion=12.2.0

# Versions of node and npm to use during the build. If set, these versions
Expand Down Expand Up @@ -199,6 +199,10 @@ jacksonVersion=2.21.0
jacksonDatabindVersion=2.21.0
jacksonJaxrsBaseVersion=2.21.0

# We also need Jackson 3.x for Spring AI and new versions of Spring Boot and Spring Framework
jacksonVersion3=3.0.4
jacksonDatabindVersion3=3.0.4

# Note the inconsistent version numbering for "annotations"... it no longer matches the above
jacksonAnnotationsVersion=2.21

Expand Down Expand Up @@ -291,7 +295,7 @@ snappyJavaVersion=1.1.10.8
springBootVersion=4.0.2
# This usually matches the Spring Framework version dictated by springBootVersion
springVersion=7.0.3
springAiVersion=1.1.2
springAiVersion=2.0.0-M2

sqliteJdbcVersion=3.51.1.0

Expand Down