Skip to content

Commit

Permalink
Update labkeyVersion to 23.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Oct 24, 2023
2 parents 2d8161c + 2163ce4 commit 3d2293e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,13 @@ allprojects {
maven {
// Mondrian dependencies are available via this repository. It's a direct dependency of the Query
// module but is declared here as many modules depend on Query and therefore need it as well.
url "https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn"
url "https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn"
content {
excludeGroupByRegex "org\\.labkey.*"
includeGroup "pentaho"
includeGroup "org.pentaho"
includeGroup "org.olap4j"
includeGroup "javacup"
includeGroup "eigenbase"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ buildFromSource=true

# The default version for LabKey artifacts that are built or that we depend on.
# override in an individual module's gradle.properties file as necessary
labkeyVersion=23.7.6
labkeyVersion=23.7.7
labkeyClientApiVersion=5.2.0

# Version numbers for the various binary artifacts that are included when
Expand Down Expand Up @@ -100,7 +100,7 @@ apacheDirectoryVersion=2.1.3
apacheMinaVersion=2.2.1

# Keep in sync with springBootTomcatVersion below
apacheTomcatVersion=9.0.80
apacheTomcatVersion=9.0.82

# (mothership) -> json-path -> json-smart -> accessor-smart
# (core) -> graalvm
Expand Down Expand Up @@ -216,7 +216,7 @@ jodaTimeVersion=2.8.1
# brought in transitively from guava and other google packages. Need to resolve consistently
jsr305Version=3.0.2

orgJsonVersion=20230618
orgJsonVersion=20231013

jtidyVersion=1.0.4

Expand All @@ -237,7 +237,7 @@ mysqlDriverVersion=8.0.33
mssqlJdbcVersion=12.2.0.jre11

# forced compatibility between docker and UserReg-WS
nettyVersion=4.1.94.Final
nettyVersion=4.1.100.Final

objenesisVersion=1.0

Expand Down Expand Up @@ -276,10 +276,10 @@ slf4jLog4jApiVersion=2.0.7
# This is a dependency for HTSJDK. Force to avoid a deserialization problem. Remove once HTSJDK bumps its preferred version
snappyJavaVersion=1.1.10.4

springBootVersion=2.7.16
springBootVersion=2.7.17
# This MUST match the Tomcat version dictated by springBootVersion
# Also, keep this in sync with apacheTomcatVersion above
springBootTomcatVersion=9.0.80
springBootTomcatVersion=9.0.82

springVersion=5.3.28

Expand Down

0 comments on commit 3d2293e

Please sign in to comment.