Skip to content

Commit

Permalink
chore: Update SQLcl to 24.2.0.180.1721
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jul 23, 2024
1 parent 718ade6 commit 0dc3f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zpa-checks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ testing {
testType.set(TestSuiteType.INTEGRATION_TEST)

val downloadZipFile by tasks.creating(Download::class) {
val sqlclVersion = "24.1.0.087.0929"
val sqlclVersion = "24.2.0.180.1721"
src("https://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-$sqlclVersion.zip")
overwrite(false)
dest(layout.projectDirectory.dir("tools").file("sqlcl-$sqlclVersion.zip"))
Expand Down

0 comments on commit 0dc3f66

Please sign in to comment.