Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies {
implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.2.21")
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.1.0")
implementation("io.freefair.gradle:lombok-plugin:9.1.0")
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.2.0")
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0")
implementation("com.adarshr:gradle-test-logger-plugin:4.0.0")
implementation("org.pkl-lang:org.pkl-lang.gradle.plugin:0.30.0")
implementation("org.wiremock:wiremock-jetty12:3.13.1")
implementation("org.wiremock:wiremock-jetty12:3.13.2")
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
GROUP=com.atlan
VERSION_NAME=6.1.3-SNAPSHOT
VERSION_NAME=6.1.4-SNAPSHOT

POM_URL=https://github.com/atlanhq/atlan-java
POM_SCM_URL=git@github.com:atlanhq/atlan-java.git
Expand Down
Loading