We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a42fe3 commit 756b238Copy full SHA for 756b238
CHANGELOG.md
@@ -1,7 +1,5 @@
1
# The LabKey Remote API Library for Java - Change Log
2
3
-## version 6.1.0-SNAPSHOT
4
-
5
## version 6.0.0
6
*Released*: 1 December 2023
7
* Encode SQL parameters passed by `ExecuteSqlCommand` and `SqlExecuteCommand` to avoid rejection by web application firewalls
build.gradle
@@ -71,7 +71,7 @@ repositories {
71
72
group "org.labkey.api"
73
74
-version "6.1.0-SNAPSHOT"
+version "6.0.0"
75
76
dependencies {
77
api "org.json:json:${jsonObjectVersion}"
0 commit comments